Jump to content

ColdFusion

Active Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by ColdFusion

  1. 1)

    where can I download that livecd in order to test it?

    2)

    the problem is not a configuration one - it's with the pandora API, look at:

        <OBJECT id="PandoraEvents"
    
            codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    
            height="0" width="0 " classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    
            <PARAM NAME="movie" VALUE="http://www.pandora.com/PandoraEventsv2.swf"/>
    
            <PARAM NAME="quality" VALUE="high"/>
    
            <PARAM NAME="bgcolor" VALUE="#FFFFFF"/>
    
            <PARAM NAME="menu" VALUE="false"/>
    
            <PARAM NAME="FlashVars" VALUE=""/>
    
            <EMBED src="http://www.pandora.com/PandoraEventsv2.swf"
    
               quality="high" bgcolor="#FFFFFF" WIDTH="0"
    
               HEIGHT="0" MENU="false"
    
               NAME="PandoraEvents" ALIGN="" TYPE="application/x-shockwave-flash"
    
               PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
    
               FlashVars="" />
    
        </OBJECT>

    at the end of pandoraGrabber.html, the problem is in this object or related to it.

    [or with the javascripts - which is less likely]

  2. It's EDGE, my dad looked it up.

    And no download-cap.

    And it's quad-band, don't if that info is useful.

    :)

    wow. how much are you paying for it?

    over here that kind of service would cost a fortune, and I guess if I had that I'd also be doing all sorts of on-line stuff with my PDA and my car.

    though it seems like a lot of work just so you could mark which songs you like and which you don't. except for that ability - which you will loose (with my solution) what else would you be missing?

    because, thinking about it, you gain the ability to skip fwd. as much as you want, plus - select the next track to play manually, plus - play a track again... which are stuff you don't get with the real pandora.

    cheers,

  3. Well, now that I know what you want to do I can help you.

    1) I'm interested in knowing what type of internet connection you're talking about, is it wifi? EDGE?

    2) why pay for internet connection in order to listen to a non-live feed?!

    how about this solution:

    I can write a little application that takes two parameters - the name of the radio-station and the amount of megabytes available on your device (or time in minutes that you'd like to be available) and it will create for you a set of files and a playlist to copy to your device.

    It will be different every time, you will not know what comes next - and it will be based on the stuff pandora played and you ripped.

    if you download in cruise control while you're not next to the computer - then playing the stuff created by my app or actually listening to pandora should be indistinguishable.

    waiting for your input.

  4. what's your usage scenario?

    perhaps I can hack something up.

    I use IE & Flash 7, but I can't find 8 or 9.

    I'll try to explain my question better,

    I meant - what do you want to be able to do? listen to pandora on the go? in the car? in your living room? wirelessly? connected via bluetooth to a near by laptop?

    and so on...

    what do you want to be able to do, exactly?

  5. 1)

    - Changed the save format form Artist-Song.mp3 to Artist - Song.mp3. This is just my personal preference.

    My version supports arbitrary file name format with custom string %a/%a-%t and so on, I think that's much better.

    You're right on that count. Much better plan!

    I think it was you who suggested that feature in the first place :-P

    2)

    I can't seem to download the file, I get the following message for a few hours now:

    You are currently downloading too many files at once. Multiple simultaneous downloads are only permitted for Premium Members.

    I will send you an e-mail, please reply and attach a copy.

    3)

    I did comment all my code with "Modified by Rick Seiden", so you can feel free to go through the code and pick my code out. Maybe I'll change my mind about joining the CF team. Who knows.

    join the team, I promise not to assign anything to you... just being there will help with attracting more developers - and the code you check-in will be tagged properly in CVS (if you'll decide to add a feature or fix a bug). even if you're not going to actively take on bugs or features - at least we will not be creating endless branches, at the end the users must select a single package and there's really no use in having two versions if none of them is perfect.

    Cheers,

×
×
  • Create New...