• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MP3 playlist to text file?

If I open the play list in notepad, I get extra info (see below), can I get just the file name or soemthing?

#EXTM3U
#EXTINF:327,Roger McGuinn and Tom Petty - King Of The Hill
E:\Napster\Music\Roger McGuinn and Tom Petty - King Of The Hill.mp3
#EXTINF:196,Yellowman - We Wish You A Reggae Christmas
E:\Napster\Music\Christmas\Yellowman - We Wish You A Reggae Christmas.mp3

Can I get it to just print out this:
Roger McGuinn and Tom Petty - King Of The Hill
Yellowman - We Wish You A Reggae Christmas

NM, I found the "misc" button you told me about in the first replay. doh!


 
Open the html file in IE or another browser, select all text (CTRLA) and paste into notepad/wordpad?

Not sure, too lazy to try it... but that should give you plain text output.
 
Originally posted by: dman
Open the html file in IE or another browser, select all text (CTRLA) and paste into notepad/wordpad?

Not sure, too lazy to try it... but that should give you plain text output.

second that
and also second being too lazy to try it
 
Open the playlist on foobar > select all files (menu/Ctrl+A) > Copy name(s) (right-click menu) > paste into notepad.
 
If all of your music is organized in one directory/drive, you could drop to DOS and type:

Dir X:\MusicDirectory /s > playlist.txt

That's how I do it... you'll get a text file with the drive/path/filesize information for all of your mp3's...
 
Back
Top