I would love to see an addon for Kodi. Is anyone working on something like this?
A Kodi addon would be great. As far am I'm aware no one is working on one, if someone wants to, go ahead!
The readme says:
The application uses Grails for the REST-API, and AngularJS for the frontend. If you don't like grails, you can also just use the frontend components and add your own REST-API for handling all the data :)
Does that mean there is an API available via http? And is there any documentation available? And if not, where do I have to search in the code? Sorry, I'm not familiar with Grails and don't know where to start searching…
I found this: https://github.com/dularion/streama/blob/master/grails-app/assets/javascripts/streama/services/api-service.js
So I can get all the information I need via http and it shouldn't be hard to write a plugin for Kodi. @joen and me will work on it in a separate repo: https://github.com/HackerspaceBielefeld/plugin.video.streama
We don't know how long it would take to work, but i already can login into streama and print the json generated from streama with a python script.
Awesome! Can't wait to see it in action.
Would it be ok, to use the official logo and background image from the promotional website?
I actually have a reworked version of both, check here: https://github.com/dularion/streama/tree/master/design
but youre welcome to use either
We now use the new logo and background (https://github.com/HackerspaceBielefeld/plugin.video.streama/tree/master/resources/media), thanks a lot.
The plugin itself is still very experimental, but we are getting there ...
So far almost all import features work somehow. We are able to play movies and generic videos, display and play series, display and play new releases and also implemented a search!
Genres are not implemented yet and also error handling has to be improved. For example, if your login is incorrect, the plugin just crash.
Thanks for this great software!
That's awesome! Nice work. :)
updates ?
Most helpful comment
So far almost all import features work somehow. We are able to play movies and generic videos, display and play series, display and play new releases and also implemented a search!
Genres are not implemented yet and also error handling has to be improved. For example, if your login is incorrect, the plugin just crash.
Thanks for this great software!