WhyLose
New Member
Sorted again. It's back. Thanks.API Limits are daily. Can't really do much about them.
Sorted again. It's back. Thanks.API Limits are daily. Can't really do much about them.
I love this way of displaying Now Playing in Spotify! So elegant! Is it possible for me to host the relative HTML file on my own webserver/domain and point the browser source there?
Oh absolutely. I wouldn't use your API calls! I am just unfamiliar with how to grab the HTML file.
Edit: I have an API key now. :)
The overlay/embed can now be found at . Please update your scene collections accordingly, or you'll get a 404/500 in the future.
Hello, I probably asking to much but can someone give me little bit of code for obs to align all text and logo to left ?
body {
text-align: left !important;
padding-left: 8pt !important;
}
Assuming you meant "can't" instead of can. I didn't implement this due to a potential to conflict with copyright laws, but it should be possible to change the default image if you decide to do so. If the song itself has the default image set, then you'll have to figure out a way to detect that. A regular expression will probably do just fine here.Do you know why I can change no image logo?
You see I don't want to change artist or song logo if it has one. I just want to change default grey logo to something less bright. Default no image logo should come from url or somehow it pulls it out from lastfm with track data ? I changed url many times and it still pulls out same no image logo. Apologies for my grammar and mistakes and thank you for any help and hard work creating this work.Assuming you meant "can't" instead of can. I didn't implement this due to a potential to conflict with copyright laws, but it should be possible to change the default image if you decide to do so. If the song itself has the default image set, then you'll have to figure out a way to detect that. A regular expression will probably do just fine here.
Sorry, no idea. There shouldn't be a way for this to happen unless you set the user= to a user that doesn't exist, which would give you "can't access property "track", data.recenttracks is undefined".I don't have any big issues but obs browser source spamming this:
[obs-browser: 'Now Playing'] Error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'track') (http://absolute/D:/Twitch/nowplaying.html:177)
Any idea why ?
all code hereSorry, no idea. There shouldn't be a way for this to happen unless you set the user= to a user that doesn't exist, which would give you "can't access property "track", data.recenttracks is undefined".