2025-01-18, 10:13 PM
(This post was last modified: 2025-01-18, 10:29 PM by HeteropodaMaxima. Edited 3 times in total.)
I rebuilt and reinstalled the system three times today on my Samsung TV. The first two attempts were with version 10.10.3, and while the installation completed normally, the app failed to work on my TV. When I tried to start it, an error message appeared immediately, and the app didn’t even load.
(Install Reference: https://github.com/jellyfin/jellyfin-tiz...on-Windows)
I thought to myself, ok maybe I did something wrong and uninstalled the application on the TV and started again from the beginning. But unfortunately with the same result.
For the third attempt, I followed the same process I used during my initial installation in December, using this video as a guide:
https://www.youtube.com/watch?v=XeB5onaKnK4
I checked the Jellyfin-web version it downloaded. According to the
package.json file, it was labeled as "jellyfin-web" version "10.11.0". This version allowed the app to run on my TV again, but I encountered the same issue as before: I cannot change the audio languages.
The key difference I noticed between the two installations lies in the commands used to download
jellyfin-web:
First two Installations (app didn’t work):
PowerShell Command:
git clone -b release-10.10.z https://github.com/jellyfin/jellyfin-web.git
Version in package.json "jellyfin-web" version "10.10.3"
Third Installation (app worked, but with errors):
PowerShellCommand:
git clone https://github.com/jellyfin/jellyfin-web.git
Version in package.json "jellyfin-web" version "10.11.0"
What I find strange is that version 10.11.0 appears to exist in the repository, even though the current release should only go up to 10.10.3. Could this be related to a pre-release or development branch?
(Install Reference: https://github.com/jellyfin/jellyfin-tiz...on-Windows)
I thought to myself, ok maybe I did something wrong and uninstalled the application on the TV and started again from the beginning. But unfortunately with the same result.
For the third attempt, I followed the same process I used during my initial installation in December, using this video as a guide:
https://www.youtube.com/watch?v=XeB5onaKnK4
I checked the Jellyfin-web version it downloaded. According to the
package.json file, it was labeled as "jellyfin-web" version "10.11.0". This version allowed the app to run on my TV again, but I encountered the same issue as before: I cannot change the audio languages.
The key difference I noticed between the two installations lies in the commands used to download
jellyfin-web:
First two Installations (app didn’t work):
PowerShell Command:
git clone -b release-10.10.z https://github.com/jellyfin/jellyfin-web.git
Version in package.json "jellyfin-web" version "10.10.3"
Third Installation (app worked, but with errors):
PowerShellCommand:
git clone https://github.com/jellyfin/jellyfin-web.git
Version in package.json "jellyfin-web" version "10.11.0"
What I find strange is that version 10.11.0 appears to exist in the repository, even though the current release should only go up to 10.10.3. Could this be related to a pre-release or development branch?