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.

delete

clickwheel delete [OPTIONS] PLAYLIST_NAME
Delete a saved playlist. Examples
# Delete a playlist (asks to confirm)
clickwheel delete road-trip
playlist_name
string
required
Playlist to delete
--force, -f
boolean
Skip confirmation

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"
playlist_name
string
default:"ipod"
Playlist to edit
--add, -a
string
default:"[]"
Artist to add
--remove, -r
string
default:"[]"
Artist to remove
--add-track
string
default:"[]"
Track path to add (repeatable)
--remove-track
string
default:"[]"
Track path to remove (repeatable)
--description, -d
string
Set the playlist description
--no-scan
boolean
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
playlist_name
string
required
Playlist to heal
--no-scan
boolean
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
name
string
Playlist name to show details