Page 1 of 1

Where do I download the previous version?

Posted: 06 May 2016, 19:58
by theusedversion
Where can I download the previous version? It was working great but just now I got the message to update so I did. I wish I hadn't. I downloaded it, installed it. Did nothing else. Changed nothing. Went about my usual work and renamed some files. And after renaming, it moved all the files into the download folder (which I certainly never told it to do) and it even deleted the folder that I was working from? Like wtf? Permanently deleted too. Nothing in the recycle bin. I checked the settings menu and see nothing about moving files to the Download folder, I see nothing about it deleting folders. I checked my presets and there no options for these things as well. Not idea why it thought that was a good idea to do. Anyways, the new version is not for me. Is there some place that the older versions are archived? I checked the download page and sourceforge page and see nothing unless I'm overlooking it. Thanks for any help you can provide.

Re: Where do I download the previous version?

Posted: 06 May 2016, 20:01
by theusedversion
Of course, right after I post this, I find it. :D I should have looked under the parent folder on SourceForge which is where all the older versions are. You can close the topic or whatever if you want.

Here is where all the previous versions are in case anyone else wants to know:
https://sourceforge.net/projects/filebot/files/filebot/

Re: Where do I download the previous version?

Posted: 07 May 2016, 09:07
by rednoah
Depending on your format, it will now try to move files from the current structure into the new structure defined by your format, trying to maintain the media root folder.

If you want your format to be resolved against the current folder of the file, instead of the media folder, then you have to start your format with ./ explicitly.

e.g. use current folder as root:

Code: Select all

./{n} ({y})/{n} ({y})
e.g. use media folder as root:

Code: Select all

{n} ({y})/{n} ({y})