cue2pops with some changes...
Since 2.3 version source code is lost forever having the last open release floating around could be useful...
Changelog:
Some modifications by https://github.com/ErikAndren
Modifications made by me:
List of return codes: https://github.com/israpps/cue2pops/blob/master/cue2pops.c#L364-L390
Since 2.3 version source code is lost forever having the last open release floating around could be useful...
Changelog:
Some modifications by https://github.com/ErikAndren
Modifications made by me:
- added cmake compilation and macros to compile on linux
- added debug command switch, so you don't have to recompile a debug version
- Replaced generic return codes (0=fail, 1=success) with new return codes, lot's of them. (now: 0=success, not 0= failure)
- Added progress report (bytes written and progress percentage)
List of return codes: https://github.com/israpps/cue2pops/blob/master/cue2pops.c#L364-L390