Jo2003 / cd2netmd_gui

A tool like Sonys NetMD Simple Burner
GNU General Public License v3.0
42 stars 7 forks source link

(bug) macOS Application does not read-out CD TEXT #3

Closed DaveFlashNL closed 2 years ago

DaveFlashNL commented 2 years ago

just burned a test cd, but the application is not reading out the cd text, which is present on the disc, I checked through terminal drutil cdtext command: Schermafbeelding 2022-02-07 om 16 24 25 Schermafbeelding 2022-02-07 om 16 24 47

DaveFlashNL commented 2 years ago

other applications such as XLD on macOS, are also able to properly obtain the CD TEXT metadata: Schermafbeelding 2022-02-07 om 16 29 16

(ps: it appears some of the mp3's from YouTube AL did not contain proper metadata to begin with)

Jo2003 commented 2 years ago

Does pressing Re-load CD button help?

DaveFlashNL commented 2 years ago

Does pressing Re-load CD button help?

nope, it does not, it does reload the cd yes, but sans any meta data

Jo2003 commented 2 years ago

OK, I tested it on my VM also with no success. Maybe there is something wrong with the brew version of libcdio.

Jo2003 commented 2 years ago

Even newest version of libcdio can't read CD-Text on Mac. So it looks like we stick to this currently.

DaveFlashNL commented 2 years ago

you can get cd-text through macOS terminal command, 'drutil cdtext', is that something you can add in the background, that your app on macOS does a bash script, output will then be in xml format I believe.

Jo2003 commented 2 years ago

If I find the time I first will look at libcdio for the problem. If there is no way I may try the command line tool. Currently drag and drop has priority 1.

DaveFlashNL commented 2 years ago

very good, here's an example output of drive util in terminal: example.txt

Jo2003 commented 2 years ago

Newest version now uses drutil on Mac to read CD-Text. -> fixed!