• 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 SOLVED: Problems with content mapping

     
    • 0 Vote(s) - 0 Average

    SOLVED: Problems with content mapping

    Eduardo Andrade Machado
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-06-02, 07:14 PM (This post was last modified: 2024-06-03, 04:06 PM by Eduardo Andrade Machado. Edited 2 times in total.)
    Hello everyone! I am using Google Translate, so I apologize if there are any errors in my writing.

    After some recent update, my libraries started to disorganize automatically. I believe I may have made some mistake in naming my files.

    To give more context, I am using Jellyfin as my personal course library. I configure my courses as series because the structure is very similar, although there are some limitations regarding adding teaching materials to each lesson. The platform has been working well for me.

    Unfortunately, after some recent update, my organization got completely broken, merging several lessons from separate modules into one, creating special modules, among other similar problems.

    I am using the organization below:

    Courses
    └── Course Name
        ├── 01 - Module name
        │  ├── 01 - Class name.mkv
        │  ├── 02 - Class name.mkv
        ├── 02 - Module name
        │  ├── 01 - Class name.mkv
        │  └── 02 - Class name.mkv


    Based on the above model, I try to include in the file/folder name the respective enumeration information that should be displayed and their respective names to facilitate quick identification.

    I basically leave all metadata finders turned off to prevent them from "finding" something by mistake.

    I would like some suggestions on how to improve my organization so that Jellyfin works correctly for me again.

    Thank you all in advance for your help.

    ---

    Specifications:

    I installed my Jellyfin on an Ubuntu Server (apt install).
    Current version: 10.9.4
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-02, 07:17 PM
    There is a bug with named season folders like you have. Revert to 10.9.3. There will be a fix in .5 for this bug.
    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]
    Eduardo Andrade Machado
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #3
    2024-06-02, 07:39 PM
    Could you recommend a tutorial that teaches me how to do this safely?

    I'm a beginner and I'm not sure how to do this.

    I thank!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-02, 09:54 PM (This post was last modified: 2024-06-02, 09:55 PM by TheDreadPirate. Edited 1 time in total.)
    Code:
    sudo cp -pR /var/lib/jellyfin /var/lib/jellyfin_backup
    sudo cp -pR /etc/jellyfin /etc/jellyfin_backup
    sudo apt purge jellyfin*

    Then go here and get the server and web packages for your version of ubuntu (20.04/22.04/24.04)

    https://repo.jellyfin.org/files/server/u...9.3/amd64/

    Once you have both web and server downloaded replace ubu2404 with whichever version you downloaded

    Code:
    sudo apt install jellyfin-ffmpeg6
    sudo dpkg -i jellyfin-server_10.9.3+ubu2404_amd64.deb
    sudo dpkg -i jellyfin-web_10.9.3+ubu2404_amd64.deb

    Then restore your files.

    Code:
    sudo cp -pR /var/lib/jellyfin_backup /var/lib/jellyfin
    sudo cp -pR /etc/jellyfin_backup /etc/jellyfin
    sudo chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin
    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]
    Eduardo Andrade Machado
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-06-02, 10:57 PM
    I did this procedure but my "backup" did not work as expected.

    It's sending me to the welcome configuration panel.

    What should I do? I haven't deleted the backup files yet.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-06-03, 12:07 AM
    Can you share your jellyfin logs via pastebin?

    /var/log/jellyfin
    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]
    Eduardo Andrade Machado
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-06-03, 02:00 AM
    Clear! Thank you very much

    The link is here: https://pastebin.com/9PRfSc2U

    A warning, after the method you gave me didn't work, I tried to start over with the new version, I figured that because the backup was made in 10.9.4 it could work again if the installed version was the same, so the log in this case It will be from this new installation, which, by the way, the restoration didn't work either.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-06-03, 02:19 AM
    That log looks fine.

    Not sure why copying back the original files wouldn't work. I've restored simply by copying from a backup both of those directories when I had a hardware failure.
    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]
    Eduardo Andrade Machado
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    #9
    2024-06-03, 04:06 PM
    I redid the procedure but now in version 10.9.0 and my data is back in place.

    I don't know why it didn't work in previous attempts, but now everything is fine.

    I thank!
    « 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