Ok, it doesn't make sense to ask for variant when you have only one.
However, without that code, it won't use any variant at all.

BTW, good you pointed out, I agree with you and will implement
something to auto-play when there's only one variant.


Gustavo


 --- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > 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 

_______________________________________________________________________
Desafio AntiZona - Um emocionante desafio de perguntas e respostas que
te dá um Renault Clio, kits de eletrônicos, computadores, notebooks e 
mochilas. Cadastre-se, participe e concorra!
www.cade.com.br/antizona


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

Reply via email to