Jump to content

Pandora Musical Positions Fix - Pandora's Jar tuner move fix


Cynagen

Recommended Posts

Pandora is not suppost to move! It keeps shifting up and to the left! How many other people are sick of this happening, despite repeated "fixes" that only seem to work for 66% of us? How about a PERMANENT FIX. Yeah, that's right, I said Permanent. That big bad scary word in the world of pandora's dynamics. C'MON, I shouldn't have been the one to find this, but whatever, since I did, and it works on my work Mac, my Mac laptop i carry everywhere with me, my home PC, and my PC at work, and my friend's PC, here's my [PANDORA MUSICAL POSITIONS FIX]. Yes, I just came up with that name, sue me.

Whatever version of Pandora's Jar you're using, if your Pandora music player shifts for no reason, try this.

Open up the pandoraGrabber.html and find the following lines:

<div id="TunerContainer">



    <iframe src="http://www.pandora.com/?cmd=mini" scrolling=no></iframe>



    <script type="text/javascript" src="js/pandora.js"></script>



</div>

Now, strip out the IFRAME and SCRIPT leaving just the DIV and /DIV tags, this is still our container and needed to make this trickery work. (Pandora's flash script appearantly checks for this crap.)

Paste in this code found from the pandora.com MAIN PAGE. -NOT THE MINI THE MAIN PAGE ONLY- I have only had failure with the Mini's code, (MAYBE BECAUSE IT'S THE CODE THAT ALLOWS THE SHIFTING, hint hint guys.)

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"

        WIDTH="640"

        HEIGHT="250"

        id="radio">

    <PARAM NAME=movie VALUE="https://www.pandora.com:443/radio/tuner_7_2_0_2_pandora.swf">

    <PARAM NAME=quality VALUE=high>

    <PARAM NAME=bgcolor VALUE=#FFFFFF>

    <PARAM NAME=menu VALUE=false>

 <PARAM NAME="FlashVars" VALUE="_tunervar_shost=www.pandora.com&_tunervar_amazonurl=http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2Fredirect%3Ftag%3Dsavagebeast-20&_tunervar_host=www.pandora.com&_tunervar_ar=0&_tunervar_port=80&_tunervar_sport=443&_tunervar_itunesurl=http%3A%2F%2Fclick.linksynergy.com%2Ffs-bin%2Fstat%3Fid%3DFLenzF8lvbI%26offerid%3D78941%26type%3D3%26subid%3D0%26tmpid%3D1826">

<EMBED src="https://www.pandora.com:443/radio/tuner_7_2_0_2_pandora.swf"

 quality=high

 bgcolor=#FFFFFF

 WIDTH="640"

 HEIGHT="250"

 MENU="false"

 NAME="radio" ALIGN="" TYPE="application/x-shockwave-flash"

 PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"

 FlashVars="_tunervar_shost=www.pandora.com&_tunervar_amazonurl=http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2Fredirect%3Ftag%3Dsavagebeast-20&_tunervar_host=www.pandora.com&_tunervar_ar=0&_tunervar_port=80&_tunervar_sport=443&_tunervar_itunesurl=http%3A%2F%2Fclick.linksynergy.com%2Ffs-bin%2Fstat%3Fid%3DFLenzF8lvbI%26offerid%3D78941%26type%3D3%26subid%3D0%26tmpid%3D1826">

</EMBED>

</OBJECT>

So now the pandoraGrabber.html should read:

<div id="TunerContainer">



<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"

        WIDTH="640"

        HEIGHT="250"

        id="radio">

    <PARAM NAME=movie VALUE="https://www.pandora.com:443/radio/tuner_7_2_0_2_pandora.swf">

    <PARAM NAME=quality VALUE=high>

    <PARAM NAME=bgcolor VALUE=#FFFFFF>

    <PARAM NAME=menu VALUE=false>

 <PARAM NAME="FlashVars" VALUE="_tunervar_shost=www.pandora.com&_tunervar_amazonurl=http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2Fredirect%3Ftag%3Dsavagebeast-20&_tunervar_host=www.pandora.com&_tunervar_ar=0&_tunervar_port=80&_tunervar_sport=443&_tunervar_itunesurl=http%3A%2F%2Fclick.linksynergy.com%2Ffs-bin%2Fstat%3Fid%3DFLenzF8lvbI%26offerid%3D78941%26type%3D3%26subid%3D0%26tmpid%3D1826">

<EMBED src="https://www.pandora.com:443/radio/tuner_7_2_0_2_pandora.swf"

 quality=high

 bgcolor=#FFFFFF

 WIDTH="640"

 HEIGHT="250"

 MENU="false"

 NAME="radio" ALIGN="" TYPE="application/x-shockwave-flash"

 PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"

 FlashVars="_tunervar_shost=www.pandora.com&_tunervar_amazonurl=http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2Fredirect%3Ftag%3Dsavagebeast-20&_tunervar_host=www.pandora.com&_tunervar_ar=0&_tunervar_port=80&_tunervar_sport=443&_tunervar_itunesurl=http%3A%2F%2Fclick.linksynergy.com%2Ffs-bin%2Fstat%3Fid%3DFLenzF8lvbI%26offerid%3D78941%26type%3D3%26subid%3D0%26tmpid%3D1826">

</EMBED>

</OBJECT>



</div>

Save and refresh the localhost window.

I'd also like to point out, for those on Macs, please open the "pandora.sh" file, and redo ALL the case returns/new lines ("enter/returns" at the end of a line), since otherwise it will complain about bad interpreter.

Now somebody else who suffered like me tell me how my fix worked out for them already dangit!

-Angry Pandora Jar user now happy because he fixed what was broken.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...