Page 1 of 1

New version for Father's Day NZ

Posted: Mon Sep 06, 2021 7:52 am
by SubJunk
General:

Happy Father's Day, New Zealand! To all you fathers (and those fulfilling that role) out there trying your best, you are so important and awesome. Enjoy your day :)

This release adds a link to changes within the auto updater, improves performance, support for LG TVs, and fixes bugs.


Download:

Downloads for Windows, macOS and Linux, and commands for Docker and Homebrew are available on our download page or from our official mirrors.


Changes since 10.10.1:
  • General:
    • Added link to changelog in auto updater (thanks, Patrick!)
    • Fixed Dolby Vision video being detected as Digital Video (dv)
    • Fixed browsing on some renderers
    • Fixed tsMuxeR not working on macOS (thanks, justdan96!)
  • Renderers:
    • Improved support for subtitles on LG OLED TVs
  • Translation updates via Crowdin:
    • Chinese (Traditional) (95%) (thanks, Gene Wu!)
    • Czech (99%)
    • Danish (100%) (thanks, NCAA!)
    • Dutch (97%) (thanks, Jos van der logt!)
    • Finnish (100%) (thanks, Esko Gardner!)
    • Korean (100%) (thanks, VenusGirl!)
    • Polish (100%) (thanks, Karol Szastok!)
    • Portuguese (99%) (thanks, mariopinto!)
    • Spanish (100%) (thanks, edwardalvarez2011!)
    • Turkish (100%) (thanks, Burak Yavuz and Erdin Koc!)
    • Ukrainian (19%) (thanks, Paul Furlet!)
  • Dependencies:
    • Bump checkstyle from 8.45.1 to 9.0
    • Bump JNA from 5.8.0 to 5.9.0
    • Bump oshi-core from 5.8.0 to 5.8.1
    • Bump tsMuxeR to 2021-09-02-01-59-46

Donate:

If you appreciated this release, please consider donating to UMS via Patreon, Open Collective, PayPal or cryptocurrency.

Re: New version for Father's Day NZ

Posted: Wed Sep 08, 2021 12:59 am
by pipin
Thanks for the release.

Working fine so far, as all the lastest versions. : :)

Re: New version for Father's Day NZ

Posted: Wed Sep 08, 2021 4:24 pm
by SubJunk
pipin wrote: Wed Sep 08, 2021 12:59 am Thanks for the release.

Working fine so far, as all the lastest versions. : :)
Thanks for letting us know, pipin :D

Re: New version for Father's Day NZ

Posted: Thu Sep 16, 2021 8:46 pm
by boss
On my Gentoo Linux server, V10.11.0 won't start. There are no logs generated as UMS is not starting.
It has to be with the inbuilt Java in UMS.

My server already has Java on it and if I modify UMS.sh to stop the UMS inbuilt Java from starting, UMS starts fine.
Is this by design, that if a Linux server already has Java, the UMS inbuilt Java must be disabled.
EG:
ORIGINAL (UMS does not start)
# Use our JVM if it exists
if [ -f jre8/bin/java ]; then
JAVA="jre8/bin/java"
fi

MODIFIED (UMS starts)
# Use our JVM if it exists
##if [ -f jre8/bin/java ]; then
## JAVA="jre8/bin/java"
##fi

Thanks
PS: I tried something, I copied jre15 from a previous UMS install to V10.11.0 and modified UMS.sh to:
# Use our JVM if it exists
if [ -f jre15/bin/java ]; then
JAVA="jre15/bin/java"
fi

And that works fine.

Re: New version for Father's Day NZ

Posted: Fri Sep 17, 2021 3:07 pm
by SubJunk
Hi boss,
We made a mistake with a recent Java update for Linux x86 builds, and accidentally included the x64 Java version. It has been fixed in the repository and it will get released in the next couple of days. Sorry for the inconvenience!

Re: New version for Father's Day NZ

Posted: Mon Sep 20, 2021 1:52 pm
by boss
V10.12.0 does not have the Java problem on my Linux server.
Thanks

Re: New version for Father's Day NZ

Posted: Mon Sep 20, 2021 2:43 pm
by SubJunk
boss wrote: Mon Sep 20, 2021 1:52 pm V10.12.0 does not have the Java problem on my Linux server.
Thanks
Thanks for confirming :)