Add-on creation / Documentation for beginners

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Add-on creation / Documentation for beginners

Re: Add-on creation / Documentation for beginners

by fizzjob » Tue Dec 01, 2009 10:04 am

You could fairly easily modify my Growl script to do that. The Growl script just calls a command-line Growl notifier - changing it to use a command-line Twitter client (like this) should be fairly simple.

Re: Add-on creation / Documentation for beginners

by rovingcowboy » Mon Nov 30, 2009 3:55 am

go to monkeys wiki site for scripting just click the addons page link at the top of this page and then click on scripts it will show you the monkeys wiki page for scripting.

if not able to get what you need there then ask for help from one of the scripters in the scripting forum for creaters. :)

Add-on creation / Documentation for beginners

by thorsonb » Mon Nov 30, 2009 1:26 am

Where should I start!

I want to make a twitter plugin, so my MediaMonkey can tweet the songs that I am listening to...
I am aware that such a plugin exsist already known as the Twitter Plugin by, Nick Papanotas, but that plugin has its limitations.... I cant "do" what I want it to do!

Basically I'm stuck with way Nick made it..
I preffer to have my twitter plugin to tweet every 10 minutes, in the following format:
♪ Now listening to: <'Artist'> - <'Title'> ♫
or
♪ Now listening to: <'Artist'> - <'Title'> from the album tittled "<Album>" ♫
I have read the twitter API stuff, now I need the MediaMonkey stuff!

Any help would be highly appreciated.
.

Top