2024-12-19, 09:59 PM
(2024-12-18, 06:36 AM)niels Wrote: Depending on the things you want to change you'll have to either:
- update the user configs in the database
- update the user configs in their xml configs
- update the defaults in the web code
Hi again:
Looking into the source code of jellyfin-web, I found a couple of files that look like they control those settings and their defaults (appSettings.js and userSettings.js located at src/scripts/settings). I would have thought that those settings defaults are controled at client side, but if those are in fact the correct files to modify before building, does that mean that the defaults change for all the new clients that connect to the server?
I'm not even sure if those files are the ones I'm looking for and how should I modify them, but at least all the settings available when going to the profile picture on any client seem to be there. Are those the files I should modify so all new clients that connect to the server have those settings already modified? If so, I'm not sure how to modify them, but I can give it a try.
Thanks again!
PS: settings like the server IP address (or ddns), or the order of the libraries, can only be set directly at the client, right? Or is there some way to also have them set for all new clients? Like I said, my intention is, hopefully, to be able to remotely deploy a client (in this case, the Tizen client) with my relative having to do almost anything (ideally, just enter developer mode for deployment). It would be ideal for me that, after deployment, the app has already its settings modified and automatically logs in to my server, but I don't know if that's possible.