Questions tagged [pandora]

An internet radio player based on the Music Genome Project, leveraging Flash and HTML5.

Pandora (Radio) is an automated music recommendation service and custodian of the Music Genome Project available only in the United States. The service plays musical selections similar to song suggestions entered by a user. The user provides positive or negative feedback for songs chosen by the service, which are taken into account for future selections.

The website was original flash based, but has recently started using HTML5.

42 questions
17
votes
3 answers

Access to the Music Genome Database

I'm interesting in finding songs based on attributes (minor key tonality, etc). These are things listed in the details of why Pandora picks songs, but using Pandora, I have to give it songs/artists. Is there any way to get the Music Genome database…
Adam Tegen
  • 25,378
  • 33
  • 125
  • 153
8
votes
2 answers

Making JSON calls to Unoffical Pandora API

So I was listening to Pandora at work, and was like, Man, it would be really cool to get the station list of Pandora, or interact with it remotely in some capacity.. So I found this unofficial Pandora API which just returns a bunch of JSON objects…
Shaun314
  • 3,191
  • 4
  • 22
  • 27
3
votes
4 answers

Raspberry Pi WiFi Radio Script Issues

I am having a problem and since I don't really know much about Python, I would appreciate the help of someone else to help me understand what my problem is. I am building a Portable Wireless Radio. The Raspberry Pi utilizes Pianobar to go out to the…
user49191
  • 65
  • 1
  • 3
3
votes
0 answers

Play and pause music applications other than default (e.g. Pandora)

I am currently working on an app where I need to use TTS. The problem is that if the user is listening to music, you cant hear TTS. I have figured out that I can use AudioFocus to temporarily take focus, and then release it. Taking the focus pauses…
3
votes
3 answers

How to stop or pause Pandora and Spotify

I have an app that has a feature to launch an app, Pandora station, or shortcut. That all works fine. Later I want to stop the app I started. This works for most things except Pandora and Spotify don't always close. Sometimes they do but not…
jroal
  • 547
  • 6
  • 16
2
votes
2 answers

Pandora iPhone App URL Scheme parameters

Does anyone know if the Pandora iPhone app URL Scheme accepts parameters? I am specifically interested in launching the app, with a new station based on an artist name. I tried pandora://artist/name but I'm just guessing - does anyone have any info…
ranbena
  • 41
  • 1
  • 4
2
votes
1 answer

Pandora ajax not working with waitForKeyElements

Pandora AJAX is not working with waitForKeyElements. I have spent a few hours trying to see where I went wrong and can't work it out. It works once but doesn't work when the next track is played. // ==UserScript== // @name Pandora I am…
Hellonearthis
  • 1,664
  • 1
  • 18
  • 26
2
votes
0 answers

Pulling String from Pandora and sending it to Youtube in JavaScript

My project is when Pandora is open and playing, be able to punch a button (either on the page or as an add-on in Firefox. This button would then activate a script that would pull the song and artist name from the page and store them in variables.…
1
vote
1 answer

Getting Pandora App Song Information

Is there a way for a separate app to check what song is currently playing in the Pandora Android app?
HighLife
  • 4,218
  • 7
  • 40
  • 56
1
vote
2 answers

How can I get pianobarfly to compile correctly on OS X?

I'm trying to get pianobarfly working on OS X and can't get it to compile correctly. Selected text from the install document: Dependencies ------------ gmake libao http://www.xiph.org/ao/ libfaad2 …
cwd
  • 53,018
  • 53
  • 161
  • 198
1
vote
1 answer

Accessing Pandora playback data

I know that there is no official Pandora API for iPhone devs, but I'm wondering if anyone has figured out a way to access user's playback data in objective-c. Things like songs, artists, stations, etc.
Chris
  • 11,819
  • 19
  • 91
  • 145
1
vote
4 answers

is there a developer api for pandora on android?

I was looking around but couldnt find one, was wondering if anybody knows of such an api? basically I want to be able to switch songs and play songs on pandora from my application on android.
ekatz
  • 963
  • 3
  • 18
  • 38
1
vote
1 answer

Pandora Api auth.partnerLogin giving error

I recently stumbled across some documentation for the unofficial Pandora API. I decided to try this with Python 3. After heading to the Authentication page I saw that I first had to verfiy that the service was available in my country so I did…
Jebby
  • 1,845
  • 1
  • 12
  • 25
1
vote
0 answers

Sending play/pause requests to Pandora

What I am trying to start with is sending play and pause requests to Pandora. However, the unofficial Pandora API documentation doesn't seem to mention how to do such a task. I have also looked at an implementation of the API for Linux, but am just…
Mario Geuenich
  • 294
  • 1
  • 7
  • 17
1
vote
1 answer

How do I change the background image of a Windows phone app

I am developing an WP8 app and would like to change the background image with several images ; setting time as a variable and showing images in C#,
gnyangolo
  • 29
  • 9
1
2 3