Comment 1 for bug 501858

Revision history for this message
Carlo Mandelli (camandel) wrote :

added script, in version 1.21-r456, to help people in massive games extractions (for now only from CLI):

/usr/share/wiithon/wiithon_extract.sh -h
wiithon_extract.sh -p <partition> [-l] [-t iso|wbfs|wdf] [-w <work dir>] [-f <filename>] [-h]

-p set WBFS partition
-l list games from WBFS partition
-t set output file type: ISO, WBFS or WDF
-w set working directory (if not specified is /home/carlo/src/wiithon-devel)
-f extract only games in filelist
-h this help page

Example 1: extract ALL games in WBFS format in the current directory
wiithon_extract.sh -p /dev/sdb1 -t wbfs

Example 2: create a new games list on file /tmp/filelist.txt
wiithon_extract.sh -p /dev/sdb1 -l > /tmp/filelist.txt

Example 3: extract only games from filelist in ISO format in /tmp
wiithon_extract.sh -p /dev/sdb1 -t iso -w /tmp -f /tmp/filelist.txt