Nyn
Tagging Inconsistencies 4.0.1 (2014-02-27)
-
nynaevelan
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Great!!
Now we're back in business, another great addition.
Nyn
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
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
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

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:

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

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:

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

Thanks! 

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
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

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
I always wondered how many 'bugs' my library has
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

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
@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.)
@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?
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
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
Good! Will be fixed in the next version. You can fix it yourself though by finding this line around line 1937:
And change it to:
Code: Select all
FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),,"F"& 303)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
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
It helped. I'm glad you figured this out. FYI: it was line #1928. Best regardsBex wrote:Good! Will be fixed in the next version. You can fix it yourself though by finding this line around line 1937:And change it to:Code: Select all
FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),,"F"& 303)Code: Select all
FilterSQL = GetFilterSQL("AND",INI.StringValue("TagInconsist","F"& 303),"","F"& 303)
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?
-
Mizery_Made
- Posts: 2283
- Joined: Tue Aug 29, 2006 1:09 pm
- Location: Kansas City, Missouri, United States
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 HereQueseuq 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?
-
Mizery_Made
- Posts: 2283
- Joined: Tue Aug 29, 2006 1:09 pm
- Location: Kansas City, Missouri, United States