Questions tagged [7digital]

7digital is an open music platform with the broadest catalogue of fully licensed, high quality music. The api allows for access to track metadata, downloads and streaming.

7digital is the world’s leading open music platform, and provides open access to the broadest catalogue of fully licensed, high quality digital music. We power comprehensive digital music services for consumers, developers and a wide range of partners around the world. Take a look at a few the applications created by some of our clients in our App Gallery.

The 7digital Developers' Site provides full API Documentation and a range of API Clients to help you get up an running as quickly a possible.

We also monitor a public Google Group where we provide support for Public consumers of the API.

Follow us on Twitter at @7digitalAPI for updates of changes and improvements we are constantly releasing.

Read more about our API here and sign up for a free Public Key.

11 questions
4
votes
0 answers

7digital API : OAuth authentication error: Invalid signature

I have problems with the authentication, i am doing this steps: 1. First time I get the oauth_signature by using this site url with following details: http://7digital.github.io/oauth-reference-page/ url:…
Martin C
  • 395
  • 1
  • 7
  • 21
3
votes
0 answers

ISRC Matching Criteria for 7 digital and rovi

mapping of a track record in 7digital and Rovi as multiple tracks have the same ISRC code ? Pls suggest a way to map the track records. If you have any knowledge and experience in this regard(7digital, Rovi, music database) kindly comment and i'll…
2
votes
1 answer

Renaming a download from webview android

im using a webview with 7digital store to allow my users to buy and download mp3 onto their device. but now when i download a song from 7digital the song will get called -3.bin, -4.bin, -5.bin etc. How do i overwrite this name to the name of the…
sn0ep
  • 3,843
  • 8
  • 39
  • 63
2
votes
0 answers

Launch 7Digital Music Store on BlackBerry Playbook

Is it at all possible to launch the 7Digital music store on the BlackBerry Playbook using the WebWorks SDK. I would like to open the store on an album page for a given band. The Invoke API appears not to offer the store as a launch option.
dbotha
  • 1,501
  • 4
  • 20
  • 38
2
votes
1 answer

7 Digital API invalid signature

Please can you help me. I am trying to generate a HMAC-SHA1 hash for 7 Digital's Premium API however I cannot get the correct signiture. I have followed this post https://oauth1.wp-api.org/docs/basics/Signing.html and have got the following code : …
Katie
  • 331
  • 2
  • 6
2
votes
1 answer

how to do Oauth authentication for 7 digital api method in objective c?

I have to access one api method from 7 digital api and that method must need to be authenticated before use it . Link for track/ stream method is track/stream method. I am not getting how exactly to do it i searched a lot but not getting proper way…
The iCoder
  • 1,414
  • 3
  • 19
  • 39
1
vote
1 answer

SONOS Playback error "These Songs are not available for Streaming from APPNAME"

I've been preparing POC to integrate our music service with SONOS, I've written simple service for testing purpose. I've implemented three essential methods to play url "getMetadata", "getMediaMetadata" and "getMediaURI". First I've tried with…
Feroz
  • 699
  • 5
  • 17
  • 25
1
vote
2 answers

Why Session variable unset

I am using 7digital API in a PHP project. Here is my code to calling API: print_r($_SESSION); $requestUrl = "http://api.7digital.com/1.2/release/details?oauth_consumer_key=" . SEVEN_DIGITAL_CONSUMER_KEY . "&country=$CountryCode&releaseid=" .…
Martin C
  • 395
  • 1
  • 7
  • 21
0
votes
1 answer

Invalid signature returned when previewing 7digital track

I am attempting to preview a track via the 7digital api. I have utilised the reference app to test the endpoint here:- http://7digital.github.io/oauth-reference-page/ I have specified what I consider to be the correct format query, as…
DrMothra
  • 28
  • 4
0
votes
0 answers

7digital Android SDK gives me a NoSuchMethodError for setShouldCache

I've been trying to update the 7digital SDK in my Android app and I've hit a brick wall. My call to search is giving me the following crash: 04-09 16:03:42.238 8533-9744/com.myapp.debug E/AndroidRuntime﹕ FATAL EXCEPTION: AsyncTask #2 Process:…
benwad
  • 6,414
  • 10
  • 59
  • 93
0
votes
2 answers

get oauth signature for playing 7digital clips

I want to play preview of 7Digital clips obtained from Echonest API. For this purpose I want to generate oauth signature programmatically for every single request. Url for playing clip- http://previews.7digital.com/clip/1234 But it need 2 legged…
Vikrant_Dev
  • 430
  • 2
  • 15