docs: add Radarr workflow screenshots and update quickstart
- Add 03-radarr-filter.png: browse + filter movies by partial title - Add 04-radarr-selected.png: movie selected in browse panel - Add 05-mapped.png: completed drag-and-drop title mapping - Update 03-title-mapping.png to completed-state screenshot - docs/integrations/radarr.md: add workflow section with 3 annotated screenshots - docs/quickstart.md: rewrite step 5 with browse/filter/drag workflow - README.md and docs/index.md: use completed-mapping screenshot
This commit is contained in:
parent
12f540d072
commit
1e535182a8
8 changed files with 42 additions and 12 deletions
|
|
@ -20,9 +20,9 @@ No npm packages. No Python. No config files to edit by hand — just a browser,
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@ Discarr is a self-hosted web UI that bridges disc ripping (VIDEO_TS / BDMV / ISO
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,31 @@ RADARR_API_KEY=your-radarr-api-key
|
||||||
|
|
||||||
Find your API key in Radarr under **Settings → General → Security → API Key**.
|
Find your API key in Radarr under **Settings → General → Security → API Key**.
|
||||||
|
|
||||||
## 3. How it works
|
## 3. Map disc titles to movies
|
||||||
|
|
||||||
|
When you scan a disc in Discarr, each title needs to be mapped to a Radarr movie before it can be queued for encoding.
|
||||||
|
|
||||||
|
### Browse Radarr movies
|
||||||
|
|
||||||
|
Click **Browse Radarr** to open your movie library, then use the search box to filter by title:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Select and map
|
||||||
|
|
||||||
|
Click the movie to select it. The title card on the left automatically links to the selected movie:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Drag a title to confirm the mapping
|
||||||
|
|
||||||
|
Drag the title card from the left panel and drop it onto the matching movie slot on the right. A green border confirms the mapping:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Once all titles are mapped, click **Review & Queue →** to start encoding.
|
||||||
|
|
||||||
|
## 4. How it works
|
||||||
|
|
||||||
```
|
```
|
||||||
Encode completes
|
Encode completes
|
||||||
|
|
@ -37,6 +61,6 @@ radarr-notify.sh
|
||||||
Radarr imports file
|
Radarr imports file
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4. Test the connection
|
## 5. Test the connection
|
||||||
|
|
||||||
Click **Test** on the connection in Radarr. To test end-to-end, queue a movie encode in Discarr and watch **Activity → Queue** in Radarr for the import.
|
Click **Test** on the connection in Radarr. To test end-to-end, queue a movie encode in Discarr and watch **Activity → Queue** in Radarr for the import.
|
||||||
|
|
|
||||||
|
|
@ -59,15 +59,21 @@ Open **http://localhost:8603**.
|
||||||
|
|
||||||
## 5. Map titles to arr items
|
## 5. Map titles to arr items
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
For each title:
|
For each title:
|
||||||
|
|
||||||
1. Choose **TV (Sonarr)** or **Movie (Radarr)**
|
1. Choose **TV (Sonarr)** or **Movie (Radarr)**
|
||||||
2. Search for the series or movie name
|
2. Click **Browse Sonarr** or **Browse Radarr** to open your library
|
||||||
3. For TV: select the season and episode(s) the title maps to
|
3. Type a partial title in the search box to filter results
|
||||||
4. Click **Queue**
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Drag the title card from the left panel and drop it onto the slot on the right
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A green border confirms the mapping. The counter updates (e.g. "1 of 2 title(s) mapped").
|
||||||
|
|
||||||
|
5. Repeat for each unmapped title, then click **Review & Queue →**
|
||||||
|
|
||||||
## 6. Monitor the encode
|
## 6. Monitor the encode
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/screenshots/03-radarr-filter.png
Normal file
BIN
docs/screenshots/03-radarr-filter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 99 KiB |
BIN
docs/screenshots/04-radarr-selected.png
Normal file
BIN
docs/screenshots/04-radarr-selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
docs/screenshots/05-mapped.png
Normal file
BIN
docs/screenshots/05-mapped.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
Loading…
Reference in a new issue