#Kometa Config Mover/Updater
1 messages · Page 1 of 1 (latest)
This script is something I made for myself to solve a specific to me use case but figured I'd share in case anyone else finds it useful.
Background: I have two UnRAID servers running separate plex and kometa/pattrrmm instances. One resides in my home where I have poor upload speeds so it mainly serves as my test/dev server and so I can watch things when the internet is down. The other is at a remote location with symmetrical fiber which I use as my main download/media server I share with family/close friends.
I wanted to be able to have a consistent Kometa experience across my two Plex instances without having to manually copy assets, configs, etc over every time I made a change so I wrote a script to do it for me.
Most of it's pretty basic, really the only "magic" is the sed statement that swaps out one plex instances info for another.
I realized after I posted this there were a couple other hard coded calls I could easily swap out for variables to make this less tedious for others to insert their own values/paths. So here is a revised version
!noredact