I have an album under the following folder structure:
Artist Name - Album Name
Under Album View I can see the album and the corresponding artwork without a problem. But, if I have the following:
Artist Name - Album - Name
Then I see the album twice:
Artist Name - Album
Artist Name - Name
I believe this is also the tag under album name (Album - Name)
It seams that the dash splits the album into two.
GMPC 11.8.16 / Ubuntu Linux 12.10 64 Bit
Duplicated entries under Album View
Re: Duplicated entries under Album View
Gmpc does no splitting. This looks like you have multiple album tags on one file. Can you check this?
Re: Duplicated entries under Album View
Correct. But very puzzling. Under "Database", when looking at the folders, this is exactly like the file system view but under "album View" it seams that the GMPC creates the views from the tags. Is there a way to mirror the actual file system under "Album View"?Qball wrote:Gmpc does no splitting. This looks like you have multiple album tags on one file. Can you check this?
Thanks!
Re: Duplicated entries under Album View
No, this is how MPD presents the metadata. If gmpc gets a song with multiple tags for one field it can concatenate them. However If it requests a list of album tags it cannot see they belong together.
Re: Duplicated entries under Album View
My point is that the behavior under "Album View" is different than "Database". It would be nice if "Album View" reflects the folder structure it gets from the "database". This should be a nice feature.Qball wrote:No, this is how MPD presents the metadata. If gmpc gets a song with multiple tags for one field it can concatenate them. However If it requests a list of album tags it cannot see they belong together.
Thanks!
Re: Duplicated entries under Album View
Depending on file system tot create an album view seems like a very bad idea. You would have to make assumptions about folder structure, experience learn this does not work.
If gmpc gets the right tags it will show the right albums.
If gmpc gets the right tags it will show the right albums.
Re: Duplicated entries under Album View
That is not what I am saying. There is a difference between the way music is presented.
Database - mirrors the folder structure as they are presented in the filesystem.
Album View - mirrors the albums as they are represented in their tag
unless I am missing something, these are two different ways. You may have 10 albums under "Database" but may have 16 under "album view"
I hope this is clear.
Thanks.
Database - mirrors the folder structure as they are presented in the filesystem.
Album View - mirrors the albums as they are represented in their tag
unless I am missing something, these are two different ways. You may have 10 albums under "Database" but may have 16 under "album view"
I hope this is clear.
Thanks.
Re: Duplicated entries under Album View
No, not clear.
A folder and an Album is something completely different.
So album view shows albums (as they are known to MPD), the database shows the folder structure (as seen by MPD) It does not show albums..
If you have one album per folder, that is how you organized it, but has nothing todo with the view.
If you want to 'extract' albums from folders you need to have some well defined structure.
A folder and an Album is something completely different.
So album view shows albums (as they are known to MPD), the database shows the folder structure (as seen by MPD) It does not show albums..
If you have one album per folder, that is how you organized it, but has nothing todo with the view.
If you want to 'extract' albums from folders you need to have some well defined structure.
Re: Duplicated entries under Album View
OK. Now I get it. Thanks!