[Freevo-users] Cant play a movie after executing a command

2008-10-04 Thread Christian Lyra
Hi there,

After executing a command, launched by the command fxd/plugin, freevo
refuses to play movies. My freevo starts with no window manager,
called by a simple .xinitrc script. If I call a command with or
without a window manager (  ),  return to freevo and
try to play a movie the screen just blink and freevo menu is displayed
again. xine-stderr.log shows this:

xiTK WARNING(_x_error_handler:258): X error received: 'BadWindow
(invalid Window parameter)'
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x400040
  Serial number of failed request:  38
  Current serial number in output stream:  38

Does anyone knows how to solve this?


-- 
Christian Lyra
PoP-PR/RNP

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Getting exception "Info instance has no attribute 'mmdata'", while playing DVD

2008-10-04 Thread Duncan Webb
Sandip Devnath wrote:
> hi,
> 
> I upgraded 1.8.2 using source install from following page. My previous 
> version was 1.8.1.
> 
> http://sourceforge.net/project/showfiles.php?group_id=46652
> 
> After this I am getting following exception
> 
> Traceback (most recent call last):
>   File "/usr/lib64/python2.5/threading.py", line 460, in __bootstrap
> self.run()
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", 
> line 850, in run
> self.check_all()
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", 
> line 816, in check_all
> self.identify(media)
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", 
> line 572, in identify
> data = disc_info.mmdata
> AttributeError: Info instance has no attribute 'mmdata'
> 
> Seems like  plugins/rom_drivers.py and 
> site-packages/freevo/util/mediainfo.py are out of synch.
> 
> So, recommendation is not to update from source install ?
> My initial install was also using source install, I update to new since 
> there too xine.py and vedioitem.py  were not synch.


I don't think that this is your problem, did you clean out the old 
install, sometime quite important when upgrading.

It's possible that you need to upgrade the kaa packages too.

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Thumbnail generation problem

2008-10-04 Thread Krzysztof Kwiatkowski
I get errors with commands you gave me like:

>>> import kaa.imlib2
>>> kaa.imlib2.open('/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png')
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/__init__.py", line
73, in open
image = Image(file)
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/image.py", line
71, in __init__
self._image = _Imlib2.open(image_or_filename, use_cache)
IOError: Could not open
/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png: 14
>>>

I have checked and file
/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png
exist on my disk so it looks like imlib2 problem... how can I fix it..?

KK


2008/10/2 Duncan Webb <[EMAIL PROTECTED]>:
> Krzysztof Kwiatkowski wrote:
>> Hello, I have problem with thumbs in freevo since 1.8.1 I tried 1.8.2
>> and svn and it is still not working.
>> When I try to browse photos I see no thumbnails of photos or folders,
>> just select square. And there is error on console like:
>>
>> WARNING: Problem while loading image 'thumb:///usr/share/freevo/
>> icons/themes/blurr/mimetypes/folder_image.png': TypeError("'NoneType'
>> object is unsubscriptable",)
>>
>> Second problem is with generated or thumbs, when I try to do it I get
>> errors like:
>>
>> ERROR: snapshot: Could not open
>> /var/cache/freevo/vfs/htpc/movies/matrix_reloaded.avi.raw.tmp: 14
>>
>> And since some time Freevo does not remember where have I stopped
>> watching movies nor any other settings.
>> I have python 2.5.2 (same problems with 2.5.1) and Slackware 12.0.
>>
>> What can I do with this?
>
> I wonder if imlib2 is installed correctly, this you can check with:
> python
> import kaa.imlib2
> kaa.imlib2.open('/usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png')
> it will print something like this:
> 
>
> another problem is that mplayer may not be generating the cover images
> and so you see this error: "ERROR: snapshot: Could not open"
>
> You can check this easily enough by extracting the commands from 'main'
> and 'videothumb' logs, should be something like this:
>
> freevo execute src/util/videothumb.py /usr/bin/mplayer
> /path/to/movie.mpeg /var/cache/freevo/vfs/path/to/movie.mpeg.raw.tmp
>
> which in turn calls.
> /usr/bin/mplayer -nosound -vo png -frames 8 -ss 49 -zoom /path/to/movie.mpeg
>
> HTH
> Duncan
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Tracking viewed items, the followup

2008-10-04 Thread Morten Lied Johansen

Hello again,

I couldn't get the recordings manager to do what I wanted, so I've been
considering how I would make a simplistic plugin to handle my problem[1].

My idea is as follows:

Create a plugin that reacts to the event that starts playing an item,
and takes note of which file was played. Preferably in some sort of
database.

Create another plugin (or use the same as in step one?) that hooks into
the info-property of all items, and add a line/icon/whatever if the item
has been played.

This is the general idea. The first step I think I know how to do, but
the second step seems a little less obvious.. is it even possible?

