Search found 16 matches
- Sat May 21, 2005 5:11 am
- Forum: Need Help with Addons? (MMW4)
- Topic: Automount image file
- Replies: 1
- Views: 2613
You have the drive mounted on the default open action (i.e. a double click), if so the following code fragment should be able to mount an image. Set wshshell = wscript.CreateObject("WScript.Shell") wshshell.run ("d:\scratch\scripts\image.nrg") Obviously the image would have to be located at the path ...
- Thu Jan 13, 2005 12:05 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: Limits to scripting
- Replies: 8
- Views: 7642
Absolutely, it is this easy from within a PHP script: //Connect to MM $objSDB = new COM ("SongsDB.SDBApplication") or die ("Cannot create MediaMonkey SDB Object"); Obviously you have to have PHP installed on a windows box to get that working. You can either run that using the php cli executable, or ...
- Wed Jan 12, 2005 1:20 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: Limits to scripting
- Replies: 8
- Views: 7642
- Wed Dec 29, 2004 5:50 am
- Forum: Need Help with Addons? (MMW4)
- Topic: Help to make script or find one already out there.
- Replies: 1
- Views: 2517
If you scan this forum you should find some ideas on how to get scripts going. A few more details about what you want to do could be helpful. Do you want to select a song in MM and then activate the script to pull in data for it? Do you want to batch pulling in data from a script external to MM? Is ...
- Wed Dec 29, 2004 4:47 am
- Forum: Need Help with Addons? (MMW4)
- Topic: DB query limits
- Replies: 3
- Views: 3326
DB query limits
Sorry in advance for the vague post. I tend to use PHP to access MM via COM, as I prefer PHP and haven't been able to make the PHP ActiveScript SAPI work under MM. I don't really think that has so much bearing on my question though. I wrote a couple of quick one-shot scripts to run through the ...
- Wed Dec 29, 2004 4:37 am
- Forum: Need Help with Addons? (MMW4)
- Topic: A great script Idea for tagging
- Replies: 4
- Views: 3918
CD
I think the main problem with using FreeDB is the fact that it is CD based rather than indivdual track based. I currently use Musicbrainz to tag at the track level, which works fairly well, and uses an audio signature to look up individual tracks. I would love it if there were a COM component ...
- Wed Nov 17, 2004 1:44 pm
- Forum: Need Help? (MMW4)
- Topic: Tagging Files!
- Replies: 6
- Views: 2330
www.musicbrainz.org is pretty good at tagging when you don't always have all the info.
- Thu Nov 11, 2004 5:03 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: "now playing" to .txt-file
- Replies: 9
- Views: 25257
OK, I think this should do what you want. Save the following in your mediamonkey scripts directory: ' OutputTextFile.vbs ' Write the current playing track and artist to a text file option explicit sub OutputTextFile dim objFSO, objTextFile, strTextFilePath, strTrack, strArtist 'SET THIS TO LOCATION ...
- Thu Nov 11, 2004 2:18 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: "now playing" to .txt-file
- Replies: 9
- Views: 25257
- Thu Nov 11, 2004 2:11 pm
- Forum: Need Help with Addons? (MMW4)
- Topic: DJ Tools Part I (Song Monitor/Previewer) (Updated)
- Replies: 32
- Views: 36063
- Thu Nov 11, 2004 2:08 pm
- Forum: News and Other Stuff
- Topic: album cover program?
- Replies: 7
- Views: 4525
More details
Does anyone have any more details on the operation of this? Will it be a cover viewer/browser, or include download functionality.
(I just wrote a script to grab covers off amazon anyhow, so I'd be interested to see how this is going to work)
(I just wrote a script to grab covers off amazon anyhow, so I'd be interested to see how this is going to work)
- Thu Nov 11, 2004 2:05 pm
- Forum: News and Other Stuff
- Topic: AOL gets rid of Nullsoft developers
- Replies: 3
- Views: 3252
AOL gets rid of Nullsoft developers
Interesting, it looks like active development of Winamp may have stopped completely.
http://slashdot.org/articles/04/11/11/1 ... 20&tid=141
http://slashdot.org/articles/04/11/11/1 ... 20&tid=141
- Sun Oct 17, 2004 4:26 am
- Forum: Need Help with Addons? (MMW4)
- Topic: DJ Tools Part I (Song Monitor/Previewer) (Updated)
- Replies: 32
- Views: 36063
- Sun Oct 17, 2004 4:21 am
- Forum: Need Help with Addons? (MMW4)
- Topic: AudioTron API: usable with scripting?
- Replies: 3
- Views: 3919
XML API
You could use the MSXML API from your VBScript in order to GET/POST using HTTP. That should be fairly straightforward.
- Sun Oct 17, 2004 4:16 am
- Forum: Need Help with Addons? (MMW4)
- Topic: Configuring Output Plugin with a Script?
- Replies: 4
- Views: 3878
Another vote
I'd like to be able to do this also.