gavinbenda / platinum-md

Minidisc NetMD Conversion and Upload
MIT License
230 stars 38 forks source link

grouped tracks not transferring from md to pc #144

Open DaveFlashNL opened 2 years ago

DaveFlashNL commented 2 years ago

so it seems platinum md will not transfer from md tracks that appear to be grouped, the track list view goes back to 'negotiating with device' when it triest to copy, though some thing does seem to transfer, the resulting files are just a few kb's big Schermafbeelding 2022-01-13 om 13 52 56

this is with the mz-rh1, tracks that are not grouped are transferred as normal, both from md and him/mdlp...

Invictaz commented 2 years ago

Very interesting bug, would like to have this solved. Do these tracks have some sort of bit flag set?

asivery commented 2 years ago

@Invictaz I'm not familiar with PlatinumMD's code, but if the disc title is used when creating the ripped files, it can indeed crash. The groups are defined in the disc title in a format start-end;name//, so for example 1-2;test//TestDisc would create a group containing the first and second track, name it test, and name the whole disc TestDisc. The problem is that on Windows, both / and ; are illegal characters. I'm guessing that might cause a problem...