-
Hi, a very basic question I can't seem to handle and been trying for a long time to get working already. From my understanding, this should be possible to do:
Above is part of my format_item and format_album config. Why do I get outputs like that instead of falling back to the text ASIS:
data_source is empty on that release why doesn't it return False? The first solution idea that comes up is that I should use %ifdef instead of %if, but no luck, it seems to always return False:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I was also going to suggest
|
Beta Was this translation helpful? Give feedback.
-
Hi @wisp3rwind, thanks so much for the hint! That was the problem. Shame on me for not reading the docs. I had read that actually a couple of days ago because of something else, but forgot again that I should remove the $. Finally it's working. Correct usage is to check without the $, but add it when accessing:
|
Beta Was this translation helpful? Give feedback.
Hi @wisp3rwind, thanks so much for the hint! That was the problem. Shame on me for not reading the docs. I had read that actually a couple of days ago because of something else, but forgot again that I should remove the $.
Finally it's working. Correct usage is to check without the $, but add it when accessing: