TV Shows missing year

Support for Ubuntu and other Desktop Linux distributions
Post Reply
neik
Posts: 7
Joined: 12 Jul 2019, 07:55

TV Shows missing year

Post by neik »

Hello guys,

first of all thanks for this awesome tool.
Just found out about it and restarted renaming my TV Shows according to Plex/Emby standard.
Unfortunately I am having an issue with some of the tv shows not showing year in the folder structure.

Example: "Show name ()", when most of the tv folders look like "Show name (year of release, e.g. 2011)"

The command I am using is as follows:

Code: Select all

-rename --db TVDB "/path/to/source" --output "/path/to/destination/" -no-xattr --action move --format "series/{n} ({y})/S{s}/{n}-{sxe}-{t}{f.substring(3)}" --log all --log-file /tmp/filebot.log -non-strict "$@"
Is anybody else seeing this?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Shows missing year

Post by rednoah »

It's undefined for some shows.

Try the latest beta. I think that one will just default to the airdate of the first episode if the series start date is undefined in the database.

Also, you want to use {ny} which takes care of various corner cases, such as y already being part of n.
:idea: Please read the FAQ and How to Request Help.
neik
Posts: 7
Joined: 12 Jul 2019, 07:55

Re: TV Shows missing year

Post by neik »

The beta solved it.
Thanks a lot! :-)
neik
Posts: 7
Joined: 12 Jul 2019, 07:55

Re: TV Shows missing year

Post by neik »

Another thing:

The Flash for example ends up like this: "The Flash (2014) (2014)"
Any solution to this?

€dit: The episode name is then "The Flash (2014)-1x01-episode name"
Last edited by neik on 12 Jul 2019, 09:28, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: TV Shows missing year

Post by rednoah »

Also, you want to use {ny} which takes care of various corner cases, such as y already being part of n. ;)
:idea: Please read the FAQ and How to Request Help.
neik
Posts: 7
Joined: 12 Jul 2019, 07:55

Re: TV Shows missing year

Post by neik »

Sorry and thanks again! :-)
Post Reply