nicknase27 6ba90774d4
Build / build (push) Successful in 2m6s
change cache workflow
2026-08-26 18:05:18 +02:00
2026-07-17 12:46:42 +02:00
2026-08-26 18:05:18 +02:00
2026-08-26 17:55:15 +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 19:46:17 +02:00
2026-07-27 15:34:00 +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 \).
Note: The first time you start ncmprs, it will take some time to index your library and create it's own database.

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%