PUID Generator 2.5 - Updated 28/07/2012

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby Guest » Wed Sep 07, 2011 6:08 am

dear trixmoto,

finally managed to get some stuff logged. where xxx replaces the original characters.

Code: Select all
11:48:48   StartSearch(Panel,"xxx; xxx","xxx; xxx","xxx")
11:48:49   ShowResult(0)
11:48:49   ContinueSearch(Tmr)
11:48:49   CreatePUID(ele,"path replaced","")
11:48:49   >%comspec% /c E:\SOFTWA~1\MEDIAM~1\SCRIPTS\MIPT\genpuid.exe f25c7a6acad172541066f475175465a7 -rmd=2 path & file name replaced >E:\SOFTWA~1\MEDIAM~1\TEMP\MIPT.xml
11:49:12   File is empty
11:49:14   ContinueSearch(Tmr)
11:49:14   Finished
11:49:20   FinishSearch(Panel)


when i checked mipt.xml file, it is indeed empty.

does this help to fix the problem? puids are still not stored in the tag specified.

thx & best regards
Guest
 

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Wed Sep 07, 2011 12:27 pm

Could you email me the file so that I can try it myself? You might want to try deleting the empty "E:\SOFTWA~1\MEDIAM~1\TEMP\MIPT.xml" file as well, in case it's locked.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby Guest » Thu Sep 08, 2011 7:16 am

dear trixmoto,

did delete the file - still no results.
MM processes the files and finally comes up with a "... Saving tags ..." status bar - taking ages and not finishing so I have to restart MM, as it even won't stop with "Terminate".
I try to genereate the PUID for my audio books and some music files. simple mp3 files, fully tagged.
using win 7, MM as portable installation on an usb stick - but this shouldn't make a difference.

to me it seems like the xml file is created as a file, but the content is not genereated.

are there any limitations or restrictions regarding files and file types to be tagged?
is there a way to check whether it is a uid generation or a tag writing problem?

btw.: a puid.xml (as coded in the vbs script) is not generated in the directory.

many thx!
Guest
 

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Thu Sep 08, 2011 2:07 pm

Sounds like it's a problem with the external application, or the server that it's communicating with. This script is just an interface really, not much I can do about the about generation of the PUIDs, sorry.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby Guest » Wed Sep 14, 2011 3:31 am

dear trixmoto,

seemed to be a networking issue - tried to execute the script in a different network location (no proxy) and suddenly it worked! ;-)
could you think of extending the script by a network connection error message for future script fans?

thx for your support!
br
Guest
 

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Thu Sep 15, 2011 4:20 pm

I'm not sure how I would check for that, but I could give it a go.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby lobojon » Mon Dec 26, 2011 1:55 am

Hello, did I miss the reply to the speed issue above when comparing the PUID Generator to the Music IP Tagger? Some say that one is faster than the other, but I cannot find anything more than a general reference. I am new to the PUID thang and just started to load my tags with it because of some messy files. Does anyone have a more definitive speed comparison of the two performing an acoustic finger print analysis?
Cheers
MM Lifer since 2008. Still apprentice (noob) level.
Windows 7 Ultimate 64bit
Toshiba Satellite laptop
Music collection of 2 TB located on an external hard
Spybot Search & Destroy / Iobit Anti Malware
Avast Antivirus Free Edition

I love the Monkey and the forum.
Thanks to all who provide advice, assistance, add ons and scripts. It is very much appreciated!
lobojon
 
Posts: 43
Joined: Sun Nov 02, 2008 11:02 pm

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Mon Dec 26, 2011 5:45 am

They use the same external program to do the lookup, so theoretically there should be no difference, I've certainly never noticed one.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby BetterThanBestGuest » Thu Mar 01, 2012 7:22 pm

'Ello Trix and all you other kind peoples. :-)
I have tried to use this script to get PUID's for my track's, and sometimes it just hungs up and do almost nothing.
Soo, i looked in to this and found that in Line:206 str = tmp.getAttribute("puid") there will be a problem when
the PUID.xml dosent have that attribute in it... (When there is a "pending"-message sent instead of the puid-message,
the attribute is changed to "status" instead of "puid".) This slows down the script when there's some "pending"-tracks
along with tracks that analyzes just fine.

When there is a puid available, the .xml looks like this:

<genpuid songs="1">
<track puid="bd21ffd4-7c7d-32db-3d19-22d50db9dd7a" />
</genpuid>

When there is NOT a puid available, the .xml looks like this:

<genpuid songs="1">
<track status="pending"></track>
</genpuid>

I just want the possibility that the scripts adds "pending" to the chosen tagfield when there is no PUID and that it handles
the other "status" value correctly. (Instead of just waiting for the "puid" value? I don't know.) :-)

I guess there will be a simlilar error in MusicIPTagger.vbs to? Thank's in advance, //BetterThanBestGuest c",)
(Btw: If i try to read the PUID.xml when the script is running, the .xml looks empty then.) Someone had that as a problem..
BetterThanBestGuest
 

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Sun Mar 04, 2012 5:14 pm

I've added this to my list, I'll take a look when I've got a chance.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby martialartsguy » Fri Jun 08, 2012 11:25 am

Hey Trix,

Noticed something odd when running PUID Gen.: Any item in the Tempo field gets placed into the Comments field. Just thought I'd let you know.
MM 4.0.0.1459
martialartsguy
 
Posts: 222
Joined: Mon Apr 03, 2006 9:11 am
Location: Denver, CO

Re: PUID Generator 2.4 - Updated 17/10/2010

Postby trixmoto » Sat Jun 16, 2012 8:56 pm

I never touch the Tempo field.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.5 - Updated 28/07/2012

Postby trixmoto » Sat Jul 28, 2012 8:38 am

New version (2.5) is now available to download from my website. Changes include...

- Fixed getting short path with new API method
- Added option to tag with status if no PUID available
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: PUID Generator 2.5 - Updated 28/07/2012

Postby MMuser2011 » Sun Aug 05, 2012 6:40 am

Thank you for this update, trixmoto! Another fine piece of excellent software! :wink:

What do you think about a version for AcoustID?
Could I replace the external tool to calculate the PUID with the one to calculate the AcoustID (fpcalc.exe)?
Magic Nodes v4.2 (2011-07-01) Album Art Tagger v4.9 (2011-02-27)
ExternalTools v1.4 (2011-05-09) MusicBrainz NGS + AcoustId Tagger v1.25 (2012-01-29)
Calculate Cover Size v1.5 (2010-05-03) RegExp Find & Replace v4.3 (2011-07-06)
MMuser2011
 
Posts: 525
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: PUID Generator 2.5 - Updated 28/07/2012

Postby trixmoto » Sun Aug 05, 2012 8:14 am

Thanks, I'm glad you've found it useful.

It seems the biggest problem with using AcousticID is that the script "needs to find a way to decode audio files (MP3, MP4, FLAC, etc.) and feed the uncompressed data to Chromaprint". I'm not sure this is possible, without getting you to convert all of your tracks to .wav files first, unless I can find another application to do that. If I could get over that technical hurdle then I guess it should be possible.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 10 guests