Replies: 1 comment
-
Oh boy, I just figured it out. Would you believe: replace: Never mind! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the inline plugin and creating a new field under item_fields like this:
item_fields:
newtestfield: return u' [%sbit-%.1fkHz]' % (bitdepth, 44.1)
bitdepth is set to 16.
When I use the newtestfield in a path:
I really expected this to return: [16bit-44.1kHz]
What it actually returns is: [16bit-441kHz]
As a developer, I am having a hard time making any sense of this. Using python 3.13.2. Please help!
Beta Was this translation helpful? Give feedback.
All reactions