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

Convert Bookmarks

Back to Bookmarks
Convert Bookmarks to Plex Collection
Choose which tracker site to fetch bookmarks from.
Torrent Name: Matches albums by directory/filename (original behavior)
Query: Matches albums by artist and album metadata (better for organized libraries)
How Bookmark Conversion Works
  1. Fetches your bookmarked releases from the selected site
  2. Searches your Plex library for matching albums
  3. Creates a collection named "Site Bookmarks" (e.g., "RED Bookmarks")
  4. Adds all found albums to the collection
Requirements

Before converting bookmarks:

  • Configure your API key for the selected site
  • Make sure your Plex server is accessible
  • Update your album database if needed
  • Have some bookmarked releases on the tracker
{% if processing %}
Processing Status
Starting bookmark conversion...
{% endif %}
{% block scripts %} {% endblock %} {% endblock %}