Page 1 of 1

Episode Title Part Missing

Posted: 23 Sep 2016, 22:15
by Draik
I am using OS X 10.11.5, Filebot 4.7.2 (4210).

Using the renaming feature, I have been noticing an occasional (Based on Show/Match-Combination) missing "Part x" at the end of my series titles.

E.x.
Supernatural 02x021 & 02x22.
A simple

Code: Select all

{s00e00} {t}
Shows:

Code: Select all

TheTVDB:
S02E21 All Hell Breaks Loose
S02E22 All Hell Breaks Loose

TheMovieDB:
S02E21 All Hell Breaks Loose, Part 1
S02E22 All Hell Breaks Loose, Part 2

TVmaze:
S02E21 All Hell Breaks Loose
S02E22 All Hell Breaks Loose
However, when using the "Episodes" feature, the results are as follows:

Code: Select all

TheTVDB:
Supernatural - 2x21 - All Hell Breaks Loose (1)
Supernatural - 2x22 - All Hell Breaks Loose (2)

TheMovieDB:
Supernatural - 2x21 - All Hell Breaks Loose, Part 1
Supernatural - 2x22 - All Hell Breaks Loose, Part 2

TVmaze:
Supernatural - 2x21 - All Hell Breaks Loose (1)
Supernatural - 2x22 - All Hell Breaks Loose (2)
It seems as if the {t} function is automatically removing parentheses from the end of titles (or not just from the end?)

Image

Image

Image

Image

Image

A nice example also is the Series "Smallville". Many episodes have different names, but are considered Part-1/Part-2, such as Season 2, Ep. 22 and 23.
Episode feature shows (1)/(2) using "TheTVDB" & "TVmaze", but the renaming feature emits them.

Re: Episode Title Part Missing

Posted: 24 Sep 2016, 00:47
by rednoah
I'm fairly certain that that particular issue has been fixed in the latest revision.

Re: Episode Title Part Missing

Posted: 24 Sep 2016, 07:19
by Draik
I have the latest version available on the App Store.
To make sure, I erased Filebot and all associated files (using AppCleaner) and redownloaded it from the App Store.

To my surprise, the issue has been resolved using the default expression.
However, as soon as I copy/pasted my old expression, the problem returned.
To verify, I tried the simple expression "{t}", and the problem is there again.

Re: Episode Title Part Missing

Posted: 24 Sep 2016, 10:02
by rednoah
Yes, the latest stable release is on the App Store. The latest revision / nightly build is not. Please wait for the next stable release for a fix.

In the meanwhile you may use {episode.title} for the raw title property.

Re: Episode Title Part Missing

Posted: 24 Sep 2016, 11:55
by Draik
Thanks. Appreciate the solution.