lra
lra
Hi, Which version of Shoutcast are you using?
Do you have any way to fix it ? If so can you open a pull request ?
Feel free to open a PR =)
It's a pull request =) https://help.github.com/articles/using-pull-requests
No idea, someone will have to dig and patch.
So mackup should look at the `$XDG_CONFIG_HOME` env var and try to look for the `.mackup.cfg` and all the custom application files? All in addition to the usual `$HOME` place?...
Ok then: 1. try `$XDG_CONFIG_HOME/mackup/` and `$XDG_CONFIG_HOME/mackup.cfg` if they exist. 2. if not, try `$HOME/.mackup/` and `$HOME/.mackup.cfg` 3. if not, no config. Make sense?
Can't we have 2 things: the mackup config `.mackup.cfg` and the custom application database, `mackup/*`. But in the custom application database, there can be one for mackup, so in your...
No, `$HOME/.mackup/mackup.cfg` and `$HOME/.mackup.cfg` are 2 different things. The former is a custom app database entry for mackup, the later is the mackup config.
ok let's do it then, PR welcome ;)