Search found 9922 matches

by trixmoto
Tue May 26, 2015 2:57 am
Forum: Need Help with Addons? (MMW4)
Topic: Just List Albums 2.1 - Updated 17/03/2013
Replies: 243
Views: 144619

Re: Just List Albums 2.1 - Updated 17/03/2013

The script doesn't pull out all albums in the system, it pulls out the albums of all of the tracks in the main window, or the tracks which are selected. So if you sort the tracks in the main window by the album order that you're interested in, the script should pick up the albums in that order.
by trixmoto
Mon May 25, 2015 3:38 pm
Forum: Need Help with Addons? (MMW4)
Topic: Just List Albums 2.1 - Updated 17/03/2013
Replies: 243
Views: 144619

Re: Just List Albums 2.1 - Updated 17/03/2013

I believe it just processes the tracks in order, so you can make sure you sort the tracks in the list prior to running the report, and they should be sorted in the same order.

With regards to resetting everything back to default, try re-installing the script again, that should do it.
by trixmoto
Mon May 25, 2015 1:17 pm
Forum: Need Help with Addons? (MMW4)
Topic: Backup Playlists 2.2 - Updated 18/10/10
Replies: 86
Views: 81474

Re: Backup Playlists 2.2 - Updated 18/10/10

The component is included in the package. You can copy it to somewhere more generic (like C:\something) and then register it manually...

Code: Select all

regsvr32 C:\something\sqlite3u.dll /s
by trixmoto
Fri May 22, 2015 10:34 am
Forum: Need Help? (MMW4)
Topic: Scripts v Extensions: the distinction?
Replies: 5
Views: 1286

Re: Scripts v Extensions: the distinction?

I think Extensions is the overall term for everything extra, including scripts, skins, plugins, etc. Whereas scripts are just scripts.
by trixmoto
Fri May 22, 2015 10:33 am
Forum: Need Help with Addons? (MMW4)
Topic: Backup 6.0 - Updated 01/07/2014
Replies: 1508
Views: 818326

Re: Backup 6.0 - Updated 01/07/2014

Well I think this is a symptom of managing to get your settings confused. The way the script works is that it runs the backup manually the first time, with the settings, and you get all of the warning popups. Then if you've chosen any of the automatic options, they continue to run with the same sett...
by trixmoto
Fri May 22, 2015 1:38 am
Forum: Need Help with Addons? (MMW4)
Topic: Backup 6.0 - Updated 01/07/2014
Replies: 1508
Views: 818326

Re: Backup 6.0 - Updated 01/07/2014

I'm glad you're making progress, but sorry that I'm late to the conversation. I can say that the reason there are both the overwrite and cleanup options are a double check so that people don't accidentally delete stuff. It tries to make it really clear that your output path should be a unique path u...
by trixmoto
Fri May 22, 2015 1:33 am
Forum: Need Help with Addons? (MMW4)
Topic: Back Button 1.0 [MM2]
Replies: 50
Views: 39351

Re: Back Button 1.0 [MM2]

If the script is still required, I can look at updating it for MM4. I thought it wasn't required anymore, so I let it drift silently off into the night...
by trixmoto
Fri May 22, 2015 1:31 am
Forum: Need Help with Addons? (MMW4)
Topic: Cue Reader 5.6 - Updated 20/07/2014
Replies: 447
Views: 369827

Re: Cue Reader 5.6 - Updated 20/07/2014

Thanks, yes. I've used this mechanism before and it's on my list to apply it to this script... when I find time! :-?
by trixmoto
Fri May 22, 2015 1:30 am
Forum: Need Help with Addons? (MMW4)
Topic: TrixMoto.Net vs. MM-Addons vs. MM-Addons-Forum
Replies: 4
Views: 3602

Re: TrixMoto.Net vs. MM-Addons vs. MM-Addons-Forum

The scripts on my site are always the latest version of my script. I starting doing my site before the addons site appeared, and as most people will have update URLs that point to my site, I've kept it going. However, the MonkeyRok skin links are likely to be out of date. I used to keep them up to d...
by trixmoto
Thu May 14, 2015 4:20 am
Forum: Need Help with Addons? (MMW4)
Topic: iPlaylist Importer 1.6 - Updated 25/05/2008
Replies: 121
Views: 159122

Re: iPlaylist Importer 1.6 - Updated 25/05/2008

I've responded to your PMs, certainly happy for you to take up the mantle on this one, and I'll help where I can.
by trixmoto
Sun May 10, 2015 3:37 pm
Forum: Need Help with Addons? (MMW4)
Topic: Advanced Report 6.4 - Updated 24/06/2014
Replies: 764
Views: 520650

Re: Advanced Report 6.4 - Updated 24/06/2014

Great, I'm glad you managed to get it installed in the end, and that you've found it useful.
by trixmoto
Sun May 10, 2015 3:36 pm
Forum: Need Help with Addons? (MMW4)
Topic: Batch M3U Creator 2.7 - Updated 23/09/2012
Replies: 194
Views: 196665

Re: Batch M3U Creator 2.7 - Updated 23/09/2012

It's a little more difficult, because it's not an album level value, it's track level. But I can look at adding it in for albums which all tracks have the same genre, or something like that. I'm glad you've found the script useful.
by trixmoto
Sun May 10, 2015 3:30 pm
Forum: Need Help with Addons? (MMW4)
Topic: Custom Report 3.2 - Updated 29/07/2014
Replies: 561
Views: 413471

Re: Custom Report 3.2 - Updated 29/07/2014

There probably isn't an easy way to do that with either script. You could sort the tracks you're interested in by track number and then only select track 1's before you run the report.
by trixmoto
Wed Apr 29, 2015 2:09 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: songs table - sequence of fields
Replies: 2
Views: 2928

Re: songs table - sequence of fields

Have you tried using the SQL Viewer script to build and test your query? I seem to remember that this brings back column headings, which you might find useful.
by trixmoto
Wed Apr 29, 2015 2:05 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: youtube scrpt/link
Replies: 1
Views: 2348

Re: youtube scrpt/link

My "MonkeyRok" script does this, but it's currently not working, as YouTube have de-supported the version of the API that I was using. It's on my list to sort out though.