Ok. I'm back again. I did attempt to start the ball rolling on with full android sync a while ago, contacted player pro (android) dev, contacted MM devs, connected them together and .... i'm not sure what happened next
..so, revisited this today. I noticed that playerpro can now output an xml stat report of played tracks, ratings, skips etc. Looking at the export info, this is ideal for importing into MM.
I'm using a modified version of LastFMImport.vbs, i'm having trouble remembering who wrote the original script! (help!)
What I want to do is modify the lastfm script, pass it the export from playerpro and adjust the script to use that rather than last.fm's xml.
The same logic will apply, the script will loop through the play history and update the MM database with playcount, skip etc.
The PlayerPro stats export looks like this:
<mediaitem>
<last-played>1297172931120</last-played>
<artist>A Guy Called Gerald</artist>
<track>People Moover</track>
<album>Tronic Jazz: The Berlin Sessio</album>
<duration/>
<rating>5</rating>
<play-count>1</play-count>
<skip-count>1</skip-count>
</mediaitem>
The problem is, i simply don't have the time to spend on this, so... can anyone help with this? If we can adjust the LastFMImport.vbs script in this way, i'm pretty sure this will bridge the gap between android and MM. To any of you scripters out there, please help!
Also, if you are the dev of the script, please reply!
Thoughts?
Ok. I'm back again. I did attempt to start the ball rolling on with full android sync a while ago, contacted player pro (android) dev, contacted MM devs, connected them together and .... i'm not sure what happened next :)
..so, revisited this today. I noticed that playerpro can now output an xml stat report of played tracks, ratings, skips etc. Looking at the export info, this is ideal for importing into MM.
I'm using a modified version of LastFMImport.vbs, i'm having trouble remembering who wrote the original script! (help!)
What I want to do is modify the lastfm script, pass it the export from playerpro and adjust the script to use that rather than last.fm's xml.
The same logic will apply, the script will loop through the play history and update the MM database with playcount, skip etc.
The PlayerPro stats export looks like this:
<mediaitem>
<last-played>1297172931120</last-played>
<artist>A Guy Called Gerald</artist>
<track>People Moover</track>
<album>Tronic Jazz: The Berlin Sessio</album>
<duration/>
<rating>5</rating>
<play-count>1</play-count>
<skip-count>1</skip-count>
</mediaitem>
The problem is, i simply don't have the time to spend on this, so... can anyone help with this? If we can adjust the LastFMImport.vbs script in this way, i'm pretty sure this will bridge the gap between android and MM. To any of you scripters out there, please help!
Also, if you are the dev of the script, please reply! :)
Thoughts?