Skip to content

Releases: proconsule/nxmp

NXMP v0.9.0

04 Jan 11:38
Compare
Choose a tag to compare

[0.9.0]

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

28 Oct 12:19
Compare
Choose a tag to compare

[0.8.2]

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

Release Notes

The config.ini file now has a config line for setting db location.
It will point to default location /switch/nxmp/nxmp.db

dbpath = /switch/nxmp/nxmp.db

You can set to any location

Special thanks goes to Djakku and Jorge E. García "nWo" for helping me a lot for this release

NXMP v0.8.1

24 Sep 07:59
Compare
Choose a tag to compare

A quick release to fix a issue with audio playback.
Here is the short changelog:

[0.8.1]

Fixed

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

NXMP v0.8.0

22 Sep 19:02
Compare
Choose a tag to compare

NXMP 0.8.0 Changelog:

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

06 Sep 16:23
Compare
Choose a tag to compare

After a long time a new release! This time with a Huge News! HW Decoding!

Changelog:

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

Is a big new release i expect can be some other issues. They will be fixed asap.

NXMP v0.7.0 Rev 1 Nightly

06 Sep 21:53
9666821
Compare
Choose a tag to compare
Pre-release

Hi friends! This is a small revision regarding the release build, here are the changes.
As you know this is a Nightly Build, so it is not considered a Stable version.
Changelog:

  • This version was compiled with https support, this is because the stable version that was released does not include it (a human error).
  • In the Stream URL function, by default it is pre-written "https://" so it is easier to enter video links.
  • The virtual keyboard pointer by default is now positioned on the last letter, in previous versions it is positioned on the first, which is why it was uncomfortable.
  • Rewritten stream url for jkanime, now you can enter links in two ways. here an example of short version.
    https://jk/okashi-na-tensei/11/

NXMP v0.6.3 Rev 7(Nightly Build)

28 Jun 17:15
3c300a7
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Allow custom http port.
  • Allow darkhttpd and python -m http.server as servers, not only apache httpd.
    Improvement by aoleg94 Pull Request: #64

NXMP v0.6.3 Rev 6(Nightly Build)

11 Mar 01:21
68b984a
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed bad rendering of the 1080p battery icon in the Right Menu.

NXMP v0.6.3 Rev 5(Nightly Build)

01 Mar 15:43
6bb9980
Compare
Choose a tag to compare
Pre-release

Hello friends, the Embedded Styles function has been deprecated, it has been replaced by Styles Override that allows greater customization of the Styles for the subtitles.

Changelog:

  • No: Render subtitles as specified by the subtitle scripts, without overrides.
  • Yes: Apply all the --sub-ass-* style override options. Changing the default for any of these options can lead to incorrect subtitle rendering (default).
  • Force: Like yes, but also force all --sub-* options. Can break rendering easily.
  • Scale: Like yes, but also apply --sub-scale.
  • Strip: Radically strip all ASS tags and styles from the subtitle. This is equivalent to the old --no-ass / --no-sub-ass options.

This also controls some bitmap subtitle overrides, as well as HTML tags in formats like SRT, despite the name of the option.

2022030112401500-09E44413F00829DF364E7E7DE170E12A

NXMP v0.6.2

20 Feb 15:56
50a2039
Compare
Choose a tag to compare

Changelog:

  • 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