Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| disk_image_compression [2024/03/02 10:37] – [Creating CSOs] Improve iso-to-ciso.sh to produce .ciso instead of .iso.ciso and to better follow platform conventions for selection of input files ssokolow | disk_image_compression [2026/03/27 10:24] (current) – ↷ Links adapted because of a move operation 40.77.167.44 | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| * [[systems: | * [[systems: | ||
| * [[systems: | * [[systems: | ||
| - | * [[systems:segacd]] | + | * [[systems:megacd]] |
| * [[systems: | * [[systems: | ||
| * [[systems: | * [[systems: | ||
| Line 95: | Line 95: | ||
| chdman extractcd -i < | chdman extractcd -i < | ||
| </ | </ | ||
| + | |||
| + | For DVD-based systems, you can use the '' | ||
| === CHD batch converting === | === CHD batch converting === | ||
| Line 102: | Line 104: | ||
| **Linux/ | **Linux/ | ||
| - | Navigate to the folder that has all your game ROMs and run the following | + | Place the script into your folder that holds your ROMs and execute |
| - | <file bash cue-to-chd.sh> | + | <file bash allimg-to-chd.sh> |
| - | # | + | #!/usr/bin/env -S bash #PROTECTED |
| - | for i in *.cue; | + | grep -rlq $' |
| - | do chdman createcd -i " | + | pushd " |
| + | readarray -t array < <(find -maxdepth 1 -type f \( -iname "*.cue" -o -iname " | ||
| + | [ -z " | ||
| + | [ -f "/ | ||
| + | for i in " | ||
| + | / | ||
| + | echo; echo "You can remove file: $i and additionals if you want!" | ||
| done | done | ||
| + | popd | ||
| </ | </ | ||
| - | replacing '' | + | replacing '' |
| Here's a command to convert all the games in the current folder and recursive folders to CHD: | Here's a command to convert all the games in the current folder and recursive folders to CHD: | ||
| Line 296: | Line 305: | ||
| #!/bin/bash | #!/bin/bash | ||
| for i in " | for i in " | ||
| - | ciso 9 " | + | ciso 9 " |
| done | done | ||
| </ | </ | ||
| Line 302: | Line 311: | ||
| ...mark it executable with this... | ...mark it executable with this... | ||
| - | < | + | < |
| ...and then run it like this: | ...and then run it like this: | ||
- disk_image_compression.1709375838.txt.gz
- Last modified: 2 years ago
- by ssokolow