Andrew Dumaresq wrote:
> Hello,
>
> I updated freevo recently and the updated xine video plugin could not play 
> DVDs, I don't really know what the new way was trying to do, but this patch 
> makes it actually play dvds again:
>
> --- /root/freevo/src/video/plugins/xine.py 2005-04-10 14:58:12.000000000-0300
> +++ xine.py 2005-04-27 12:58:42.000000000 -0300
> @@ -221,7 +221,7 @@
>
> elif item.mode == 'dvd' and hasattr(item.media, 'devicename'):
> # dvd:///dev/dvd/2
> - command.append('dvd://%s/%s' % (item.media.devicename, item.url[6:]))
> + command.append('dvd://%s' % item.media.devicename)
>
> elif item.mode == 'dvd': # no devicename? Probably a mirror image on the HD
> command.append(item.url)

There was a bug in the mediadb cuasing this. It should work now. 


Dischi

-- 
Windows 3.1 - The best $89 solitaire game you can buy.

Attachment: pgp4W9iCG3DYu.pgp
Description: PGP signature

Reply via email to