Jellyfin Forum
Re-issue of tone mapping - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Re-issue of tone mapping (/t-re-issue-of-tone-mapping)

Pages: 1 2 3 4


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-27

(2024-09-27, 09:28 PM)therealgamer9982 Wrote:
(2024-09-27, 09:27 PM)TheDreadPirate Wrote: Farther up the log you will see that wwwroot is actually in /usr/share/jellyfin.

It is infact still not there, and there is only the web folder with one json file in it

(2024-09-27, 09:27 PM)TheDreadPirate Wrote: Farther up the log you will see that wwwroot is actually in /usr/share/jellyfin.

Code:
sudo apt list --installed | grep jellyfin

What is the output of that command?

Output is
Code:
jellyfin-ffmpeg7/unknown,now 7.0.2-2-noble amd64 [installed]
jellyfin-server/now 2024092305+deb12 amd64 [installed,local]

Hey So I found this issue that is very similar to mine: https://forum.jellyfin.org/t-solved-android-client-web-browser-page-no-longer-loads?pid=33462&mode=linear
Would there be any way to rebuild the "standard" install of jellyfin?


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

You'd have to purge Jellyfin and switch back to the stable repo.

Code:
sudo mv /var/lib/jellyfin /var/lib/unstableJellyfin
sudo mv /etc/jellyfin /etc/unstableJellyfin
sudo apt purge jellyfin*

Switch /etc/apt/sources.list.d/jellyfin.sources "Components" back to main.

Then

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash



RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 12:33 AM)TheDreadPirate Wrote: You'd have to purge Jellyfin and switch back to the stable repo.

Code:
sudo mv /var/lib/jellyfin /var/lib/unstableJellyfin
sudo mv /etc/jellyfin /etc/unstableJellyfin
sudo apt purge jellyfin*

Switch /etc/apt/sources.list.d/jellyfin.sources "Components" back to main.

Then

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

Ok, then how do I safely upgrade it to the beta


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 12:33 AM)TheDreadPirate Wrote: You'd have to purge Jellyfin and switch back to the stable repo.

Code:
sudo mv /var/lib/jellyfin /var/lib/unstableJellyfin
sudo mv /etc/jellyfin /etc/unstableJellyfin
sudo apt purge jellyfin*

Switch /etc/apt/sources.list.d/jellyfin.sources "Components" back to main.

Then

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

Now its, when transcoding, giving me a source playback error

Log: https://pastebin.com/cfAUfNnf


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

Go to the dashboard and tell me what the build number is? This was a bug in a release a couple weeks ago that I thought was fixed.

Wait....is this 10.9.11 with jellyfin-ffmpeg7? If so.

Code:
sudo apt remove jellyfin-ffmpeg7
sudo apt install jellyfin-ffmpeg6



RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 01:08 AM)TheDreadPirate Wrote: Go to the dashboard and tell me what the build number is?  This was a bug in a release a couple weeks ago that I thought was fixed.

2024092305

Its 10.10.0


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

Oof.  I'm having HDR tone mapping issues of my own on 10.10.    Moai

   


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 01:40 AM)TheDreadPirate Wrote: Oof.  I'm having HDR tone mapping issues of my own on 10.10.    Moai

Thats fine, yours works at the very least.

So what the heck is going on with mine?

Log: https://pastebin.com/sAEnDdez


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

Almost certainly a bug. Report it here. I'm about to report mine to the jellyfin-ffmpeg git.

https://github.com/jellyfin/jellyfin/issues


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 01:46 AM)TheDreadPirate Wrote: Almost certainly a bug.  Report it here.  I'm about to report mine to the jellyfin-ffmpeg git.

https://github.com/jellyfin/jellyfin/issues

What build version are you on?