{bitrate} is broken in FileBot 5.0.2

All your suggestions, requests and ideas for future development
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

{bitrate} is broken in FileBot 5.0.2

Post by rednoah »

FileBot 5.0.2 implicitly flattens bindings such as {bitrate} into plain String values, which makes the numeric value and scaled properties inaccessible. This is a bug for FileBot 5.* but also default behaviour for FileBot 4.* and prior.


OK:

Code: Select all

{ bitrate }

BROKEN:

Code: Select all

{ bitrate.mbps }

Code: Select all

{ bitrate.toInteger() }

Code: Select all

{ mbps > 2 }



EDIT:

FileBot r9724 fixes the issue.
:idea: Please read the FAQ and How to Request Help.
Post Reply