Tagging Inconsistencies 4.0.1 (2014-02-27)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Post by nynaevelan »

Great!! :D Now we're back in business, another great addition.

Nyn
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
Teknojnky
Posts: 5537
Joined: Tue Sep 06, 2005 11:01 pm
Contact:

Post by Teknojnky »

Bex, I would like to request adding 'node vs track case inconsistencies' to both the tracks and albums nodes as this seems to be becoming a problem keeping up with these fields as well.

Also, I don't know much more difficult it would be.. but it would be totally awesome to be able to hit F2 to edit the node name and have all the affected subnodes updated to the correct case.

example: before

Image


If I could simply edit the "Node: Ennio Morricone" node then it would update all the child nodes to the corrected case (while still preserving any multiple entries).


after:

Image
Big_Berny
Posts: 1784
Joined: Mon Nov 28, 2005 11:55 am
Location: Switzerland
Contact:

Post by Big_Berny »

Thanks! :)
Image
Scripts in use: Genre Finder / Last.fm DJ / Magic Nodes / AutoRateAccurate / Last.FM Node
Skins in use: ZuneSkin SP / Eclipse SP
AutoRateAccurate 3.0.0 (New) - Rates all your songs in less than 5 seconds!
About me: icoaching - internet | marketing | design
Macarena
Posts: 642
Joined: Mon Oct 15, 2007 5:39 am
Location: Prague, Czech republic

Post by Macarena »

Hi Bex,

I always wondered how many 'bugs' my library has :) Thanks for the script.

With the last TI release 3.5.1 and the last MM3.0.3.1162 I'm getting an error message thou. The error message appears when trying to open the 'Tracks with...' node, and it looks like as follows
Image
The node remains closed and without a tree sign (disappeared, afterwards.

This appears even I uncheck the last three newly added sub-nodes (the date and 2xlastplayed). I did Library compacting, but the behaviour is the same

Do you have any suggestion what should I try to get around and be able to open the 'Track with...' node.

THX upfront
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Post by Bex »

@tekno

Yeah, I've actually tried to code something similar but it was on the sub-level and the codes are already in the script. You can activate it by removing the comment in front of these lines around line 1822: (So you can test it. I don't remember if it works properly and currently it's only for the Person nodes.)

Code: Select all

        'Script.RegisterEvent ArtistSubNode, "OnCanEditNode",  "OnCanEditTrackPersonNode"
        'Script.RegisterEvent ArtistSubNode, "OnNodeEditText", "TrackPersonTextToEdit"
        'Script.RegisterEvent ArtistSubNode, "OnNodeEdited",   "EditTrackPerson"

@Big_Berny
Thanks!


@Macarena
Thanks!
I can't reproduce but I think I found why this is happening. Deselect the node 'Title Starts with Double Digits' and try to run the script. Does it work then?
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Macarena
Posts: 642
Joined: Mon Oct 15, 2007 5:39 am
Location: Prague, Czech republic

Post by Macarena »

Bex wrote:@Macarena
I can't reproduce but I think I found why this is happening. Deselect the node 'Title Starts with Double Digits' and try to run the script. Does it work then?
Yup, it works when I uncheck that node.
Bex
Posts: 6316
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Post by Bex »

Good! Will be fixed in the next version. You can fix it yourself though by finding this line around line 1937:

Code: Select all

FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),,"F"& 303)
And change it to:

Code: Select all

FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),"","F"& 303)
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!

All My Scripts
Macarena
Posts: 642
Joined: Mon Oct 15, 2007 5:39 am
Location: Prague, Czech republic

Post by Macarena »

Bex wrote:Good! Will be fixed in the next version. You can fix it yourself though by finding this line around line 1937:

Code: Select all

FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),,"F"& 303)
And change it to:

Code: Select all

FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),"","F"& 303)
It helped. I'm glad you figured this out. FYI: it was line #1928. Best regards
Queseuq
Posts: 111
Joined: Sat Apr 05, 2008 8:30 am

Post by Queseuq »

I'm trying to sort out my library and, while this script was very useful, there is one more thing I want to accomplish. What I would like to do is search for Artists that have the same name but in a different format i.e if tracks are tagged 'Louie Armstrong' and some 'Louie Armstrong and Cannonball Adderley' or 'Louie Armstrong and His Orchestra' I would like to find all these so they can be renamed. Rather than searching for every artist would it be possible to add a node which lists all the artists that exist in multiple formats? Or is there another script that can do this for me?
Vyper
Posts: 845
Joined: Tue May 23, 2006 5:53 pm

Post by Vyper »

If you put Louie Armstrong in the search box at the top of MM while in the title node (or parent Artist node) you'll get every song listed with Louie Armstrong plus Louie and Cannonball Adderley, etc.


Would that do what you want? :)
Stop Button Freak
Queseuq
Posts: 111
Joined: Sat Apr 05, 2008 8:30 am

Post by Queseuq »

That would work but it would take ages to do it for each artist, if a script could search for all the artists that appeared in multiple formats then list them in a node it would save having to check every artist.
Vyper
Posts: 845
Joined: Tue May 23, 2006 5:53 pm

Post by Vyper »

Ah, I see where that would be useful then. :)
Stop Button Freak
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Post by Mizery_Made »

Queseuq wrote:I'm trying to sort out my library and, while this script was very useful, there is one more thing I want to accomplish. What I would like to do is search for Artists that have the same name but in a different format i.e if tracks are tagged 'Louie Armstrong' and some 'Louie Armstrong and Cannonball Adderley' or 'Louie Armstrong and His Orchestra' I would like to find all these so they can be renamed. Rather than searching for every artist would it be possible to add a node which lists all the artists that exist in multiple formats? Or is there another script that can do this for me?
I brought up another somewhat similar idea some time ago (finding a comparison between names such as Carlos "6 July" Broady & Carlos Broady) to which Bex responded and mentioned that he had thought about adding some spelling check and "Artist Exists in Other Artist" features. You can read about it Here
Queseuq
Posts: 111
Joined: Sat Apr 05, 2008 8:30 am

Post by Queseuq »

Thanks Mizery, does seem like it would take a while to get it working properly. Guess I'll just have to do it manually for now.
Mizery_Made
Posts: 2283
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Post by Mizery_Made »

Something that might help you is actually one of Bex's other scripts. Advanced Duplicate Find & Fix. It's "Find More From Same - Custom Search" possibly helping.
Post Reply