Meneer Jansen wrote: > [SNIP]
> > Thank you again for your help. :) However, I'm afraid I'm getting rather > stuck. I think that applying the patch worked, as I can read the > following message at the beginning of the command line when I start Freevo: > > "Added a plugin that adds a submenu entry for ejecting rom drives and > binds the default action of an empty drive to the eject action" > > I upgraded Python from ver. 2.5.2 to 2.5.4 like you suggested. This was > a bit tricky as I had to use Debian Unstable packages. I run Debian > Lenny Stable, because it is said to be so "stable" (guess the Debian > Stable version of Python ain't so stable after all). Now that I've > upgraded Python I've gotten rid of the nasty backtrace. :-) > Now the messages > on the command line are as follows: > > version: 1.9.0 > plugin mixer deactivated, reason: Couldn't open mixer PCM This is because you need the snd_mixer_oss loaded. > Freevo 1.9.0 ready > WARNING: Drive was unmounted out of rom_drives.py: /mnt/dvd > Freevo 1.9.0 exited > > 1. In /etc/fstab add another entry for the DVD drive, say /mnt/dvd, make a > /mnt/dvd directory. > > 2. Set the following in local_conf.py > ROM_DRIVES_AUTOFS = False > ROM_DRIVES = [ ('/mnt/dvd', '/dev/hdc', 'DVD') ] > > But nothing works. No matter what I try (starting Freeco w/ the DVD in > the open tray, ejecting the DVD w/ Freeco, starting Freevo w/ the DVD > already mounted), DVD's just won't play. I keep on seeing the video_ts > and audio_ts folders. In you /etc/fstab you should have: /dev/hdc /media/cdrom0 udf,iso9660 user,auto 0 0 /dev/hdc /mnt/dvd udf,iso9660 user,auto 0 0 Try changing the "udf,iso9660" to "auto" I have: /dev/hdc /mnt/dvd auto noauto,ro,nosuid 0 0 The ro is important for a DVD, noauto stops the drive being mounted at boot. In local_conf.py keep ROM_DRIVES_AUTOFS = False ROM_DRIVES = [ ('/mnt/dvd', '/dev/hdc', 'DVD') ] With freevo not running and a DVD in the drive try: ls /mnt/dvd should show nothing mount /mnt/dvd should show AUDIO_TS and VIDEO_TS umount /mnt/dvd eject /mnt/dvd Then start freevo and see what happens. Duncan PS you should keep this on the list in case someone else is having the same problem or has solved the same problem. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users