Skip to content

Commit 1d45aca

Browse files
Add UI screenshots to README: dashboard, onboarding, run, channels, settings
Screenshots were taken during local testing but were gitignored (screenshot_*.png pattern). Copied the five best shots into docs/ with clean names so they can be committed and rendered on GitHub. Added a new ## Screenshots section in README.md between the TrueNAS quick-start block and ## What it does: - Full-width hero: the dashboard with 81 live channels and Tunarr/Plex ONLINE - 2x2 HTML table grid: onboarding wizard, run pipeline stepper, channel editor, settings page Gives prospective users a clear picture of the Sonarr-style UI before they bother reading the configuration docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 595c585 commit 1d45aca

6 files changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,40 @@ Replace `/mnt/YourPool/AppData/programmarr/data` with a real path on your pool.
101101

102102
---
103103

104+
## Screenshots
105+
106+
<div align="center">
107+
<img src="docs/dashboard.png" alt="Dashboard showing 81 live channels with Tunarr and Plex online" width="100%" />
108+
<p><em>Dashboard — live view of all 81 channels with Tunarr and Plex connection status</em></p>
109+
</div>
110+
111+
<br />
112+
113+
<table>
114+
<tr>
115+
<td width="50%" valign="top">
116+
<img src="docs/onboarding.png" alt="First-run onboarding wizard" width="100%" />
117+
<p align="center"><em>First-run setup wizard — credentials and connections in two steps</em></p>
118+
</td>
119+
<td width="50%" valign="top">
120+
<img src="docs/run.png" alt="Run Pipeline stepper with AI, No-AI, and Collections tabs" width="100%" />
121+
<p align="center"><em>Run Pipeline — choose AI, No-AI, or Collections path; live terminal output streams to the browser</em></p>
122+
</td>
123+
</tr>
124+
<tr>
125+
<td width="50%" valign="top">
126+
<img src="docs/channels.png" alt="Channels editor listing all channels with shuffle mode and item count" width="100%" />
127+
<p align="center"><em>Channel editor — view, edit, and delete channels directly in the browser</em></p>
128+
</td>
129+
<td width="50%" valign="top">
130+
<img src="docs/settings.png" alt="Settings page with Tunarr URL, Plex URL, TMDB key, and auth fields" width="100%" />
131+
<p align="center"><em>Settings — all connection config and optional auth in one place</em></p>
132+
</td>
133+
</tr>
134+
</table>
135+
136+
---
137+
104138
## What it does
105139

106140
| Path | How it works |

docs/channels.png

64.5 KB
Loading

docs/dashboard.png

89.8 KB
Loading

docs/onboarding.png

30.4 KB
Loading

docs/run.png

28 KB
Loading

docs/settings.png

39.8 KB
Loading

0 commit comments

Comments
 (0)