is there any way to expand the recently added playlist from 30 songs, or possibly to sort the songs in order of date added?
cd ~/MyDocs/.sounds find -mtime -2 -iname "*.mp3" > today.m3u find -mtime -8 -iname "*.mp3" > this-week.m3u find -mtime -31 -iname "*.mp3" > this-month.m3u
now just pretty UI around it and people will love you instantly
does it automatically make a playlist of any folder i add to the music folder from now on or do i have to run the code everytime