2024-08-20, 03:15 PM
(2024-08-19, 03:55 PM)Efficient_Good_5784 Wrote: What's your goal with trying to do all of this?my goal is to have ansible automatically get jellyfin to state where it has my user and 2 libaries one for movies and one for shows. this is so i can then automate jellyseer to have a jellyfin account attached.
If your goal is to "debloat" Jellyfin and bring it back to the basics, it's going to end up the same way after you spend days/weeks of 24/7 CPU & GPU utilization rebuilding the metadata such as Trickplay files.
And are you planning on using the backup on different machines? Jellyfin can't automatically choose the correct HWA settings for the machine it's installed on, so you'll have to write a script to automate that for yourself as one machine's correct settings will be the wrong ones on another.
Same concept for adding blank libraries. You need to make sure the library paths remain absolutely the same if you're going to be reusing that.
Installing Jellyfin from scratch is like a 3 to 5 minute task. Configuring it after that is like another 5 minute task once you get familiar with the software.
all i wanted to do was effectively complete the setup wizard without using the gui then that's all the configuring i should need to do.
i don't plan on using the backup on a different machine that was just an idea to get to my goal of having jellyfin start and be past the setup script.
The library paths would always be the same as its controlled through ansible.
installing jellyfin is realy easy and im using docker compose for it but once its installed configuring it without user interaction is turning out to be quite difficult. sorry for any confusion caused.