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

Stephen G. Parry sgparry at mainscreen.com
Thu Feb 28 01:20:00 CET 2013


I have reposted this patch and one other; please let me know if new
format is acceptable.

On 27/02/2013 23:47, Edward Wang wrote:
> 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