• 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: Synology 100% wipe of JF to start fresh

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Synology 100% wipe of JF to start fresh

    MoonOverMiami Away

    Junior Member

    Posts: 28
    Threads: 10
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #1
    2024-06-10, 04:54 AM (This post was last modified: 2024-06-10, 05:37 AM by MoonOverMiami. Edited 7 times in total.)
    At my wits end. Updated to 10.9.6 on Synology. It plays videos but Scan is still failing.
    My initial setup from 3 years ago was/is incorrect and I lost all config data during the 10.9.6 update (2nd time, first time was during a 10.8.x update). That tells me it's really broken, must be something I set up wrong in 2021.

    How do I erase everything Jellyfin from Synology so I can start from zero as a fresh install?

    Erase/delete hidden data, old config files etc so I can get this set up correctly as a New User on 10.9.6.

    Is it as simple as 'delete the containers and start over' or are there ghosts in the file system I need to hunt down and remove.

    I see one ghost. There are no containers except for Jellyfin. Restarted the container and it shows as Jellyfin-backup. Only container I did not delete was Jellyfin. The -backup was deleted before Restart. And the -backup was 10.9.2.

    Example of broken initial JF install.... there are no folders in my Docker folder in File Station. There should be a Jellyfin folder but it's not there.

    Thank you in advance for the guidance.

    https://postimg.cc/gallery/Jn5MF95
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-10, 01:30 PM
    Perhaps share your jellyfin log on pastebin to see if we can fix this instead of starting over?

    If you just want to start over, you have to delete the storage for Jellyfin. The paths in the UI are virtual paths. In the Synology UI for Jellyfin it should provide the actual paths on the host.
    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]
    MoonOverMiami Away

    Junior Member

    Posts: 28
    Threads: 10
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #3
    2024-06-10, 04:30 PM
    Do not have external access enabled for my Jellyfin instance so I'll delete and rebuild.
    How do I find the folders? Not showing in File Station. Would I need to ssh into the NAS?
    thanks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-10, 04:40 PM
    I had assumed Synology would have some way to access the file system directly in the UI. If not, you will need to SSH. I don't have a Synology NAS, but I recall screenshots from other users where the Jellyfin config page showed you where it was writing Jellyfin's /config directory to on the host.
    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]
    3216
    Offline

    Junior Member

    Posts: 19
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    #5
    2024-06-10, 05:12 PM (This post was last modified: 2024-06-10, 05:16 PM by 3216.)
    (2024-06-10, 04:40 PM)TheDreadPirate Wrote: I had assumed Synology would have some way to access the file system directly in the UI.

    It does. File Station gives you a full file browser where you can move/delete/rename as appropriate.

    What you need to do will vary slightly depending on how you’ve set up the container, but you probably just want to stop the container from within Container Manager, delete the contents of whichever folders you’ve mapped as /config and /cache in the container, and restart the container.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #6
    2024-06-10, 05:18 PM (This post was last modified: 2024-06-10, 05:19 PM by Efficient_Good_5784. Edited 1 time in total.)
    @MoonOverMiami

    Could you take a picture of your container's settings? Specifically the host mount section?

    I'm wondering if you actually mapped folders outside of the container or not.
    MoonOverMiami Away

    Junior Member

    Posts: 28
    Threads: 10
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #7
    2024-06-10, 07:04 PM
    Please let me know if you need more.
    https://postimg.cc/gallery/gFx1xYb8
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #8
    2024-06-10, 07:56 PM (This post was last modified: 2024-06-10, 07:58 PM by Efficient_Good_5784. Edited 1 time in total.)
    Yeah, you never mounted the config folder (or any other) outside your container. Deleting the container will 100% take all the Jellyfin data with it.

    The only exception is metadata that might have been stored along with your media files if you enabled that in your libraries.

    You will want to mount the config folder externally next time you redo the container. It will make it easier on you when you want to update your Jellyfin server and keep your previous settings and metadata.
    MoonOverMiami Away

    Junior Member

    Posts: 28
    Threads: 10
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #9
    2024-06-11, 01:59 AM
    I understand what the issue is. Reinstalled (deleted old image) and have these settings automatically populated. Is this correct or was this the initial problem?
    https://postimg.cc/gallery/V87tVw8c

    Should lines like JELLYFIN_CONFIG_DIR be set at '/config/config' ? Meaning, is that inside the Container (again) or should I manually change those to something else instead of config/config.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #10
    2024-06-11, 02:28 AM (This post was last modified: 2024-06-11, 02:29 AM by Efficient_Good_5784. Edited 2 times in total.)
    No, keep those as they are. Those are your environment variables.

    What you want is to map the config under the volumes section.
    So do the following:
    1. Create a folder on the NAS for Jellyfin. In the folder make another folder named "config".
    2. In the container volume settings, map the config folder you created before as --> /config
    3. The config folder should now be created in the config folder you made in step one.
    Pages (2): 1 2 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