NXMP Switch

From GameBrew
NXMP
Nxmp.png
General
Authorproconsule
TypeMedia players
Version0.9.0
LicenseMixed
Last Updated2024/01/04
Links
Download
Website
Source

NXMP is an open-source 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.

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,VP9,VP8,MPEG2 up to 4K HDR@30fps

NXMP is coded by proconsule and darkxex.

Note: NXMP it's on early versions and active dev state so expect any kind of bugs, however it's fully functional and tested before every release.

Features

  • HW Decoding (since v0.7.0) for (H264,HEVC,VP9,VP8,MPEG2).
  • Extense support of media file formats and codecs, including audio too as well​.
  • Touch and controller support, control the MP as you want​.
  • Video deinterlace support​.
  • Advanced image settings, configure the brightness and color options, change aspect ratio and rotate the screen​.
  • Custom subtitles, you can configure options like color, text size and position to your preferences​.
  • Full sound EQ, allow adjust the sound equalizer to your preferences, you can define presets too​.
  • Chapters navigator with titles support​.
  • Selector of Video/Audio/Subtitle tracks during play​.
  • Playlist queue, allow to enque desired files on a playlist for non-stop play​.
  • Resume play, you can continue your videos where you previusly stop it​.
  • Watch status, watched videos are marked as green on file explorer​.
  • Shadermania, you can apply any shader compatible with MPV to NXMP​.

Installation

Download the latest Stable Build.

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 folder on the SD card (/switch/nxmp).

User guide

Media sources supported

  • Nintendo Switch SD Card.
  • USB drive attached to dock or Switch with USB C adapter (FAT, NTFS and EXT4, up to 32 drives).
  • HTTP/S files through network.
  • FTP and SFTP files.
  • Samba (SMB) files shared throught network.
  • NFS.
  • Enigma2 (allow to view TV channel from satellite decoders compatible with this protocol).

FAQ

Q. My 4K file don't work? Why?

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?

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?

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

Controls

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)

Minus - Exit NXMP

Right Stick Button - Toggle Masterlock (during playback, only A button will work)

D-Pad Right - Show/Hide right menu (during playback)

D-Pad Down - Show/Hide player UI (during playback)

Right Stick Up/Down - Fast Scroll on file list, Volume Control (during playback)

Plus - Show file selection (during playback)

Screenshots

nxmp2.pngnxmp3.png

nxmp4.pngnxmp5.png

nxmp6.pngnxmp7.png

nxmp8.pngnxmp9.png

Changelog

NXMP v0.9.0 2024/01/04

  • Added:
    • Added Brazilian Portuguese language.
    • Added deko3d Backend capable of 4K HDR 60fps decoding (experimental).
    • Light/Dark Theme (mimic the native HOS UI).
    • Added a trivial image viewer instead of using mpv (feature zoom/pan).
    • Added ZL/ZR to show prev/next image.
    • Added Archive browsing support using libarchive as a devoptab mount.
    • Added M3U parser as a devoptab mount.
  • Changes:
    • samba,nfs,sftp,ftp,libarchive are now implemented as devoptabs mounts.
  • Removed:
    • UPNP is disabled since need major rewrite of code.
    • Removed old themes class (will be replaced with new one when ready).
    • Removed old ttf font used (now it uses the system default font).
  • Fixed:
    • Ghosting was mitigated but still present in 0.8.2 now is fixed forever.
  • Knonw Issues:
    • deko3d Backend is experimental and can have issues or missing some features.
    • Shader deinterlace is not working on deko3d backend.
    • Shadermania is not working on deko3d backend.
    • Miniplayer is not working on deko3dbackend.

NXMP v0.8.2 2023/10/28

  • Added:
    • Added initial i18n (More than 50% of text is i18n ready, be patient soon will be 100%).
    • Italian-Spanish-Japanese-Deutsch-French-Chinese(Simplified)-Korean native translation.
    • Default file ordering can be changed in Settings menu.
    • Error messages on network share connection failure.
    • Loading splash screen.
    • Exit Choice between HB-Menu and Home.
  • Changes:
    • Update ImGui to last release.
    • Moved from SDL to GLFW for window context.
    • Theme ini structure changes.
    • SQLite vfs using native calls.
  • Fixed:
    • Video Ghosting Fixed.
    • SubFont Color fix.
    • Database Open/Close Fix.
    • Theme support is back.
  • Knonw Issues:
    • NXMP start loading times increased due to importing more font glyphs.

