Some songs show wrong lenght
Moderator: Gurus
-
- Posts: 17
- Joined: Thu Feb 09, 2006 9:29 am
- Location: by the waterside
Some songs show wrong lenght
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
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
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



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
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.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
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
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).
-
- Posts: 17
- Joined: Thu Feb 09, 2006 9:29 am
- Location: by the waterside
-
- Posts: 17
- Joined: Thu Feb 09, 2006 9:29 am
- Location: by the waterside
-
- Posts: 17
- Joined: Thu Feb 09, 2006 9:29 am
- Location: by the waterside
You can use the following MagicNodes mask:
You can find more info on MagicNodes in the scripting forum.
Code: Select all
Encodings\<format>\<vbr>\<bitrate>
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page


Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

You can use the following Magic Nodes specification:
In case you don't want to install Magic Nodes (
), you can also use this little line of VBScript:
Cheers
Steegy
Code: Select all
VBR Files|SQL filter:VBR=1|show tracks:no


Code: Select all
SDB.MainTracksWindow.AddTracksFromQuery("AND VBR = 1")
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Damned, too late
As you can see, I'm not very "Magic Nodes" literate

As you can see, I'm not very "Magic Nodes" literate

Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
-
- Posts: 17
- Joined: Thu Feb 09, 2006 9:29 am
- Location: by the waterside
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.
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.
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page


Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

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
(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).