• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Re-issue of tone mapping

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Re-issue of tone mapping

    Just trying to get your attention
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #21
    2024-09-27, 11:11 PM
    (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-andr...ode=linear
    Would there be any way to rebuild the "standard" install of jellyfin?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #22
    2024-09-28, 12:33 AM
    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
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #23
    2024-09-28, 12:37 AM
    (2024-09-28, 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
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #24
    2024-09-28, 01:03 AM
    (2024-09-28, 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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #25
    2024-09-28, 01:08 AM (This post was last modified: 2024-09-28, 01:09 AM by TheDreadPirate.)
    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
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #26
    2024-09-28, 01:09 AM (This post was last modified: 2024-09-28, 01:13 AM by therealgamer9982. Edited 1 time in total.)
    (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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #27
    2024-09-28, 01:40 AM
    Oof.  I'm having HDR tone mapping issues of my own on 10.10.    Moai

       
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #28
    2024-09-28, 01:45 AM
    (2024-09-28, 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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #29
    2024-09-28, 01:46 AM
    Almost certainly a bug. Report it here. I'm about to report mine to the jellyfin-ffmpeg git.

    https://github.com/jellyfin/jellyfin/issues
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #30
    2024-09-28, 01:47 AM
    (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.

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

    What build version are you on?
    Pages (4): « Previous 1 2 3 4 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode