mmmmmtasty / SportScanner

Scanner and Metadata Agent for Plex that uses sportdb
109 stars 31 forks source link

Support for Basketball #1

Closed Bart274 closed 9 years ago

Bart274 commented 9 years ago

Hi,

Could you please add support for Basketball? I want to add my NBA Games to my Plex installation.

Bart274 commented 9 years ago

I have added support for Basketball using this:

seasons = { "Soccer" : { "split_date" : [7,1], "season_format" : "xxyy"}, "Ice Hockey" : { "split_date" : [7,1], "season_format" : "xxyy"}, "Motorsport" : { "season_format" : "yyyy"}, "Baseball" : { "season_format" : "yyyy"}, "Basketball" : { "split_date" : [7,1], "season_format" : "xxyy"}}

mmmmmtasty commented 9 years ago

Perfect, pull request merged.