c2bb24bde45b2b03a5c6ec3d8375e0fbed497a9f
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.