-
Just found some more helpful resources:
Sample scripts: http://www.mediamonkey.com/wiki/index.php/Sample_scripts
Good forum post about MM scripting: http://www.mediamonkey.com/forum/viewtopic.php?t=7980
General good stuff on wiki: http://www.mediamonkey.com/wiki/index.php/Scripting
This excerpt from the forum post:
"There are three ways to interact with MediaMonkey from an external...
2007-09-01 02:29:11 UTC in floAt's Mobile Agent
-
It would be great if the FMA scripting framework could have a script added much like the winamp, WMP, and iTunes scripts for an application called Media Monkey.
It should be an easy program to script for, as it supports it's own vb scripting. More info about this here: http://www.mediamonkey.com/developers.htm
Excerpt: "MediaMonkey is highly extensible via script-based access to a broad...
2007-09-01 02:11:46 UTC in floAt's Mobile Agent
-
Linux support would be awesome!
2007-09-01 01:13:43 UTC in floAt's Mobile Agent
-
I motion that this feature request be fulfilled. For now, Thunderbird's Lightning extension does support exporting to an iCal format file, however, I believe there is still a bug in FMA where importing from .ics file multiple times creates duplicate entries. This creates the need to flush the calendar each time you need to update it and sync to the phone, not as convenient as it's supposed to...
2007-09-01 01:12:39 UTC in floAt's Mobile Agent
-
It seems that the CAPTCHA module which Cracker Tracker uses has been broken by bot-makers with some sort of optical text recognition technique, and/or weaknesses in the CAPTCHA.
After being mentioned in a popular security podcast, I thought I'd recommend Re-captcha. Not only does it seek to not be able to be recognized by computers, but the project is also being used to convert books into...
2007-08-18 01:18:57 UTC in CrackerTracker Professional
-
FIX FOUND:
Replace LoadPlaylist subroutine with:
Sub LoadPlaylist()
If PluginManager.IsLoaded("FileExplorer") Then
'Create FileExplorer and browse the playlist folder from the settings
PluginManager("FileExplorer").ShowDir Settings(Me, "PlaylistFolder"), 0
Else
Debug.ErrorMsg Self & "You will need the FileExplorer plugin to...
2006-12-12 23:50:39 UTC in floAt's Mobile Agent
-
I've got the same bluetooth dongle. Native bluetooth is not supported, use a COM port.
Goto Bluetooth Places > View Devices in range > (make sure you've paired it first) > Serial Port on , then select a COM port to bind the bluetooth communications to.
Then in FMA, choose the same COM port.
Post this kind of stuff on the forums, it's not a bug.
2006-12-12 22:01:03 UTC in floAt's Mobile Agent
-
I have found a problem in the Winamp control plugin, having to do with calling the FileExplorer plugin.
When trying to "Load Playlist" from the Winamp plugin, the script seems to crash and loading the FMA menu from the accessories menu does not work. A disconnect/reconnect cycle must be performed to restart the scripting framework and get the menu on my phone.
I looked into the log and...
2006-12-10 05:10:02 UTC in floAt's Mobile Agent
-
After attempting to load my music directory into the
library, it unexpectedly crashed with this message:
filter
filter finish
NB FILE TO LOAD 1371
python: mp4atom.h:92: void MP4Atom::SetType(const
char*): Assertion `(strlen(type) == 4)' failed.
Aborted
This happens every time I try to add the directory, it
never gets past the file that's getting numbered '1371'.
I'm thinking this...
2006-08-05 18:27:25 UTC in Listen, a Music player and management
-
I've taken the time to make an easy install patch for
phpBB 2.0.20 using "diff -Naur old_phpBBdir
modded_phpBBdir > patchName.patch" after completing the
code modifications and file copying in the install.txt
file. It was made with a clean copy of the phpBB
version 2.0.20 directory. Other patches can be made
from previous versions by using their freshly installed
directories.
To install,
2006-05-06 00:59:35 UTC in CrackerTracker Professional