Faser wrote: > Hi All, > > somehow I have a problem that freevo is not quoting the filenames in the > mplayer command and therefore I can not play my MP3 files. > It seems problem exists since I upgraded to 1.71. > childapp.py (139): ChildApp.__init__(), pid=4528, > app="/usr/bin/mplayer-bin -slave -autosync 100 -nolirc -nojoystick > -autoq 100 -screenw 1024 -screenh 768 -fs -vo null -ao alsa -demuxer 17 > /data/media/audio/Artists/A/A-ha/A-ha - Take On Me.mp3", poll=256
May be ChildApp has not printed the arguments because they should be passed as a list of argument strings and not a single string. This means that mplayer is run directly and not through the shell. Maybe someone else has the same problem, but a quick test on file names with spaces works just fine. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
