2025-02-21, 10:05 PM
So I have Jellyfin setup and running in a docker container. When I access the web side of the server I see:
my config has:
I am not 100% sure how Movies and Shows maps to /movies and /tv but that seems to be how that works.
In my 'Shows' / /tv folder I have a bunch of folders.... (83) and in the file system they show up as:
and when I go to my Shows folder I see the 83 folders that I can pick from.
A lot of these... once I have watched them I want them to be less prominent.... maybe have some sort of "Archived Shows" directory and move some of the 83 folders into this "Archived Shows" top level directory. I don't want to 'delete' old stuff... but I don't necessarily want to wade through it when I am looking for new content.
Can I add a top level ( same level as Movies and Shows ) folder called "Archived Shows" and move some of the folders into the 'archived shows' folder?
if so... how exactly would I do that.... in the docker-config file and in the Jellyfin config setup?
I found a docker-config.yml and fired this up.. but I am not 100% sure what I'm doing...
Thanks - jack
my config has:
Code:
volumes:
- /data/jellyfin/config:/config
- /data/jellyfin/tv:/tv
- /data/jellyfin/movies:/movies
- /data/jellyfin/cache:/cache
I am not 100% sure how Movies and Shows maps to /movies and /tv but that seems to be how that works.
In my 'Shows' / /tv folder I have a bunch of folders.... (83) and in the file system they show up as:
Code:
.
.
.
S.W.A.T
Ted.Lasso
TheDiplomat
The.Equalizer
The.Irrational
The.Last.Of.Us
The.Lincoln.Lawyer
The.Night.Agent
The.Recruit
The.Rookie
TheUnit
Tracker
Travelers
TulsaKing
Virdee
Virgin.River
Wild.Cards
Will.Trent
Zero.Day
and when I go to my Shows folder I see the 83 folders that I can pick from.
A lot of these... once I have watched them I want them to be less prominent.... maybe have some sort of "Archived Shows" directory and move some of the 83 folders into this "Archived Shows" top level directory. I don't want to 'delete' old stuff... but I don't necessarily want to wade through it when I am looking for new content.
Can I add a top level ( same level as Movies and Shows ) folder called "Archived Shows" and move some of the
Code:
/tv/<showname>/
if so... how exactly would I do that.... in the docker-config file and in the Jellyfin config setup?
I found a docker-config.yml and fired this up.. but I am not 100% sure what I'm doing...
Thanks - jack