Search found 3257 matches

by ZvezdanD
Wed Nov 07, 2007 8:39 pm
Forum: Need Help with Addons? (MMW4)
Topic: [Delete This!]
Replies: 12
Views: 5572

It didn't work as I had expected. I assume this has to do with the "composer"-issue Its my fault. Please, try the following code: ' _ _ ___ ' (_) | / _ \ ' __ ___| |___| | | |_ __ ' \ \ /\ / / | / __| | | | '_ \ ' \ V V /| | \__ \ |_| | | | | ' \_/\_/ |_|_|___/\___/|_| |_| ' 01110111 0110...
by ZvezdanD
Wed Nov 07, 2007 10:56 am
Forum: Need Help with Addons? (MMW4)
Topic: [Delete This!]
Replies: 12
Views: 5572

I am glad if I could help :)
by ZvezdanD
Wed Nov 07, 2007 6:32 am
Forum: Need Help with Addons? (MMW4)
Topic: [Delete This!]
Replies: 12
Views: 5572

Of course, as I said in the another thread, this approach don't work with multi-disc albums and with those tracks which have letters instead of numbers. By multi-disc album I consider following syntax: CD 01 01 - xxx 02 - xxx ... CD 02 01 - xxx 02 - xxx ... Now, when we have DiscNumber field in MM3,...
by ZvezdanD
Wed Nov 07, 2007 6:26 am
Forum: Need Help with Addons? (MMW4)
Topic: [Delete This!]
Replies: 12
Views: 5572

You had too many errors, so I needed to attach full modified code:

Code: Select all

Modified version is below.
by ZvezdanD
Tue Nov 06, 2007 8:26 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

We're not suggesting that these two things become related. Yes, I know that. I am not insisting on this difference in terminology because of you, old scripters, but because of beginners who could also read this thread. You know, there are many software with similar purpose (e.g. CATraxx) which have...
by ZvezdanD
Tue Nov 06, 2007 7:49 pm
Forum: Need Help with Addons? (MMW4)
Topic: Script for listing incomplete albums
Replies: 18
Views: 10834

Look, I want THIS script (not to use anyone else's!) THIS script is also from someone else, right? If you take a look on the mentioned SQL filter of Magic Nodes or the source code of Tagging Inconsistencies you would see a difference between SQL query inside of THIS script. You could try to modify ...
by ZvezdanD
Tue Nov 06, 2007 4:19 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

yea its very nice, I hope they do add some scripting method to change/create new filters. Sorry for annoyance, but I must insist on terminology. As I said, we already have a possibility to implement filters in scripts. We haven't a possibility to change column layout. Those two things are connected...
by ZvezdanD
Tue Nov 06, 2007 3:31 pm
Forum: Need Help with Addons? (MMW4)
Topic: Script for listing incomplete albums
Replies: 18
Views: 10834

You should know that all of this algorithms don't work with multi-disc albums. Also, they would not work if someone was used letters instead of numbers for TrackNumber in MM3 (e.g. A1, A2..., B1, B2...).
by ZvezdanD
Tue Nov 06, 2007 2:39 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

At the moment you do SongData.Artist to get an "SDBArtist" object. By if the track has multiple artists separated by a semicolon this appears to only represent the first artist. How do you get to the other artists via scripting? I am expecting a SongData.Artists or similar method for gett...
by ZvezdanD
Tue Nov 06, 2007 2:15 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 1.3b (IS OUTDATED SEE NOTE IN FIRST POST)
Replies: 686
Views: 356608

That doesn't really work though. For reasons unclear it just leaves me with the bulk of my tracks in 1 folder (which has no title) and only about 500 of them split into other folders by name. Well, you are right. This is current behavior of Magic Nodes. First un-named node contains all tracks which...
by ZvezdanD
Tue Nov 06, 2007 1:51 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

With the MM 3 "Filters" dialog, you can configure specific columns and player options to be available to a specific filter. Oh, I am sorry. I don't have a Gold version, so I could not test this option. Sorry on my lack of understanding. By the way, this is a nice possibility, but they sho...
by ZvezdanD
Tue Nov 06, 2007 1:45 pm
Forum: Need Help with Addons? (MMW4)
Topic: Finding un-edited comments
Replies: 5
Views: 1966

You are wrong. Did you tried it? This Magic Node exactly find and display only tracks without comment. I understand that this is what you mean by "un-edited".
by ZvezdanD
Tue Nov 06, 2007 1:36 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

at the moment there's no way to handle multiple artists, at least not that I've found. Please, could you explain more precisely how you are trying to handle multiple artists? If you mean on multi-item fields (Artist, Genre...) which is new to MM3, Magic Nodes could display such thing on the same wa...
by ZvezdanD
Tue Nov 06, 2007 1:30 pm
Forum: Need Help with Addons? (MMW4)
Topic: MM 3 - change active filter via scripting?
Replies: 15
Views: 2848

Re: MM 3 - change active filter via scripting?

however, some of them contain different type of audio and I would like to have different column settings for each one.. so my initial request (to change filters via scripting) is because when each of those nodes gains focus and populates the tracklist, I walso want it to change filter so that it ha...