01README
Jellyfin media server integration — library inventory, audit, and unidentified media detection
02Models
@keeb/jellyfinv2026.03.30.1jellyfin.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| jellyfinUrl | string | Jellyfin server URL |
fn refresh()
Trigger a full library rescan on all Jellyfin libraries
fn inventory()
Query all Jellyfin libraries and return item counts per library
fn unidentified()
Find items with no metadata provider match (no TMDB/TVDB/IMDB ID)
fn audit()
Full library audit: find duplicates, misplacements, and structural issues
fn identify(dryRun: boolean)
Search Jellyfin metadata providers and apply matches for unidentified items
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Search only, don't apply matches |
Resources
inventory(infinite)— Library inventory snapshot
scan(7d)— Library scan result
unidentified(infinite)— Items Jellyfin could not match to a metadata provider
audit(infinite)— Full library audit — duplicates, misplacements, structural issues
identification(infinite)— Result of identifying items via metadata search
03Reports
@keeb/library-auditmethod
library_audit.ts
Hoarder's evaluation of Jellyfin library health — duplicates, misplacements, structural issues
jellyfinaudithoarder
@keeb/unidentified-mediamethod
unidentified_media.ts
Summarize Jellyfin items with no metadata provider match after library scan
jellyfinaudit
04Skills
jellyfin1 file
05Previous Versions
2026.04.22.2Apr 22, 2026
Added 1 skills
2026.04.06.1Apr 7, 2026
2026.04.02.1Apr 2, 2026
06Stats
A
100 / 100
Downloads
4
Archive size
13.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/keeb/swamp-jellyfin07Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
08Platforms
09Labels