View Single Post
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#16
I use the following script to get a playlist including the mp3 of a chosen folder:

#!/bin/sh
find /home/user/MyDocs/Music -name *.mp3 > /home/user/MyDocs/Musica/Playlist.m3u

than I set up a desktop command script that gets updated when clicked and I find the playlist done under the imported ones.