Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dingmatt committed Sep 29, 2021
1 parent b718567 commit 5ea760b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Plug-ins/Amsa.bundle/Contents/Code/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
TVDB_SERIE_URL = "http://thetvdb.com/?tab=series&id=%s"
#-------------------TVDB-------------------#

#-------------------SCUDLEE----------------#
ANIDB_TVDB_MAPPING = "http://raw.githubusercontent.com/ScudLee/anime-lists/master/anime-list-master.xml"
ANIDB_COLLECTION = "http://raw.githubusercontent.com/ScudLee/anime-lists/master/anime-movieset-list.xml"
#-------------------ANIME-LISTS------------#
ANIDB_TVDB_MAPPING = "https://raw.githubusercontent.com/Anime-Lists/anime-lists/master/anime-list-master.xml"
ANIDB_COLLECTION = "https://raw.githubusercontent.com/Anime-Lists/anime-lists/master/anime-movieset-list.xml"
ANIDB_TVDB_MAPPING_CUSTOM = os.path.join(CacheDirectory, "anime-list-custom.xml")
ANIDB_TVDB_MAPPING_CORRECTIONS = "https://raw.githubusercontent.com/Dingmatt/AMSA/master/Plug-in%20Support/Data/com.plexapp.agents.amsa/DataItems/Cache/anime-list-corrections.xml"
#-------------------SCUDLEE----------------#
#-------------------ANIME-LISTS------------#

#-------------------PLEX-------------------#
THEME_URL = 'http://tvthemes.plexapp.com/%s.mp3'
Expand Down

0 comments on commit 5ea760b

Please sign in to comment.