About CDlabelgen: ----------------- A small guide to cdlabelgen: you need three files: Example one: robertplant_austin.sh robertplant_austin.txt robertplant_austin.ps (the output) STEP 1. # cat robertplant_austin.sh ./cdlabelgen -c "Robert Plant" -s "Live Austin City Limits" -d "XX" -f robertplant_austin.txt -e cdda.eps -S 1.5 -o robertplant_austin.ps # STEP 2. # cat robertplant_austin.txt Robert Plant - Live Austin City Limits 01. Track 1 02. Track 2 03. Track 3 04. TRack 4 05. Track 5 06. TRack 6 07. Track 7 08. TRack 8 09. Track 9 # STEP 3. # ./robertplant_austin.sh STEP 4. # /usr/dt/bin/sdtimage robertplant_austin.ps ---------------------------------------------------------------------------- Example two: zztop_rockpalast.sh zztop_rockpalast.txt zztop_rockpalast.ps (the output) STEP 1. # cat zztop_rockpalast.sh ./cdlabelgen -c "ZZ Top" -s "Live RockPalast" -d "XX" -f zztop_rockpalast.txt -e cdda.eps -S 1.5 -o zztop_rockpalast.ps # STEP 2. # cat zztop_rockpalast.txt ZZ Top - Live RockPalast Germany 01. Track 1 02. Track 2 03. Track 3 04. Track 4 05. Track 5 06. Track 6 07. Track 7 08. Track 8 09. Track 9 10. Track 10 11. Track 11 12. Track 12 13. Track 13 14. Track 14 15. Track 15 16. Track 16 17. Track 17 18. Track 18 19. Track 19 20. Track 20 21. Track 21 # STEP 3. # ./zztop_rockpalast.sh STEP 4. # /usr/dt/bin/sdtimage zztop_rockpalast.ps Enjoy!! /BL