[vlc-devel] [PATCH] Small enhancement for Ticket #8250. Output current DVD title# and chapter# in status.

Edward Wang edward.c.wang at compdigitec.com
Thu Feb 28 00:47:52 CET 2013


On 13-02-27 06:46 PM, Stephen Parry <sgparry at mainscreen.com> wrote:
> ---
>   share/lua/intf/modules/httprequests.lua |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/share/lua/intf/modules/httprequests.lua b/share/lua/intf/modules/httprequests.lua
> index 5b47406..9c84908 100644
> --- a/share/lua/intf/modules/httprequests.lua
> +++ b/share/lua/intf/modules/httprequests.lua
> @@ -530,6 +530,9 @@ local aout = vlc.object.aout()
>           s.stats[tag]=v
>         end
>   
> +      	s.information.chapter=vlc.var.get(input, "chapter")
> +      	s.information.title=vlc.var.get(input, "title")
> +
>         	s.information.chapters=vlc.var.get_list(input, "chapter")
>         	s.information.titles=vlc.var.get_list(input, "title")
>   
Could you resend your patch with a title/description like so:

Subject: [PATCH] Foobared this and that

<Description of changes e.g. Output current DVD title# and chapter# in 
status.>

Close #1234

Thanks,
         Edward Wang



More information about the vlc-devel mailing list