View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0019744 | MMW 5 | Codecs | public | 2023-01-21 12:24 | 2026-08-11 09:16 |
| Reporter | peke | Assigned To | |||
| Priority | high | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Target Version | 2027 | Fixed in Version | 2027 | ||
| Summary | 0019744: FLAC: CUESheet Tag is not added to extended tags | ||||
| Description | FLAC support CUESheet natively, but it is ignored by MM and users are expected to have them in extended tags. Sample file with extreme CUEsheet is added to FTP. If that File CUESHEET data can be read in Extended tags then it is done till full CUESHEET support is added. | ||||
| Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?p=521560#p521560 Ticket # 7504 (Contains Sample File) | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3517 | ||||
|
|
I cannot add CUESheet to extended tags, as this is different kind of metadata with very specific format, extended tags are only for standard textual tags. |
|
|
OK, Added reference to 0005924 where full CUESheet and multiple bookmarks is described. |
|
|
Reopen Looks like EAC added extended tag "cuesheet" to FLAC tags (not folowing FLAC CUESHEET standard. So at least that can be read if not wrote (non standard field) |
|
|
Fixed in build 3517. After reworking of support of extended tags I was able to implement a lot better support for embedded CUESHEET too. It now works similar way like with CUE in separate file. It supports editing of CUESHEET tag with some validation. Original cuesheet metadata block in FLAC format is also supported, but this one only read-only. It contains different kind of data and does not contain metadata like track titles, and I think it is too technical and edit is probably not needed (it is not simple text field). It is displayed now as special kind of extended tag format - FLACCueSheet - in extended tags and used for dividing track into defined parts. In case FLAC file contains both - CUESHEET text tag and FLAC special CUESHEET block - text tag has priority, as it contains better metadata and was most probably edited by user, so is more recent. |