Added new user config json.
This commit is contained in:
44
jellyfin/config/newuser.json
Normal file
44
jellyfin/config/newuser.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"IsAdministrator": false,
|
||||
"IsHidden": true,
|
||||
"IsDisabled": false,
|
||||
"BlockedTags": [],
|
||||
"EnableUserPreferenceAccess": true,
|
||||
"AccessSchedules": [],
|
||||
"BlockUnratedItems": [],
|
||||
"EnableRemoteControlOfOtherUsers": false,
|
||||
"EnableSharedDeviceControl": true,
|
||||
"EnableRemoteAccess": true,
|
||||
"EnableLiveTvManagement": false,
|
||||
"EnableLiveTvAccess": false,
|
||||
"EnableMediaPlayback": true,
|
||||
"EnableAudioPlaybackTranscoding": true,
|
||||
"EnableVideoPlaybackTranscoding": true,
|
||||
"EnablePlaybackRemuxing": true,
|
||||
"ForceRemoteSourceTranscoding": false,
|
||||
"EnableContentDeletion": false,
|
||||
"EnableContentDeletionFromFolders": [],
|
||||
"EnableContentDownloading": true,
|
||||
"EnableSyncTranscoding": true,
|
||||
"EnableMediaConversion": true,
|
||||
"EnabledDevices": [],
|
||||
"EnableAllDevices": true,
|
||||
"EnabledChannels": [],
|
||||
"EnableAllChannels": false,
|
||||
"EnabledFolders": [
|
||||
"Movies",
|
||||
"Music",
|
||||
"Shows"
|
||||
],
|
||||
"EnableAllFolders": false,
|
||||
"InvalidLoginAttemptCount": 0,
|
||||
"LoginAttemptsBeforeLockout": 8,
|
||||
"MaxActiveSessions": 0,
|
||||
"EnablePublicSharing": true,
|
||||
"BlockedMediaFolders": [],
|
||||
"BlockedChannels": [],
|
||||
"RemoteClientBitrateLimit": 0,
|
||||
"AuthenticationProviderId": "Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider",
|
||||
"PasswordResetProviderId": "Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider",
|
||||
"SyncPlayAccess": "None"
|
||||
}
|
||||
Reference in New Issue
Block a user