View Single Post
Posts: 63 | Thanked: 43 times | Joined on May 2008
#83
Originally Posted by tso View Post
btw, now that panucci can do playlists, hows the quickest way to dump a whole dir of files into it?
For a directory with subdirectories:
Code:
find /path/to/files -type f -iname '*.mp3' > playlist.m3u
Or, if you'd like a single directory, place a file with a ".m3u" extension in the directory. From there you could do "ls | sort > some-file.m3u" or simply place a single period in the file and the contents of the directory will be imported (this is a feature of the m3u spec, you can include directories as items in the playlist).

Panucci 0.4 will make this even easier, you'll be able to add directories from the GUI.
 

The Following 4 Users Say Thank You to nikosapi For This Useful Post: