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.
delete
clickwheel delete [OPTIONS] PLAYLIST_NAME
Delete a saved playlist.
Examples
# Delete a playlist (asks to confirm)
clickwheel delete road-trip
edit
clickwheel edit [OPTIONS] [PLAYLIST_NAME]
Add or remove artists or individual tracks from a playlist.
Examples
# Add an artist
clickwheel edit road-trip --add "Nirvana"
# Remove an artist
clickwheel edit road-trip --remove "Beastie Boys"
# Set the description
clickwheel edit road-trip -d "Windows down"
Track path to add (repeatable)
Track path to remove (repeatable)
Set the playlist description
Skip automatic library scan
heal
clickwheel heal [OPTIONS] PLAYLIST_NAME
Drop playlist references to tracks no longer on disk.
Uses the missing-since flag set by clickwheel scan. Run a scan
first if you want freshness; pass —no-scan to skip the autoscan
if you’ve already scanned recently.
Examples
# Drop references to files no longer on disk
clickwheel heal road-trip
Skip automatic library scan
playlist
clickwheel playlist [OPTIONS] [NAME]
Show your saved playlists.
Examples
# List saved playlists
clickwheel playlist
# Show one playlist's tracks
clickwheel playlist road-trip
Playlist name to show details