Closed arrjay closed 2 years ago
Hello @arrjay , WebMinidisc already keeps track of this limit. Can you elaborate on what issues you are getting when you approach this limit?
here's a quick gif of the tracklilst I want to upload (note it's going to try using filename as the title). now, I don't get any warnings about it yet... click ok and the job starts. I get to track 44 and the application reports an "out of space" error I browse the tracklist after and I see titles have been truncated starting on track 40 I try to rename a track here, but I don't see a notice about being over UTOC limit
working to shorten all the track names seemed to do the trick, eventually, but I'm not seeing many alerts around exceeding the total track name limit here.
@arrjay I have implemented a solution to the problem you described. It's not merged into this project though. You can try it out by either compiling my fork of webminidisc, or by running the newest release of ElectronWMD. Please let me know if there's something you think is worth improving.
per the UTOC layout at https://www.minidisc.org/md_toc.html, minidisc titling (half-width) is limited to 1785 characters total. I managed to hit this on my mz-n707 and started having issues uploading additional tracks.
would it be possible to keep track of this usage and possibly warn/alert if you're near the limit?