Jump to content

irieb

Active Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by irieb

  1. new release available for download: http://www.tengbob.com/pandoras-jar-beta.1.zip dr.med.wurst I finally got around to your feature request, and I'm proud to deliver the news that through some sneaky tactics I was able to get it into the new release - you will have to provide your Pandora user name - this does not get used for any other reason than communicating with Pandora.com - no password is required.. Included in this release: 1) Organizes mp3's by Pandora stations 2) File based logged - please send this [pandorJar.log - in the dist dir] to me if you are having problems. 3) Finally got the special char file name thing fixed.
  2. dr.med.wurst I agree this would be nice -- I have thought about this but with an initial pass I could not find a hook to get this information -- I will look into it further - I will have to put my heavy gloves on for this task :twisted: ...... Thanks for the feedback
  3. new release available. Official Beta!!! :P http://www.tengbob.com/pandoras-jar-beta.zip new feature: add recent tracks to your last.fm account!!! resolved some misc bugs - optimized performence - loads much, much faster now. enjoy kickarse - try it now and let me know if your still having problems - cheers.........
  4. kickarse - will look into it - I'm am in the process of finalizing a new release which optimizes stream handling and resolves a few other bugs - I have not experiences the problem myself, but the next release should help. My guess is that I was using a line reader instead of a buffered reader to read static content - this has been resolved in my local sandbox. Also the application may struggle if you have a ton of files in your temp dir - I guess I should filter the files before I try to sort them..... ETA - I have a couple hours tonite to finish up - I will keep you updated. PS Is there any information in the consule that might help diagnose? There is a continous loop in the server run method - this is expected and should behave........
  5. A working update to Pandoras Jar is now available: http://www.tengbob.com/pandora-0.07.zip features: resolves Pandora title artist / song title change save mp3 artist/album/song.mp3 ID3 tagging artis/album/song/track/year/genre fetches artist bio - via last.fm fetched last.fm [track stat] fetched last.fm [similar songs] fetches last.fm [top fans] fetches and saves album art - via last.fm tags ID3 cover art - (embeds album image in MP3, viewable in ITUNES / IPOD) next release: add played songs to your last.fm account enjoy -- again.....
  6. Jayme65 -- will look into your problem. More importantly, I will work on a solution for the issue at hand. dirty D This was exactly what I had in mind - I will change the implementation to look fot the song name / artist from the xml cache – just have to write some logic on keeping an index of the place in the file - I do believe it will not change for a while because of the dependencies from the player. I will get to it tonite - will keep you updated.....
  7. itsgus you asked for it and here it is. incremental release: tags ID3 cover art - (embeds album image in MP3, viewable in ITUNES / IPOD) http://www.tengbob.com/pandora-0.06.3.zip s21825 Thanx for the feedback - yes there are some strange things happening with song name / artist containing special char. I will try and deal - once and for all, next patch.
  8. jang - an update is now avaialble for download. http://www.tengbob.com/pandora-0.06.zip looks up and saves album art..... enjoy
  9. right on itsgus.... I'm stoked that you are getting some use out of it - the album art idea was actual yours - thanks Any other idea's are def welcome...... For the next release I'm planning on adding a feature which allows you to send the current track playing to you last.fm account. It will follow the same logic as the save MP3 - if the MP3 is save the track will be sent over to last.fm I will need to set up an authentication piece to work with the last.fm account. httpUnit + a sigleton class to hold the authentication token on the client app - this should work fine as the app is intended for a single user. I need to figure out what the add song url is, as well as the parameters required - I'm going to use browser http sniffer and reverse engineer an existing app. Please if anyone already has this information please let me know as it will save me some detective work. Any other suggestions on how to do this are welcomed... If you run across any bugs, please ley me know and I will patch in a future release - I'll find a few every now and then from normal use. cheers
  10. 0.06 is available http://www.tengbob.com/pandora-0.06.zip 1) new feature! - looks up and saves album cover image 2) misc bug fixes
  11. new version available for download 0.05 http://www.tengbob.com/pandora-0.05.zip 1) Top fans (with links) current song playing - via last.fm 2) Cover art from last.fm when available 3) Rebranded - Pandoras Jar enjoy
  12. A new update is available Integrated more features from last.fm: 1) Displays song stats 2) Displays similar artist + links 3) Artist bio works fine now misc: 1) UI beefed up, using AJAX calls now - bye iframes 2) Reolved security issue (checks host name / file extentsion / indexes of [../, ..]) http://www.tengbob.com/pandora-0.04.zip http://www.hak5.org/forums/viewtopic.php?t=828 next release 1) last.fm song tagging 2) last.fm song journaling 3) save album art
  13. App has been updated with new features http://www.tengbob.com/pandora-0.04.zip 1) last.fm song stats displayed 2) last.fm similar songs displayed 3) new beefed up front-end (using AJAX calls now) todo: 1) song tagging 2) song plays 3) journal 4) album covers if you want to get onto a distribution list for updates please email me
  14. Renamed From: Another Pandora App (ID3 MP3 tagging/Artist Bio/Open source) For those interested - Here's ultimate Pandora / last.fm app. Features: 1) Download / save mp3 - /pandora station/artist/album/song.mp3 2) ID3 tagging pandora station name(as comment)/artist/album/song/track/year/genre 3) Fetches artist bio - via last.fm 4) fetches last.fm [track stat] 5) Fetches last.fm [similar songs] 6) Fetches last.fm [top fans] 7) Fetches and saves album art - via last.fm 8 ) Tags ID3 cover art - (embeds album image in MP3, viewable in ITUNES / IPOD) 9) Add track to your last.fm account [recent tracks] 10) Open source 11) Non hosted 12) 100% JAVA for updates please refer to the noobs guide: http://www.hak5.org/forums/viewtopic.php?t=983 Implementation: Java 1.5 enjoy...
  15. irieb

    Pandora Hack

    Cooper Thanks for the comments, all very good suggestions. String handling is def out of control / nice point on the potencial security risk..... I put this together as a sort of prototype, kinda puked it out of myself, not spending a whole lotta time refactoring and bullet proofing. Much props bro - u know your stuff. I plan to gather some more feedback and releasing a new version - hopefully a cleaner/safer implementation. cheers JayBro What OS are you running? itsgus I like the way u think :D -- If it's at all possible I will get it in the next realease.
  16. irieb

    Pandora Hack

    beta release - java 1.5 implemtation features: saves mp3s artist/album/song displays artist bio via http://www.last.fm lookup ID3 tagging via http://www.cddb.com lookup www.tengbob.com/pandoraMp3Grabber.zip java source included -- string parsing is a little ugly -- any regx wizards out there? known bugs: first song does not alway capture rightonly works on windows / firefox I will correct bugs in future releases..... enjoy and happy ripping....
×
×
  • Create New...