Under Windows I use "Playlist Creator 3.6.2" This just about the ideal program for what I want, but under wine, you cannot access it's setup to set the feature I want the most, and that is relative paths in the playlist. Without this, playlists are not as portable across devices.
I am looking for a small standalone app that I can just drag'n'drop files onto to create playlists, but I also tried, but cannot see how, to get rhythmbox or amarok to do this.
Edit: What I want to do is to be able to sit at my computer and create (fairly long) playlists that the small linux based music player attached to my hifi system can play. Both the player, and my desktop can see the same network drive that holds the music, but see it mounted/shared differently - hence the playlists, placed in the root of the network storage, should use relative paths, then will work, no matter how it is mounted or accessed.
Open terminal
Might need to tweak regarding other file extensions than mp3. The quotation marks are needed to escape the results
Clementine Music Player is your software. "Dragging and dropping files to create playlists" is precisely the base of its user experience. You can also listen to your playlists with it.
As for your playlists with relative paths, you can do this :
.
. For example, if the root directory of your playlist is/home/ubnewbie2/Music/Playlist_Root/
, replace/home/ubnewbie2/Music/Playlist_Root
by.
.You can also feel free to make a custom script (or a little program) to automate the second step.
I like VLC media player for making m3u playlists in Ubuntu. Drag and drop audio files to playlist section, under "Media" click "save playlist to file", select what type of playlist you want to create beside "Files of Type", name it and then save.
Use sed to remove any part of the path info to make it relative and if needed, to switch from backslashes to forward slashes.
In the below example the first command removes
/full/path/Music/
and replaces it with a period. The second one reverses the slashes (my Ford Sync audio system does not like forward slashes in playlists.)VLC media player! Here you can save create and save playlist to file, but I also would like to have Playlist Creator to work in Ubuntu!