User Building - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Web Development (https://forum.jellyfin.org/f-web-development) +--- Thread: User Building (/t-user-building) |
User Building - Thony - 2024-12-05 Hello, I want to be able to customize how users are created on a larger scale than what Jellyfin currently offers. Specifically, I’d like to set certain options by default, such as enabling wallpapers, applying a default theme, and similar settings. Could someone please tell me which file I need to edit for this? Thank you in advance! RE: User Building - TheDreadPirate - 2024-12-05 A default theme/CSS can be applied in Dashboard > General > Custom CSS code. That will apply themes/CSS for all users. As for default options, that is a per-user, per-CLIENT thing and I'm not away of a way to make blanket changes without directly modifying Jellyfin-web or making database changes directly with a script or something (not recommended). RE: User Building - Thony - 2024-12-17 And assuming that if we are going to edit jellyfin-web what would be the code, line, file or any clue that you can give me... RE: User Building - TheDreadPirate - 2024-12-17 Unfortunately, I'm not an expert when it comes to Jellyfin's code. |