Snd-R

Results 32 comments of Snd-R

You don't need CORS for editing komf configuration. It might be your reverse proxy issue? Open browser dev console (press f12) and see what errors you get in `console` and...

Did you set the correct komf address in connecton tab? It should be the same komf url as in userscript

Check the network tab in browser dev settings again. See what address the `/config` request is calling If that still can't figure out your issue, you can manually edit template...

Closing due to inactivity and not being directly related to komf itself

Not directly related to komf, closing due to inactivity

There's a bug in notification settings where if you've set the title url template before, you can't remove it You'll need to manually remove the`title_url.vm` template file in discord directory....

That's how config updates coming from api always worked even when using userscript. When doing config write all it does is serialization of [AppConfig.kt](https://github.com/Snd-R/komf/blob/master/komf-app/src/main/kotlin/snd/komf/app/config/AppConfig.kt) content structure and overriding existing file....

You'll need to disable cover option in provider settings. Provider and metadata processing settings have independent configuration by design.

I'll keep this open, I think it'll be better to override provider configs to disable covers if it's disabled in processing settings