Jump to content

[Pandora's Jar] Suggestion that could fix misnamed files & perhaps Album tagging


LucasHenderson

Recommended Posts

This probably has already been noticed by somebody, but incase it hasn't, I thought I would mention it.

I have relatively little programming experience, but judging by the source code, (correct me if I'm wrong) it appears that PJ determines what temporary ########## file goes with the current title/artist by looking at the dates of the temporary files. A problem arises when pandora creates temporary files for two songs at the same time. A problem also can arise when pandora for whatever reason does not create* a temporary file. When either of these things happen, PJ can often puts the previously played song under the current songs name, or the next up song under the current songs name.

*(I've noticed it doing this a number of times, maybe it just loads the streaming data directly into the memory?).

I was looking at some of the other non-mp3-data temporary files in the temporary files folder, and I noticed that the v#-# files(v13-5, etc) contained XML data that indicated what title/artist/album went with which ############ files.

For example, an entry for file 4199326123490991668

<member>
<name>artistSummary</name>
<value>Ed Harcourt</value>
</member>

[bunch of other info]

<member>
<name>albumTitle</name>
<value>Strangers</value>
</member>

[bunch of other info]

<member>
<name>audioURL</name>
<value>http://audio-lev3-3.pandora.com/access/4199326123490991668?version=4&[omitted-rest-cause-its-really-long]</value>
</member>

[bunch of other info]

<member>
<name>songTitle</name>
<value>Only Happy When You're High</value>
</member>

In the actual file, there are no line breaks; it's all blocked together.

If these xml files were used to determine which ########## file to use, then it would almost certainly solve the problem of duplicate music under different titles, and perhaps it might solve whatever problem is keeping the album from being recognized.

Again, I don't have near enough experience with Java to implement this idea, but what programming experience I do have tells me it probably wouldn't be too hard to implement.

Link to comment
Share on other sites

  • 2 weeks later...

I am also seeing this result.  I do shift around where the program stores the ripped MP3 files.  I have tried using the folder option etc. 

When I go to listen, most of the titles are wrong. 

I am having the problem at all times,, am almost positivenot just when a duplicate happens. 

Is anyone else seeing this? I am using 8. 1. 1 and Flash 8 with Windows XP pro. 

thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...