Page 1 of 1

Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 15:44
by Morgenstern72
Please please please let there be an option to recover my renaming formats.
I have a backup of yesterday, I just need to know which files I have to restore.

It's really bad to just delete them when upgrading. I really invested much work to get them where I want them.....

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 16:02
by rednoah
There's still there, 4.0 and 4.1 just store things differently.

1.
Told you to share them in the forums. :P

2.
You can just downgrade to 4.0 again (where your old settings will be visible), then copy and paste, preferably here in the forums.

3.
Upgrade to 4.1 again and paste your formats back in.

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 16:11
by Morgenstern72
Thx, did work.

Where exactly shall I post may formats?

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 16:13
by rednoah
If you post them and add a few insights I'm sure people will appreciated it ;)
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 16:30
by rednoah
Your formats are not compatible with 4.1

Replace

Code: Select all

net.sourceforge.filebot.WebServices
with

Code: Select all

net.filebot.WebServices
Should do the trick in your case.

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 01 Jun 2014, 16:32
by Morgenstern72
Thx for correcting this!

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 06 Jun 2014, 02:46
by kim
this works in 4.0
{net.sourceforge.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).originalName}

it should be this in 4.1 ?
{net.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).originalName}

but it does not work, help pls

Re: Renaming Formats gone after upgrade 4>4.1

Posted: 06 Jun 2014, 03:56
by rednoah
Did lots of internal refactoring so I guess most of the unsupported snippets are broken now.

In your case why not using one of the official bindings?

Code: Select all

{primaryTitle}

Code: Select all

{info.OriginalName}