[Delete This]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [Delete This]

by some1 » Sun Nov 04, 2007 1:31 pm

Update:
* ReWorked the script (Delete, move & remove parts of script, hence runs quicker! Design to be looked at in notepad++)
* Remove Bugs =) (and cleaner error messages given)
* The report (comeout) msgbox now says if your dup/untagged/missing tracks numbers + gives a better result

This is a big update! If you have used it before, and didn't like it / didn't work for you. PLEASE TRY IT AGAIN NOW!

by some1 » Thu Oct 25, 2007 8:23 am

Updated!
Please, try again and report all the bugs again! :)

by some1 » Sun Sep 02, 2007 8:10 am

Is this with the latest version of MM?
Which node(s) does this happen with?
Have you updated anything in the MP3 fields?

by Diabolic-Destinyy » Thu Aug 16, 2007 6:44 pm

umm im gettin a messed up random error now

Error #-214718113 -
File: "C:\Program Files\Mediamonkey\Scripts\Auto\FindThe.vbs", Line: 173,Column: 3

it just started outta no where any ideas? I've tried reinstalling with no luck..

by some1 » Tue Aug 14, 2007 12:09 pm

Hey!
This is in the known bug bit!
I'm working on it!

by Diabolic-Destiny » Mon Aug 13, 2007 12:00 pm

working great now thanks :D


Id like to add i have a double album

and so iv made the track list

starting at 101-122 for CD1 (or track 1-22)
and CD2 201-217 (Track 1-17)

yet it shows i have 39 tracks out of 217

Is there a way this can be overwritten..?

by some1 » Sun Aug 12, 2007 11:51 am

Updated
v0.4.1 (12/08/07)
* Fix bug in offset mod
* Tweaked SQL querry - Remove dup lines + extra code
* Added msgbox with Same track no, Untagged trags as well as missing track (the report)
* New sorting method of calcuting track stats/Facts.
* Bit of extra commenting on key parts of this!

--Some1

by some1 » Thu Aug 09, 2007 4:46 pm

haven't got a clue!
Sorry!
Will have a look

---------------------------------------------------
edit:
Diabolic-Destiny - Please could you tired v0.4.1
and could you say what happens when you try what?

Thanks

by Diabolic-Destiny » Fri Jul 20, 2007 4:31 pm

thanks for the PM, i've placed it in my /scripts/auto folder and named it as FindThe.vbs Under tools>script>FindTheMissing and i get this error


"You have no such artists In your visible Library"

am i doing something wrong?

by some1 » Fri Jul 20, 2007 9:40 am

Edited v0.4 :)

by Eyal » Thu Jul 19, 2007 2:10 pm

Hi some1

Replace line 534 of FindThe.vbs (v 0.4) to:

Code: Select all

If trackno >= j + 100 Then    'Check if track# begins at greater than 100
instead of

Code: Select all

If trackno = j + 100 Then
and it will no longer report track# 1 as missing in multi-CD albums.

I should have thought of it before.

Eyal

by some1 » Thu Jul 19, 2007 4:46 am

v0.4 (19/07/07)
* Renamed [FindTheMissing] Songs to "[FindThe]" because of the (new) functions "Missing Tracks", "Extra Tracks" and "Small Albums"
* Applied Eyal offset mod for multiple CD

by some1 » Thu Jul 19, 2007 4:15 am

OK to clarify everything, here are the tests I did:
Existing tracks in one album = Missing tracks report.
1-12, 102-111 = 101
2-11, 103-111, 203,205 = 1, 101,102, 201,202,204
101,103,104,106-111, 202,205, 301-307, 504,505, 903 = 102,105,201,203,204,401,501-503,601,701,801,901,902

100 = 1-99
200 = 1, 101-199
500 = 1, 101, 201, 301, 401-499
I think it's pretty satisfying.
Yep! That is! BIG THANKS! :D
ve added it into v0.4, and Im just about to post it!
Now, in the FindTheMissing node, are listed all albums containing missing track(s). If it's a multi-CD album (with tracks 101,102,...,201,202,...) it will be listed in the node even if it don't contains missing tracks. That's the point.
This is because it uses a another method of getting the code (I lifed that from "TaggingInconsistencies v2.2 by Bex")!

by Eyal » Wed Jul 18, 2007 10:49 am

OK to clarify everything, here are the tests I did:
Existing tracks in one album = Missing tracks report.
1-12, 102-111 = 101
2-11, 103-111, 203,205 = 1, 101,102, 201,202,204
101,103,104,106-111, 202,205, 301-307, 504,505, 903 = 102,105,201,203,204,401,501-503,601,701,801,901,902

100 = 1-99
200 = 1, 101-199
500 = 1, 101, 201, 301, 401-499
I think it's pretty satisfying.

Now, in the FindTheMissing node, are listed all albums containing missing track(s). If it's a multi-CD album (with tracks 101,102,...,201,202,...) it will be listed in the node even if it don't contains missing tracks. That's the point.

by some1 » Wed Jul 18, 2007 2:48 am

Yes it will work exactly as it should.
If there's no track# below 100 it will start comparing at 101.

It's working with an album containing
101, 102, 103, ..., 201, 202, 203, ..., 301, etc...
I meant, if there isn't track 101, will it work?
Edit: Ive just tired it, it works well, but if track 101 isn't there, it report its, along with all the other missing track, but it also says that track 1 is missing.
Also it didnt pick up my second CD at track 201.


But as I said, I dont' know how to prevent such albums to be listed in the node if there's no missing track.
Sorry, do you mean, dont show the tracks which are there, but show the missing ones?

edit:
I have added this to v0.4, and posted what ive done so far, to my first post.
Could I check that ive added it in right...
Dim list, itm, i,j,k, trackno, last, MissingSongs, offset

offset=0 '<<< Offset for multi-CD albums (100, 200, 300, ...)

'[Thank you Eyal] Calculate offset for tracks begining with > 100: <<<< Untested
If i=0 Then 'It's the first track of the album
If trackno = j + 100 Then 'Check if track# begins at 101
offset = offset + 100 'Adjust offset
j = j + 100
i = i + 100
End If
'Calculate offset for tracks begining with > 100:
ElseIf trackno > offset + 100 Then 'Track# changes range
offset = offset + 100 'Adjust offset
j = offset + 1
i = offset
End If
Is there anything else?

Top