jurialmunkey
jurialmunkey
Unfortunately TMDb doesn't have a good method to authenticate user accounts suitable for Kodi devices without a web browser. The authentication process for TMDb needs a web browser. Embedded versions...
``` plugin://plugin.video.themoviedb.helper/?info=tmdb_list&list_id=3&tmdb_type=both ``` `list_id=` is the ID for the list `tmdb_type=` can be `movie` `tv` or `both`
Networks are companies. API only allows searching the studio ID of the company, not the network ID. Use discover if you know the ID.
`plugin://plugin.video.themoviedb.helper/?info=discover&tmdb_type=tv&with_id=True&with_networks=866`
Monitored list details missing from settings You can see in this error that the user name and list name are blank. ``` HTTP Error Code: 405 Request: https://api.trakt.tv//users//lists//items ```
Additionally, you are missing Trakt authorisation. Trakt is not listed as authorised in your log.
How can you monitor your Trakt lists without authorisation? Regardless your settings for monitoring a list are blank so there is no list to monitor.
You're getting a lot of network connection errors e.g. ``` 2023-07-13 01:18:57.439 T:16723 info : [plugin.video.themoviedb.helper] ConnectionError: Not connected. Check network settings. ``` I can also see your library scraper...
You can find logs for exactly what TMDbHelper added as .strm in `kodi/userdata/addon_data/plugin.video.themoviedb.helper/log_library/` Once the item is added as a strm, it is up to your library scraper to add...