Kodi Community Forum
Sports Youtube Highlights Add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251)
+---- Thread: Sports Youtube Highlights Add-on (/showthread.php?tid=346029)



Sports Youtube Highlights Add-on - docwra - 2019-08-05

Just had a thought today... if anyone wants to create an Add-on for latest "legal" sports highlights on Youtube, we are collecting them on TheSportsDB website.

I can make a JSON feed with the latest sports highlights (Youtube links) that can be filtered by sport if anyone takes this up. I could add all kinds of cool data to the feed as well such as logos or event thumbs/banners.

Check the front page for an example of 6 recent events that are available on Youtube.

https://www.thesportsdb.com

Edit: removed bounty but happy to help out any developer.


RE: Sports Youtube Highlights Add-on - docwra - 2019-08-05

Example of the JSON

php:
"tvhighlights": [
{
"idEvent": "610401",
"strEvent": "Barcelona vs Arsenal",
"strSport": "Soccer",
"idLeague": "4562",
"strLeague": "International Friendlies",
"dateEvent": "2019-08-04",
"strVideo": "https://www.youtube.com/watch?v=EASW9J1wlWw",
"strPoster": null,
"strThumb": null,
"strFanart": null,
"strSeason": "2019"
},
https://www.thesportsdb.com/api/v1/json/1/eventshighlights.php

I will try to add some posters and thumbs later for nicer artwork.


RE: Sports Youtube Highlights Add-on ($50 bounty) - docwra - 2019-08-05

@Lunatixz @enen92 just in case either of you is interested...

Or anyone else of course.


RE: Sports Youtube Highlights Add-on ($50 bounty) - enen92 - 2019-08-05

Does the website already includes the 5-0 from yesterday? Smile
Don't think bounties are allowed in the forum though.


RE: Sports Youtube Highlights Add-on - docwra - 2019-08-05

We should have 1000+ YouTube links now, good and bad results Smile

Removed bounty but I’m still happy to contribute to any efforts Wink


RE: Sports Youtube Highlights Add-on - docwra - 2019-08-28

Still looking for this, or does anyone have a tutorial/example on how to build an Add-on that can feed youtube links from a JSON object?

Maybe I can work it out myself...


RE: Sports Youtube Highlights Add-on - the_other_guy - 2019-08-29

latest sports highlights (Youtube links)

this can also be done as a node using the youtube plugin and plugin.library.node.editor
library node editor and hpw it works



RE: Sports Youtube Highlights Add-on - docwra - 2019-08-29

(2019-08-29, 02:15)the_other_guy Wrote: latest sports highlights (Youtube links)

this can also be done as a node using the youtube plugin and plugin.library.node.editor
library node editor and hpw it works

Yeh that's great for individual YouTube channels, but unfortunately I have a JSON feed of individual YouTube videos.

This allows us to have all sports and sources in one feed which is pretty cool! Wink