Could you please help me this point
Is there any way to control track playback using web controlls for example I have
play
on my webpage
is there a way to stop playback with something like
stop
go to next track with
next
or something lke this or any other way
thanks in advance
No, this is not possible with Spotify Uri's, it is however possible to add the Spotify Play Button to your website, the Spotify Play Button supports songs, albums and playlists. You could also try to find out how it works and you might be able implement it that way.
https://developer.spotify.com/technologies/spotify-play-button/
I found a node module that may help!
https://www.npmjs.com/package/node-spotify-webhelper
You can get the status of the Desktop Player and you can control it.
Pause, Play etc
I don't know if you can do next or prev I am trying to find myself for this.
Related
first post here so I hope I'm not breaking any rules.
So, the situation I'm faced with is a bit complicated. I'm basically trying to login into a hangouts call without having the ability to use the browser itself. I can only insert the URL. Why is that you may ask?
I'm trying to show a hangouts call on my twitch stream using a OBS plugin called CLR browser. This plugin only allows to rezise the window and add a URL from where it'll take information from. It's great for notifications but not so great for what I'm trying to do. But after investigating alot I came to the conclusion that I'm out of options.
I do know you can login to gmail by only using the url like here:
How do I login into Google Apps via a URL?
If, for example I have a hangouts link like this:
https://plus.google.com/hangouts/_/gruxore63cq34fwddtcwwe64raa
Can I add something at the end so it logs in automatically?
Thank you.
Hate to disappoint, but you cannot auto-login using a link. OBS does allow you to screen share a window, though, so you should be able to open your favorite web browser, enter the Hangout, then share the window.
Failing that, XSplit has very flexible screen/region-sharing abilities.
Here's a YouTube video demonstrating exactly how to do this in OBS, and the link is time-coded right to the good-stuff.
I have a spotify app that I am intereacting with using my website, doing things like adding to playlist and playing.
However I want this to happen in the background rather than popping up the app each time I add a track to a playlist. Anyone know if there's a way to do this?
Unfortunately there is no support for background Spotify Apps, so you need to keep your app opened to prevent it from being unloaded.
There is more information about this on the Spotify Developer Guidelines.
I'm writing a Spotify app. It generates a playlist of songs which appear onscreen using the default playlist view. How can I allow the user to go in and delete songs from this list? Selecting a track and pressing the delete button does not do it.
Thanks
Bob
I cannot understand what you mean. Please share screenshots / code of what you are doing. Moreover, what is the "default playlist"? Do you mean the play queue? I have also written an application that edits playlists but do not have the problem you describe. Remember also to specify what API version you are using.
Giacecco
I am using twilo client in one of my apps and it is showing following popup when I click on call button
But I want to show the following pop up which is lot simpler and seems less cumbersome
Is there a way to control which pop up comes on the screen? I have read some documentation of adobe but their configuration files live in users computer which ofcourse can not be changed by a website.
Any help will be really appreciated
Yeah, those dialogs are native Flash Player dialogs. The request domain is drawn from the domain that the swf is loaded in, and it must be for security reasons. The only way around this is to have the request come from a swf which is loaded from a "friendlier" domain.
Sounds like something that Twilio would need to address, not you. Perhaps you can bug them on their forum or such?
Any plans on Chrome or anyone else supporting this? I'd rather not build something in Flash if we can avoid it. I wouldn't mind trying to add it to Chrome or something myself if need be :)
Ericcson labs is working in an API for this:
https://labs.ericsson.com/developer-community/blog/beyond-html5-audio-capture-web-browsers
http://www.w3.org/TR/html-media-capture/
However, it hasn't became true. At the moment, you have no choice but using a plug-in (e.g. Flash) for audio recording.
It's in Chrome Canary... Finally! http://code.google.com/p/chromium/issues/detail?id=112367
You can use Recorder.JS to record from any Web Audio API node including getUserMedia and microphone input.