toddrob99 / searcharr

Sonarr & Radarr & Readarr Telegram Bot
MIT License
249 stars 61 forks source link

Command to list all movies/series #27

Open toddrob99 opened 2 years ago

toddrob99 commented 2 years ago

Telegram user @JuanraNunez requested a command to list all movies/series in sonarr/radarr. Would need to determine if it should list only missing, downloaded, or all. Will be more complex for series to list missing, maybe # of episodes missing per season or overall.

toddrob99 commented 2 years ago

Need help understanding the use case for this feature

toddrob99 commented 2 years ago

The stated use case is not very strong for a command that lists ALL series/movies. Instead, I suggest using the /movie or /series commands to check if an individual movie/series is already in radarr/sonarr.

A sub-suggestion was made to add a command that lists the N most recently-added movies/series or movies/series added in the last N days. That could be interesting; need to check if the radarr/sonarr APIs will facilitate that.