Some songs show wrong lenght

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

Troubadour
Posts: 17
Joined: Thu Feb 09, 2006 9:29 am
Location: by the waterside

Some songs show wrong lenght

Post by Troubadour »

Hello everyone,
I clicked on the song lenght header to sort my library by song lenght; I wanted to see what were the longest among them.

I spotted many that should not belong at the end of the list. In the main view area as well as in now playing, they show 31;04 for instance, but in the mm player, they show correct at around 3min.

Those ones are so much off they're easy to spot, but I am wondering if the problem could be more widespread.

Anyone has any idea what is causing this, & obviously if there's a way to correct this?

tia
Peke
Posts: 18381
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

Hmmm. I do not remember what MM version has occasional problems with some MP3 Files but I think that it fixed in latest versions.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

There used to be a VBR header problem, but I thought this had been fixed as well. What encoding format are the songs?
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

No, it's not (completely) fixed. I'm having the same problems... at least with VBR files.

To fix incorrect VBR song length, use VBRFix: http://www.willwap.co.uk/Programs/vbrfix.php

Another interesting thread: http://www.mediamonkey.com/forum/viewtopic.php?t=5565

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Troubadour
Posts: 17
Joined: Thu Feb 09, 2006 9:29 am
Location: by the waterside

Post by Troubadour »

Yes all the affected songs seem to be in vbr.
Will try the fix & let you know...
THANKS :)
Troubadour
Posts: 17
Joined: Thu Feb 09, 2006 9:29 am
Location: by the waterside

Post by Troubadour »

Indeed, very good thread, tks Steegy!

This applies to me as well:
In many cases this
causes the track to be cutoff before the end
It was driving me crazy to keep hearing truncated songs that I was sure were OK before. I may even have deleted some already before double-checking with another player. :cry:
Troubadour
Posts: 17
Joined: Thu Feb 09, 2006 9:29 am
Location: by the waterside

Post by Troubadour »

Sorry to be a pest but... :roll:
is there a way for me to do a search & find on vbr encoded files specifically?
Teknojnky
Posts: 5537
Joined: Tue Sep 06, 2005 11:01 pm
Contact:

Post by Teknojnky »

You can use the following MagicNodes mask:

Code: Select all

Encodings\<format>\<vbr>\<bitrate>
You can find more info on MagicNodes in the scripting forum.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

You can use the following Magic Nodes specification:

Code: Select all

VBR Files|SQL filter:VBR=1|show tracks:no
In case you don't want to install Magic Nodes ( :o :-? ), you can also use this little line of VBScript:

Code: Select all

SDB.MainTracksWindow.AddTracksFromQuery("AND VBR = 1")
Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Damned, too late :lol:

As you can see, I'm not very "Magic Nodes" literate :roll:
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Troubadour
Posts: 17
Joined: Thu Feb 09, 2006 9:29 am
Location: by the waterside

Post by Troubadour »

Actually, I'm totally green to both magic nodes & vbs scripting, I don't know what they are, or how to use them.

I have to go now, will be back in about 10hrs or so, so no hurry here.

And thanks both!
Teknojnky
Posts: 5537
Joined: Tue Sep 06, 2005 11:01 pm
Contact:

Post by Teknojnky »

The magic node I posted above is very useful, it shows the various file types (mp3, wma, wav, etc), then by cbr/vbr, then by bitrate.

Makes it very easy to see what files are what and to find odd files/bitrates.

I used it initially to go thru my library and clear out older crappy versions of songs with low bitrates and to get rid of wma files.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Magic Nodes script thread: http://www.mediamonkey.com/forum/viewtopic.php?t=3358
(with a lot of explanation and examples, be sure to visit the author's website linked in the thread)

If you still would have problems installing it: http://www.mediamonkey.com/forum/viewtopic.php?t=6345

BTW: Installing Magic Nodes is certainly worth the little effort. It's the most advanced script I have seen around here.

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Post Reply