Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxex committed Oct 8, 2024
1 parent 124160b commit 8777a22
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 72 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Angel Toloza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
77 changes: 5 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,8 @@
NXMP
RipJKAnime 2 NX
======

![Banner](docs/banner.jpg)
NXMP is a video player for Nintendo Switch based on [MPV](https://mpv.io/).
NXMP support most popular video format , it support HTTP,FTP,SFTP,Samba,NFS streaming and it also support Enigma2 decoders.

Starting from 0.7.0 Version it features HW Decoding for H264,HEVC,VP8,VP9,MPEG2 up to 4K HDR@30fps

Starting from 0.8.3 the deko3d version features HW Decoding for H264,HEVC,VP8,VP9,MPEG2 up to 4K HDR@60fps

NXMP is coded by proconsule and darkxex

Installation
----
Edit config.ini
```
[Main]
startpath=/switch/nxmp
[Network]
[Enigma2]
```

Network have syntax (you can add as many source as you like) up to version 0.7.0

```
Network]
source=TESTFtp|ftp://user:[email protected]:21/path/
source=TestHTTP|http://192.168.1.10/path/
source=TestSFTp|sftp://192.168.1.10/path/ (without path it default to home)
source=TestSamba|smb://user:[email protected]/share/ (share is a share name not a path)
source=TestNFS|nfs://192.168.1.10/export/
```

Network have syntax (you can add as many source as you like) from version 0.8.0

```
[Network]
TESTFtp = ftp://user:[email protected]:21/path/
TestHTTP = http://192.168.1.10/path/
TestSFTp = sftp://user:[email protected]/path/ (without path it default to home)
TestSamba = smb://user:[email protected]/share/ (share is a share name not a path)
TestNFS = nfs://192.168.1.10/export/
```

Enigma2 have syntax
```
[Enigma2]
e2address=http://192.168.1.10/
```

Copy "nxmp" folder to switch sdcard (/switch/nxmp)
RipJKAnime 2 NX es upliación para Nintendo Switch para reproducir Anime directamente desde JKAnime.net, basado en el reproductor de video llamado NXMP (proconsule), el cual utiliza como nucleo [MPV](https://mpv.io/).

Usage
-----
Expand All @@ -69,28 +20,9 @@ Buttons Mapping
- \+ Show file selection during playback


FAQ
-----
**Question:** My 4K file dont work? Why?

**Answer** ~~Keep in mind that currently Homebrew apps can't access the HW Decoder, so all is done with CPU, 4K file is too heavy to be decoded~~ **From version 0.7.0 NXMP have HW Decoding for format H264,HEVC,VP9,MPEG2 it can decode up to 4K HDR@30fps**

**Q:** What is Enigma2?

**A:** Enigma2 is an application used in Linux-based Digital Video Broadcasting (DVB-S, DVB-C, DVB-T) receivers or TV set-top boxes and Internet Protocol television receivers.

**Q:** What is ShaderMania?

**A:** ShaderMania is an useless but fun feature of NXMP, it uses the ability of MPV to load custom shader into the video output chain. I adopt some shaders from https://www.shadertoy.com/ to make shaders effects to the video. Some like grayscale may be usefull for someone others (like the sea shaders) is only for fun. Users can also make their custom shaders and place in mpv/shaders directory.


Translations
Traducción del código Base NXMP.
-----

If you want to have NXMP translated to your native language use this
https://github.com/proconsule/nxmp/blob/master/source/i18n/nxmp-en.h
as reference,create a file for your lang and send it to me.

- Spanish thanks to Jorge E. García "nWo"
- French thanks to Zoria, Pharuxtan, Gum
- Deutsch thanks to Extreme
Expand All @@ -102,8 +34,9 @@ as reference,create a file for your lang and send it to me.



Thanks to
Agradecimientos:
-----
- proconsule for NXMP https://github.com/proconsule/nxmp
- Cpasjuste for pPlay https://github.com/Cpasjuste/pplay some code was taken here (mpv and Overclock part)
- DarkMatterCore for libusbhsfs https://github.com/DarkMatterCore/libusbhsfs (this gives NXMP USB support)
- Averne for HW Decoding on Tegra X1 https://github.com/averne/FFmpeg and for all the hints and help (thanks a lot!)
Expand Down

0 comments on commit 8777a22

Please sign in to comment.