Gino wrote:
> Hello....
>
> Just a question.. when I introduce in my freevo box 1,7 final, an CD or
> DVD created with Nero, by example, with few folders and/or few movies,
> Freevo crashes........... doesn´t matter if CD or DVD.... I tried twice.
>
> No matter if I introduce a DVD movie, which is currently played perfect!
>
> - Introduce cd or dvd
>
> - Freevo starts to scan the folders and files, and then crashes.. I must
> exit, because it´s a bucle of errors.....
>
> Freevo can manage this type of data CDs or DVDs?
>
> The log is here:
>
> [EMAIL PROTECTED]:/home/freevo/.freevo# cat main-1003.log
> -------------------------------------------------------------------------------
> Freevo (1.7.0) start at Mon Mar 19 21:47:26 2007
> -------------------------------------------------------------------------------
> WARNING: duplicate plugin activation, ignoring:
> <mixer None None>
Looks like you can remove the plugin.activate for mixer. If you want to
use the ossmixer then you need to plugin.remove('mixer') first.
> WARNING: duplicate plugin activation, ignoring:
> <headlines None None>
and headlines
> WARNING: duplicate plugin activation, ignoring:
> <video.imdb None None>
and imdb from you local_conf.py
> config.py (519): Logging to /var/log/freevo/main-1003.log
>
> Error: VIDEO_SHOW_DATA_DIR not found
>
> config.py (903): Using 'UTF-8' encoding
> osd.py (571): Setting fullscreen mode to 1
> main.py (210): load basic skin settings: crystal
> __init__.py (216): Building the xml hash database...
> __init__.py (248): done
> osd.py: Bitmap file "/ARMARIO/almacen/mera_unmount" doesn't exist!
This looks a bit odd mera_unmount, where is this coming from?
> Traceback (most recent call last):
> File "/usr/lib/python2.4/site-packages/freevo/main.py", line 285, in
> eventhandler
> app.eventhandler(event)
> File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in
> eventhandler
> action( arg=arg, menuw=self )
> File "/usr/lib/python2.4/site-packages/freevo/directory.py", line 472,
> in cwd
> self.check_password_and_build(arg=None, menuw=menuw)
> File "/usr/lib/python2.4/site-packages/freevo/directory.py", line 527,
> in check_password_and_build
> self.build(arg=arg, menuw=menuw)
> File "/usr/lib/python2.4/site-packages/freevo/directory.py", line 780,
> in build
> menuw.pushmenu(item_menu)
> File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 378, in
> pushmenu
> self.refresh()
> File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 406, in
> refresh
> skin.draw('menu', self, self.menustack[-1])
> File "/usr/lib/python2.4/site-packages/freevo/skins/main/main.py",
> line 526, in draw
> a.draw(settings, object, menu, style, type, self.force_redraw)
> File "/usr/lib/python2.4/site-packages/freevo/skins/main/area.py",
> line 194, in draw
> self.update_content()
> File
> "/usr/lib/python2.4/site-packages/freevo/skins/main/default_areas.py",
> line 179, in update_content
> p.draw((self.widget_type, self.menuw), self)
> File "/usr/lib/python2.4/site-packages/freevo/plugins/buttonbar.py",
> line 202, in draw
> actions = self.get_actions(menu)
> File "/usr/lib/python2.4/site-packages/freevo/plugins/buttonbar.py",
> line 344, in get_actions
> for a in p.actions(menu.selected):
> File "/usr/lib/python2.4/site-packages/freevo/plugins/df.py", line 57,
> in actions
> freespace = util.freespace(item.dir)
> File "/usr/lib/python2.4/site-packages/freevo/util/fileops.py", line
> 118, in freespace
> s = os.statvfs(path)
> OSError: [Errno 2] No existe el fichero ó directorio:
> '/media/cdrom0/The Gathering - Black light district vids'
So Freevo can't find "/media/cdrom0/The Gathering - Black light district
vids"; what happens when you do a:
ls /media/cdrom0/ do you see the disk?
What have you set in local_conf.py for ROM_DRIVES?
It should be something like:
ROM_DRIVES = [ ('/mnt/dvd', '/dev/dvd', 'DVD') ]
You don't need to use automount as freevo does this for you.
Duncan
PS HTML mail is a bit crap in a mailing list.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users