RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
140 stars 56 forks source link

Chapter object #45

Closed aureyoboss closed 8 years ago

aureyoboss commented 9 years ago

Do you have the ability to add the Chapter object :

It would be great to read DVD video correctly. Thanks.

RSATom commented 9 years ago

I'll look if it available in the libvlc API.

RSATom commented 9 years ago

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!

aureyoboss commented 8 years ago

Any idea when it will be integrated ? I want these for my project.

Many thanks.

RSATom commented 8 years ago

Unfortunately I'm a little bit limited with free time. Don't sure when could get some. Maybe next week, but can't promise.

RSATom commented 8 years ago

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

aureyoboss commented 8 years ago

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

RSATom commented 8 years ago

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

aureyoboss commented 8 years ago

Everything is ok, it works. Good joob ! To edit the FAQ, there is no problem. But what is the edit mode (AsciiDoc, Creole...)?

RSATom commented 8 years ago

https://github.com/RSATom/QmlVlc/wiki/QmlVlc-API It uses MediaWiki format

aureyoboss commented 8 years ago

Thanks. FAQ - Edition finished.

RSATom commented 8 years ago

@aureyoboss, thank you!