2024-12-18, 07:22 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
Thanks for your reply. The settings for which I'm trying to modify their defaults before building/deployment, if possible, are mainly the ones that you control when you go to your profile picture (upper right corner), like playback settings, subtitles settings, menu settings, etc. I haven't been able to find files where you can modify those settings before building the wgt file. I basically want to build a wgt file that already has those settings modified, so I can deploy the file remotely (using my relative's laptop) without him having to do anything else (I'm pretty sure that he won't be able to do it properly even with guidance).
Do you know which file(s) should I look into to modify those defaults? When you say update the user configs (database and xml config), do you mean at server side? I don't think those settings depend on the server, I always thought that those are settings that you can only modify at client side (that's why I thought I have to modify something when building the wgt file, and not messing with server files. But I could be wrong about that).
Thanks again!