Kometa-Team / ArrAPI

A lightweight Python library for Radarr and Sonarr API.
https://arrapi.kometa.wiki
MIT License
44 stars 7 forks source link

[Bug]: movie.folder is 'None' if not using imdb_id to get movie object #17

Open Patatra opened 7 months ago

Patatra commented 7 months ago

Version Number

1.4.3

Describe the Bug

My script is triggered by radarr custom script and move file in another path if movie is Animation (I use radarr auto tagging feature to tag animes and triggered the script). If I get movie object by using radarr id env var, the string movie.folder is equal to None while I get the real folder if I get the movie object with an imdb_id search using radarr_movie_imdbid env var