Skip to content

Commit c0b2980

Browse files
authored
Clean and proper arguments
1 parent 30ce19a commit c0b2980

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
Download the jar from the [releases](https://github.com/Napoleon-x/VideoLAN-VLC-Discord-RPC-in-Java/releases/tag/1.0) and place in its own designated folder.
1010
Java is required for the next step so make sure you have installed it if not [Click here!](https://www.azul.com/downloads/?package=jdk#zulu)
1111

12-
After making sure the necessary requirements are met, navigate to the folder with the jar file in it and open a terminal in the folder and execute this command `java -jar VLCDiscord-RPC-v1.jar --keepTime true` (adjust naming if needed)
12+
After making sure the necessary requirements are met, navigate to the folder with the jar file within it.
13+
14+
Open a terminal in the folder and execute this command `java -jar VLCDiscord-RPC-v1.jar --keepTime true --ignoreActiveVLC true` (adjust naming if needed)
15+
1316
First time runs will place an extension in `\AppData\Roaming\vlc` for which you will need to activate each time when running the program (VLC limitations)
1417

1518
## Commands and preferances
@@ -25,6 +28,8 @@ First time runs will place an extension in `\AppData\Roaming\vlc` for which you
2528
### `--skipPlugincheck <true/false> : Skips the checking of whether the extension exists or not`
2629
### `--ignoreActiveVLC <true/false> : Ignores the check for whether VLC is running or not`
2730

31+
Report any bugs to the issues section of this repository and remember that arguments can help.
32+
2833
## Why was this even made?
2934

3035
I got bored and recently had installed VLC and wanted to see if I could make a Discord RPC for it just as a casual thing. After the first 3 hours of researching and the lack of proper documentation I still managed to continue and thought I should release this. Is it perfect? NO this seems even rather impracticle but if you want something simple and easy to use this is ok and you can do what you want with it (except sell it) and have fun playing your ~totally legit~ mp3 files or whatever.

0 commit comments

Comments
 (0)