Jump to content

MrDave2176

Active Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by MrDave2176

  1. edit the pandoraGrabber.html file here: <select name="cruiseControl" id="cruiseControl"> <option selected value="off">off</option> <option value="on">on</option> </select> change the 'selected' to the ON option (like this) <select name="cruiseControl" id="cruiseControl"> <option value="off">off</option> <option selected value="on">on</option> </select> Although if you use the latest version (or my mod - cheap plug: http://wildandbad.com/pandoraGrabber.zip) and save the settings then it will remain as you set it all the time (thanks to a cookie)
  2. This batchfile will work. Just put the following in a batch file in the same directory as pandora.jar @echo off start javaw -jar pandora.jar %1 "C:Program FilesMozilla Firefoxfirefox.exe" http://localhost:%1
  3. I have updated the file and disabled the 'hide/show' panels and buttons until I can figure out how to make the scripts work without the panel showing.
  4. Yep. Right here: <div id="settingsPanel" style="display:none"> change this to: <div id="settingsPanel">
  5. My Latest problem is in the javascript. I am using the skin I created(cheap plug: http://wildandbad.com/pandoraGrabber.zip), but I think that the original does the same thing. It won't capture the first song that plays when the Pandora Player starts up. If you click 'skip' it will capture the next one, and if the next song starts playing then it works as well. How do you trigger the event to make it call up the artisit and song and load it into the artist and song hidden fields? I tried stationChange() (since the staionId seems to populate just fine) and I tried songEnded() but neither of them seem to do the job. Any ideas? Is there an Ajax call that I can do perhaps?
  6. I have re-structured the pandoraGrabber.html file to look nicer and to conform to the Pandora look-and-feel The file is here: http://wildandbad.com/pandoraGrabber.zip Just Download and UNZIP into your pandora application folder. Let me know if you have any problems.
×
×
  • Create New...