u/DowntownDiscipline96

I dont have a usenet account. But it looks like there is a spreadsheet that is very hard to find and is on usenet. If someone wouldn't mind grabbing it for me I would appreciate it its not piracy its legal and not adult stuff if you can help me out message me.

reddit.com
u/DowntownDiscipline96 — 12 days ago
▲ 29 r/Lidarr+5 crossposts

ChartHound has been running on my own Emby/NAS server for months. I finally cleaned it up enough to share publicly.

**The music workflow with Emby:**

  1. **The Retriever** connects to your Emby server, scans your music library, and writes genre + mood tags directly to your physical files using MusicBrainz, Last.fm, Discogs, and others. Tags go to the actual files — not just Emby's database — so they survive any server migration.

  2. **The Groomer** cross-references your library against 108,000+ real Billboard chart entries and writes chart performance data into your COMMENT tags (e.g. "Hot 100: #4 (12 wks)"). Then builds smart playlists filtered by genre, decade, peak position, and weeks on chart — and pushes them straight to Emby.

  3. **The Sniffer** uses your Emby library to cross-reference which chart hits you own vs. which ones you're missing. One click to search Prowlarr and grab the missing albums.

  4. **The Bloodhound** lets you browse any artist's full MusicBrainz discography, see what you own vs. missing, and grab missing albums directly.

**Security:** Your Emby token and all other API keys are Fernet-encrypted (AES-128-CBC) before being stored in SQLite. They are never returned to the browser in plain text — decrypted in memory only when needed, server-side.

**Stack:** Python (FastAPI) + SQLite + Docker. No Node.js. Runs on port 8585. Also works with Plex and Jellyfin if you run those.

**GitHub:** https://github.com/CurtisColby/ChartHound

Built this for my own server.

u/DowntownDiscipline96 — 12 days ago