Open
Description
Hello,
Euterpe does not follow the XDG Base Directory Specification, I came across two behaviors from a fresh install so far;
- Config file under
$HOME/.euterpe
- Default music library assumed to be under
$HOME/Music
(this is covered under XDG User Dirs)
Euterpe can instead follow XDG specification;
${XDG_CONFIG_HOME:-$HOME/.config}/euterpe
${XDG_MUSIC_DIR:-$HOME/Music}
So user set directories (custom and/or localized!) will be used instead, with sane fallbacks.
Activity