{% extends "base.html" %} {% block title %}Database - red-plex{% endblock %} {% block content %}

Database Management

Database Status
Database Path {{ db_path }}
Status {% if db_exists %} Exists {% else %} Not Found {% endif %}
Database Statistics

{{ stats.get('albums', 0) }}

Albums

{{ stats.get('collages', 0) }}

Collages

{{ stats.get('bookmarks', 0) }}

Bookmarks
Albums

Manage your Plex album database. Albums are used to match collages and bookmarks.

Collages

Manage stored collage collections. This includes all converted collages from RED and OPS.

View Collages
Bookmarks

Manage stored bookmark collections. This includes all converted bookmarks from RED and OPS.

View Bookmarks
Database Information
Album Database

Contains information about all albums in your Plex music library. This is used to match albums from collages and bookmarks.

  • Update from Plex: Scans your Plex library and updates the local database
  • Reset: Clears all album data (you'll need to update from Plex again)
Collections Database

Stores information about converted collages and bookmark collections. This allows for updates and tracking of your collections.

  • Collages: Individual collage collections from RED/OPS
  • Bookmarks: Collections based on your personal bookmarks
{% block scripts %} {% endblock %} {% endblock %}