Elaina
Elaina
> I've tried a few things to give it a shot, but I cannot understand why the Fastify methods are being stripped out when they arrive at the createContext function....
>It is truly quite frustrating, since accessing headers and cookies are something that could be done in the createContext as well as in the trpc-router procedures as well, and as...
@SeanCassiere The request doesn't get stripped anymore because we don't clone it (or spread, or anything). We just pass the reference from fastify. I can't do any tests right now,...
Other than Qobuz and Spotify, most desktop apps don't seem to be easily modifiable. Spotify already has WebNowPlaying support via [Spicetify](https://github.com/spicetify/spicetify-cli) and nobody seems to be interested in Qobuz support.
Fixed in [this](https://github.com/keifufu/WebNowPlaying-Redux) version of the browser extension for now. Will also be fixed on the official one soon.
Fixed in [this](https://github.com/keifufu/WebNowPlaying-Redux) browser extension for now, will be fixed in the official one soon too.
@tjhrulz and I discussed this yesterday. The plan is for the extension to be able to connect to multiple adapters. The rainmeter plugin being one such adapter. Then one could...
The [new extension](https://github.com/keifufu/WebNowPlaying-Redux) will soon allow connecting to multiple adapters. For anyone interested, read [CreatingAdapters.md](https://github.com/keifufu/WebNowPlaying-Redux/blob/main/CreatingAdapters.md)
Almost 2 years later now, it's time for this project to be brought back up to speed. Not sure if this PR gets merged or if I end up implementing...
While this is possible, unless we want to open a new websocket in the service-worker for every new tab, it'd completely change how the plugin receives and sends the data....