The show itself is identified just fine within the application, when it goes to search my indexer (dog) no results show up, even though the indexer has the show. Looks like this was previously posted a while back and although a solution was not identified, it seemed to point to thexem not being updated?
Anyone have a workaround or possible solution to this? Is the issue with nzbdrone or thexem?
Looks like the mapping it up to date on thexem, so it should be working.
If you hover over the episode number on the series details page , does it show the scene information?
Does the tvrage link on the series details page link to the correct series?
With debug logging on drone will show the URL it used to search the indexer, the season and episode it uses to search should be the same as a hats mapped on thexem.de, is this the case?
markus - thank you for the help!
- Hovering over episode number does show scene information
- tvrage link does go to the correct series: http://www.tvrage.com/American_Pickers
- Cleared my logs, went to search for the last aired episode. Saw this in the log: Finished searching Dognzb.cr for [American Pickers : S06E33]. Found 0 - Searching on dog, it is there and labeled as S06E33?
Then with the debug logging turned on, when I perform another search, I do not see the entry in the log file? Do I have to restart after turning on debug logging?
edit: I think I found it… Feed https://api.dognzb.cr/api?t=tvsearch&cat=5030,5040&extended=1&apikey=&limit=100&rid=24796&season=6&ep=33
The ‘24796’ does indeed go to the correct series/24796 page on dog.
No you don’t, but it only effects log files, not the table of logs.
I’ll do some testing on this when I can and reply.
Yea, I figured it out after digging around a bit that I had to look on the ‘Files’ tab and not the ‘Table’ one.
Please let me know if you need any additional information from my end. Originally posted on r/usenet and it appears the challenge is not unique to me.
Thank you once again!
So I dug into the dognzb and found the issue, which is in how they store the season and episode numbers, instead of using the scene numbering they are storing it with tvdb’s numbering, which means when drone searches using the scene numbering they are unable to return the results. If you ran a full series search it would be found properly, as would it be picked up during a normal RSS sync.
At this time there is nothing we can do in drone on thexem to fix the issue, we can’t reasonably handle this scenario because we have no idea whether the indexer is remapping the season/episode numbers or not (other sites aren’t in my investigation).
Ok, thank you for the quick analysis! I’ll try to contact the dog team and see if this is something they can resolve…