Jump to content

merkewtio

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

merkewtio's Achievements

Newbie

Newbie (1/14)

  1. Yeh - no cigar on that one - I had to code that functionality in myself for my home-brew version... So it creates a separate playlist of "Favs" every time you thumbs-up something.. also, it deletes songs you thumbs down.. sorry pal :roll:
  2. Not sure if this affects only me, or everyone - but if there is a special character like a quote in the artist or title name, the CDDB lookup is screwed up and the album name is not detected. I add the following at CddbLookUp(22): artist = artist.replaceAll("[^ws]", ""); title = title.replaceAll("[^ws]", ""); and it works for me. Not sure this works in all cases, so i'm not checking this into cvs, just thought i'd throw it out there... :P
  3. CF - So I'm assuming the actual Pandora swf is completely opaque, and theres no way to query to see song properties? I ask, because Pandora keeps track of what you've thumbed up or thumbed down, so I was hoping there was a way to access that information externally.. :? EDIT: Actually, now that I think about it, and now that I'm running CF4, having a button that edited the playlist created would work just fine... Maybe a separate "favs" playlist could be created that only held songs that were thumbed up?
  4. Hey - first time poster, been using PJ a while, haven't looked at the code too close, but top of your head type question- :shock: Would it be possible to detect when I either thumbs up or thumbs down a song, and then label/mark/delete the ripped file accordingly? There are times when I really don't like pandora's choice, and I'd like if these files were auto-deleted.. Any thoughts :?: :)
×
×
  • Create New...