Heya,
I have the folloing problem. TVDB lists Season 6 episode 1 of 'House MD' as 1 long episode while my rip has split em up and thus that season has one more episode. What is the best way to rename those episodes so that everything will remain correctly tagged? I know that I'll have to deduct 1 per episode (EP3 becomes EP2 then and so forth) but I'm not sure how to use the duplicate function I read about. Chance for any help?
TVDB lists Season 6 episode 1 of 'House MD' as 1 long episode
Re: TVDB
e.g. Format:
(only work if renamed in same run)
e.g.
viewtopic.php?p=52751#p52751
@rednoah
why does the [GUI -> Episodes] show show only 1x House 6x01
https://thetvdb.com/series/house/seasons/official/6
Code: Select all
{plex.derive{if (dc > 1) "(Part $di)"}}
e.g.
viewtopic.php?p=47796#p47796House MD S06E01 (1).mp4
House MD S06E01 (2).mp4
viewtopic.php?p=52751#p52751
@rednoah
why does the [GUI -> Episodes] show
when website ANDHouse 6x01 (1)
House 6x01 (2)
Code: Select all
FileBot -list --db thetvdb --q "House MD"
https://thetvdb.com/series/house/seasons/official/6
Re: TVDB
So how does this work then? Atm both parts are calledkim wrote: ↑27 Jan 2021, 19:00 e.g. Format:(only work if renamed in same run)Code: Select all
{plex.derive{if (dc > 1) "(Part $di)"}}
e.g.viewtopic.php?p=47796#p47796House MD S06E01 (1).mp4
House MD S06E01 (2).mp4
viewtopic.php?p=52751#p52751
@rednoah
why does the [GUI -> Episodes] showwhen website ANDHouse 6x01 (1)
House 6x01 (2)show only 1x House 6x01Code: Select all
FileBot -list --db thetvdb --q "House MD"
https://thetvdb.com/series/house/seasons/official/6
House, M.D. S06E01 Broken (Part 1)
House, M.D. S06E01 Broken (Part 2)
When I put them in Filebot with your code it still identifies part 2 as S06E02.
Re: TVDB
1.
The GUI and CLI will give you the same results, because they use the same code, but all bets are off if things change over time, though caching should generally ensure that you get the same results if you try the same thing multiple times in a row.
2.
Works for me, in Airdate Order. Notably, if I use DVD Order, then 6x02 is just missing. Maybe the data is in flux.

2.
Please include screenshots so we can see what you are seeing. Please read How to Request Help for details.
Re: TVDB lists Season 6 episode 1 of 'House MD' as 1 long episode
My bad, it was on themoviedb (the icon is so small)
btw: new logo's
https://www.themoviedb.org/about/logos-attribution
It works for me...
You can try themoviedb:
https://www.themoviedb.org/tv/1408-house/season/6
btw: new logo's
https://www.themoviedb.org/about/logos-attribution
It works for me...
You can try themoviedb:
https://www.themoviedb.org/tv/1408-house/season/6
Re: TVDB lists Season 6 episode 1 of 'House MD' as 1 long episode
Due to API limitations, FileBot can't see episodes that aren't part of the primary episode order.