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

XBMC - API Integration #546

Closed
psouza4 opened this issue Jul 24, 2015 · 9 comments
Closed

XBMC - API Integration #546

psouza4 opened this issue Jul 24, 2015 · 9 comments

Comments

@psouza4
Copy link
Owner

psouza4 commented Jul 24, 2015

Originally reported on Google Code with ID 546

Integration of API so when its done parsing command is sent to XBMC to update library
etc.

http://wiki.xbmc.org/index.php?title=JSON_RPC

Reported by bradley.j.baker.1982 on 2011-03-04 22:18:08

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

I don't see in this API reference which one notifies XBMC of a new addition to the library.
 I can receive notifications using this API, but not inform XBMC that I can tell.

I am, however, working on interfacing with the underlying SQLite database to performs
direct updates that way, but an API to pop up a notification or something would be
handy if you know where that's performed (without using Python/library APIs).

Reported by psouza4 on 2011-07-14 17:49:59

  • Status changed: InProgress

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Im not sure, I know that one of the programs I used to scrape data before MCM would
then trigger a library update/notification that a new show was added.  The API looks
like you can force a library update but if you can update the db thats fine also since
thats what we are really after, alot of the home screens will query and show the recently
added tv/movies.

Reported by bradley.j.baker.1982 on 2011-07-17 23:32:30

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Apparently you can trigger a library update by doing this:

http://192.168..66:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.update
library(video) > /dev/null

Reported by jim.nickel on 2011-07-26 04:01:28

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Also...according to the docs you can use VideoLibrary.ScanForContent

Reported by jim.nickel on 2011-07-26 04:05:04

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Feature added and waiting for next release.

Reported by psouza4 on 2012-09-28 20:08:42

  • Status changed: Fixed
  • Labels added: Priority-Low, XBMC

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Oh wow... Sweetness Thank you!

Reported by HaiDoan on 2012-09-28 20:32:47

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Released in version 2.03 build 27212.933 (2.03.27212.933).

Reported by psouza4 on 2012-09-28 21:35:19

  • Status changed: Fixed-Released

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

While it does notify that it fetched new episodes it doesn't seem to update my library.

I am using XBMC 12 nightlies with mySQL.

Reported by HaiDoan on 2012-09-28 22:17:59

@psouza4
Copy link
Owner Author

psouza4 commented Jul 24, 2015

Popup notifications and Cause video library scan after fetch are both checked.

Reported by HaiDoan on 2012-09-28 22:18:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant