Thread
:
How to play musics in the SPECIFIC folder?
View Single Post
gionni88
2010-04-23 , 08:29
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.
Quote & Reply
|
gionni88
View Public Profile
Send a private message to gionni88
Find all posts by gionni88