FileBot 5.0.0 (r9644) feedback

All your suggestions, requests and ideas for future development
Post Reply
cagenuts
Posts: 17
Joined: 28 Nov 2021, 17:20

FileBot 5.0.0 (r9644) feedback

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

Re: FileBot 5.0.0 (r9644) feedback

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