Page 1 of 1

How to differentiate between TV series and Documentaries

Posted: 26 Aug 2021, 19:39
by VectorOne
Hello everyone,
I am new to filebot and have a million questions, so I will start with this one.

My plex library is setup into categories: TV, Movies, Documentaries, Biographies, Music Videos, Live Concerts,, etc.
When a new file comes in, say 'Young Sheldon s04e10...' filebot identifies this as a TV series. However, if I receive a file 'Blue Planet s01e05...', how can this be identified as a documentary file, and put into the 'documentary' folder location? Is this something that filebot can do or must I use another method?

Regards,
V1

Re: How to differentiate between TV series and Documentaries

Posted: 26 Aug 2021, 22:33
by kim
this show using tvdb ?
https://www.thetvdb.com/series/the-blue-planet

then
Genres = Documentary
then use format e.g. :

Code: Select all

{genre}/{n} - {s00e00} - {t}
=

Code: Select all

Documentary/The Blue Planet - S01E05 - Seasonal Seas

Re: How to differentiate between TV series and Documentaries

Posted: 27 Aug 2021, 13:14
by VectorOne
Thank you.