• v1.2.1 aae9390c6c

    v1.2.1 Stable

    Jan released this 2026-07-22 23:37:53 +02:00 | 16 commits to main since this release

    musicfix 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 --edit
    

    The command automatically uses the active configuration path, normally:

    ~/.config/musicfix/config.toml
    

    It 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 --edit
    

    Validate the configuration without editing it:

    musicfix config --check
    

    Display the active configuration:

    musicfix config
    

    Notes

    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 --edit is a command-line convenience feature rather than a persistent setting.

    Downloads