Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kodi] New features: select subtitle/audio and display imdb id and more media infomation #13

Closed
wants to merge 1,511 commits into from

Conversation

m17design
Copy link

New features:

Some media have different stream like English/Japanese/Chinese or commentary audio or CC subtitle, Kodi can play and select audio or subtitle from this media file. New features add support to select and display language infomation.

1: Enable or disable subtitle.
2: Select subtitle and audio from multi stream.
3: Language of current audio or subtitle.

Media link added more infomation for create infomation page and link for current media. User can using these infomation or id to generate media page and link by using Rule or RESTAPI:

4: Imdb id, Tmdb id, Douban id and media_id from database of kodi .
5: Width and height of current video.
6: Channels number of current audio.

wborn and others added 30 commits January 24, 2019 21:44
The link to the old openv wiki in sikispaces was invalid. It seems as if this wiki has been shutdown and the whole content has been moved to GitHub.
bobadair and others added 29 commits February 26, 2019 08:38
Without this dependency the pi4j library did not work on my Raspberry Pi Model 3 B+.
Unfortunately there is another issue Pi4J/pi4j#319 which can be resolved by updating to pi4j release 1.2 (not yet released).

Also-by: Michael Rumpf <[email protected]> (github: mrumpf)
Also-by: Wouter Born <[email protected]>
Signed-off-by: Christoph Weitkamp <[email protected]>
The binding has several issues with how it is maintaining connection state and polling, the first issue is that the handler would create a new instance of its connection object when initialized without stopping or disposing the old one, this would create havoc as the polling code would continue to run and conflict with the shared state model that is use between them.

Second is that the HTTP connection code did not handle exceptions well and would set the binding to offline on the first failed attempt but then continue to schedule more requests, once a request was successful, nothing would tell the binding to go back online if the state had not changed during the network outage (which is very likely) .

Signed-off-by: Dan Cunningham <[email protected]>
…#4986)

* [mqtt] HA discovery: move common configuration to base class
* [mqtt] Use diamond operator where possible
* [mqtt] match default HA config name to the spec
* [mqtt] make generic parameters single, uppercase letters

Signed-off-by: Jochen Klein <[email protected]>
Also-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Andreas Stenlund <[email protected]> (github:
astenlund74)
Signed-off-by: Laurent Garnier <[email protected]>
add uniqueID support
1: select subtitle and audio from multi stream.
2: display imdb id and media_id from database of kodi
@m17design m17design closed this Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.