You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@
9
9
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.
10
10
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)
11
11
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
+
13
16
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)
14
17
15
18
## Commands and preferances
@@ -25,6 +28,8 @@ First time runs will place an extension in `\AppData\Roaming\vlc` for which you
25
28
### `--skipPlugincheck <true/false> : Skips the checking of whether the extension exists or not`
26
29
### `--ignoreActiveVLC <true/false> : Ignores the check for whether VLC is running or not`
27
30
31
+
Report any bugs to the issues section of this repository and remember that arguments can help.
32
+
28
33
## Why was this even made?
29
34
30
35
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