marcan / blitzloop

Open source karaoke software
GNU General Public License v2.0
207 stars 31 forks source link

Respect the XDG base directory specification #22

Closed linkmauve closed 7 years ago

linkmauve commented 7 years ago

This requires the user to manually move their configuration and data if they already have some, if that’s unacceptable I can add a check for the current location first, then a fallback to the correct behaviour.

marcan commented 7 years ago

This is fine, I meant to make this change too. While we're breaking existing setups, can you rename "cfg" to "config"? I never liked the short name :) (or feel free to propose a better name).

docs/blitzberry.md needs an update for the new paths.

linkmauve commented 7 years ago

What about blitzloop.conf? It sounds a bit better to me (especially when people share it alone), and is more in line with other programs I have here.

marcan commented 7 years ago

blitzloop.conf sounds good to me.

linkmauve commented 7 years ago

Changed the file name, added documentation in docs/blitzberry.md, renamed example.cfg to example.conf too.