Tagging Inconsistencies 3.9.4 (2009-01-10)

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby nynaevelan » Sun Aug 22, 2010 4:00 pm

Bex wrote:
This one sets DateAdded to the first time Played, for all tracks that have plays before DateAdded:
Code: Select all
UPDATE Songs SET DateAdded=(SELECT MIN(PlayDate) FROM Played WHERE Songs.ID=Played.IDSong GROUP BY IDSong)
WHERE Songs.ID IN (SELECT Songs.ID FROM Songs, Played WHERE Songs.ID=Played.IDSong AND PlayDate<DateAdded)


Worked perfectly :D

Bex wrote:This one removes all history plays before DateAdded, for all tracks that have plays before DateAdded: (The Playcount needs to be manual adjusted afterwards.)
Code: Select all
DELETE FROM Played WHERE IDPlayed IN (SELECT IDPlayed FROM Songs, Played WHERE Songs.ID=Played.IDSong AND PlayDate<DateAdded)



Let me know if they work properly!


I didn't try this one because I didn't want to remove any histories.

Thanks once again.
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
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Bex » Sun Aug 22, 2010 4:05 pm

Great! :)
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
Bex
 
Posts: 6268
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Mizery_Made » Wed Oct 13, 2010 10:29 pm

I'm pretty positive this isn't your fault, but I thought I would report it regardless:

Code: Select all
Error #-2147418113 - SongsDB.SDBTracksWindow
Cannot open clipboard
File: "C:\...\TaggingInconsistenciesMM3.vbs", Line: 2902, Column: 6


I've gotten the "Cannot open clipboard" message from MM a lot, but never in regards to a script. Found it strange. Occurred while trying to open one of the nodes (I think it may have been the Tracks With node)
Awaiting for 10160 & 10168 to be fixed/implemented before thinking of moving to MMW4.1 + MMA.
Mizery_Made
 
Posts: 2218
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Bex » Thu Oct 14, 2010 9:26 am

I haven'r seen that one before and I don't think I can fix it, even if the script is causing it... :(
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
Bex
 
Posts: 6268
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Mizery_Made » Thu Oct 14, 2010 11:42 am

Yeah. MM itself has been throwing a "Cannot open clipboard" message randomly for some time/releases, so I imagine its the root of the problem. However it was an error thrown during script usage, so I figured I would report it anyway. Well, I'm actually not sure if it's MM that is the issue, or something to do with my computer as I have had some trouble with the clipboard with one of my other programs (however MM is always running so if it's doing something, it might have caused the issue with the other program)
Awaiting for 10160 & 10168 to be fixed/implemented before thinking of moving to MMW4.1 + MMA.
Mizery_Made
 
Posts: 2218
Joined: Tue Aug 29, 2006 1:09 pm
Location: Kansas City, Missouri, United States

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Vyper » Fri Oct 15, 2010 5:28 am

It would be interesting if you were able to track that down. I've never seen that error either.
Stop Button Freak
Vyper
 
Posts: 845
Joined: Tue May 23, 2006 5:53 pm

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby pachubi » Wed Oct 20, 2010 1:27 pm

Hi, not sure if this has been covered before, but I can't get your great program to work under Windows 7 (won't install). Had no problem under XP. Any ideas?
pachubi
 

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby nohitter151 » Wed Oct 20, 2010 1:28 pm

pachubi wrote:Hi, not sure if this has been covered before, but I can't get your great program to work under Windows 7 (won't install). Had no problem under XP. Any ideas?

Right at the bottom of the first post.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21458
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby MM3 monkey » Thu Jun 02, 2011 9:59 pm

Hi, Bex. I've been away from the forum for ages; trust you're keeping well.

I've come back to MM4. Collections are fantastic.

Am I right to think that some work needs to be done on your awesome script to make it fully compatible with MM4?

If I choose a "filter" it doesn't seem to limit the created node to that "filter" (i.e. collection).
MM3 monkey
 
Posts: 432
Joined: Mon Aug 27, 2007 2:34 am

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby nynaevelan » Fri Jun 03, 2011 5:24 am

Which nodes are you having trouble with because the script is working with my filters/collections??
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
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby MM3 monkey » Fri Jun 03, 2011 5:48 am

Thanks, Nyn. I hope you're well too.

Well, I'm only just familiarizing myself with Collections and "Type" but...

I opened up the "Albums with..." node under the Music node. In there I saw that there were lots of videos. I don't want to worry about their tagging inconsistencies just yet so...

I edited the Music Collection. By default, it consisted of "Type = Music or Music Video". I changed it to "Type = Music" only.

Sure enough, the videos don't show up under the Music node now, I use the separate Music Video collection/node for that.

But under the Tagging Inconsistencies "Albums with..." node, when I look at multiple years, there are videos.

In TI General Settings I have set the TI Default Filter as Music and all the other fields are set to use TI's default filter.

That's it really. Hope it makes sense.
MM3 monkey
 
Posts: 432
Joined: Mon Aug 27, 2007 2:34 am

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby nynaevelan » Fri Jun 03, 2011 7:34 am

Yes that makes perfect sense, now let me ask you: In the TI General settings option sheet do you see the music filter listed on the separate nodes, such as Albums With, Album Art etc....? Also, if you go into the Albums With Option Sheet does it show the music only collection on the filter for all the various nodes?

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
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby MM3 monkey » Sat Jun 04, 2011 6:08 am

nynaevelan wrote:Yes that makes perfect sense, now let me ask you: In the TI General settings option sheet do you see the music filter listed on the separate nodes, such as Albums With, Album Art etc....? Also, if you go into the Albums With Option Sheet does it show the music only collection on the filter for all the various nodes?

Nyn


Thanks so much. Embarrassingly I hadn't clicked on the actual Albums Nodes Settings button. It works perfectly now.

It's a fantastic script isn't it, Nyn.
MM3 monkey
 
Posts: 432
Joined: Mon Aug 27, 2007 2:34 am

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby nynaevelan » Sat Jun 04, 2011 6:53 am

MM3 monkey wrote:It's a fantastic script isn't it, Nyn.


It absolutely is, it keeps my library up to date with correct tags. :D
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
nynaevelan
 
Posts: 5540
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA

Re: Tagging Inconsistencies 3.9.4 (2009-01-10)

Postby Bex » Sat Jun 04, 2011 7:52 am

Thank you both!

I'll try to update this script so it's better suited for MM4 when I get a chance to do so in my busy schedule...
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
Bex
 
Posts: 6268
Joined: Fri May 21, 2004 5:44 am
Location: Sweden

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: No registered users and 13 guests