Post Reply 
Read additional tags from audio files
08-03-2023, 21:04 (This post was last modified: 08-03-2023 21:04 by simoncn.)
Post: #2
RE: Read additional tags from audio files
The Date tag isn't read automatically. You need to specify it in either indexTags or itemTags. By default, it is included in indexTags.

Are you trying to change what appears in the Date index? For this you need to use indexFormat, not displayFormat.

With indexFormat, you can't use an existing tag (such as Date) as the target of the format string. This means you will need to do something like this:

1) In indexTags, replace Date with IndexDate:Date
2) Add Date and OrigYear to itemTags
2) Set tagFormat to IndexDate.indexFormat={$date^$origyear^ (Release: ^)}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Read additional tags from audio files - simoncn - 08-03-2023 21:04

Forum Jump:


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