File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ It is meant to be simple and easy to use.
8
8
9
9
Although it is primarily meant for audio files, you can also use it to browse/watch videos or images.
10
10
11
+ ![ ] ( screenshot.png )
12
+
13
+ ## Downloads
14
+ * [ Windows] ( https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp-1.0.0-rc1.Setup.exe )
15
+ * [ Linux deb] ( https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp_1.0.0-rc1_amd64.deb )
16
+ * [ Linux rpm] ( https://github.com/phpbg/muspnp/releases/download/1.0.0-rc1/muspnp-1.0.0.rc1-1.x86_64.rpm )
17
+ * MacOS : builds are not provided, but you should be able to compile it easily (see [ steps below] ( #build-instructions ) )
18
+
11
19
## Compatibility
12
20
13
21
This is a list of servers and renderer known to work. Please send a MR to improve it.
@@ -34,6 +42,16 @@ Those features are not yet available:
34
42
Logs are outputed if you run the program from the command line. You can redirect them to a file.
35
43
* ex. on windows: ` muspnp.exe > logs.txt `
36
44
45
+ ## Build instructions
46
+ Install [ Nodejs] ( https://nodejs.org ) and [ Git] ( https://git-scm.com/ ) before proceeding.
47
+ ```
48
+ git clone https://github.com/phpbg/muspnp.git
49
+ cd muspnp
50
+ npm ci --no-optional
51
+ npm run start
52
+ rpm run make
53
+ ```
54
+
37
55
## Credits
38
56
This software relies on a lot of great open source tools. Please review them within ` package.json `
39
57
You can’t perform that action at this time.
0 commit comments