2026-07-27 15:30:24 +02:00
2026-07-17 12:46:42 +02:00
2026-07-26 11:40:39 +02:00
2026-07-26 11:03:56 +02:00
2026-07-17 12:46:42 +02:00
2026-07-17 12:46:42 +02:00
2026-07-17 12:46:42 +02:00
2026-07-27 15:30:24 +02:00

Setup

ncmprs requires a config.toml file that points to your FLAC music library.

Linux

  1. Create the configuration directory:

    mkdir -p "$XDG_CONFIG_HOME/ncmprs"
    
  2. Create the configuration file:

    touch "$XDG_CONFIG_HOME/ncmprs/config.toml"
    
  3. Add the path to your music library:

    library_path = "/path/to/your/music"
    

Windows

  1. Create the configuration directory:

    C:\Users\<YourUser>\AppData\Roaming\ncmprs\
    
  2. Create a file named config.toml inside that directory.

  3. Add the path to your music library:

    library_path = "Z:\\Users\\<YourUser>\\Music"
    

Note: Windows paths in TOML require backslashes to be escaped (\\ instead of \).

S
Description
No description provided
Readme MIT
136 KiB
v0.0.5.1
Latest
2026-08-26 18:05:18 +02:00
Languages
Rust 100%