How to differentiate between TV series and Documentaries

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
VectorOne
Posts: 3
Joined: 26 Aug 2021, 19:01

How to differentiate between TV series and Documentaries

Post 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
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: How to differentiate between TV series and Documentaries

Post 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
VectorOne
Posts: 3
Joined: 26 Aug 2021, 19:01

Re: How to differentiate between TV series and Documentaries

Post by VectorOne »

Thank you.
Post Reply