8000 GitHub - Switch-Bros/nxmp: NXMP is a video player for Nintendo Switch based on MPV
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from proconsule/nxmp

NXMP is a video player for Nintendo Switch based on MPV

Notifications You must be signed in to change notification settings

Switch-Bros/nxmp

 
 

Repository files navigation

NXMP

Banner NXMP is a video player for Nintendo Switch based on MPV. 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:pass@192.168.1.10: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:pass@192.168.1.10/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:pass@192.168.1.10:21/path/
TestHTTP = http://192.168.1.10/path/
TestSFTp = sftp://user:pass@192.168.1.10/path/ (without path it default to home)
TestSamba = smb://user:pass@192.168.1.10/share/ (share is a share name not a path)
TestNFS = nfs://192.168.1.10/export/

Network from version 0.9.1 can also be added in this way (this fix password with @)

For SMB

[Samba Test]
server = 192.168.1.1
type = smb
username = USERNAME
password = PASSWORD
path = SHAREPATH

For ssh/sftp

[SSH Test]
server = 192.168.1.1
type = sftp
username = USERNAME
password = PASSWORD
path = REMOTEPATH
port = 22

sftp can also use pub/priv key for auth

[SSH Test]
server = 192.168.1.1
type = sftp
username = USERNAME
path = REMOTEPATH
pubkeypath = /switch/nxmp/sshkey/id_rsa.pub
privkeypath = /switch/nxmp/sshkey/id_rsa
port = 22

Enigma2 have syntax

[Enigma2]
e2address=http://192.168.1.10/

Copy "nxmp" folder to switch sdcard (/switch/nxmp)

Usage

Buttons Mapping

  • A select (play/pause during playback)
  • B back (stop during playback)
  • Y Main Menu
  • X show OSD (during playback)
  • R L ZR ZL (seek +/- during playback)
  • - Exit NXMP
  • R Stick Button Toggle Masterlock (during playback, only A button will work)
  • Dpad Right (during playback show/hide right menu)
  • Dpad Down (during playback show/hide player UI)
  • R Stick Up/Down Fast Scroll on file list (Volume Control During Playback)
  • + Show file selection during playback

FAQ

Question: My 4K file dont work? Why?

Answer From version 0.7.0 NXMP have HW Decoding for format H264,HEVC,VP9,MPEG2 it can decode up to 4K HDR@30fps From version 0.9.1 NXMP have HW Decoding for format H264,HEVC,VP9,MPEG2 it can decode up to 4K HDR@60fps

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.

Translations

Starting from version 0.9.1 translations uses json files, look at langs folder for examples. You can add as many as you want, also you can have mylangtest1.json and mylangtest2.json both in japanese but with diff sentence. Thanks to all who contriubuted with translations

Thanks to

About

NXMP is a video player for Nintendo Switch based on MPV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • C 2.6%
  • Other 1.4%
0