Thanks, posted on the emby forums to enourage it over there.
Here was my reply:
Thanks for the headsup about this thread, always willing to help if there is any motivation to build features from anyone
In terms of naming and structure, I thought a lot about this already and the site should help a lot as it has a hierarchy of "leagues", "seasons" and "events"
A typical event filename structure can be like this:
Code:
<League>/<Season>/<League_Name>_<YYYYMMDD>_<Event_Name>.<ext>
And can be looked up via all sorts of API searches, such as:
Search for event by event name and season
Code:
https://www.thesportsdb.com/api/v1/json/1/searchevents.php?e=Italian_Grand_Prix&s=2017
https://www.thesportsdb.com/api/v1/json/1/searchevents.php?e=Arsenal_vs_Chelsea&s=1617
https://www.thesportsdb.com/api/v1/json/1/searchevents.php?e=Vancouver_Canucks_@_Los_Angeles_Kings&s=1617
or
Search for event by full event name and date
Code:
https://www.thesportsdb.com/api/v1/json/1/searchevents.php?e=Vancouver_Canucks_@_Los_Angeles_Kings&d=2017-09-16
or
Search for event by event file name
Code:
https://www.thesportsdb.com/api/v1/json/1/searchfilename.php?e=Formula_1_2017-09-03_Italian_Grand_Prix