mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-25 23:06:22 +02:00
Created How To Run RipMe (markdown)
14
How-To-Run-RipMe.md
Normal file
14
How-To-Run-RipMe.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Make sure you have Java installed. You can download / install it at this site: http://www.java.com/en/download/help/index_installing.xml
|
||||
|
||||
The `ripme.jar` file is actually executable. Java will execute the `.jar` file similarly to how `.exe` files are executed. Usually double-clicking the `.jar` file executes the program.
|
||||
|
||||
Command Line Options
|
||||
--------------------
|
||||
```
|
||||
usage: java -jar ripme.jar [OPTIONS]
|
||||
-h,--help Print the help
|
||||
-r,--rerip Re-rip all ripped albums
|
||||
-t,--threads <arg> Number of download threads per rip
|
||||
-u,--url <arg> URL of album to rip
|
||||
-w,--overwrite Overwrite existing files
|
||||
```
|
Reference in New Issue
Block a user