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) |
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. 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 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 (2024-09-28, 12:33 AM)TheDreadPirate Wrote: You'd have to purge Jellyfin and switch back to the stable repo. Ok, then how do I safely upgrade it to the beta RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28 (2024-09-28, 12:33 AM)TheDreadPirate Wrote: You'd have to purge Jellyfin and switch back to the stable repo. 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 RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28 (2024-09-28, 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. RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28 (2024-09-28, 01:40 AM)TheDreadPirate Wrote: Oof. I'm having HDR tone mapping issues of my own on 10.10. 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 (2024-09-28, 01:46 AM)TheDreadPirate Wrote: Almost certainly a bug. Report it here. I'm about to report mine to the jellyfin-ffmpeg git. What build version are you on? |