• 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 Media Scanning & Identification SOLVED: Metadata reading not using root path?

     
    • 0 Vote(s) - 0 Average

    SOLVED: Metadata reading not using root path?

    Metadata for shows is sometimes using a Season subfolder instead of the root
    lordjynx
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #7
    2025-03-17, 11:34 PM (This post was last modified: 2025-03-18, 04:30 PM by TheDreadPirate. Edited 4 times in total.)
    For anyone running *{Apps we don't talk about - TDP} that want to automate a symbolic link, here's a script I threw together that should work:
    #!/bin/bash

    #Prevent errors when saving/testing
    if [[ "${Apps we don't talk about - TDP}_eventtype" == "Test" ]]; then
    exit
    fi

    #set the symbolic link path + save folder name from {Apps we don't talk about - TDP}
    symlink_dest="user's root path/$(basename "${Apps we don't talk about - TDP}_series_path")"

    #only create the symlink if the folder doesn't exist
    if [[ ! -L "$symlink_dest" ]]; then
    ln -s "${Apps we don't talk about - TDP}_series_path" "$symlink_dest"
    fi
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Metadata reading not using root path? - by lordjynx - 2025-03-17, 02:43 PM
    RE: Metadata reading not using root path? - by TheDreadPirate - 2025-03-17, 03:05 PM
    RE: Metadata reading not using root path? - by lordjynx - 2025-03-17, 03:37 PM
    RE: Metadata reading not using root path? - by lordjynx - 2025-03-17, 05:20 PM
    RE: Metadata reading not using root path? - by TheDreadPirate - 2025-03-17, 05:41 PM
    RE: Metadata reading not using root path? - by lordjynx - 2025-03-17, 06:03 PM
    RE: Metadata reading not using root path? - by lordjynx - 2025-03-17, 11:34 PM

    • 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