Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL.txt for Linux (x86_64) refers to vlc-nox rather than vlc-bin #4409

Closed
easleydp opened this issue Jan 19, 2024 · 1 comment
Closed

Comments

@easleydp
Copy link

INSTALL.txt for Linux (x86_64) says to install the following dependencies:

sudo apt-get install mediainfo dcraw vlc-nox mplayer mencoder

On Ubuntu 22.04.3 this gave an error:

E: Unable to locate package vlc-nox

Searched for "Unable to locate package vlc-nox" and found this page - https://askubuntu.com/a/1029005/62445 - which suggests vlc-nox has been replaced by vlc-bin. After switching to this the installation proceeded without error.

@SubJunk
Copy link
Member

SubJunk commented Jan 19, 2024

@easleydp thanks for this, I have corrected it now.

We should really migrate this document to our knowledge base at https://support.universalmediaserver.com/category/installation

Any interest in helping us do that? It would involve creating a new markdown file in our knowledge base repository at https://github.com/UniversalMediaServer/knowledge-base/tree/main/docs/installation

sf666 added a commit to ik666/UniversalMediaServer that referenced this issue Jan 22, 2024
* v14_ums: (27 commits)
  set NSIS as DPI-aware application so the text is never blurry on the installer. added more svg icon
  check for NPE when using java.net.URI.create(String str)
  Bump react-router-dom from 6.21.2 to 6.21.3 in /react-client (UniversalMediaServer#4408)
  added logo svg
  stop using the deprecated com.jgoodies.forms.builder.PanelBuilder Class. stop using the deprecated com.jgoodies.forms.factories.Borders Class. stop using the deprecated org.apache.commons.io.input.BOMInputStream Constructor. stop using the deprecated java.net.URL Constructor. stop using the deprecated java.util.Locale Constructor. stop using the obsolete java.lang.Runtime.exec(String command) Method. stop using the deprecated java.lang.Object.finalize() Method. stop using the obsolete javax.swing.text.JTextComponent.modelToView(int pos) Method. stop using the unsupported com.sun.nio.file.ExtendedWatchEventModifier ensure InterruptedException is propagated. replace String.equals("") -> String.isEmpty()
  Updates to INSTALL.txt (fixes UniversalMediaServer#4409) (thanks, easleydp!)
  Remove attempt at automate Dependabot rebasing
  lint
  getTrayIcon now has the final expected pixels. (this may also be useful for mac retina) added icons for all screen resolution factors (100 to 350%). fix deprecated exec string param.
  Bump @types/react from 18.2.47 to 18.2.48 in /react-client (UniversalMediaServer#4392)
  Test comment and label on conflicted PR
  Bump actions/cache from 3 to 4 (UniversalMediaServer#4400)
  Define groups in Dependabot and remove Renovate
  Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 (UniversalMediaServer#4388)
  Bump @playwright/test from 1.40.1 to 1.41.0 in /react-client (UniversalMediaServer#4397)
  Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 in /react-client (UniversalMediaServer#4391)
  Bump react-router-dom from 6.21.1 to 6.21.2 in /react-client (UniversalMediaServer#4380)
  Bump @typescript-eslint/parser from 6.17.0 to 6.18.1 in /react-client (UniversalMediaServer#4365)
  ConcurrentHashMap instead of HashMap as multiple thread can access it.
  move SystemTray away from newgui to its own class. move Splash away from newgui to its own class. AutoUpdater : deprecated Observable -> EventListener. AutoUpdater is responsible to propagate if an update is available instead of newgui. tray icon for update is now auto created. refactored squared icon to icon-square-* refactored black and with icon to icon-bw-* put back old splash screen. add ability to translate the new status texts
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants