diff --git a/VERSION b/VERSION index b3463024..6104f4d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0-develop35 +1.20.0-develop36 diff --git a/modules/config.py b/modules/config.py index 4343dfe2..43098364 100644 --- a/modules/config.py +++ b/modules/config.py @@ -51,7 +51,10 @@ imdb_label_options = { mass_genre_options = { "lock": "Lock Genre", "unlock": "Unlock Genre", "remove": "Remove and Lock Genre", "reset": "Remove and Unlock Genre", "tmdb": "Use TMDb Genres", "imdb": "Use IMDb Genres", "omdb": "Use IMDb Genres through OMDb", "tvdb": "Use TVDb Genres", - "anidb": "Use AniDB Main Tags", "anidb_all": "Use All AniDB Tags", "mal": "Use MyAnimeList Genres" + "mal": "Use MyAnimeList Genres", "anidb": "Use AniDB Main Tags", + "anidb_3_0": "Use AniDB Main Tags and All 3 Star Tags and above", "anidb_2_5": "Use AniDB Main Tags and All 2.5 Star Tags and above", + "anidb_2_0": "Use AniDB Main Tags and All 2 Star Tags and above", "anidb_1_5": "Use AniDB Main Tags and All 1.5 Star Tags and above", + "anidb_1_0": "Use AniDB Main Tags and All 1 Star Tags and above", "anidb_0_5": "Use AniDB Main Tags and All 0.5 Star Tags and above" } mass_content_options = { "lock": "Lock Rating", "unlock": "Unlock Rating", "remove": "Remove and Lock Rating", "reset": "Remove and Unlock Rating",