@ -116,11 +116,14 @@ pretty_names = {
" tautulli_popular " : " Tautulli Popular " ,
" tautulli_popular " : " Tautulli Popular " ,
" tautulli_watched " : " Tautulli Watched " ,
" tautulli_watched " : " Tautulli Watched " ,
" tmdb_actor " : " TMDb Actor " ,
" tmdb_actor " : " TMDb Actor " ,
" tmdb_actor_details " : " TMDb Actor " ,
" tmdb_collection " : " TMDb Collection " ,
" tmdb_collection " : " TMDb Collection " ,
" tmdb_collection_details " : " TMDb Collection " ,
" tmdb_collection_details " : " TMDb Collection " ,
" tmdb_company " : " TMDb Company " ,
" tmdb_company " : " TMDb Company " ,
" tmdb_crew " : " TMDb Crew " ,
" tmdb_crew " : " TMDb Crew " ,
" tmdb_crew_details " : " TMDb Crew " ,
" tmdb_director " : " TMDb Director " ,
" tmdb_director " : " TMDb Director " ,
" tmdb_director_details " : " TMDb Director " ,
" tmdb_discover " : " TMDb Discover " ,
" tmdb_discover " : " TMDb Discover " ,
" tmdb_keyword " : " TMDb Keyword " ,
" tmdb_keyword " : " TMDb Keyword " ,
" tmdb_list " : " TMDb List " ,
" tmdb_list " : " TMDb List " ,
@ -132,12 +135,14 @@ pretty_names = {
" tmdb_person " : " TMDb Person " ,
" tmdb_person " : " TMDb Person " ,
" tmdb_popular " : " TMDb Popular " ,
" tmdb_popular " : " TMDb Popular " ,
" tmdb_producer " : " TMDb Producer " ,
" tmdb_producer " : " TMDb Producer " ,
" tmdb_producer_details " : " TMDb Producer " ,
" tmdb_show " : " TMDb Show " ,
" tmdb_show " : " TMDb Show " ,
" tmdb_show_details " : " TMDb Show " ,
" tmdb_show_details " : " TMDb Show " ,
" tmdb_top_rated " : " TMDb Top Rated " ,
" tmdb_top_rated " : " TMDb Top Rated " ,
" tmdb_trending_daily " : " TMDb Trending Daily " ,
" tmdb_trending_daily " : " TMDb Trending Daily " ,
" tmdb_trending_weekly " : " TMDb Trending Weekly " ,
" tmdb_trending_weekly " : " TMDb Trending Weekly " ,
" tmdb_writer " : " TMDb Writer " ,
" tmdb_writer " : " TMDb Writer " ,
" tmdb_writer_details " : " TMDb Writer " ,
" trakt_list " : " Trakt List " ,
" trakt_list " : " Trakt List " ,
" trakt_trending " : " Trakt Trending " ,
" trakt_trending " : " Trakt Trending " ,
" trakt_watchlist " : " Trakt Watchlist " ,
" trakt_watchlist " : " Trakt Watchlist " ,
@ -227,11 +232,14 @@ all_lists = [
" tautulli_popular " ,
" tautulli_popular " ,
" tautulli_watched " ,
" tautulli_watched " ,
" tmdb_actor " ,
" tmdb_actor " ,
" tmdb_actor_details " ,
" tmdb_collection " ,
" tmdb_collection " ,
" tmdb_collection_details " ,
" tmdb_collection_details " ,
" tmdb_company " ,
" tmdb_company " ,
" tmdb_crew " ,
" tmdb_crew " ,
" tmdb_crew_details " ,
" tmdb_director " ,
" tmdb_director " ,
" tmdb_director_details " ,
" tmdb_discover " ,
" tmdb_discover " ,
" tmdb_keyword " ,
" tmdb_keyword " ,
" tmdb_list " ,
" tmdb_list " ,
@ -242,12 +250,14 @@ all_lists = [
" tmdb_now_playing " ,
" tmdb_now_playing " ,
" tmdb_popular " ,
" tmdb_popular " ,
" tmdb_producer " ,
" tmdb_producer " ,
" tmdb_producer_details " ,
" tmdb_show " ,
" tmdb_show " ,
" tmdb_show_details " ,
" tmdb_show_details " ,
" tmdb_top_rated " ,
" tmdb_top_rated " ,
" tmdb_trending_daily " ,
" tmdb_trending_daily " ,
" tmdb_trending_weekly " ,
" tmdb_trending_weekly " ,
" tmdb_writer " ,
" tmdb_writer " ,
" tmdb_writer_details " ,
" trakt_list " ,
" trakt_list " ,
" trakt_trending " ,
" trakt_trending " ,
" trakt_watchlist " ,
" trakt_watchlist " ,
@ -341,11 +351,14 @@ count_lists = [
]
]
tmdb_lists = [
tmdb_lists = [
" tmdb_actor " ,
" tmdb_actor " ,
" tmdb_actor_details " ,
" tmdb_collection " ,
" tmdb_collection " ,
" tmdb_collection_details " ,
" tmdb_collection_details " ,
" tmdb_company " ,
" tmdb_company " ,
" tmdb_crew " ,
" tmdb_crew " ,
" tmdb_crew_details " ,
" tmdb_director " ,
" tmdb_director " ,
" tmdb_director_details " ,
" tmdb_discover " ,
" tmdb_discover " ,
" tmdb_keyword " ,
" tmdb_keyword " ,
" tmdb_list " ,
" tmdb_list " ,
@ -356,20 +369,25 @@ tmdb_lists = [
" tmdb_now_playing " ,
" tmdb_now_playing " ,
" tmdb_popular " ,
" tmdb_popular " ,
" tmdb_producer " ,
" tmdb_producer " ,
" tmdb_producer_details " ,
" tmdb_show " ,
" tmdb_show " ,
" tmdb_show_details " ,
" tmdb_show_details " ,
" tmdb_top_rated " ,
" tmdb_top_rated " ,
" tmdb_trending_daily " ,
" tmdb_trending_daily " ,
" tmdb_trending_weekly " ,
" tmdb_trending_weekly " ,
" tmdb_writer "
" tmdb_writer " ,
" tmdb_writer_details "
]
]
tmdb_type = {
tmdb_type = {
" tmdb_actor " : " Person " ,
" tmdb_actor " : " Person " ,
" tmdb_actor_details " : " Person " ,
" tmdb_collection " : " Collection " ,
" tmdb_collection " : " Collection " ,
" tmdb_collection_details " : " Collection " ,
" tmdb_collection_details " : " Collection " ,
" tmdb_company " : " Company " ,
" tmdb_company " : " Company " ,
" tmdb_crew " : " Person " ,
" tmdb_crew " : " Person " ,
" tmdb_crew_details " : " Person " ,
" tmdb_director " : " Person " ,
" tmdb_director " : " Person " ,
" tmdb_director_details " : " Person " ,
" tmdb_keyword " : " Keyword " ,
" tmdb_keyword " : " Keyword " ,
" tmdb_list " : " List " ,
" tmdb_list " : " List " ,
" tmdb_list_details " : " List " ,
" tmdb_list_details " : " List " ,
@ -378,9 +396,11 @@ tmdb_type = {
" tmdb_network " : " Network " ,
" tmdb_network " : " Network " ,
" tmdb_person " : " Person " ,
" tmdb_person " : " Person " ,
" tmdb_producer " : " Person " ,
" tmdb_producer " : " Person " ,
" tmdb_producer_details " : " Person " ,
" tmdb_show " : " Show " ,
" tmdb_show " : " Show " ,
" tmdb_show_details " : " Show " ,
" tmdb_show_details " : " Show " ,
" tmdb_writer " : " Person "
" tmdb_writer " : " Person " ,
" tmdb_writer_details " : " Person "
}
}
all_filters = [
all_filters = [
" actor " , " actor.not " ,
" actor " , " actor.not " ,