(..and are these questions I should rather ask on freevo-devel?)


[1] For new readers, my problem:
I want to track when items are viewed, so that I can tell which
movies/videos I haven't seen yet..

-- 
Morten Lied Johansen
Every Program In Development At MIT Expands Until It Can Read Mail.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Sound saturated on a PVR-350 card

2008-10-04 Thread Pascal Schirrmann
Pascal Schirrmann a écrit :

And, by the way, 0xE9 equal  (14 * 16) + 9 = 233 :-)

My mistake ;-)

Thanks again,
Pascal

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Thumb generation problem??

2008-10-04 Thread Krzysztof Kwiatkowski
Hello, I have problem with thumbs in freevo since 1.8.1. I tried 1.8.2 and
svn and it is still not working.
When I try to browse photos I see no thumbnails of photos or folders, just
select square. And there is error on console like:

WARNING: Problem while loading image
'thumb:///usr/share/freevo/icons/themes/blurr/mimetypes/folder_image.png':
TypeError("'NoneType' object is unsubscriptable",)

Second problem is with generated or thumbs, when I try to do it I get errors
like:

ERROR: snapshot: Could not open
/var/cache/freevo/vfs/htpc/movies/matrix_reloaded.avi.raw.tmp: 14

And since some time Freevo does not remember where have I stopped watching
movies nor any other settings.
I have python 2.5.2 (same problems with 2.5.1) and Slackware 12.0.

What can I do with this?

Best regards
KK
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] 1.8.2 dies at start

2008-10-04 Thread Duncan Webb
Stafford Goodsell wrote:
> 
> An update on this problem for the mailinglist archives:
> 
> After alot of headaches, I found out that when using PYTHONPATH, you 
> need to leave off the last bit of the package directory, so it should 
> have been
> PYTHONPATH=/opt/freevo/lib/python2.4/site-packages/, not
> PYTHONPATH=/opt/freevo/lib/python2.4/site-packages/kaa.
> 
> Alot of the other wierdness has been solved when I did it properly and 
> it now runs... sort of. I get a window with a menu anyway. Whats really 
> wierd is that if I completely leave it out, I get this very nice error:
> 
> Can't find all Python dependencies:
> No module named imlib2

Not really weird, the import is kaa.imlib2 where the '.' translates to a 
'/' in the Linux file system.

Out of interest, why do you want to install kaa in a non-standard location?

I would expect, using the defaults, that kaa would have been installed 
in /usr/lib/python2.4/site-packages/kaa and then you wouldn't have to 
mess around with setting PYTHONPATH and so preventing a few headaches. ;-)

> 
> That completely threw me. I don't know if thats some odd behaviour of 
> python, or what, but I would have thought giving it the wrong directory, 
> should result in the same message.
> 

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo DVD encodingserver pluging usage

2008-10-04 Thread Sandip Devnath
hi,

I tried to follow the information in following page as well as in "freevo 
plugins -i video.dvdbackup"

http://doc.freevo.org/MoviePlugins/Encodingserver

I was able to start the encoding server, I see 
http://doc.freevo.org/MoviePlugins/Encodingserver

I see there is one process running in same name
5971 1  0 17:54 pts/200:00:02 python 
/usr/lib/python2.5/site-packages/freevo/helpers/encodingserver.py

Now the basic question I have is I don't see any option once I go to DVD. I 
also pressed E button, however I see ohter options there, but not 
ripping/encoding option.

How do I start the encoding ?

Where the encoding file is going to be ? 

Sandip

---log output---

