[Feature Request] Joined Order

All your suggestions, requests and ideas for future development
Post Reply
KryptonianWolf
Posts: 1
Joined: 19 Dec 2020, 20:00

[Feature Request] Joined Order

Post by KryptonianWolf »

I was hoping we could add in the new joined order option from TVDB
User avatar
rednoah
The Source
Posts: 24040
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Feature Request] Joined Order

Post by rednoah »

Can you post a specific example TV Show for this use case? If you're having trouble with a specific set of files, please post file paths as well.
:idea: Please read the FAQ and How to Request Help.
zgong
Posts: 2
Joined: 28 Dec 2020, 15:04

Re: [Feature Request] Joined Order

Post by zgong »

rednoah wrote: 20 Dec 2020, 06:05 Can you post a specific example TV Show for this use case? If you're having trouble with a specific set of files, please post file paths as well.
Here is a recent example:

tvdb has split season 6 of Animaniacs (2020) into individual skits, ending up with 42 separate "episodes" instead of the actual 13.
https://thetvdb.com/series/animaniacs/s ... official/6

There is also a joined season, where they are listed in their actual order:
https://thetvdb.com/series/animaniacs/s ... lternate/6
User avatar
rednoah
The Source
Posts: 24040
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Feature Request] Joined Order

Post by rednoah »

In the specific case of Animaniacs, TVmaze will get the job done for now:

Code: Select all

$ filebot -rename *.mkv --db TVmaze -non-strict --format "{n} {sxe} {episode.title.slash(' & ')}" --action TEST --log INFO
[TEST] from [Animaniacs.S06E01.mkv] to [Animaniacs 1x01 Jurassic Lark & Suspended Animation Part 1 & Of Mice and Memes & Suspended Animation Part 2.mkv]
[TEST] from [Animaniacs.S06E02.mkv] to [Animaniacs 1x02 Warners Unbound & How to Brain Your Dragon & Suffragette City.mkv]
...
:idea: Please read the FAQ and How to Request Help.
zgong
Posts: 2
Joined: 28 Dec 2020, 15:04

Re: [Feature Request] Joined Order

Post by zgong »

Thanks for that; it seems this is actually an alternate order offered by tvdb, and is available for quite a few other shows as well - it's not always referred to as 'joined', I've also seen it be named 'netflix', 'amazon', etc.

Seems it would still be useful to support, if exposed via tvdb's API.
Post Reply