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.....
Renaming Formats gone after upgrade 4>4.1
-
- Donor
- Posts: 44
- Joined: 09 May 2014, 18:57
Re: Renaming Formats gone after upgrade 4>4.1
There's still there, 4.0 and 4.1 just store things differently.
1.
Told you to share them in the forums.
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.
1.
Told you to share them in the forums.

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.
-
- Donor
- Posts: 44
- Joined: 09 May 2014, 18:57
Re: Renaming Formats gone after upgrade 4>4.1
Thx, did work.
Where exactly shall I post may formats?
Where exactly shall I post may formats?
Re: Renaming Formats gone after upgrade 4>4.1
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

http://www.filebot.net/forums/viewtopic.php?f=5&t=2
Re: Renaming Formats gone after upgrade 4>4.1
Your formats are not compatible with 4.1
Replace
with
Should do the trick in your case.
Replace
Code: Select all
net.sourceforge.filebot.WebServices
Code: Select all
net.filebot.WebServices
-
- Donor
- Posts: 44
- Joined: 09 May 2014, 18:57
Re: Renaming Formats gone after upgrade 4>4.1
Thx for correcting this!
Re: Renaming Formats gone after upgrade 4>4.1
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
{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
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?
In your case why not using one of the official bindings?
Code: Select all
{primaryTitle}
Code: Select all
{info.OriginalName}