Harvey Tindall
eb67116ee6
replace og setup
4 years ago
Harvey Tindall
167fae9892
add jellyfin connection test, submission
...
fully functional now, but still need to add some sections (ombi mainly).
4 years ago
Harvey Tindall
8c871bc5fa
Add ts to link setting dependance
...
Also make store each setting as classes in a settings object, to make it
easier to serialize on submitting. Also, added
"substitute_jellyfin_strings", "no_username" and welcome_email.
4 years ago
Harvey Tindall
bf1e6230dc
split some strings into common file; use lang file to setup page
4 years ago
Harvey Tindall
d9e1e2f58b
compiles, basic issues fixed
...
Server type is found under the Jellyfin settings tab, where you can
change it to emby. Currently:
* logs in
* creates users
* parses accounts
4 years ago
Harvey Tindall
8e45ecb214
add cache_timeout option
...
controls how old the Jellyfin user cache can be before refetching. defaults to 30 minutes.
4 years ago
Harvey Tindall
c84ea17af4
refactor; separate jfapi and ombi into modules
4 years ago
Harvey Tindall
6e3d5dac19
use newJellyfin instead of constructor method
4 years ago
Harvey Tindall
1c980cf7cd
Use bs5-jf on setup, fix bugs
...
No longer quits if the program times out connecting to the given
jellyfin host.
4 years ago
Harvey Tindall
fd766e7b1a
use app identifier instead of ctx
...
changing this because ctx is commonly used with the context package.
4 years ago
Harvey Tindall
f508b65fa0
Added setup, self restarts
4 years ago