The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the newest Gaming News from
QJ.NET in your email each day?




Want to learn more about the team who brings you the QJ news?

Read about them now!

 


Results 1 to 5 of 5

Pandora streaming music on PSP

This is a discussion on Pandora streaming music on PSP within the PSP General Help forums, part of the PSP Help Center category; Want Pandora on your PSP? Well there is, (sort of), a way... Pandora doesn't stream in the same way as ...

  
  1. #1
    Points: 4,259, Level: 41
    Level completed: 55%, Points required for next Level: 91
    Overall activity: 0%

    Join Date
    Mar 2006
    Posts
    2
    QJ Pts
    4,259
    Level
    41
    Downloads
    0
    Uploads
    0

    Default Pandora streaming music on PSP (FW2.6)

    Want Pandora on your PSP? Well there is, (sort of), a way...

    Pandora doesn't stream in the same way as other online radio - it uses Flash Local Storage. If you use Firefox - open Pandora, then find the following folder:

    C:\Documents and Settings\USERNAME\Local Settings\Temp\plugtmp-#

    Where USERNAME is your user, and # is the largest number for the plugtmp directories you can find.

    In here there's files called

    access
    access-1
    access-2
    .......

    These are mp3 files of the tunes you're listening to!

    Share this directory, make a virtual directory caled Pandora point to this directory in IIS, knock up a quick ASP script, (like the one below), to create an rss feed to these files and an html page with a link to add this feed and voila!

    Unfortunately, I think Pandora stops after a certain amount of time with no feedback - but until the PSP has Flash support, it's better than nothing!

    [HTML]
    <%
    Response.ContentType="tex t/xml"

    Dim s
    s = 0

    Function MakeRSS()
    do while s < 100

    if s = 0 then
    tempTitle = "access"
    else
    tempTitle = "access-" + LTrim(s)
    end if
    s = s + 1

    Response.Write("<item>" & chr(13))
    Response.Write("<title>" & s & "</title>" & chr(13))
    Response.Write("<link>htt p://www.playstation.com/manual/psp/rss/</link>" & chr(13))
    Response.Write("<descript ion>" & s & "</description>" & chr(13))
    Response.Write("<author>" & s & "</author>" & chr(13))
    Response.Write("<pubDate> Tue, 14 Mar 2006 15:00:00 +0900</pubDate>" & chr(13))
    Response.Write("<enclosur e url=""http://<your ip address here>/Pandora/" & tempTitle & """ type=""audio/mp3""></enclosure>" & chr(13))
    Response.Write("</item>" & chr(13))

    loop
    End Function

    Response.Write("<rss version=""2.0"">" & chr(13))
    Response.Write("<channel> " & chr(13))
    Response.Write("<title>Pa ndora</title>" & chr(13))
    Response.Write("<descript ion>Pandora</description>" & chr(13))
    Response.Write("<language >en-us</language>" & chr(13))
    MakeRSS()
    Response.Write("</channel>" & chr(13))
    Response.Write("</rss>" & chr(13))
    %>
    [/HTML]
    Last edited by Lucifersam; 03-15-2006 at 02:51 AM. Reason: Added FW to title

  2. #2
    QJ Gamer Silver
    Points: 6,468, Level: 52
    Level completed: 59%, Points required for next Level: 82
    Overall activity: 0%

    Join Date
    Jul 2005
    Posts
    530
    QJ Pts
    6,468
    Level
    52
    Downloads
    0
    Uploads
    0

    Default

    I don't quite understand. What program would we run on our PSP?

  3. #3
    Points: 4,259, Level: 41
    Level completed: 55%, Points required for next Level: 91
    Overall activity: 0%

    Join Date
    Mar 2006
    Posts
    2
    QJ Pts
    4,259
    Level
    41
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Master-Chief
    I don't quite understand. What program would we run on our PSP?
    Sorry - should have been clearer - you need IIS running on your PC, (this thread should help), save the ASP code above as pandora.asp in the /inetpub/wwwroot/ folder, then make an html file with a link to the ASP file:

    [HTML]<a href="http://<your ip number>/pandora.asp">Pandora</a>[/HTML]

    Click on this and it adds an RSS feed which will let you listen to the tunes on the PSP as they are downloaded onto your PC...

  4. #4
    QJ Gamer Silver
    Points: 6,468, Level: 52
    Level completed: 59%, Points required for next Level: 82
    Overall activity: 0%

    Join Date
    Jul 2005
    Posts
    530
    QJ Pts
    6,468
    Level
    52
    Downloads
    0
    Uploads
    0

    Default

    So I'm assuming you need 2.6 for this considering it's an RSS Feeder.

  5. #5
    Points: 4,310, Level: 41
    Level completed: 80%, Points required for next Level: 40
    Overall activity: 0%

    Join Date
    Mar 2006
    Posts
    22
    QJ Pts
    4,310
    Level
    41
    Downloads
    0
    Uploads
    0

    Default

    go to http://mittelmitte.blogspot.com for pspmediaserver


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





All times are GMT -8. The time now is 02:30 PM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2013, Caputo Media, LLC. All Rights Reserved. Cluster C4.
Contact Us | Free Flash Games | Ad Blockers Suck! Why?