Re: Problem with smplayer

2014-09-23 Thread Tim
On Fri, 2014-09-19 at 11:41 -0600, jd1008 wrote: > smplayer needs to let the user play it via the file -> Playlist -> > [browser] -> select the playlist. That works here. > Dragging the same file bu named as plist.pls into smplayer > did not play nor display anything. Do I understand that you e

Re: Problem with smplayer

2014-09-19 Thread jd1008
On 09/18/2014 09:32 PM, Tim wrote: On Thu, 2014-09-18 at 10:38 -0600, jd1008 wrote: I don't know why it wont work for me. Try working backwards, then. Open the smplayer playlist, add a few songs to it, save the playlist. Open the saved playlist, check it plays. Edit and simplify the playlis

Re: Problem with smplayer

2014-09-18 Thread Tim
On Thu, 2014-09-18 at 10:38 -0600, jd1008 wrote: > I don't know why it wont work for me. Try working backwards, then. Open the smplayer playlist, add a few songs to it, save the playlist. Open the saved playlist, check it plays. Edit and simplify the playlist to the way you can make your script

Re: Problem with smplayer

2014-09-18 Thread jd1008
On 09/17/2014 10:10 PM, Tim wrote: Tim: You can simplify the playlist, quite a bit. You don't need the info, just the file lists. m3u files can simply be "file:///" prefixed filepaths, such as: file:///home/tim/music/one.ogg file:///home/tim/music/two.ogg And pls files can be simpli

Re: Problem with smplayer

2014-09-17 Thread Tim
Tim: >> You can simplify the playlist, quite a bit. You don't need the info, >> just the file lists. >> >> m3u files can simply be "file:///" prefixed filepaths, such as: >> >>file:///home/tim/music/one.ogg >>file:///home/tim/music/two.ogg >> >> And pls files can be simplified to: >> >>

Re: Problem with smplayer

2014-09-17 Thread jd1008
On 09/17/2014 04:48 AM, Tim wrote: On Tue, 2014-09-16 at 21:49 -0600, jd1008 wrote: it is horribly verbose. To wit: #EXTM3U # Playlist created by SMPlayer 14.3.0 #EXTINF:414.56,03_Nechein Man.webm 03_Nechein Man.webm #EXTINF:200.04,07. Faun - Wenn wir uns wiedersehen-NPaDt85Sf_0.mp4 07. Faun -

Re: Problem with smplayer

2014-09-17 Thread Tim
On Tue, 2014-09-16 at 21:49 -0600, jd1008 wrote: > it is horribly verbose. To wit: > #EXTM3U > # Playlist created by SMPlayer 14.3.0 > #EXTINF:414.56,03_Nechein Man.webm > 03_Nechein Man.webm > #EXTINF:200.04,07. Faun - Wenn wir uns wiedersehen-NPaDt85Sf_0.mp4 > 07. Faun - Wenn wir uns wiedersehen-

Re: Problem with smplayer

2014-09-16 Thread jd1008
On 09/16/2014 09:17 PM, Ed Greshko wrote: On 09/17/14 11:00, jd1008 wrote: I have mplayer-1.1-22.20140414svn.fc20.x86_64 smplayer-14.3.0-1.fc20.x86_64 I cd into a music dir and create a playlist as follows: find $PWD -name \*.mp3 > play.pls I then play it with mplayer -playlist ./play.pls

Re: Problem with smplayer

2014-09-16 Thread Ed Greshko
On 09/17/14 11:00, jd1008 wrote: > I have > mplayer-1.1-22.20140414svn.fc20.x86_64 > smplayer-14.3.0-1.fc20.x86_64 > > I cd into a music dir and create a playlist as follows: > > find $PWD -name \*.mp3 > play.pls > > I then play it with > > mplayer -playlist ./play.pls > > and it plays just fine. >

Problem with smplayer

2014-09-16 Thread jd1008
I have mplayer-1.1-22.20140414svn.fc20.x86_64 smplayer-14.3.0-1.fc20.x86_64 I cd into a music dir and create a playlist as follows: find $PWD -name \*.mp3 > play.pls I then play it with mplayer -playlist ./play.pls and it plays just fine. However, with smplayer: Click open->playlist opens t