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

Convert Collages

Back to Collages
Convert New Collage
Enter the collage ID(s) from the URL. Example: if the URL is https://redacted.sh/collages.php?id=12345, enter 12345.
Choose which tracker site the collage is from.
Torrent Name: Matches albums by directory/filename (original behavior)
Query: Matches albums by artist and album metadata (better for organized libraries)
How to Find Collage IDs

RED (Redacted):

  1. Go to a collage page
  2. Look at the URL: collages.php?id=XXXXX
  3. Use the number after id=

OPS (Orpheus):

  1. Go to a collage page
  2. Look at the URL: collages.php?id=XXXXX
  3. Use the number after id=
Fetch Mode Guide

When to use each mode:

Torrent Name
  • Default behavior
  • Matches by folder names
  • Use if you download and keep original folder structure
Query
  • Matches by artist/album metadata
  • Use if you organize with Beets, Lidarr, or similar tools
  • Better for renamed/reorganized libraries
{% if processing %}
Processing Status
{% endif %}
{% block scripts %} {% endblock %} {% endblock %}