NXMP v0.8.1 2023/09/24

  • Fixed:
    • Audio File playback crash fixed.
    • Fixed a typo error in popups.

NXMP v0.8.0 2023/09/23

  • Added:
    • ISO DVD VIDEO Support (both DVD and HD-DVD) (it will play the longest track as default).
    • GUI Updated (Now show file date on FS that support it).
    • Audren Audio Output (SDL still the default if not changed in settings).
    • Media Probe (for Playlist duration parsing and in future for other cool things).
    • Mini Player (while browsing NXMP contents).
    • Battery % and Clock HH::MM on Menu.
    • Context Menu (For File Browsing and Playlist Menu).
    • Sorting Files (Name,Date,Size).
    • User extension list in config file (you can filter the file extensions you want).
    • Disabled start if in applet mode (We need full RAM Access).
    • Button description at the bottom of the screen for relevant functions.
  • Changes:
    • Config file for Network section changed (see README.md for details).
    • Updated SQLite from 3.7.3 to 3.43.1.
  • Fixed:
    • VP9 HW Decoder Fix.
    • MPEG2 Video now default to HW Decoding.
    • Layout on dock mode.
    • Small fixes in code.
  • Knonw Issues:
    • Tons of changes can lead to tons of bugs...
    • I know code is a mess but works (i am slowly trying to make it better).
  • Release Info:
    • Since the ini parser changed is recommended to start with a fresh ini.
    • The network share syntax changed see README.

NXMP v0.7.0 2023/09/07

  • HW Decoding for (H264,HEVC,VP8,MPEG2) up to 4K HDR@30fps thanks to averne for the code.
  • Added AV1 Decoder (SW Decoding).
  • Added Network Share Add Menu (you can now add net share from NXMP).
  • Added Context Menu on Network Share Browser (Can Move Up/Down Delete Share).
  • Fixed Docked Mode Visual (now should be nearly the same as Handled Mode).
  • Updated SMB2 lib (should work far better) thanks to averne for the patch.
  • Updated libusbhsfs to current master.
  • Added support for Images (gif,png,jpg).
  • Removed Win32 port (probably was the only one who use it).
  • Added Power and Dec Stats (with all relevant info).
  • Added a scrolling text into playerWindow controls.
  • Changed Battery Icon code (now show percentage also).
  • Added emuoverrides and loglevel into config.ini (emuoverrides exclude some part of code so can be run on emulators).
  • Changed how Battery info is fetched (in a more sane way).
  • Cleanup a bit the messy code (just a bit).
  • Many small changes inside to make things more sane.
  • Known Issues:
    • VP9 is not working right now.
    • Themes are not working right now (will be in future releases).

NXMP v0.6.3 Rev 7(Nightly Build) 2022/06/29

  • Allow custom http port.
  • Allow darkhttpd and python -m http.server as servers, not only apache httpd.

NXMP v0.6.2 2022/02/20

  • Since this version, NXMP works at 1080p in Docked mode and at 720p in handheld mode.
  • On Win32 Port (for testing themes) use the -d switch to start in "docked" mode resolution.
  • Added Oc at Startup in Settings.
  • Fixed bug where Overclock is automatically deactivated, leaving a false overclock activated message the next time.
  • Fixed wrong names in Network titles.
  • The app now closes with the (-) button, not the (+), to avoid problems with the built-in keyboard.
  • Added Stream Url (Direct url, Fembed, Bitly and JKAnime).
  • Fixed bug where the maximum size of the subtitles is 120 in the right menu, but it is maximum 119 in the Settings menu, being inconsistent. (I just replaced the < 120 with <= 120).
  • Fixed Bug, where if in Settings you chose the size of Subtitles, for example 60, when entering the right menu, it would still show 55, since that value was embedded.
  • Fixed Bug (I don't know if it's a bug or it was intentional) where if you changed the value of the subtitle size with any value in the right menu, this was not reflected in the size of the settings menu. so now to my liking they work in sync.
  • Added function to save the size of the subtitle scaling and to be able to be modified from the Settings Menu, (and obviously they also work in sync.)
  • Added Dark-SP and Light-SP themes.

Credits

Thanks to:

External links

Advertising: