l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
584 stars 53 forks source link

Question: limit the monitoring to the current season vs the entire season #55

Open mediabot opened 6 years ago

mediabot commented 6 years ago

For TV is it possible to add a series, but limit the monitoring to the current season vs the entire season

desimaniac commented 5 years ago

The only relevant option in the Sonarr API is to monitor future episodes only.

https://github.com/Sonarr/Sonarr/wiki/Series

 .... ignoring episodes with and without files will only monitor future episodes.

Could probably still do it with some more work.