-
-
Notifications
You must be signed in to change notification settings - Fork 20
Read Only Mode
Starting with v0.5.3, there is a read only mode in settings!
In read only mode, the app will not be able to make any server-side changes such as adding or removing performers and tags from scenes.
If both the app and server have Play History tracking enabled, this will still be saved to the server. To prevent this, either disable "Save play history" in the app's advanced settings or disable it server-side for all clients in Settings->Interface->"Enable Scene Play history".
You have to set a PIN when enabling read only mode. This PIN can be different from the overall app access PIN. The PIN is required to access to settings and therefore disable read only mode or make other changes.
When read only mode is enabled, the app will remove or disable all of the buttons that can modify the server.
Additionally, since all server side changes are done using GraphQL "mutations", the app blocks all of these network calls.