mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #165] Is it possible to create a python code for listening to preview but without logged in ( for visitors) #79
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tldoan on GitHub (Feb 22, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/165
Hi,
I would like to add a play button on my blog so that any visitors can listen to the music but I read that it request people login??
Is there any way to circumvent that?
Thanks!
Also where can I find a complete code lines for python other than github which I find it is not very easy for beginner to understand which files correspond to what and how to assemble that.
@JohannesAck commented on GitHub (Feb 23, 2017):
Yes, it is!
The "get a track" request has a property called "preview_url", which includes a link to a 30s MP3 preview.
@tldoan commented on GitHub (Feb 23, 2017):
ok thanks!
btw is it possible to get social tags about artist album tracks etc.. ? (provided by users on the internet ideally)
@JohannesAck commented on GitHub (Feb 23, 2017):
I'm not sure what you mean by social tags, the only thing I know of that sounds like tags to me is genre information about artists, which you can obtain with get_artist.
Otherwise feel free to consult the Spotify API documentation here.
@stephanebruckert commented on GitHub (Jan 11, 2020):
@JohannesAck seems to answer the questions, closing