On Tuesday 04 September 2007 21:24, Duncan Webb wrote:
> You can try this patch, it should stop this crash.
>
> svn diff src/audio/plugins/mplayer.py
> Index: src/audio/plugins/mplayer.py
> ===================================================================
> --- src/audio/plugins/mplayer.py        (revision 9858)
> +++ src/audio/plugins/mplayer.py        (working copy)
> @@ -170,7 +170,8 @@
>          """
>          Stop mplayer
>          """
> -        self.app.stop('quit\n')
> +        if self.app:
> +            self.app.stop('quit\n')
>
>          for p in self.plugins:
>              command = p.stop()
>

Could you tell me how to apply the patch, so that I don't mess something up?

> > Here's the logfile:
> >
> > file:///cdrom/Behemoth/Antichristian Phenomenon/01-01-Antichristian
> > Phenomemon.mp3
> > not found!
>
> Here is what caused the crash in the first place, the file could not be
> found.

I didn't play it, it just crashed in the middle of autodetection, few seconds 
after inserting the disc. 

[EMAIL PROTECTED]:~$ find /cdrom/|grep /Anti
/cdrom/Behemoth/Antichristian Phenomenon
/cdrom/Behemoth/Antichristian Phenomenon/01-01-Antichristian Phenomemon.mp3
/cdrom/Behemoth/Antichristian Phenomenon/02-02-Malice.mp3
/cdrom/Behemoth/Antichristian Phenomenon/03-03-From the Pagan Vastlands 
2000.mp3
/cdrom/Behemoth/Antichristian Phenomenon/04-04-Sathanas (Sarcofago).mp3
/cdrom/Behemoth/Antichristian Phenomenon/05-05-Hello Spaceboy (David 
Bowie).mp3
/cdrom/Behemoth/Antichristian Phenomenon/06-06-Day of Suffering (Morbid 
Angel).mp3
/cdrom/Behemoth/Antichristian Phenomenon/07-07-Carnage (Mayhem).mp3



> These messages look a bit strange.
>
> > "/cdrom/Condemned, The -2007-akcija": [Errno 2] No such file or
> > directory: '/cdrom/Condemned, The -2007-akcija'
> > "/cdrom/Condemned, The -2007-akcija": [Errno 2] No such file or
> > directory: '/cdrom/Condemned, The -2007-akcija'
>
> What the real name of these files, does an ls /cdrom report the correct
> files names?

[EMAIL PROTECTED]:~$ ls /cdrom
Condemned, The -2007-akcija  KNOKED UP  Shadow Puppets -2007-triler  
The.Good.Shepherd[2006]DvDrip  The Simpsons Movie TS


[EMAIL PROTECTED]:~$ find /cdrom/
/cdrom/
/cdrom/Condemned, The -2007-akcija
/cdrom/Condemned, The -2007-akcija/Condemned.jpg
/cdrom/Condemned, The -2007-akcija/The Condemned (2007).mht
/cdrom/Condemned, The -2007-akcija/TheCondemned.avi
/cdrom/Condemned, The -2007-akcija/TheCondemned.srt
/cdrom/KNOKED UP
/cdrom/KNOKED UP/KNOKED UP.avi
/cdrom/KNOKED UP/KNOKED UP.jpg
/cdrom/KNOKED UP/KNOKED UP.srt
/cdrom/Shadow Puppets -2007-triler
/cdrom/Shadow Puppets -2007-triler/Shadow Puppets (2007).mht
/cdrom/Shadow Puppets -2007-triler/ShadowPuppets.avi
/cdrom/Shadow Puppets -2007-triler/ShadowPuppets.bmp
/cdrom/Shadow Puppets -2007-triler/ShadowPuppets.srt
/cdrom/The Simpsons Movie TS
/cdrom/The Simpsons Movie TS/The Simpsons Movie (2007).avi
/cdrom/The Simpsons Movie TS/The Simpsons Movie (2007).jpg
/cdrom/The Simpsons Movie TS/The Simpsons Movie (2007).srt
/cdrom/The.Good.Shepherd[2006]DvDrip
/cdrom/The.Good.Shepherd[2006]DvDrip/The Good Shepherd [2006]_Cro.srt
/cdrom/The.Good.Shepherd[2006]DvDrip/The.Good.Shepherd[2006]DvDrip[Eng]-aXXo.avi
/cdrom/The.Good.Shepherd[2006]DvDrip/good-shepherd-poster-image.jpg
[EMAIL PROTECTED]:~$                                                   


> Just for fun I installed the cdfs kernel driver then normal CDs are
> treated as files.
>

And otherwise they arent?

-- 
Ljubomir Simin 
Registered Linux User #351181
http://counter.li.org 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to