2021-10-13, 09:55
Glad it worked, can it be something with different tagging formats? I do not know. Hope someone here could explain this.
(2021-10-10, 22:02)Karellen Wrote:As you say, it was the tags. The tags on the files I started with were messed up and I wasn't able to fix them. I eventually bought another copy of the CD's and ripped that. The tags from that rip still had problems but I was able to use Bliss to fix them. The set now displays and plays correctly.(2021-10-10, 21:58)Chasewood333 Wrote: All the tracks seem to be there, only with some wrong track numbers, some wrong track names and dispaying in the wrong order.All that data comes from the embedded tags. File names and folder names are not used at all.
First step is to check your tags, and you should find they match what you are seeing in Kodi.
(2021-11-11, 20:15)Chasewood333 Wrote: I eventually bought another copy of the CD's and ripped that.The tags are not in the CD's. The tags are added to the music files by the ripping software. But the tags added at this point are very basic.
(2019-10-06, 00:59)garfield Wrote:(2019-10-05, 23:17)black_eagle Wrote: Use Picard (or similar tagging software) to add disc titles to each discPlease do not stuck to a song-per-file scheme. There could be dozens of reasons why one wants to keep his/her music collection by file+cue scheme. It is a very bad idea to ruine one's habbits. And, by the way, CD ripping/burning software like CUETools or EAC successfully read REM DISCSUBTITLE "" tag from the cuesheet. Maybe keep file+cue support as a foolproof method.
(2019-10-05, 23:17)black_eagle Wrote: Add 'boxset' to the Musicbrainz_album_type tag. Thats the one where it says 'album', compilation', 'single'Even this feature could be achieved with cuesheets by REMing non-standard tag. But if it is impossible to achieve with the KODI's then maybe you will allow to combine the tags from the cuesheet file with the tags from the single album file into the KODI's music database.
(2019-10-05, 23:17)black_eagle Wrote: Kodi will still navigate to discs -> tracks if there is more than 1 disc in an albumWill it still show the discs' names or just Disc 1, Disc 2 and so on? Hope it will show their names.
By the way, there is a Singles node available by default in Music. Frankly when I saw this node for the first time I thought it could allow to separtate music albums from the music singles, but it collects the songs without the album title instead. Will it be possible to list music albums and music singles separately, keeping in mind that the music singles always have their own album title?
(2022-02-02, 07:52)Harbour Wrote: If my understanding is correct, converting this structure into a boxset by splitting each of the three FLACs into individual tracks' FLACs and adding relevant DISCSUBTITLE to each track (something like 'Disc 1', 'Disc 2', 'Disc 3') will not change appearance from what I already have. Is this correct?
(2022-02-02, 15:18)black_eagle Wrote:In mp3tag, the only available tag, or rather the one that comes closest is "MUSICBRAINZ_ALBUMTYPE". Is that identical to "MUSICBRAINSALBUMRELEASETYPE" or is it possible to just add such tag manually?(2022-02-02, 07:52)Harbour Wrote: If my understanding is correct, converting this structure into a boxset by splitting each of the three FLACs into individual tracks' FLACs and adding relevant DISCSUBTITLE to each track (something like 'Disc 1', 'Disc 2', 'Disc 3') will not change appearance from what I already have. Is this correct?
If you add DISCSUBTITLE's to each track of a disc (Doesn't matter what you call them) and the album is not marked as a compilation, then Kodi should recognize it as a boxset when scanned in and flag it internally as such. If for some reason that doesn't work you can set MUSICBRAINSALBUMRELEASETYPE to "boxset" (or to contain that value along with others) and Kodi will honour the tag and construct a boxset (even without disc subtitles, it'll internally create "Disc 1", "Disc 2" etc). This should work even if the album is marked as a compilation.
HTH
(2022-07-11, 15:15)dertyp0815 Wrote: In mp3tag, the only available tag, or rather the one that comes closest is "MUSICBRAINZ_ALBUMTYPE". Is that identical to "MUSICBRAINSALBUMRELEASETYPE" or is it possible to just add such tag manually?The internal names of tags vary with tag format e.g. for FLAC it is RELEASETYPE, ID3 v2.4 (mp3) TXXX:MUSICBRAINZ ALBUM TYPE, and APE uses MUSICBRAINZ_ALBUMTYPE
(2022-07-12, 10:51)DaveBlake Wrote:Thanks much! In my case mostly m4a, but as discsubtitle was already set, seems the reason was just that "display as individual CDs" was not activated.(2022-07-11, 15:15)dertyp0815 Wrote: In mp3tag, the only available tag, or rather the one that comes closest is "MUSICBRAINZ_ALBUMTYPE". Is that identical to "MUSICBRAINSALBUMRELEASETYPE" or is it possible to just add such tag manually?The internal names of tags vary with tag format e.g. for FLAC it is RELEASETYPE, ID3 v2.4 (mp3) TXXX:MUSICBRAINZ ALBUM TYPE, and APE uses MUSICBRAINZ_ALBUMTYPE
These various internal names where defined by Musicbrainz, and in Picard (regardless of format type) they get the display label "release type". In Mp3tag I think both the ID3 tags and APE tag get the display label MUSICBRAINZ_ALBUMTYPE, but FLAC does not.
What Mp3tag is showing as MUSICBRAINZ_ALBUMTYPE is the tag you want to set to "boxset". BlackEagle unfortunately made a typo in the post you quoted.
You don't say what format file you are tagging and you don't need this, but yes you can add tags manually using Mp3tag (or you could use Picard instead).
(2024-06-07, 08:14)HeresJohnny Wrote: I have abandoned .mka for Dolby Atmos now as that is also used for audiobooks in Kodi and I would like to stay as compatible as possible between the two softwares.I have a branch that addresses that. I believe you commented on it on github but AFAICR, you mistook it to be the opposite way around.
audiobook
which allows for mp3 (or any other format) audiobooks. Possibly I might consider forcing an album too for mka files although that shouldn't be necessary.