Jump to content

bibi

Active Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

bibi's Achievements

Newbie

Newbie (1/14)

  1. it process all files in %temp% folder and it's subdirectories also so it get also the weired 54343542364126312 filenames found in the plugtmp subfolder.
  2. i found out in the log and with debugginf that while listening , at first only 1 file is created plugtmp-1 and if u look in the code in MP3Processor.java: private static File[] getJoinedPandoraMp3FilesInDecendingOrder() throws IOException { List<File> mp3s = new ArrayList<File>(); File tempDir = findTempDir(); joinMp3s(mp3s, tempDir); File[] joinedMp3s = mp3s.toArray(new File[mp3s.size()]); sortFilesByLastModified(joinedMp3s); if (joinedMp3s.length < 2) { throw new RuntimeException(ERR_TMP_NOT_FOUND); } return joinedMp3s; } u can see the bold line. the condtion looks for twk mp3 file (4 times) and when it doesn't find it raises an error: INFO Thread-2 server.Server - unable to rip MP3 java.lang.RuntimeException: unable to find file make sure you have Pandora running in a FIRFOX browser at util.Mp3Processor.findCurrentTmpMp3(Mp3Processor.java:59) at util.Mp3Processor.findCurrentMP3(Mp3Processor.java:25) at servlet.ProcessAction.handleMP3Request(ProcessAction.java:31) at server.Server.handleHTTPRequest(Server.java:110) at server.Server.run(Server.java:83) INFO Thread-2 server.Server - unable to rip MP3 unable to find file make sure you have Pandora running in a FIRFOX browser not all the times 2 files are created, but i've seen many times that in the middle of the song 2 files are created, i dont know why, but this condition doesnt cover all cases. also: if u look in DefaultProperties.java u can see the line: public static final String TMP_MP3_RETRY_COUNT = "tmp.mp3.retry.count"; but if u look in the file itself shipped with last version (7.3, 7.3.1) u can see : mp3.retry.count=10 so u get an error: Unable to load tmp mp3 retry count property. FYI
  3. This is very interesting...I'll have to investigate. I work behind a firewall and it works just fine for me. If you turn off the last.fm data does the cddb work? vice-versa? i tried each one of them alone and also together, but the problem still exists. also there was a situation that it was stuck on lastfm , the player already advanced 2 songs ahead, and then the data from lastfm returned bio and image, maybe this is relates to problem ppls had where songs where not tagged correctly. it hink that if the song get advanced to the next song, the result from lastfm or cddb should be discarded. this is occurs also if u just started to hear a song and while waiting for the query from last fm to return u advance manually to the next song...
  4. i found why the mp3 files wasnot ripped to hard disk: i debugged the code alittle using eclipse and found that when i am enabling cddb lookup and last fm data i have problems and mp3 files are not saved. the lookup is just get stuck and when does not return from the request and than a new song is started and the old one wil never get saved. this occurs maybe because i am at work behind a firewall or something like this. at home this is works fine. if i turn off htese options, mp3 files are get saved correctly.
  5. i have a problem. i have the latest firefox , flash 8, pandorajar 7.3 (and also tried replacing with jar of 7.2) the problem is that the mp3 files are not saved. i tried to use the defualt option (mp3 sub dir of pandora) and also tried to change the properties file (uncommented the relevant row) cruise control is on. the weird thing is that files are created by pandora sometime in the tempdir in the name of plugtmp-%, and sometimes inside the plugtmp subdir of the %temp% dir in weird names like: 5813319528624005116 during the same sesion. nothing is consistent here. also when i check the log file is see the processing the mp3 files in the temp dir occurs only when i press on "grab this track" (and it's stuck on "Fetching ID3 information and tagging MP3 for artist...") even when the cruise control is on. but still all it does is igonre the mp3 files (it scans all files in temp and plugtmp dir) or the most it does is the finally find some file which is "ok" but it copies it to the temp dir in the name "temp" (in 7.3 jar) and to "pandorasJarTmpFile.mp3" (in 7.2 jar) i think i worked only once and when i checked the log why only this time i saw that it succeseded to get the info from lastfm (or cddb i dont know) only then the mp3 folder got created and the mp3 inside of it. another thing: most of the time the bio and stats from lastfm doesnt show anything. once in a while it shows something. also when using the 7.2 jar in 7.3 version u can see at the bottom "unsupported action: version" i tried 7.3 (with 7.3 jar) at home on XP Machine, and everything works fine the problem is only at work on win2000 SP4
  6. i have a problem. i have the latest firefox , flash 8, pandorajar 7.3 (and also tried replacing with jar of 7.2) the problem is that the mp3 files are not saved. i tried to use the defualt option (mp3 sub dir of pandora) and also tried to change the properties file (uncommented the relevant row) cruise control is on. the weird thing is that files are created by pandora sometime in the tempdir in the name of plugtmp-%, and sometimes inside the plugtmp subdir of the %temp% dir in weird names like: 5813319528624005116 during the same sesion. nothing is consistent here. also when i check the log file is see the processing the mp3 files in the temp dir occurs only when i press on "grab this track" (and it's stuck on "Fetching ID3 information and tagging MP3 for artist...") even when the cruise control is on. but still all it does is igonre the mp3 files (it scans all files in temp and plugtmp dir) or the most it does is the finally find some file which is "ok" but it copies it to the temp dir in the name "temp" (in 7.3 jar) and to "pandorasJarTmpFile.mp3" (in 7.2 jar) i think i worked only once and when i checked the log why only this time i saw that it succeseded to get the info from lastfm (or cddb i dont know) only then the mp3 folder got created and the mp3 inside of it. another thing: most of the time the bio and stats from lastfm doesnt show anything. once in a while it shows something. also when using the 7.2 jar in 7.3 version u can see at the bottom "unsupported action: version" i tried 7.3 (with 7.3 jar) at home on XP Machine, and everything works fine the problem is only at work on win2000 SP4
×
×
  • Create New...