Gustavo Sverzut Barbieri wrote:
> I've commited the code to CVS, please test.
>
> The FXD snip is:
>
> <movie title="AntiTrust">
> <cover-img source="images.amazon.com">antitrust.jpg</cover-img>
> <video>
> <file id="p1"
> media-id="2003062922213900Anti-Trust">antitrust.avi</file>
> </video>
> <variants>
> <variant name="Legenda em Portugues">
> <part ref="p1">
> <subtitle
> media-id="2003062922213900Anti-Trust">antitrust-pt_BR.sub</subtitle>
> </part>
> </variant>
> </variants>
I didn't wrote the variants code, but does this even makes sense? IIRC
variants should contains _all_ ways to play the movie. You only have
one way, so no big choice here. It's correct like this:
<variants>
<variant name="Normal">
<part ref="p1"/>
</variant>
<variant name="Legenda em Portugues">
<part ref="p1">
<subtitle media-id="...">antitrust-pt_BR.sub</subtitle>
</part>
</variant>
</variants>
Dischi
--
Software isn't released, it's allowed to escape.
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel