Closed aureyoboss closed 8 years ago
I'll look if it available in the libvlc API.
It's available: https://github.com/RSATom/libvlc-sdk/blob/80fda1e853cac9e21de761141f6f0681373051ec/include/vlc/libvlc_media_player.h#L690
Ok, I'll add it when will have a bit of free time. Thanks!
Any idea when it will be integrated ? I want these for my project.
Many thanks.
Unfortunately I'm a little bit limited with free time. Don't sure when could get some. Maybe next week, but can't promise.
@aureyoboss, please test it. And it will be great if you will add new properties/functions from https://github.com/RSATom/QmlVlc/commit/68f950e018847831bb2de9f59e8727aa193cff03 to the API docs...
Hi RSATom, I just did the first tests. For the moment:
Return : TypeError: Property 'next' of object 0 is not a function
You have an idea ? Thanks
vlcPlayer.playlist.next(); vlcPlayer.playlist.prev();
checked it works well for me.
vlcPlayer.input.chapter.description(i); vlcPlayer.input.title.description(i);
if you look to mentioned above patch, you will see I didn't add separate title
and chapter
subobjects, but just added some new properties/function to the input
Everything is ok, it works. Good joob ! To edit the FAQ, there is no problem. But what is the edit mode (AsciiDoc, Creole...)?
https://github.com/RSATom/QmlVlc/wiki/QmlVlc-API
It uses MediaWiki
format
Thanks. FAQ - Edition finished.
@aureyoboss, thank you!
Do you have the ability to add the Chapter object :
It would be great to read DVD video correctly. Thanks.