episode search bug

All your suggestions, requests and ideas for future development
Post Reply
tcc3
Posts: 3
Joined: 04 Aug 2018, 19:56

episode search bug

Post by tcc3 »

I was naming Season 3 of News Radio and I noticed I had an extra episode. Filebots search only reports 24 episodes of 25. I thought maybe it was TVDB, but they report 25 episodes too. Seems like something causes it to miscount, or lose data.
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: episode search bug

Post by rednoah »

I'll need file paths as text, and screenshots or logs please.

:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
tcc3
Posts: 3
Joined: 04 Aug 2018, 19:56

Re: episode search bug

Post by tcc3 »

Heres a screen shot:

https://imgur.com/a/7lbGfET
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: episode search bug

Post by rednoah »

It's listed when I try:

Code: Select all

NewsRadio - 3x24 - Space
NewsRadio - 3x25 - Injury
NewsRadio - 4x01 - Jumper
Maybe this episode was added very recently, like a few days ago. FileBot will cache data for a few days, but if you clear the cache manually, then it'll make sure you get the very latest episode data next time you try:
viewtopic.php?t=1996
:idea: Please read the FAQ and How to Request Help.
tcc3
Posts: 3
Joined: 04 Aug 2018, 19:56

Re: episode search bug

Post by tcc3 »

Interesting. It works with the CLI, but not the gui. if I select "airdate order" in GUI it shows the missing episode. Perhaps it *is* a tvdb error.
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: episode search bug

Post by rednoah »

CLI and GUI use the same code, so you'll get the same results.

You're likely accidentally using different Episode Order settings. Notably, if you're using DVD order instead of Airdate order, then you'll get DVD order instead of Airdate order, which might be different:

Code: Select all

filebot -list --q "NewsRadio" --filter "t =~ /Injury/"
NewsRadio - 3x25 - Injury

Code: Select all

$ filebot -list --q "NewsRadio" --filter "t =~ /Injury/" --order DVD
NewsRadio - 2x22 - Injury
:idea: Please read the FAQ and How to Request Help.
Post Reply