greendoescode / vlc-rpc

Discord rich presence for VLC media player. This is a fork of PigPogs VLC RPC, adding automatic album art.
MIT License
15 stars 3 forks source link

Separate user's config from the versioned (default) config #10

Closed sdasda7777 closed 1 year ago

sdasda7777 commented 1 year ago

Hey, I noticed the config/config.js is being versioned, which is less than ideal, because it makes it harder to keep your own settings while using cloned repo.

I would suggest to have something like config/config_default.js, which would copy to config/config.js only if config/config.js is not already present.