OPSnet / Logchecker

Logchecker for parsing and scoring logs coming from CD ripping programs
The Unlicense
57 stars 11 forks source link

Handle combined EAC logs #1

Closed itismadness closed 10 months ago

itismadness commented 5 years ago

Right now, the logchecker just chokes on combined EAC logs and will almost always require a manual rescore. We can probably handle this by detecting there's a combined log, and then validate that the TOC for each log is the same, and if so, we take the track details from the latest log that contained said track. We can also validate that the track name is the same in both instances.

itismadness commented 4 years ago

Started in 7c68e6026bc7ac0b66e1b59a76b0ee6dbd76dc02

itismadness commented 10 months ago

Support for this has been worked on for a while and largely works, individual issues as found can be reported and then fixed.