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.

diff

clickwheel diff [OPTIONS] [PLAYLIST_NAME]
Preview changes before syncing to your iPod. Examples
# Preview changes for the 'ipod' playlist
clickwheel diff
playlist_name
string
default:"ipod"
Playlist to diff against iPod
--no-scan
boolean
Skip automatic library scan

eject

clickwheel eject [OPTIONS]
Safely disconnect the iPod. Examples
# Safely unmount before unplugging
clickwheel eject

ls

clickwheel ls [OPTIONS]
Show what’s on your iPod. Examples
# Show what's on the iPod
clickwheel ls

select

clickwheel select [OPTIONS]
Pick artists and albums for your iPod. Examples
# Interactive picker; saved as the 'ipod' playlist
clickwheel select

# Build a named selection
clickwheel select --name "road-trip"
--name, -n
string
default:"ipod"
Playlist name
--description, -d
string
Optional playlist description
--no-scan
boolean
Skip automatic library scan

sync

clickwheel sync [OPTIONS] [PLAYLIST_NAME]
Send your playlist to the iPod. Examples
# Push the 'ipod' playlist to the device
clickwheel sync

# Show what would change without writing
clickwheel sync --dry-run

# Sync a specific playlist
clickwheel sync road-trip
playlist_name
string
default:"ipod"
Playlist to sync
--dry-run
boolean
Show what would change without doing it
--no-scan
boolean
Skip automatic library scan