View Issue Details

IDProjectCategoryView StatusLast Update
0020203MMW 5Burning / Disc Handlingpublic2024-03-25 12:45
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.1Fixed in Version5.1 
Summary0020203: Original date is not preserved for inserted CDs (not in the library)
Description1) Insert a new CD and let it auto-lookup the metadata
2) Then right click the file(s) > Properties and change fields like title, artist, album, genre, Original Date
=> all fields are preserved in filelisting
3) Press F5 to refresh the view
=> the fields like title, artist, album, genre are preserved, but Original Date is not
Additional Information[Ticket # 6192]
TagsNo tags attached.
Fixed in build2814

Activities

Ludek

2023-08-21 13:36

developer   ~0072672

The reason is that the metadata has been always written to CDPlayer.ini that support just title/artist for tracks and albumArtist/genre/year for albums

I added some other albums based metadata to be stored there (like Original Date, Publisher, ISRC) in build 2814

If we would want to support all metadata then we need to change the format and not store the values to CDPlayer.ini, but to another (own) metadata database (for CDs not in the library)

peke

2024-03-25 12:45

developer   ~0074783

Verified 3007

Newly added fields are supported and preserved now.