Volker Kettenbach

Results 54 comments of Volker Kettenbach

Hi, I think this problem with Logitech Squeezeboxserver comes from the TCP-RST as well: https://github.com/Logitech/slimserver/issues/130#issuecomment-279213259 For the Squeezeboxserver this is really a problem: the Google Music Plugin is almost useless...

I don't think it would make sense to report it to google, since this is not an official API. How about that: the URL that Google returns on playing music...

Your right. I digged in to gmusicproxy as a reference. And I see, that this problem has to be handled by https://github.com/squeezebox-googlemusic/squeezebox-googlemusic

The new method "search" of gmusicapi returns the results in a dictionary with keys: album_hits, artist_hits, playlist_hits, situation_hits, song_hits, station_hits, video_hits containing lists of results of that type. (http://unofficial-google-music-api.readthedocs.io/en/latest/reference/mobileclient.html#search) I'm...

Thanks so much for open sourcing this. I would be interested in support for PT-P750W

I'm using both my devices PT-P750W and QL-720NW via IP

You need a Middleware for this: ``` apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: my-middleware-name namespace: mynamespace spec: forwardAuth: address: "https://myurl-to-eas.com/verify?config_token_store_id=default&config_token_id=whatever" trustForwardHeader: true authResponseHeaders: - X-Forwarded-User - X-Id-Token - X-Userinfo -...

> Ref. `eas.hostname.comundefined`, we found the undefined postfix to the domain comes from this line: https://github.com/travisghansen/external-auth-server/blob/master/src/utils.js#L191 > > It happens because `req.headers["x-forwarded-uri"]` was not defined nor checked for existence before...

> Set the `trustedIPs` to the possible IPs of `traefik` itself...or set `insecure` to `true`. Obviously taking into consideration the security implications of your deployment. What I forgot to mention:...