Renaming Formats gone after upgrade 4>4.1

Any questions? Need some help?
Post Reply
Morgenstern72
Donor
Posts: 44
Joined: 09 May 2014, 18:57

Renaming Formats gone after upgrade 4>4.1

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

Re: Renaming Formats gone after upgrade 4>4.1

Post 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.
:idea: Please read the FAQ and How to Request Help.
Morgenstern72
Donor
Posts: 44
Joined: 09 May 2014, 18:57

Re: Renaming Formats gone after upgrade 4>4.1

Post by Morgenstern72 »

Thx, did work.

Where exactly shall I post may formats?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Renaming Formats gone after upgrade 4>4.1

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Renaming Formats gone after upgrade 4>4.1

Post 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.
:idea: Please read the FAQ and How to Request Help.
Morgenstern72
Donor
Posts: 44
Joined: 09 May 2014, 18:57

Re: Renaming Formats gone after upgrade 4>4.1

Post by Morgenstern72 »

Thx for correcting this!
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Renaming Formats gone after upgrade 4>4.1

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

Re: Renaming Formats gone after upgrade 4>4.1

Post 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}
:idea: Please read the FAQ and How to Request Help.
Post Reply