notandy/ympd

Make dirble API token configurable and use HTTPS

lesderid opened this issue · 6 comments

The API key for Dirble should be configurable, so people can use their own account and the limit isn't reached.

It should also use HTTPS, so if ympd is behind a TLS proxy, the browser won't refuse to load it.

Any news here for implementation the Dirble API option?

@tatoosh Still waiting on the Dirble dev to enable CORS afaik.

@lesderid thx. i looked in the sources - can we enable 'Access-Control-Allow-Origin' in mongoose.h ?

@tatoosh No, it's a change the Dirble dev needs to make on their side, we can't really do anything about it (unless we proxy the API requests, but that might take a bit of work to implement).

Ok. Should we implement other services like shoutcast?

@tatoosh I'm not sure what you're asking. I suggest opening a separate issue for this.