nxmp icon indicating copy to clipboard operation
nxmp copied to clipboard

NXMP is a video player for Nintendo Switch based on MPV

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.

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)

[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://192.168.1.10/share/ (share is a share name not a path)
source=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)

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 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

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.

Thanks to

  • 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)
  • Chocola @ GBATemp forum for usage guide and beta testing
  • sashka69 @ GBATemp forum for beta testing
  • bodyXY @ GBATemp forum for banner and icons
  • Godorowski @ GBATemp forum for player UI design and icons
  • student @ reboot.ms forum for beta testing
  • docgold @ GBATemp forum for Enigma2 samples and support on decoders
  • tataniko @ GBATemp forum for suggestions and bug hunting
  • All guys on GBAtemp