Page 1 of 1

Brackets in titles are removed

Posted: 12 Nov 2016, 23:24
by i10
My format for TV shows is {n} {sxe} {t}, yet recently, filebot ignores strings like (1) (2) etc. from theTVDB & TVmaze.

Re: Brackets in titles are removed

Posted: 13 Nov 2016, 07:53
by rednoah
Yes, that's a feature, which is about to be removed with the next release.

Re: Brackets in titles are removed

Posted: 13 Nov 2016, 09:41
by i10
Thanks! Can't wait.

Re: Brackets in titles are removed

Posted: 13 Nov 2016, 09:45
by rednoah
You can use {episode.title} if you want the raw data. But be aware that while trailing (...) are preserved, so are / \ and any other special characters that you may not want in your destination path.

Re: Brackets in titles are removed

Posted: 13 Nov 2016, 10:09
by i10
YES!
episode.title & replace('annoying special character','') seem to do the trick.
Thank you!