You are not logged in.
I made a playlist for mplayer with one file per line method in a txt file.
/root/Music/Adele/Someone_Like_You.mp3
/root/Music/Babe_Ruth/The_Mexican.mp3
/root/Music/Bachata/Bachata.flac
/root/Music/Blood_Diamond_Soundtrack/02 - Crossing The Bridge.mp3
/root/Music/Cherry_Poppin_Daddies/Zoot_Suit_Riot.mp3
/root/Music/Django/Django.mp3
/root/Music/Elvis_Crespo/Suavemente.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Farewell_To_Cheyenne.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Man_With_A_Harmonica.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Once_Upon_A_Time_In_The_West.mp3
/root/Music/Ennio_Morricone/For_a_Few_Dollars_More/Addio_Colonnello.mp3
/root/Music/Ennio_Morricone/The_Good_The_Bad_And_The_Ugly/The_Ecstacy_Of_Gold.mp3
/root/Music/Ennio_Morricone/The_Good_The_Bad_And_The_Ugly/The_Good_The_Bad_And_The_Ugly.mp3
/root/Music/Kill_Bill/The_Lonely_Shepherd.mp3
/root/Music/Lucky_Number_Slevin/Kansas_City_Shuffle.mp3
/root/Music/Muse/Origin_of_Symmetry/10_Feeling_good.mp3
/root/Music/Nina_Simone/Sinnerman.mp3
/root/Music/Ray_Charles/Hit_The_Road_Jack.mp3Then in console I type :
mplayer -playlist myplaylistbut mplayer always stop playing after the file on the 17th line (957 char).
Wathever is the file url following this line, it does not play.
Look like my playlist get cut
Starting playback...
A: 1.4 (01.4) of 279.0 (04:39.0) 0.2%
Playing /root/Music/Ray_Charles/Hit_.
File not found: '/root/Music/Ray_Charles/Hit_'
Failed to open /root/Music/Ray_Charles/Hit_.
Exiting... (End of file)Anyone know why I got this issue? and how to correct this.
Using
mplayer -shuffle -playlist myplaylistnot playing all song in playlist too.
Thanks,
Last edited by Chuck Arch Linux (2015-09-25 00:08:41)
Offline
Output of 'file myplaylist'?
Oh, and why the heck are you using root to play music?!?
Last edited by byte (2015-09-24 02:38:29)
1000
Offline
Don't know what you mean by output but here is what inside myplaylist :
/root/Music/Adele/Someone_Like_You.mp3
/root/Music/Babe_Ruth/The_Mexican.mp3
/root/Music/Bachata/Bachata.flac
/root/Music/Blood_Diamond_Soundtrack/02 - Crossing The Bridge.mp3
/root/Music/Cherry_Poppin_Daddies/Zoot_Suit_Riot.mp3
/root/Music/Django/Django.mp3
/root/Music/Elvis_Crespo/Suavemente.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Farewell_To_Cheyenne.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Man_With_A_Harmonica.mp3
/root/Music/Ennio_Morricone/Once_Upon_A_Time_In_The_West/Once_Upon_A_Time_In_The_West.mp3
/root/Music/Ennio_Morricone/For_a_Few_Dollars_More/Addio_Colonnello.mp3
/root/Music/Ennio_Morricone/The_Good_The_Bad_And_The_Ugly/The_Ecstacy_Of_Gold.mp3
/root/Music/Ennio_Morricone/The_Good_The_Bad_And_The_Ugly/The_Good_The_Bad_And_The_Ugly.mp3
/root/Music/Kill_Bill/The_Lonely_Shepherd.mp3
/root/Music/Lucky_Number_Slevin/Kansas_City_Shuffle.mp3
/root/Music/Muse/Origin_of_Symmetry/10_Feeling_good.mp3
/root/Music/Nina_Simone/Sinnerman.mp3
/root/Music/Ray_Charles/Hit_The_Road_Jack.mp3
/root/Music/September/Cry_For_You_Spencer & Hill Remix.mp3
/root/Music/Top_Gun_Soundtrack/05. Take My Breath Away.mp3
/root/Music/Top_Gun_Soundtrack/11. Sittin' On The Dock of the Bay.mp3
/root/Music/Willie_Lamothe/Mille_Apres_Mille.mp3
/root/Music/Pink_Floyd/Wish You Were Here 2011 Remaster/04 Wish You Were Here.mp3
/root/Music/Pink_Floyd/The Wall 2011 Remaster/CD1/05. Another Brick In The Wall Pt.2.mp3
/root/Music/Adele/Someone_Like_You.mp3
/root/Music/Babe_Ruth/The_Mexican.mp3
/root/Music/Muse/Origin_of_Symmetry/05_Plug_in_baby.mp3
/root/Music/R.E.M/Out Of Time/02 - Losing My Religion.mp3
/root/Music/Paul_Oakenfold/Ready_Steady_Go_Remix.mp3
/root/Music/Rachid_Tahar/Ya_Rayah.mp3Running as root was because I was doing update to my system at the same time
Offline
Ok forget it I found why.
It seems that there is some invalid characters and/or space in myplaylist that make mplayer stop. (Surely because I manualy edited some lines)
I have create a new one with this command :
find / -iname *.mp3 > myplaylistand it is working perfectly.
Last edited by Chuck Arch Linux (2015-09-24 22:36:44)
Offline