View Single Post
Davey101's Avatar
Posts: 40 | Thanked: 14 times | Joined on Feb 2010 @ UK
#8
Originally Posted by jrinconr View Post
hi!!!
look at /home/user/.mafw-playlists/ you can edit the playlits with pygtkeditor.
Thanks for the info. I managed to find another way to achieve what I was trying to do: create an 'All Songs' playlist, sorted by path not by song title.

I had to read up on how to use the find command, piping and redirecting... still new to this Linux game. What I did was cd to my music folder - /home/user/MyDocs/.sounds/Music/ - and run the following command:

Code:
find -name \*mp3 | sort > playlist.m3u
Obviously this only works for files containing "mp3" in lowercase.
__________________
Dave
 

The Following User Says Thank You to Davey101 For This Useful Post: