diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 5960adaa..16724011 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -51,7 +51,6 @@
  • Plex Media Server
  • Notifications
  • Notification Agents
  • -
  • Import & Backups
  • Tautulli Remote Android App beta
  • @@ -124,6 +123,21 @@

    Include current activity in the history tables. Statistics will not be counted until the stream has ended.

    +
    + +

    Enable if you want Tautulli to calculate the total file size for TV Shows/Seasons and Artists/Albums on the media info tables.

    +
    +
    + +

    + Enable to mask passwords, access tokens, and public IP addresses with asterisks (*) in the logs.
    + Note: Only logs from the time this setting is enabled will be masked. Do not post your logs publically without masking sensitive information! +

    +

    History Logging

    @@ -169,6 +183,20 @@

    Set the percentage for a music track to be considered as listened. Minimum 50, Maximum 95.

    +
    + +

    + Attempt to fix history logging by flushing out all of the temporary sessions in the database.
    + Warning: This will reset all currently active sessions. For emergency use only when history logging is stuck! +

    +
    +
    +
    + +
    +
    +
    +

    Updates

    @@ -198,6 +226,45 @@
    + % if plexpy.INSTALL_TYPE == 'git': +
    +

    Git Settings

    +
    + +
    + +
    +
    +
    + + + + + +
    +
    +
    +

    The git tracking remote and branch (default "origin/master"). Select to switch the git branch (requires restart).

    +
    +
    + +
    +
    + +
    +
    +

    Optional: The path to your git environment variable. Leave blank for default.

    +
    + % endif +

    @@ -452,6 +519,16 @@ +
    + +
    +
    + +
    +
    +

    Backlink protection via anonymizer service, must end in "?".

    +
    +

    Authentication

    @@ -637,6 +714,15 @@ Click here for help.

    +
    + +

    + Enable to cache images from Plex to reduce API calls and improve loading times.
    + Note: Video preview thumbnails (BIF) are not cached. +

    +

    Server Monitoring

    @@ -895,103 +981,6 @@
    -
    - -
    -

    Extra Settings

    -
    - -
    - -

    Enable if you want Tautulli to calculate the total file size for TV Shows/Seasons and Artists/Albums on the media info tables.

    -
    -
    - -

    - Enable to mask passwords, access tokens, and public IP addresses with asterisks (*) in the logs.
    - Note: Only logs from the time this setting is enabled will be masked. Do not post your logs publically without masking sensitive information! -

    -
    -
    - -

    - Enable to cache images from Plex to reduce API calls and improve loading times.
    - Note: Video preview thumbnails (BIF) are not cached. -

    -
    -
    - -
    -
    - -
    -
    -

    Backlink protection via anonymizer service, must end in "?".

    -
    -
    - -

    - Attempt to fix history logging by flushing out all of the temporary sessions in the database.
    - Warning: This will reset all currently active sessions. For emergency use only when history logging is stuck! -

    -
    -
    -
    - -
    -
    -
    -
    - - % if plexpy.INSTALL_TYPE == 'git': -
    -

    Git Settings

    -
    - -
    - -
    -
    -
    - - - - - -
    -
    -
    -

    The git tracking remote and branch (default "origin/master"). Select to switch the git branch (requires restart).

    -
    -
    - -
    -
    - -
    -
    -

    Optional: The path to your git environment variable. Leave blank for default.

    -
    - % endif - -

    - -
    -
    @@ -1690,9 +1679,6 @@ $(document).ready(function() { $(this).html(' Show Advanced'); $('#show_advanced_settings').val(0); } - if (document.location.hash == '#tab_tabs-extra_settings') { - $('.nav-settings a[href=#tabs-help_info]').tab('show'); - } advancedSettings() });