![]() |
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
All my music is on my 16 Gb SD card and it plays fine from there on my N900.
Question, all my songs are in m4a format so does m3u support this format.. thanks. I do not want to use mp3 going forward as well. |
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
Quote:
If the playlist is in the same directory as the audio files, no path information is needed in the playlist. This also makes it easy to move directories around on a device or between devices. Code:
cd $1Code:
cd $1 |
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
Quote:
Code:
find "$i/" -type f -iname "*.m4a" > "$i.m3u" |
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
j.s, that's a great idea using ls instead of find. I keep most of my music in an Arist/Album/Track structure so it woudn't work so well some of the time. I'm experimenting with ls -R (recursive) but it's not getting the whole path.
|
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
Quote:
|
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
Quote:
|
Re: Script to create M3U playlists for each folder in MyDocs/.sounds
Hi.. M sure my question might sound lame! but m not aware of how one is supposed to use scripts!! Pls guide me on how i am supposed to install this script in my fone to be able to play my tracks by folders!! Thanks in advance!!
|
| All times are GMT. The time now is 00:02. |
vBulletin® Version 3.8.8