-
Related issue #6425
Tested: NWjs 0.52.1, 0.53.0
URL: https://open.spotify.com
Enable widevine via:
```js
function openNewWin() {
nw.Window.open('https://open.spotify.com/');
}
nw.Ap…
-
Can still saw a bit of it, btw I am also using a snippet "Remove top spacing".
![CleanShot_2024-09-01_14-37-40](https://github.com/user-attachments/assets/2a74cd9b-6245-429c-a0e3-230462ee41c4)
-
![1024-1811](https://user-images.githubusercontent.com/108437/117672092-cb19ff00-b1a9-11eb-90f2-61e89d6d160f.jpg)
Following the documentation I got it running in a few minutes (congrats on the docu…
-
@cjam Thanks for this libray. We are developing our app using this libray. Our goal is to search the track through spotify web API and play it,
const connectToSpotify = async () => {
try {
…
-
Issue found on *2020-03-24*.
#### Scope(s):
`player_state_changed` event
#### Steps to reproduce:
Using the code here
and here ``
```js
window.onSpotifyWebPlaybackSDKReady = () => {
…
-
### Captchas
- [X] I have read the instructions.
- [X] I have searched existing issues and avoided creating duplicates.
- [X] I am not filing an enhancement request.
### What happened?
When…
-
Fetch a track (eg `spotify:track:1tRoJfwQ2upkIVEVKkuPcT`) from the Spotify HTTP API and the artist order differs from that returned when requesting the same track via the Mopidy-Spotify backend.
**…
jaedb updated
6 years ago
-
My app has been working well until today. I do `authorizeAndPlayURI`, the Spotify app comes forward, shows an "X", returns to my app, but did not authorize. I get these two errors. The Spotify app…
-
### helpfull Feature
i created this tm/script that help you to create a download .bat directly from desidred song or list all you have to do is click from the keybord in alt+q ( you can modify as y…
-
Hey everyone,
I've been seeing more 429/404/500 errors, and slow query processing lately. This is because of Spotify's rate limits on our shared project.
**Quick Fix: Use Your Own Client ID and …