2008-09-26 17:54:08,179 INFO config.py (1038): overlaydir: 
/var/cache/freevo/vfs
2008-09-26 17:54:08,180 DEBUGconfig.py (1075): 'cdparanoia': 
'/usr/bin/cdparanoia'
2008-09-26 17:54:08,181 DEBUGconfig.py (1075): 'height': 768
2008-09-26 17:54:08,181 DEBUGconfig.py (1075): 'df_xine': ''
2008-09-26 17:54:08,182 DEBUGconfig.py (1075): 'xmame': ''
2008-09-26 17:54:08,182 DEBUGconfig.py (1075): 'xine': '/usr/bin/xine'
2008-09-26 17:54:08,182 DEBUGconfig.py (1075): 'mencoder': 
'/usr/bin/mencoder'
2008-09-26 17:54:08,183 DEBUGconfig.py (1075): 'tv': 'ntsc'
2008-09-26 17:54:08,183 DEBUGconfig.py (1075): 'jpegtran': 
'/usr/bin/jpegtran'
2008-09-26 17:54:08,184 DEBUGconfig.py (1075): 'width': 1024
2008-09-26 17:54:08,184 DEBUGconfig.py (1075): 'version': '2.2'
2008-09-26 17:54:08,185 DEBUGconfig.py (1075): 'snes': ''
2008-09-26 17:54:08,185 DEBUGconfig.py (1075): 'tvtime': ''
2008-09-26 17:54:08,185 DEBUGconfig.py (1075): 'lsdvd': ''
2008-09-26 17:54:08,186 DEBUGconfig.py (1075): 'dvdbackup': ''
2008-09-26 17:54:08,186 DEBUGconfig.py (1075): 'unzip': '/usr/bin/unzip'
2008-09-26 17:54:08,187 DEBUGconfig.py (1075): 'w': 0
2008-09-26 17:54:08,187 DEBUGconfig.py (1075): 'oggenc': '/usr/bin/oggenc'
2008-09-26 17:54:08,188 DEBUGconfig.py (1075): 'vlc': '/usr/bin/vlc'
2008-09-26 17:54:08,188 DEBUGconfig.py (1075): 'y': 0
2008-09-26 17:54:08,188 DEBUGconfig.py (1075): 'fbxine': '/usr/bin/fbxine'
2008-09-26 17:54:08,189 DEBUGconfig.py (1075): 'mplayer': '/usr/bin/mplayer'
2008-09-26 17:54:08,189 DEBUGconfig.py (1075): 'flac': '/usr/bin/flac'
2008-09-26 17:54:08,190 DEBUGconfig.py (1075): 'position': '0,0'
2008-09-26 17:54:08,190 DEBUGconfig.py (1075): 'setterm': '/usr/bin/setterm'
2008-09-26 17:54:08,191 DEBUGconfig.py (1075): 'geometry': '1024x768'
2008-09-26 17:54:08,191 DEBUGconfig.py (1075): 'lame': ''
2008-09-26 17:54:08,191 DEBUGconfig.py (1075): 'mpav': ''
2008-09-26 17:54:08,192 DEBUGconfig.py (1075): 'renice': '/usr/bin/renice'
2008-09-26 17:54:08,192 DEBUGconfig.py (1075): 'chanlist': 'us-cable'
2008-09-26 17:54:08,193 DEBUGconfig.py (1075): 'x': 0
2008-09-26 17:54:08,193 DEBUGconfig.py (1075): 'display': 'x11'
2008-09-26 17:54:08,222 DEBUGaudio/mpeg registered
2008-09-26 17:54:08,222 DEBUGaudio/ac3 registered
2008-09-26 17:54:08,222 DEBUGapplication/adts registered
2008-09-26 17:54:08,223 DEBUGaudio/m4a registered
2008-09-26 17:54:08,223 DEBUGapplication/ogg registered
2008-09-26 17:54:08,223 DEBUGapplication/pcm registered
2008-09-26 17:54:08,224 DEBUGvideo/asf registered
2008-09-26 17:54:08,224 DEBUGvideo/flv registered
2008-09-26 17:54:08,224 DEBUGapplication/mkv registered
2008-09-26 17:54:08,224 DEBUGvideo/quicktime registered
2008-09-26 17:54:08,225 DEBUGvideo/mpeg registered
2008-09-26 17:54:08,225 DEBUGapplication/ogg registered
2008-09-26 17:54:08,225 DEBUGvideo/real registered
2008-09-26 17:54:08,226 DEBUGvideo/avi registered
2008-09-26 17:54:08,226 DEBUGvideo/vcd registered
2008-09-26 17:54:08,226 DEBUGaudio/cd registered
2008-09-26 17:54:08,227 DEBUGvideo/dvd registered
2008-09-26 17:54:08,227 DEBUGvideo/dvd registered
2008-09-26 17:54:08,227 DEBUGvideo/dvd registered
2008-09-26 17:54:08,227 DEBUGvideo/vcd registered
2008-09-26 17:54:08,228 DEBUGcd/unknown registered
2008-09-26 17:54:08,228 DEBUGimage/bmp registered
2008-09-26 17:54:08,228 DEBUGimage/gif registered
2008-09-26 17:54:08,228 DEBUGimage/jpeg registered
2008-09-26 17:54:08,229 DEBUGimage/png registered
2008-09-26 17:54:08,229 DEBUGimage/tiff registered
2008-09-26 17:54:08,229 DEBUGgames/gameboy registered
2008-09-26 17:54:08,230 DEBUGgames/snes registered
2008-09-26 17:54:08,230 DEBUGdirectory registered
2008-09-26 17:54:08,230 DEBUGtext/xml registered
2008-09-26 17:54:08,230 DEBUGtext/plain registered
2008-09-26 17:54:08,231 DEBUGapplication/flac registered
2008-09-26 17:54:08,537 INFO encodingserver.py (284): main: DEBUG=1
2008-09-26 17:54:08,538 INFO encodingserver.py (82): EncodingServer 
started...-
This SF.Net email is sponsor

Re: [Freevo-users] video podcast plugin not working

