Shoutbox

Commands and Tags Problems & Errors - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Commands and Tags Problems & Errors (/showthread.php?tid=46305)

Commands and Tags Problems & Errors by Fr3d on 06-14-2005 at 10:15 PM

hey,


im trying to write a plugin that shows any and all the available info from iTunes, like Title, Artist, Album etc... however all my tags only show up as tags, not the correct info they shud be replaced with.

eg. i type (!ITARTIST) and it displays exactly that...


also, all my tags, which control the playing of iTunes, like Play, Pause, Stop, Next, Previous etc give an error...

try typing /thisdoesntexist into a convo window and hit send... it gives the same error as that.

however, both my commands and tags show up in the Plus -> Plugins menu, and the commands also show-up in the little help dropdown that opens when you press / and wait for a second...


any ideas anyone?!

thanks in advance...


RE: Commands and Tags Problems & Errors by Dempsey on 06-14-2005 at 10:24 PM

all commands and tags provided by plugins have to start with x.  For example

Tag:    (!XFOREXAMPLE)

Command:    /xforexample


RE: Commands and Tags Problems & Errors by Fr3d on 06-14-2005 at 10:27 PM

WOW. such a small mistake for such a big problem... thanks! :D :D

* Fr3d gives Dempsey a star (*)


RE: Commands and Tags Problems & Errors by RaceProUK on 06-15-2005 at 07:31 PM

It does say that in the API documentation... :P ;)


RE: Commands and Tags Problems & Errors by Fr3d on 06-15-2005 at 08:04 PM

Yeh well... who reads the readme files or documentation anyway?! :P


RE: Commands and Tags Problems & Errors by J-Thread on 06-16-2005 at 05:01 PM

Me...and when I do exactly what it says, it doesn't work... But I will search till i found the problem!


RE: Commands and Tags Problems & Errors by RaceProUK on 06-16-2005 at 08:51 PM

It's probably because you missed a little note somewhere, or it's a bug with your own code. It's always worth reading through things a few times. I myself still look through the API docs, and I've been using it since Plus! 2.50.


RE: Commands and Tags Problems & Errors by TazDevil on 06-17-2005 at 11:20 AM

Yeap i will agree with raceprouk

The documentation and manuals are the developers best friend, the next best friend is Google and then the forums...

So off you go study a bit now ;)