Sonar is looking for season pack (eg “S01”) instead of individual episodes for newly added show. And because there are no season packs available right now (since the show just ended), it’s not downloading anything even though individual episodes are available in a manual search.
Log:
17-3-15 06:49:04.9|Info|NzbSearchService|Searching 2 indexers for [This Is Us : S01]
17-3-15 06:49:07.0|Info|DownloadDecisionMaker|Processing 3 releases
17-3-15 06:49:07.7|Info|EpisodeSearchService|Completed missing search for 16 episodes. 0 reports downloaded.
If you do a season search Sonarr will search for all episodes in that season in a batch. Searching for This is Us S01 should return results (it does on most indexers), though a quick check on lime torrents shows that not working (maybe due to the partial word matches being rejected).
Ok that’s how I thought it should work. I believe it’s done that for other shows and downloaded them ok (the batch searching), but I guess it’s just this show that has the problem then.
We don’t search by ‘S01’, we search by &q=This+is+Us&season=1 via the torznab api, Jackett translates that to whatever the tracker needs. If that doesn’t work properly, then it’s the job of the indexer/jackett to deal with it.
So basically Jackett is at fault here. Is there any way to modify the search to &q=This is Us as a workaround, instead? So basically no season=1 and have spaces in between the words instead of + (but not &20, apparently).
@markus101@Taloth In the meantime, could you point me to where I would find that string in the Sonarr code to edit out? In case I was to compile my own form…
Update: Im not a programmer but was able to download Xamarin studio and download a fork, built NzbDrone.Core.dll and replaced it with the one I have installed on my NAS.
In my scenario, when I set the show to monitor all and then search for a specific season at once, it checks for both. If it finds a season pack, then it will grab that. If not, it will still grab the individual episodes.
Probably not. In my case Jackett is essential.
But if your trackers are supported natively in Sonarr or indeed Radarr then apart from the search options mentioned then it’s not needed.