Skip to content

XDG compliance #33

Open
Open
@yigitsever

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions