Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clickwheel.fm/llms.txt

Use this file to discover all available pages before exploring further.

fix

clickwheel fix [OPTIONS] [ARTIST]
Fill in missing album art, genres, and other track details. Examples
# Repair the whole library: album art, year, genres
clickwheel fix

# Just one artist folder
clickwheel fix "Nirvana"

# Re-fetch genres, ignoring the cache
clickwheel fix --refresh-genres
--dry-run
boolean
Show what would be done without making changes
--refresh-mb
boolean
Re-query MusicBrainz, ignoring the cache. Use after a known-bad cached match.
--refresh-genres
boolean
Re-query Last.fm for genres, ignoring the cache.
artist
string
Artist folder name to target (default: entire library)

scan

clickwheel scan [OPTIONS]
Scan your music library and check for missing info. Examples
# Incremental index of new or changed files
clickwheel scan

# Rescan the whole library from scratch
clickwheel scan --full
--full, -f
boolean
Rescan everything from scratch
--stats
boolean
Show library stats without scanning again