Complete guide for integrating Youtarr with Kodi media center.
- Overview
- Library Setup
- Metadata Configuration
- Multi-Library Organization
- File Structure
- Troubleshooting
Youtarr provides comprehensive Kodi support through:
- NFO metadata files for each video
- Channel poster artwork (poster.jpg)
- Proper folder organization
- Full metadata including descriptions, dates, and tags
- Multi-source support for content organization
- Navigate to Videos → Files → Add videos...
- Browse to your Youtarr download directory
- Enter a name for this media source (e.g., "YouTube")
When prompted for content type:
- Select Movies as the content type
- Choose information provider:
- Recommended: Local information only
- Alternative: Local NFO files (if available as option)
Configure the following settings:
- Movies are in separate folders that match the movie title: Yes
- Scan recursively: Yes
- Selected folder contains a single video: No
- Exclude path from library updates: No
Youtarr generates comprehensive NFO files containing:
- Title: Video title with channel prefix
- Plot: Full video description
- Premiered: Original YouTube upload date
- Studio: Channel name
- Genre: YouTube categories
- Tag: Video keywords (up to 10)
- Runtime: Video duration in minutes
- Uniqueid: YouTube video ID
Channel posters (poster.jpg) are:
- Automatically generated for each channel
- Displayed in folder view
- Used as fallback artwork
- Updated when channel avatar changes
In Kodi settings:
- Enable: Use folder names for lookups
- Disable: All online scrapers
- Enable: Prefer local information
Organize content by type using subfolders:
-
Add separate video sources for each subfolder:
Source 1: "YouTube - Kids" → /path/to/youtube/__kids Source 2: "YouTube - Music" → /path/to/youtube/__music Source 3: "YouTube - General" → /path/to/youtube -
Configure each source independently:
- Kids: Family-friendly settings
- Music: Music visualization options
- General: Standard video settings
- Organization: Easy navigation to specific content
- Permissions: Different access levels per source
- Views: Custom view modes per content type
- Scanning: Faster updates for specific sources
See docs/YOUTARR_DOWNLOADS_FOLDER_STRUCTURE.md
Problem: Videos don't show in library after scanning
Solutions:
- Verify content type is set to "Movies"
- Check that NFO files exist:
find /path/to/youtube -name "*.nfo" | head -5
- Clean and rescan library
- Check Kodi log for errors
Problem: Videos appear but without descriptions/details
Solutions:
- Confirm NFO support is enabled
- Verify NFO file format:
cat "video.nfo" | head -20
- Check scraper is set to "Local information only"
- Refresh individual items
Problem: Channel posters not showing
Solutions:
- Verify poster.jpg exists in channel folders
- Check image permissions and format
- Clear thumbnail cache and rescan
- Try different view mode
Problem: Titles with special characters display incorrectly
Solutions:
- Ensure Kodi language is set correctly
- Check NFO encoding (should be UTF-8)
- Verify filesystem supports Unicode
- Update Kodi to latest version
Problem: Videos appear multiple times
Solutions:
- Check for duplicate source paths
- Clean library before rescanning
- Verify no symbolic links causing loops
- Remove and re-add source