-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and fixed empty config options
- Loading branch information
1 parent
a7adcd1
commit 794be33
Showing
6 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,29 @@ NXMP support most popular video format , it support HTTP and FTP streaming and i | |
|
||
Installation | ||
---- | ||
Edit config.ini | ||
``` | ||
[Main] | ||
[Network] | ||
[Enigma2] | ||
``` | ||
|
||
Netowrk have syntax | ||
|
||
``` | ||
[Network] | ||
source=TESTFtp|ftp://user:[email protected]:21/path/ | ||
source=TestHTTP|http://192.168.1.10/path/ | ||
``` | ||
|
||
Eningma2 have syntax | ||
``` | ||
[Enigma2] | ||
e2address=http://192.168.1.10/ | ||
``` | ||
|
||
Copy "nxmp" folder to switch sdcard (/switch/nxmp) | ||
|
||
Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters