I solved both issues (internal to freevo and mminfo of a device file) by
upgrading to kaa svn.
/usr/local/bin/svn co svn://svn.freevo.org/kaa/ kaa
cd kaa/trunk
python setup.py install

restart freevo and it all worked.

On 1/6/07, Justin Wetherell <[EMAIL PROTECTED]> wrote:

Actually, if I do an mminfo on the device (/dev/dvd -> /dev/hdc), I get a
slightly different error but along the same lines.

kaa media metadata info
ERROR factory(319): kaa.metadata.create error
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/kaa/metadata/factory.py",
line 312, in create
    return self.create_from_device(name)
  File "/usr/local/lib/python2.4/site-packages/kaa/metadata/factory.py",
line 274, in create_from_device
    t = e[R_CLASS](devicename)
  File "/usr/local/lib/python2.4/site-packages/kaa/metadata/disc/vcd.py",
line 44, in __init__
    self.parseDisc(device)
  File "/usr/local/lib/python2.4/site-packages/kaa/metadata/disc/vcd.py",
line 49, in parseDisc
    if self.is_disc(device) != 2:
  File "/usr/local/lib/python2.4/site-packages/kaa/metadata/disc/core.py",
line 54, in is_disc
    (type, self.id) = cdrom.status(device, handle_mix=1)
AttributeError: 'module' object has no attribute 'status'
WARNING factory(320): Please report this bug to the Freevo mailing list

/dev/hdc
No Match found

On 1/6/07, Justin Wetherell <[EMAIL PROTECTED]> wrote:
>
> I'm also having trouble with 1.7 svn but mminfo seems to be working
> correctly. This was working before the upgrade to the SVN version. Freevo
> still displays (no disc) when a disc is inserted and mounted. I was using
> Freevo 1.5.4 when everything was working.
>
> kaa output:
> |      media: MEDIA_DISC
> |       mime: video/dvd
> |     length: 20532.46
> +-- Track #1
> |    |      media: MEDIA_AV
> |    |       mime: video/mpeg
> |    |     length: 40.14
> |    |    trackno: 1
> |    |    trackof: 8
> |    |     angles: 1
> |    +-- Video Track #1
> |    |    |      media: MEDIA_VIDEO
> |    |    |     length: 40.14
> |    |    |      codec: MPEG-2 Video
> |    |    |     format: PAL
> |    |    |      width: 720
> |    |    |     height: 576
> |    |    |        fps: 25.0
> |    |    |     aspect: 1.77777777778
> |    |    |     fourcc: MP2V
> |    +-- Audio Track #1
> |    |    |   language: en
> |    |    |      media: MEDIA_AUDIO
> |    |    |   channels: 2
> |    |    | samplerate: 48000
> |    |    |      codec: AC3
> |    |    |     fourcc: 0x2000
> |    |    |         id: 128
>
>
> This is the error I see in the log file:
> Exception in thread Thread-2:
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.4/threading.py", line 442, in __bootstrap
>     self.run()
>   File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 736,
> in run
>     self.check_all()
>   File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 696,
> in check_all
>     self.identify(media)
>   File "/usr/local/src/freevo-1.7/src/plugins/rom_drives.py", line 438,
> in identify
>     disc_info = util.mediainfo.disc_info(media, force_rebuild)
>   File "/usr/local/src/freevo-1.7/src/util/mediainfo.py", line 600, in
> disc_info
>     type, id = mmpython.cdrom.status(media.devicename)
> AttributeError: 'module' object has no attribute 'status'
>
> if I run a mminfo on my dvd drive /dev/hdc, I get the same error as
> above but when I run mminfo on the mount point (/mnt/dvd), it works
> correctly.
>


-------------------------------------------------------------------------
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

Reply via email to