MKV ARTIST tag handling #162
RobMacNeil
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
That should be possible. |
Beta Was this translation helpful? Give feedback.
2 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.
-
In issue #67 @paulgoulain asks if it would make sense to consider having the ACTOR tag display as Contributing artists in Windows File Explorer.
I note the response, pointing out that the Windows property is already used by the ARTIST tag.
I think that's fair enough.
I don't mind using the ARTIST tag instead of ACTOR.
However, the most common grouping level for video tags is TargetTypeValue=50 (corresponding to movie or episode level).
With Icaros activated, ARTIST TargetTypeValue=50 tags display as Album artist.
Displaying as Album artist makes sense for MKA (audio) files, where level 50 corresponds album level info.
But it doesn't really makes sense for MKV movies and episodes.
To get ARTIST tags to display as Contributing artists with MKV files you have to artificially create the tags with a TargetTypeValue below 50, such as level 30 (chapter level).
I'd like to request that Icaros makes a distinction between MKA and MKV in its handling of ARTIST tags, so that for MKV files, regardless of tag target type level, ARTIST always maps to Contributing artists (System.Music.Artist) rather than Album artist (System.Music.AlbumArtist).
Beta Was this translation helpful? Give feedback.
All reactions