script to make jewel case inserts
Find a file
2025-08-29 18:33:23 +00:00
cdscript.sh various stuff 2025-08-29 18:31:22 +00:00
README.md Update README.md 2025-08-29 18:33:23 +00:00
screenshot.png new and improved screaenshot!! 2025-08-29 12:38:00 +00:00

cdscript

script to make jewel case inserts
code is shit
very incomplete
report all issues found pls

screenshot

Script to create printable CD jewel case inserts

Usage:
  ./cdscript.sh -p <paper> -c <cover> -b <back> [-i <back_image>] [-m <border>] [-d  DPI] -o <output>

Required options:
  -p  Paper format            a4 | letter | legal
  -c  Album cover path        Path to cover image 
  -b  Back type               no | image
  -o  Output file             Path to save the resulting insert (NO PNG)


Optional options:
  -i  Back image path         Required if back type is 'image'
  -m  Border width (px)       Adds a border around the cover/back
  -d  DPI                     Desired DPI of the output

DO NOT USE PNG FOR OUTPUT