2008-10-04 Thread Duncan Webb
Sebastian Vahl wrote:
> Hi.
> 
> Today I've tried the video podcast plugin but it send a python
> traceback:
> 
>> Traceback (most recent call last):
>>   File "/opt/freevo-1.8.2/src/main.py", line 296, in eventhandler
>> app.eventhandler(event)
>>   File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
>> return func(*args, **kwargs)
>>   File "/opt/freevo-1.8.2/src/menu.py", line 872, in eventhandler
>> self._handle_play_item(menu, event)
>>   File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
>> return func(*args, **kwargs)
>>   File "/opt/freevo-1.8.2/src/menu.py", line 683, in _handle_play_item
>> action(arg=arg, menuw=self)
>>   File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
>> return func(*args, **kwargs)
>>   File "/opt/freevo-1.8.2/src/menu.py", line 105, in select
>> self.function(arg=self.arg, menuw=menuw)
>>   File "/opt/freevo-1.8.2/src/video/plugins/vpodcast.py", line 232,
>> in create_podcast_submenu p.rss_item(pc_location)
>>   File "/opt/freevo-1.8.2/src/video/plugins/vpodcast.py", line 366,
>> in rss_item if self.link == None:
>> AttributeError: podcast instance has no attribute 'link'
> 
> 
> I've configured my local_conf.py with the examples in the wiki:
> 
>> plugin.activate('video.vpodcast')
>> VPODCAST_LOCATIONS = [
>>('Bericht aus Berlin',
>> 'http://www.tagesschau.de/export/video-podcast/bab'), ('Heute',
>> 'http://content.zdf.de/podcast/zdf_heute/heute.xml'),
>> ('Heute-Journal', 'http://content.zdf.de/podcast/zdf_hjo/hjo.xml'),
>> ('Tagesschau',
>> 'http://www.tagesschau.de/export/video-podcast/tagesschau'),
>> ('Tagesthemen',
>> 'http://www.tagesschau.de/export/video-podcast/tagesthemen'),
>> ('Wochenspiegel',
>> 'http://www.tagesschau.de/export/video-podcast/wochenspiegel') ]
>> VPODCAST_DIR = '/daten/.tmp/podcasts'

The vpodcast video plug-in was a bit broken in 1.8.2, this is now fixed 
in svn and works great.

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Fedora 9 a good choice for Freevo?

2008-10-04 Thread Sandip Devnath
Recently I updated from Fedora 8 to 9.

The good think about Fedora is it fast to boot.
However I run into many dependencies issue in yum update, able to resolve most 
of the issue from Google and Fedora forums. Now my following things are up in 
freevo
 - Movies
 - Audio
 - Audio CD + Ripping
 - Photos

My XML feed is not up. This used to work earlier on FC8. I still need to debug, 
hope it is  a small issue.

Next my plan is for following
  - U tube
  - Internet radio

Sandip



- Original Message 
From: Tommy Killander <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Thursday, September 25, 2008 11:49:25 AM
Subject: [Freevo-users] Fedora 9 a good choice for Freevo?

Hi list,

A quick question, bit off-topic (sorry about that) but I don't know any 
other place to turn with this question. Wiki-pages are not 100% clear 
about this...

Is Fedora 9 OK to use with Freevo ?

/Tommy

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Fedora 9 a good choice for Freevo?

2008-10-04 Thread Partha Bagchi
On Thu, Sep 25, 2008 at 2:49 PM, Tommy Killander <[EMAIL PROTECTED]> wrote:
> Hi list,
>
> A quick question, bit off-topic (sorry about that) but I don't know any
> other place to turn with this question. Wiki-pages are not 100% clear
> about this...
>
> Is Fedora 9 OK to use with Freevo ?
>
> /Tommy
>

I am using it on Fedora 8. Does that help?

Partha

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Getting exception "Info instance has no attribute 'mmdata'", while playing DVD

2008-10-04 Thread Sandip Devnath
hi,

I upgraded 1.8.2 using source install from following page. My previous version 
was 1.8.1.

http://sourceforge.net/project/showfiles.php?group_id=46652

After this I am getting following exception

Traceback (most recent call last):
  File "/usr/lib64/python2.5/threading.py", line 460, in __bootstrap
self.run()
  File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", line 
850, in run
self.check_all()
  File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", line 
816, in check_all
self.identify(media)
  File "/usr/lib/python2.5/site-packages/freevo/plugins/rom_drives.py", line 
572, in identify
data = disc_info.mmdata
AttributeError: Info instance has no attribute 'mmdata'

Seems like  plugins/rom_drivers.py and site-packages/freevo/util/mediainfo.py 
are out of synch.

So, recommendation is not to update from source install ?
My initial install was also using source install, I update to new since there 
too xine.py and vedioitem.py  were not synch.

Thanks for help
Sandip
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users