Align README and in-app help with current commands and configuration
Author: ecschoyeCreated Jul 17, 2026Updated Jul 17, 2026
Problem
Several user-facing references have drifted from the implementation:
- The README command table calls
ReverseTrackOrderReverseOrder. Command::deschardcodes a five-second default for seek commands even whenseek_duration_secsis configured differently.- The configuration note says a positive
app_refresh_duration_in_msincreases API usage, but API playback polling is controlled byplayback_refresh_duration_in_ms. - The README CLI overview omits the
generate,features, andlyricssubcommands.
Expected behavior
The README, configuration guide, and in-app help should describe the same command names and effective configuration.
Acceptance criteria
- Command names match the Rust variants accepted by configuration.
- Seek help reflects the configured default or avoids claiming a hardcoded value.
- The refresh-rate note names the option that performs API polling.
- The CLI overview includes all supported top-level subcommands.
- A lightweight consistency check is considered for command tables to reduce future drift.
Source: aome510/spotify-player