View Single Post
Old 01-06-2012, 10:29 AM   #108
inameiname
Groupie
inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.
 
Posts: 159
Karma: 20390
Join Date: Feb 2009
Device: none
Quote:
Originally Posted by joekang101 View Post
My playlist.ini file basically looks likes this:

url
url
url
url


But only the first URL plays and the others do not play even if I press ^MN (next). I don't really know whether my problem is my command or if my playlist is formatted wrong. Any attempts to help would be much appreciated. THanks

Attachment 80834

Well, I cannot really tell if your Launchpad shortcuts would work when all you have in your ini are several 'url's. Regardless, this is the format you should make them (although, I use Kinamp, so IDK how they would be via just MPlayer (maybe replace kinamp with mplayer):


Code:
[Actions]
K = !cd /mnt/us/music ; ../system/kinamp -loop 0 */*
K S = !cd /mnt/us/music ; ../system/kinamp -shuffle -loop 0 */*
K K = !cd /mnt/us/music ; ../system/kinamp -loop 0 *
K K S = !cd /mnt/us/music ; ../system/kinamp -shuffle -loop 0 *
K P = !cd /mnt/us/music ; ../system/kinamp -shuffle -loop 0 -playlist /mnt/us/launchpad/kinamp_streams_playlist.txt

; play streaming radio - http://www.sky.fm/salsa/ - Latin Salsa
K P A = !cd /mnt/us/music ; ../system/kinamp http://listen.sky.fm/public3/salsa.pls -quiet -framedrop -vo aa:reverse:contrast=50 -vf rotate=1 -monitoraspect 0.7  2>/dev/null
; play streaming radio - http://www.sky.fm/the80s/ - 80s Pop Rock Decades
K P B = !cd /mnt/us/music ; ../system/kinamp http://listen.sky.fm/public3/the80s.pls -quiet -framedrop -vo aa:reverse:contrast=50 -vf rotate=1 -monitoraspect 0.7  2>/dev/null
; play streaming radio - http://www.181.fm - Classic Hits  60's 70's
So just replace the urls I have above with yours and then change kinamp to mplayer (if you are using just mplayer), and it should work.
inameiname is offline   Reply With Quote