Episode Title Part Missing

All your suggestions, requests and ideas for future development
Post Reply
Draik
Donor
Posts: 19
Joined: 12 Apr 2014, 07:51

Episode Title Part Missing

Post 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.
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Episode Title Part Missing

Post by rednoah »

I'm fairly certain that that particular issue has been fixed in the latest revision.
:idea: Please read the FAQ and How to Request Help.
Draik
Donor
Posts: 19
Joined: 12 Apr 2014, 07:51

Re: Episode Title Part Missing

Post 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.
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Episode Title Part Missing

Post 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.
:idea: Please read the FAQ and How to Request Help.
Draik
Donor
Posts: 19
Joined: 12 Apr 2014, 07:51

Re: Episode Title Part Missing

Post by Draik »

Thanks. Appreciate the solution.
Post Reply