Post Reply 
DisplayFormat, Help Wanted
21-07-2026, 12:59
Post: #1
DisplayFormat, Help Wanted
My attempts fail. I currently have the following 'Album.displayFormat={$album%$date$#AudioData% [%]% • }' Display: Album [Date • Quality].
The album time should now be displayed with: Album [Album time • Date • Quality]
Find all posts by this user
Quote this message in a reply
21-07-2026, 14:30
Post: #2
RE: DisplayFormat, Help Wanted
What do you mean by "album time"? Is this the total playing time of the album? Do you have a tag with this information?
Find all posts by this user
Quote this message in a reply
21-07-2026, 16:10
Post: #3
RE: DisplayFormat, Help Wanted
(21-07-2026 14:30)simoncn Wrote:  What do you mean by "album time"? Is this the total playing time of the album? Do you have a tag with this information?

Yes, I have.
Find all posts by this user
Quote this message in a reply
21-07-2026, 16:38
Post: #4
RE: DisplayFormat, Help Wanted
This should work:

Album.displayFormat={$album^$albumtime$date$#AudioQuality^ [^]^ • }
Find all posts by this user
Quote this message in a reply
21-07-2026, 17:25
Post: #5
RE: DisplayFormat, Help Wanted
(21-07-2026 16:38)simoncn Wrote:  This should work:

Album.displayFormat={$album^$albumtime$date$#AudioQuality^ [^]^ • }

Thanks, but:
Media server status for Audio: Error

Incorrect tag name 'albumtotal' in option 'Album.displayFormat' in property 'tagFormat'

The Tagdefinition:

TagFormat definition:


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
21-07-2026, 19:04
Post: #6
RE: DisplayFormat, Help Wanted
You are getting this error because you haven't added albumtotal to the list of tags in the itemTags property. All tags used in tagFormat need to be in either the indexTags or itemTags list.
Find all posts by this user
Quote this message in a reply
21-07-2026, 19:25
Post: #7
RE: DisplayFormat, Help Wanted
(21-07-2026 19:04)simoncn Wrote:  You are getting this error because you haven't added albumtotal to the list of tags in the itemTags property. All tags used in tagFormat need to be in either the indexTags or itemTags list.

OK. Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)