• 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: jellyfin-web folder missing

     
    • 0 Vote(s) - 0 Average

    SOLVED: jellyfin-web folder missing

    the jellyfin-web folder somehow moved itself while i wasn't even home
    Takane7
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Austria
    #3
    2024-06-15, 02:21 PM
    (2024-06-14, 04:00 PM)TheDreadPirate Wrote: How are you starting Jellyfin?  Arch uses systemd, right?  Are you manually starting jellyfin or using systemctl?

    It's supposed to autostart with systemd on boot, but atm i can only get it to run if i manually start it, somehow the original startup-script (copied right from the jellyfin documentation), worked despite trying to access folders that don't even exist..
    this is that script: 
    Code:
    #!/bin/bash
    JELLYFINDIR="/opt/jellyfin"
    FFMPEGDIR="/usr/share/jellyfin-ffmpeg"

    $JELLYFINDIR/jellyfin/jellyfin \
    -d $JELLYFINDIR/data \
    -C $JELLYFINDIR/cache \
    -c $JELLYFINDIR/config \
    -l $JELLYFINDIR/log \
    --ffmpeg $FFMPEGDIR/ffmpeg
    and this is the systemd unit file, or at least how the documentation says it should look like
    Code:
    [Unit]
    Description=Jellyfin
    After=network.target

    [Service]
    Type=simple
    User=youruser
    Restart=always
    ExecStart=/opt/jellyfin/jellyfin.sh

    [Install]
    WantedBy=multi-user.target
    and this is what i set the systemd unit file to while trying to fix it:
    Code:
    [Unit]
    Description=Jellyfin
    After=network.target

    [Service]
    Type=simple
    User=jellyfin
    Restart=always
    ExecStart=/var/lib/jellyfin/jellyfin.sh

    [Install]
    WantedBy=multi-user.target
    and the startup script:  
    Code:
    #!/bin/bash
    JELLYFINDIR="/lib/jellyfin"
    FFMPEGDIR="/usr/share"

    jellyfin \
    -w /usr/lib/jellyfin/jellyfin-web/web \
    --ffmpeg $FFMPEGDIR/ffmpeg
    Server specs: i5 7600K (4c/4t@4.5GHz); GTX 1050ti; 2TB HDD; 8GB DDR4; MSI Z270; Arch Linux; "Jellytem"; old gaming PC 
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    jellyfin-web folder missing - by Takane7 - 2024-06-14, 08:44 AM
    RE: jellyfin-web folder missing - by TheDreadPirate - 2024-06-14, 04:00 PM
    RE: jellyfin-web folder missing - by Takane7 - 2024-06-15, 02:21 PM
    RE: jellyfin-web folder missing - by Takane7 - 2024-06-15, 02:56 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