Search found 3257 matches

by ZvezdanD
Fri Mar 25, 2022 2:12 am
Forum: Need Help - MMW5
Topic: play next on shuffle mode [#18988]
Replies: 35
Views: 2760

Re: play next on shuffle mode

Peke wrote: Thu Mar 24, 2022 8:16 pm That there was a plugin MM4 that do exactly you describe, but it is not yet ported to MM5, I can't seams to find thread/topic where it was talked about.
I think you are talking about my Queue List add-on.
by ZvezdanD
Wed Mar 23, 2022 11:55 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

What do you get with this: <Album Artist> NOT IN (SELECT DISTINCT Artists.Artist FROM Songs INNER JOIN ArtistsAlbums ON Songs.IDAlbum = ArtistsAlbums.IDAlbum INNER JOIN Artists ON ArtistsAlbums.IDArtist = Artists.ID LEFT JOIN (SELECT *, CASE WHEN DriveLetter IS NOT NULL THEN SubStr('ABCDEFGHIJKLMNOP...
by ZvezdanD
Wed Mar 23, 2022 1:33 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

Actually, forget that question about multi-artists, it is just complicating on my side again. Let say for a moment that you have tracks from single artists only. The real question is what should happen when e.g. you have one artist which has one track on both drives. Should it be displayed or not? A...
by ZvezdanD
Tue Mar 22, 2022 3:04 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

Sorry, it should be Upper instead UCase.

So, what should happen when e.g. you have one track with two multi-artists and one artist on both drives, but not another one?
by ZvezdanD
Tue Mar 22, 2022 7:21 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

When you say spellings, did you mean on case? Just to be sure, could you try to replace:
InStr(<Path>, 'W:\Music\')
with:
InStr(UCase(<Path>), UCase('W:\Music\'))

Also, do these Album Artists have tracks with multi-artists? You know, the artists with "; ".
by ZvezdanD
Mon Mar 21, 2022 7:05 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

chrisdukes wrote: Mon Mar 21, 2022 7:01 pm The 2nd returns every track in the Unorganized Folder with an Album Artist:
Does that Album Artist have tracks in Organized folder?
by ZvezdanD
Mon Mar 21, 2022 4:26 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

What do you get with my fist filter (<Folder> NOT LIKE ...) and what with the second one (<Album Artist> NOT IN (SELECT Artists.Artist ...)?
by ZvezdanD
Mon Mar 21, 2022 4:26 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

You mentioned Organized and Unorganized folders first, and now you are talking about Unsorted folder, so I am a little bit confused. It would be best if you specified your real folders. Is "N:\Music\Artists" your real folder? Do you really have "Artists" in its name or you think ...
by ZvezdanD
Sun Mar 20, 2022 3:40 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1134310

Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]

I have a Magic Node that lists all of the Album Artist for my Unorganized Music folder. I want to create a filter that ignores any names that are already in my Organized Library folder. Is that possible? Maybe you could try something like this: AlbumArtist NOT IN (SELECT AlbumArtist FROM Songs LEFT...
by ZvezdanD
Sat Mar 05, 2022 4:32 am
Forum: Need Help with Addons? (MMW4)
Topic: RegExp Find & Replace 4.3 w/ 253 presets (2011-07-06) [MM2+]
Replies: 1617
Views: 878486

Re: RegExp Find & Replace 4.3 w/ 253 presets (2011-07-06) [MM2+]

The "Keep ..." presets from the "Separated field parts" menu are intended exactly for that, with the dash specified as separator. Although, these presets are just a special case of the presets from the "Partial manipulations" menu, which could be used for the same purpo...
by ZvezdanD
Thu Feb 17, 2022 4:55 pm
Forum: Need Help with Addons? (MMW4)
Topic: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]
Replies: 265
Views: 181673

Re: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]

I think I don't need to repeat my explanation why your behavior is ugly, you could read it in my last post. I told you on the very beginning that I don't have anything more to say. I suggested you in private that you remove your post and that we finish with this conversation before it gets ugly. But...
by ZvezdanD
Thu Feb 17, 2022 2:13 pm
Forum: Need Help with Addons? (MMW4)
Topic: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]
Replies: 265
Views: 181673

Re: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]

Don't play naive as if you are insulted here. Your behaving is ugly, not mine. First of all, I didn't say "stop talking to me or I get ugly". I said "stop asking for MM5 port or our conversation will go ugly" (as it is right now because you decided to make it like that). Those tw...
by ZvezdanD
Thu Feb 17, 2022 4:02 am
Forum: Need Help with Addons? (MMW4)
Topic: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]
Replies: 265
Views: 181673

Re: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]

All right, I said it will be ugly. Here is my "massively unfriendly, ridiculous and severely uncalled" PM sent to you privately, but you just wanted to make it public and dirty. The Compatibility section is a part of the add-on's web page. You already got quoted that section by MMfrLife se...
by ZvezdanD
Fri Feb 04, 2022 4:46 pm
Forum: Need Help with Addons? (MMW4)
Topic: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]
Replies: 265
Views: 181673

Re: Track Redirection & Synchronization 3.4 (2012-10-08) [MM3+]

I don't have to say anything more beside of that that I already said in the Compatibility section.
by ZvezdanD
Thu Jan 20, 2022 4:56 am
Forum: Need Help with Addons? (MMW4)
Topic: RegExp Find & Replace 4.3 w/ 253 presets (2011-07-06) [MM2+]
Replies: 1617
Views: 878486

Re: RegExp Find & Replace 4.3 w/ 253 presets (2011-07-06) [MM2+]

Oztours wrote: Sun Jan 16, 2022 11:27 pm mm/dd/yy - Episode ### - Episode Name

I would like to swap the date part of it to be "yy/mm/dd"
Find what: ^(\d\d/\d\d)(?:/(\d\d))
Replace with: $2/$1