-
It's probably a dumb question but what is the name of $field to find out how many tracks are actually containend in an album in the library. I know there is
It gives me the count the metadata source I used to tag the album had provided, but if there are missing tracks how do I find out how many I definitely have? Do I really need to do:
or is there a built-in field already? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't have anything built-in quite like that—indeed, |
Beta Was this translation helpful? Give feedback.
We don't have anything built-in quite like that—indeed,
$albumtotal
has more complicated logic to use the metadata's indication of the number of tracks rather than the actual number of associated items. But theinline
configuration you have mentioned seems like it might be what you need!