-
v1.2.1 Stable
released this
2026-07-22 23:37:53 +02:00 | 16 commits to main since this releasemusicfix v1.2.1
Highlights
Version 1.2.1 adds a small but useful convenience command for opening the active musicfix configuration directly in Nano.
Users no longer need to repeatedly remember or search for the configuration path. A modest victory over hidden files and human memory.
Added
Configuration editor command
Open the active musicfix configuration file directly in Nano:
musicfix config --editThe command automatically uses the active configuration path, normally:
~/.config/musicfix/config.tomlIt respects the configuration file currently loaded by musicfix and exits with Nano's return status.
If Nano is not installed, musicfix displays a clear error message in the selected interface language.
Changed
- README configuration documentation now includes
musicfix config --edit - the project version has been updated to
1.2.1 - configuration editing no longer requires manually entering the full file path
Language support
The editor command includes messages in both supported interface languages:
- German
- English
Example German error:
FEHLER: nano ist nicht installiert.Example English error:
ERROR: nano is not installed.Usage
Open the configuration:
musicfix config --editValidate the configuration without editing it:
musicfix config --checkDisplay the active configuration:
musicfix configNotes
The generated configuration comments remain in English and continue to document:
- music and state paths
- interface language and color output
- retention periods
- cleanup extension protection
- library categories
- Apprise notification settings
- notification message formats
No new configuration option was required for this release because
--editis a command-line convenience feature rather than a persistent setting.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- README configuration documentation now includes