Page 1 of 1

After upgrading to 4.7.9 no folders are created

Posted: 17 Apr 2017, 09:16
by Morgenstern72
I just upgraded from 4.7x to 4.7.9 (Windows 10 Pro, Filebot 64bit MSI)

1. I lost all my presets, they were empty after upgrading. Since this happened one time before I have a backup of my presets
2. No more folders are created. My presets should tell filebot to move movies/episodes in newly created and nicely named folders. No more folders are created, only the movie is renamed.
3. The movie is also not renamed correctly

Example BEFORE after renaming
Folder: MovieName (2010) [1080p] [DTS]
File: MovieName (2010) x264.mkv

Example AFTER after renaming
Folder: whatever the folder name was before, no renaming
File: MovieName (2016).mkv

My presets:

Movie

Code: Select all

../{primarytitle}{' ('+net.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+')'} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT|ULTIMATE.CUT|SPECIAL.EDITION/).join('][').upperInitial().lowerTrail()+']'} [{vf}] [{ac}{fn.match("-HD.MA.")+af}]/{primarytitle} ({y}) {vc}{" (CD$pi)"}{' '+lang}
Episode

Code: Select all

../{n}{' ("'+net.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+'")'} ({y})/{"Season ${s.pad(2)}"}/{n} {s00e00} {t} [{vf}]{' '+lang}

Re: After upgrading to 4.7.9 no folders are created

Posted: 17 Apr 2017, 09:24
by Morgenstern72
I have found the solution for the renaming: you can select TWO "TheMovieDB", but one is for TV shows. Selecting the right one greys out the "Episode" field, then it works again.

Re: After upgrading to 4.7.9 no folders are created

Posted: 17 Apr 2017, 10:22
by rednoah
1.
Are there errors or warnings in the logs? Settings are stored in the registry and the way they're stored hasn't changed recently as far as I can tell. Not sure what might have happened there.

There's some helper scripts for importing / exporting settings for advanced users that might be helpful:
viewtopic.php?t=4205


2.
Destination path depends entirely on your format. All support for IMDb has been removed years ago, so that part definitely won't work.


3.
Same as (2.) except that the MediaInfo bindings you're using don't work for some other reason. Please run filebot -script fn:sysinfo and post the output.


4.
TheMovieDB indeed exists twice as "Episode Mode" and as "Movie Mode" version. If you're familiar with the "Fetch & Match Data" popup then it should be easy to tell which is which based on the order.

Re: After upgrading to 4.7.9 no folders are created

Posted: 24 Jul 2017, 22:27
by Morgenstern72
rednoah wrote: 17 Apr 2017, 10:22 Destination path depends entirely on your format. All support for IMDb has been removed years ago, so that part definitely won't work.
Thanks for reminding me, its removed now
rednoah wrote: 17 Apr 2017, 10:22 Same as (2.) except that the MediaInfo bindings you're using don't work for some other reason. Please run filebot -script fn:sysinfo and post the output.
This is the new one, works fine

Code: Select all

../{primarytitle} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT|ULTIMATE.CUT|SPECIAL.EDITION/).join('][').upperInitial().lowerTrail()+']'} [{vf}] [{ac}{fn.match("-HD.MA.")}-{af}]/{primarytitle} ({y}) {vc}{" (CD$pi)"}
rednoah wrote: 17 Apr 2017, 10:22 TheMovieDB indeed exists twice as "Episode Mode" and as "Movie Mode" version. If you're familiar with the "Fetch & Match Data" popup then it should be easy to tell which is which based on the order.
Sorry, I dont know what the "Fetch & Match Data" popup might be...

Re: After upgrading to 4.7.9 no folders are created

Posted: 25 Jul 2017, 05:59
by rednoah
"Fetch & Match Data" is the popup that pops up when you click the "Fetch Data" button. :lol: