Update of /cvsroot/quickrip/quickrip
In directory sc8-pr-cvs1:/tmp/cvs-serv16912
Modified Files:
README
Log Message:
Minor changes for release of 0.7
Index: README
===================================================================
RCS file: /cvsroot/quickrip/quickrip/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 11 May 2003 15:07:04 -0000 1.2
--- README 13 Jun 2003 20:20:40 -0000 1.3
***************
*** 1,3 ****
! QuickRip v0.6 README
-------------------
--- 1,3 ----
! QuickRip v0.7 README
-------------------
***************
*** 38,44 ****
/usr/share/quickrip/quickrip.py to /usr/bin/quickrip, like so:
! hostname$ mkdir /usr/share/quickrip
hostname$ cp *.py *.ui LICENSE README quickriprc /usr/share/quickrip
! hostname$ ln -s /usr/share/quickrip/quickrip.py /usr/bin/quickrip
--- 38,44 ----
/usr/share/quickrip/quickrip.py to /usr/bin/quickrip, like so:
! hostname$ mkdir -p /usr/share/quickrip
hostname$ cp *.py *.ui LICENSE README quickriprc /usr/share/quickrip
! hostname$ ln -sf /usr/share/quickrip/quickrip.py /usr/bin/quickrip
***************
*** 47,67 ****
--------------
hostname$ quickrip --help
! QuickRip v0.6, (C) Tom Chance, 2003
! Usage: quickrip [options]
! Options:
! With none, runs PyQt GUI mode
! --help print this help message
! -cli run in command line interface mode
! -autoresize automatically resize the cli progress bar as
! the terminal is resized (small performance hit)
Hopefully it's very easy and obvious to use GUI QuickRip - that is the main purpose
! afterall. Basically, you hit the "Scan DVD" button, wait until it's finished,
! then select the tracks you want to rip, and set the options for how they will
! be ripped. Each track will have its own set of options, so you need to select
! each track and set its options in turn. You can change the names of tracks
! by right-clicking on their name at present (by default: 01, 02, etc.)
Once you're ready, hit the "Rip DVD" button, and then click on "Start". You can
--- 47,66 ----
--------------
hostname$ quickrip --help
! QuickRip v0.7, (C) Tom Chance, 2003
! Usage: /usr/bin/quickrip [options]
! Options: (with none, runs PyQt GUI mode)
! -h, --help print this help message
! -c, --cli run in command line interface mode
! -a, --autoresize automatically resize the cli progress bar as
! the terminal is resized (small performance hit)
Hopefully it's very easy and obvious to use GUI QuickRip - that is the main purpose
! afterall. Basically, you "Scan DVD", wait until it's finished, then select the tracks
! you want to rip, and set the options for how they will be ripped. Each track will
! have its own set of options, so you need to select each track and set its options
! in turn. You can change the names of tracks by right-clicking on their name at
! present (by default: 01, 02, etc.)
Once you're ready, hit the "Rip DVD" button, and then click on "Start". You can
***************
*** 80,84 ****
QuickRip is bound not to do exactly what you want it to do, and you might even
have problems using it, so if you have any suggestions of how I could
! improve it, or any bugs t oreport, give me your ideas! Details can be
found on the QuickRip web page:
--- 79,83 ----
QuickRip is bound not to do exactly what you want it to do, and you might even
have problems using it, so if you have any suggestions of how I could
! improve it, or any bugs to report, give me your ideas! Details can be
found on the QuickRip web page:
|