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

Remote Mappings

Scan Albums
Mapped Albums

{{ stats.mapped_albums }}

Total Tags

{{ stats.total_tags }}

Total Mappings

{{ stats.total_mappings }}

{% if recent_mappings %}
Recent Mappings
{% for mapping in recent_mappings %} {% endfor %}
Rating Key Group ID Site Tags
{{ mapping.rating_key }} {{ mapping.group_id }} {{ mapping.site|upper }} {% if mapping.tags %} {% for tag in mapping.tags.split(', ') %} {{ tag }} {% endfor %} {% else %} No tags {% endif %}
{% else %} {% endif %}
About Remote Mappings

Remote mappings are the core functionality that connects your local Plex albums to torrent groups on RED/OPS sites. This enables various features throughout red-plex:

  • Site Tags: Create Plex collections based on site tags
  • Upstream Sync: Push your collections back to site collages
  • Metadata Enrichment: Use site metadata to organize your library

Getting Started: Click "Scan Albums" to begin mapping your Plex library to site content. This process searches for your albums on the selected site and creates the necessary mappings. Once you have mappings, you can use the Site Tags feature to create collections.

{% endblock %}