Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library
GNU General Public License v3.0
191 stars 39 forks source link

Stream Movies over a XML Source #286

Closed ghost closed 6 years ago

ghost commented 6 years ago

So my idea is, there‘s a addon called LastShip for Kodi where u can Watch Movies and Series. You click or search for your desired Movie and then it collects all Sources and check them for uptime and Quality and sort them from good to bad. The Source is opensource and i was wondering if its possible to integrate something like this.

My other question would be , for a more clean and faster flow and because i wanna expand my experience with Angular i would like to try to recode this if your cool with it (credits to you ofc) and i could possibly share or make it opensource if support is there.

Jalle19 commented 6 years ago

So my idea is, there‘s a addon called LastShip for Kodi where u can Watch Movies and Series. You click or search for your desired Movie and then it collects all Sources and check them for uptime and Quality and sort them from good to bad. The Source is opensource and i was wondering if its possible to integrate something like this.

I don't think this is possible. XBMC Video Server integrates with the Kodi library, so if you can get your items to show up in the library then it should work, but other than that it would be quite difficult.

My other question would be , for a more clean and faster flow and because i wanna expand my experience with Angular i would like to try to recode this if your cool with it (credits to you ofc) and i could possibly share or make it opensource if support is there.

It's open source so you're free to hack on it as much as you'd like. However, the application is server side rendered so swapping out the UI for something else will require a lot of changes.

Jalle19 commented 6 years ago

I'm closing this issue since there's not much I can do about it.