Post Reply 
Question about the licence model and browsing through music
08-07-2022, 11:37
Post: #31
RE: Question about the licence model and browsing through music
I also think that there has been some confusion here.
Therefore, I will try to present it again in a simplified way

the structure currently looks (simplified) as follows:
  • Artists
  • ...
  • Audio Type Filter
    • Compilations
    • Audio Books
    • Music
    • Podcasts

Within the sub-items of "Audio Type Filter", under the item "Compilations", there is an intelligent browsing list with ALL audio files that are tagged accordingly.

Under the item "Music" there is also an intelligent browsing list, which (with the exception of Audio Books and Podcasts) contains ALL other audio files.

Here, the separation works exactly as desired.

However, the situation is different under "Artists".
There, all artists are listed that are also displayed within "Audio Type Filter" -> "Music" -> "Artist".
In addition, however, also SOME of the artists of audio files that contain the tags COMPILATION=1 and ALBUMARTIST=Various Artists.
But only some and not all. And I can't see any pattern why these some elements are listed there, but others are not.
Find all posts by this user
Quote this message in a reply
08-07-2022, 11:45 (This post was last modified: 08-07-2022 11:52 by simbun.)
Post: #32
RE: Question about the licence model and browsing through music
(08-07-2022 11:37)Music-Guy Wrote:  Within the sub-items of "Audio Type Filter", under the item "Compilations", there is an intelligent browsing list with ALL audio files that are tagged accordingly.

Under the item "Music" there is also an intelligent browsing list, which (with the exception of Audio Books and Podcasts) contains ALL other audio files.
Hopefully it's not just Audio Books and Podcasts but Compilations that are excluded from Music too?

(08-07-2022 11:37)Music-Guy Wrote:  However, the situation is different under "Artists".
There, all artists are listed that are also displayed within "Audio Type Filter" -> "Music" -> "Artist".
In addition, however, also SOME of the artists of audio files that contain the tags COMPILATION=1 and ALBUMARTIST=Various Artists.
Could you select one of those files that you think is from a compilation, track its filename down using 'Show Metadata' and paste its tags here, because you should only be seeing 'Various Artists' in the index coming from albums with AlbumArtist='Various Artists'?
Find all posts by this user
Quote this message in a reply
08-07-2022, 11:55
Post: #33
RE: Question about the licence model and browsing through music
(08-07-2022 11:45)simbun Wrote:  Hopefully it's not just Audio Books and Podcasts but Compilations that are excluded from Music too?
Oh yes, of course the Compilations are excluded also.

(08-07-2022 11:45)simbun Wrote:  Could you select one of those files that you think is from a compilation, track its filename down using 'Show Metadata' and paste its tags here, because you should only be seeing 'Various Artists' in the index coming from Compilations?
Here's the Metadata from a file that is not listed:
Code:
Artist Name : DJ Morgoth
Track Title : The Blizzard Of Voices (Intro) [Turbonegro vs. The Police]
Album Title :
Date :
Genre : Mash-Up
Composer :
Performer :
Album Artist : Various Artists
Track Number :
Total Tracks :
Disc Number :
Total Discs :
Comment :
<ITUNESCOMPILATION> : 1
Duration : 1:34.551 (4 169 711 samples)
Sample rate : 44100 Hz
Channels : 2
Bitrate : 256 kbps
Codec : MP3
Codec profile : MP3 CBR
Encoding : lossy
Tag type : id3v2.4|apev2|id3v1
Embedded cuesheet : no
<MP3_STEREO_MODE> : stereo

Here's the Metadata from a file that is listed:
Code:
Artist Name : Andy Rehfeldt
Track Title : Abba - Dancing Queen (metal version)
Album Title :
Date :
Genre : Mash-Up
Composer :
Performer :
Album Artist : Various Artists
Track Number :
Total Tracks :
Disc Number :
Total Discs :
Comment :
<ITUNESCOMPILATION> : 1
Duration : 3:35.407 (9 499 439 samples)
Sample rate : 44100 Hz
Channels : 2
Bitrate : 192 kbps
Codec : MP3
Codec profile : MP3 CBR
Encoding : lossy
Tool : Lavc57.56
Tag type : id3v2.4|apev2|id3v1
Embedded cuesheet : no
<ENC_DELAY> : 576
<ENC_PADDING> : 0
<MP3_ACCURATE_LENGTH> : yes
<MP3_STEREO_MODE> : joint stereo

All infos are taken from foobar.
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:06
Post: #34
RE: Question about the licence model and browsing through music
It doesn't explain why one works and one doesn't but for the one that does show, could you remove the other tag formats just leaving ID3v2.4?
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:13 (This post was last modified: 08-07-2022 12:16 by Music-Guy.)
Post: #35
RE: Question about the licence model and browsing through music
(08-07-2022 12:06)simbun Wrote:  It doesn't explain why one works and one doesn't but for the one that does show, could you remove the other tag formats just leaving ID3v2.4?
Removed the other tag formats, but it's still the same behaviour.
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:22
Post: #36
RE: Question about the licence model and browsing through music
I'm running out of ideas!

Can you:
Copy that one file into its own directory
Change the content path of MinimServer to point to that new folder
Put a filename into writeAllTags and another into writeTagChanges

and then perform a rescan?
Maybe those logs will tell us something...
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:35 (This post was last modified: 08-07-2022 12:38 by Music-Guy.)
Post: #37
RE: Question about the licence model and browsing through music
OK, did that.
With just the both files in a complete new Folder

Attached you'll find the requested logs.

Edit:
Curiously now in "Artists" both Artists are shown, but theres no Audio Type Filter anymore Huh


Attached File(s)
.txt  Log.txt (Size: 257 bytes / Downloads: 2)
.txt  writeAllTags.txt (Size: 203 bytes / Downloads: 4)
.txt  writeTagChanges.txt (Size: 183 bytes / Downloads: 2)
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:49 (This post was last modified: 08-07-2022 12:49 by Music-Guy.)
Post: #38
RE: Question about the licence model and browsing through music
Stoped the server and completely deleted everything and started with a fresh install.
Imported the last profile and did a complete new scan.

Still the same behaviour.
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:52
Post: #39
RE: Question about the licence model and browsing through music
I actually meant you to do it just on the file that's incorrectly being shown, as the log just lists distinct values from all files, so I don't know which file ALBUMARTIST=Various Artists came from.

(08-07-2022 12:35)Music-Guy Wrote:  Edit
Curiously now in "Artists" both Artists are shown
What! This doesn't make sense :-)
Could you export your config just to make sure we're still using the same index.
Find all posts by this user
Quote this message in a reply
08-07-2022, 12:55
Post: #40
RE: Question about the licence model and browsing through music
Is Andy Rehfeldt tagged as AlbumArtist somewhere? Or tagged as Artist on a file with no AlbumArtist tag?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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