Christian Lyra wrote:
> ah... you are right! I had used freevo with root user, then moved to
> my own user, so /var/cache/freevo is not writable. Thanks! Is there a
> way to have a per user cache?

Yes, but it may or may not work.

In local_conf.py add:
import os # may not be needed
...
FREEVO_CACHEDIR = '/var/cache/freevo-%s/overlay' % os.geteuid()

but I've never tried it. You may need to set up OVERLAY_DIR too.

> Anyway there is still a little problem. My "test" DVD has one movie at
> the DVD "root" folder and 4 movies in other folders. Freevo only shows
> the movie at the root folder.

Is this a data DVD, it not a real VIDEO_TS one? If so the you should be
able to browse to the folders.

Duncan

> On 5/10/07, ElChef <[EMAIL PROTECTED]> wrote:
>> found the file: /var/cache/freevo has to be writeable by the user, else it
>> won't work!
>>
>> ----- Original Message -----
>> From: "Christian Lyra" <[EMAIL PROTECTED]>
>> To: <freevo-users@lists.sourceforge.net>
>> Sent: Thursday, May 10, 2007 4:30 AM
>> Subject: [Freevo-users] Problem with cdrom/dvd
>>
>>
>>> Hi there,
>>>
>>> The last freevo 1.x from svn is spiting this on log after inserting a dvd:
>>>
>>> Exception in thread Thread-2:
>>> Traceback (most recent call last):
>>>   File "threading.py", line 442, in __bootstrap
>>>     self.run()
>>>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
>>> line 738, in run
>>>     self.check_all()
>>>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
>>> line 697, in check_all
>>>     self.identify(media)
>>>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
>>> line 476, in identify
>>>     if media.id in video.fxd_database['id']:
>>> KeyError: 'id'
>>>
>>> After inserting the DVD does not appear in menu anymore. The DVD is a
>>> DVD-r with movies in AVI, one per folder, and with fxd files.
>>>
>>> --
>>> Christian Lyra
>>> PoP-PR/RNP


-------------------------------------------------------------------------
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to