Page 3 of 10

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Feb 22, 2010 4:25 am
by trixmoto
I'm guessing that the .dll can't cope with this type of file, but then I didn't write it I only use it, so unfortunately I can't really help with that. :(

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Feb 22, 2010 7:32 am
by Owyn
@Trix/Goodog:
FYI:
- MusicIP has a known problem archiving analysis to AAC files. This may also apply to Genpuid.
- I seem to remember other AAC specific problems but the Predixis MusicIP forum has been taken offline.
- Google "musicip aac problem" does show other potential problems however, e.g. this one

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Feb 22, 2010 11:05 am
by Owyn
FYI:
Did a quick test:

- Rip album "Corrine Bailey Rae - The Sea" to .FLAC
- Rip album to 256K VBR MP3
- Convert FLAC to new 256K VBR MP3 tracks
- Get PUIDs for all tracks

PUIDs are identical for same tracks.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Wed Feb 24, 2010 9:52 pm
by Owyn
FYI:
Did some benchmarking on the PUID Generator.

Tracks with previously archived analysis (from this script, MusicIP, etc.): approx 25/minute
Tracks without archived analysis but well tagged and reasonably well known: approx 7-8/minute
Other tracks (results vary depending on song length and encoding): approx 2-3/minute

Mileage will vary depending on CPU, Internet and MusicDNS server speed, but, the relative results should be consistent.
Core speed, not number of cores, is significant. This runs as a single threaded process.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Wed Feb 24, 2010 10:03 pm
by Owyn
trixmoto wrote:Ok, thanks, I'll add this to the next version.
Thanks. This also speeds up my start-up re-scans in MusicIP a lot.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Sun Feb 28, 2010 10:04 am
by trixmoto
I've decided that I don't actually like the automatic mode - is anyone actually using it? If no one minds, I think I'll remove it in the next version.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Sun Feb 28, 2010 10:17 am
by Owyn
trixmoto wrote:I've decided that I don't actually like the automatic mode - is anyone actually using it? If no one minds, I think I'll remove it in the next version.
No argument from me. :D

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Sun Feb 28, 2010 1:30 pm
by bertbell2
trixmoto wrote:I've decided that I don't actually like the automatic mode - is anyone actually using it? If no one minds, I think I'll remove it in the next version.
I'm re-ripping my CD colection (long story) and in testing I was getting different PUIDs for the new 160 VBR mp3's from my old 64 bit wma's. So I'm quite happy with it automagically computing the PUID.

I'm a software engineer so as my clients ask so often, "Couldn't you add a little flag to turn on and off?"

Thanks

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Sun Feb 28, 2010 4:46 pm
by trixmoto
Well the problem is that there are some major bugs with the automatic mode. I've completely uninstalled the script now because it keeps throwing into infinite loops and error stacks. I'm not sure it's really worth the hassle trying to fix them.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Mar 01, 2010 12:09 pm
by bertbell2
trixmoto wrote:Well the problem is that there are some major bugs with the automatic mode. I've completely uninstalled the script now because it keeps throwing into infinite loops and error stacks. I'm not sure it's really worth the hassle trying to fix them.
OF course as soon as I read your response my internet connection had trouble and that did seem to hang the script; so if automatic is a problem I'll live with manual. Thanks for the script

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Mar 01, 2010 12:26 pm
by Owyn
bertbell2 wrote:
trixmoto wrote:Well the problem is that there are some major bugs with the automatic mode. I've completely uninstalled the script now because it keeps throwing into infinite loops and error stacks. I'm not sure it's really worth the hassle trying to fix them.
OF course as soon as I read your response my internet connection had trouble and that did seem to hang the script; so if automatic is a problem I'll live with manual. Thanks for the script
The problem might be worse with automatic (which I don't use), but, the main problem is that the script has to have access to the MusicDNS Server to work.

Re: PUID Generator 2.0 - Updated 28/01/2010

Posted: Mon Mar 08, 2010 7:12 am
by Owyn
FYI:
Did another test. Converted WMA high quality album (approx 340K) to MP3 VBR 256K. Got PUIDs for both sets of tracks.
2 tracks out of 16 got a different PUID for WMA & MP3.

Bottomline is that there should be no false positive matches by PUID but there may be false negative matches.

Re: PUID Generator 2.1 - Updated 09/03/2010

Posted: Tue Mar 09, 2010 5:19 pm
by trixmoto
New version (2.1) is now available to download from my website. Changes include...

- Removed automatic mode which was buggy and annoying
- Added archive flag to speed up re-analysis of files

Please uninstall any previous versions before installing this version to ensure that the automatic mode is fully removed.

Re: PUID Generator 2.1 - Updated 09/03/2010

Posted: Wed Mar 10, 2010 12:05 pm
by SpOiLeR
trixmoto wrote: - Added archive flag to speed up re-analysis of files
Hi, great script but I'm afraid to install new version because of this new feature... I'm concerned that this could corrupt file tags. Short googling on subject gets me to: http://wiki.slimdevices.com/index.php/A ... th_GenPuid, section "Running the Scanner ". I don't know under what circumstances could tags get corrupted, but have you considered this? Anyway, could archiving of analysis be made optional? Thanx...

Re: PUID Generator 2.1 - Updated 09/03/2010

Posted: Wed Mar 10, 2010 1:14 pm
by Owyn
I have over 35K tracks with archived analysis. However, these are all MP3s. I specifically do not have any AAC tracks with archived analysis. Known problems with AAC files & archiving.

Anyway, it is easy enough to remove.

@168 in Scripts\MIPT\PuidGenerator.vbs change

Code: Select all

      Dim cmd : cmd = "%comspec% /c "&exe&" f25c7a6acad172541066f475175465a7 -archive -rmd=2 """&mp3&""" >"&dat
to

Code: Select all

      Dim cmd : cmd = "%comspec% /c "&exe&" f25c7a6acad172541066f475175465a7 -rmd=2 """&mp3&""" >"&dat