Page 1 of 1

FileBot 5.0.0 (r9644) feedback

Posted: 19 Feb 2023, 11:26
by cagenuts
1. After I added my own preset the default presets are not visible. They are there if you edit a preset though.


2.
Added {acf} audio channel format tag binding
Not sure what this was supposed to add but it seemed to combine these :-

Code: Select all

{".$ac"}{".$channels"}

3.
Added {cf} file creation date binding
I was expecting a date of sorts but it just added this instead :-

Code: Select all

mpeg-4

Re: FileBot 5.0.0 (r9644) feedback

Posted: 19 Feb 2023, 13:30
by rednoah
1.
The built-in default presets are hidden by default if you already have multiple custom presets. Use SHIFT+CLICK <Presets> to reveal both built-in default presets and custom presets. If this is behaviour is desirable or not is up for debate and I have no particular preference. The default presets were added to make the presets feature more visible to new users.


2.
Pretty much. {acf} is there for convenience but of course doesn't add anything that could not already be done with custom code. See {acf} implementation details.


3.
Typo. Good catch. It's {ct} creation time and not {cf} container format. I'll update the release notes.



Your feedback is much appreciated. Thank you!