Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "media-library-organizer" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/media-library-organizer-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/media-library-organizer-skill/SKILL.md "https://raw.githubusercontent.com/Innei/media-library-organizer-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Use when organizing media files (movies, TV, anime) on NAS or local storage - cleaning junk files, merging scattered episodes, normalizing folder names to "Title (Year)" format, and verifying episode completeness against TMDB
Overview
Systematically clean, merge, rename, and verify media libraries so that Jellyfin/Emby/Plex can correctly identify and scrape all content.
When to Use
• Media directory has messy folder names with encoding info • Same show scattered across multiple folders • Junk files wasting space • Need to verify episode completeness against TMDB
Workflow
`dot digraph media_org { rankdir=TB; "1. Scan & Analyze" -> "2. Clean Junk"; "2. Clean Junk" -> "3. Identify Duplicates"; "3. Identify Duplicates" -> "4. Merge Scattered Episodes"; "4. Merge Scattered Episodes" -> "5. Normalize Folder Names"; "5. Normalize Folder Names" -> "6. Verify vs TMDB"; "6. Verify vs TMDB" -> "7. Report & Confirm Deletion"; } `
Steps
Each step has detailed instructions and reusable scripts: • Scan & Analyze - Survey directory, identify issues, generate report • Script: scripts/scan-media.sh • Clean Junk - Remove temp files, empty dirs, orphan fragments • Identify Duplicates - Find same content across folders by title/year matching • Merge Scattered Episodes - Combine split episodes into one folder • Script: scripts/check-episodes.sh • Normalize Folder Names - Rename to Title (Year) format • Script: scripts/normalize-names.sh • Verify vs TMDB - Compare local episode count against TMDB • Report & Confirm - Present findings, wait for user confirmation
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
