Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cdrdao-1.2.5.tar.bz2 | 2023-02-03 | 870.1 kB | |
README.md | 2023-02-03 | 1.2 kB | |
Version 1.2.5 Release.tar.gz | 2023-02-03 | 858.4 kB | |
Version 1.2.5 Release.zip | 2023-02-03 | 1.1 MB | |
Totals: 4 Items | 2.9 MB | 21 |
- gcdmaster port to GTK 3 (Stefan Roellin)
- Support to specify encoding in TOC (Denis Leroy):
- one of ENCODING_ISO_8859_1, ENCODING_ASCII, ENCODING_MS_JIS, ENCODING_KOREAN, ENCODING_MANDARIN may be specified on LANGUAGE section.
- TOC always dumped in UTF-8, unless --no-utf8 is specified
- Fix --swap argument with generic-mmc-raw driver (Alex Free)
- MacOS fixes (DL)
- cdrdao:
- new cdtext command to dump CD-TEXT disc content
- deprecate 0x10 driver option by checking device configuration
- toc2cue: (Jonathan Simpson)
- add option to convert bin file, removing subchannel data that isn't supported by cue/bin files
- add option to swap byte order when creating new bin file
- toc2mp3: (DL)
- -J option to force specific text decoding
- support for character encoding in filenames and id3v2 tags
- Fix eject by first issuing PREVENT ALLOW MEDIUM REMOVAL (DL)
- Removed scsilib snapshot from old cdrecord project, only use native interface. RIP Jörg Schilling.
- Misc compile and warning fixes for newer C++ compilers (Fedora)
- MacOS compile fixes, upstreamed from brew
- Cddb server updates.