SeriesName (Year) Format

Any questions? Need some help?
Post Reply
Hitsville
Posts: 2
Joined: 23 May 2019, 12:25

SeriesName (Year) Format

Post by Hitsville »

Hey guys.
Im running a seedbox that incorporates Filebot and possibly going down this route rather than Sonarr
From what I understand about it (very little in fact) it's using the PLEX bindings which is fine.
However Movies all have the year in brackets for the folder names.
Robin Hood (2010) etc..

With TV Shows there is no year though and as Im trying to migrate this into what I already have upon gdrive from Sonarr I was wondering if there is any easy way to add the year so the files merge together.

Thanks in advance.

EDIT Apologies it looks like I posted this in the wrong area of the forums.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: SeriesName (Year) Format

Post by rednoah »

The series name is a unique ID, so by adding the series year to the file / folder names, you might break things, as the names no long match exactly what's in the online database:
viewtopic.php?t=4116


You can choose to just not use the {plex} format, and then you can do anything you want, e.g. something like this:

Code: Select all

{ny}/Season {s}/{plex.name}
:idea: Please read the FAQ and How to Request Help.
Hitsville
Posts: 2
Joined: 23 May 2019, 12:25

Re: SeriesName (Year) Format

Post by Hitsville »

Ah cool I will give it a try thanks.
Post Reply