253447f8771f8ff4e4319b3587372f015e3c5329
Setup
ncmprs requires a config.toml file that points to your FLAC music library.
Linux
-
Create the configuration directory:
mkdir -p "$XDG_CONFIG_HOME/ncmprs" -
Create the configuration file:
touch "$XDG_CONFIG_HOME/ncmprs/config.toml" -
Add the path to your music library:
library_path = "/path/to/your/music"
Windows
-
Create the configuration directory:
C:\Users\<YourUser>\AppData\Roaming\ncmprs\ -
Create a file named
config.tomlinside that directory. -
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 startncmprs, it will take some time to index your library and create it's own database.