<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Caffeinated Dreams</title>
	<link>http://caffeinated-dreams.net</link>
	<description>outrageously caffeinated weblog</description>
	<pubDate>Tue, 12 Apr 2011 22:14:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>announceroK: amaroK Script for XChat</title>
		<link>http://caffeinated-dreams.net/projects/irc-scripts/announcerok-amarok-script-for-xchat/</link>
		<comments>http://caffeinated-dreams.net/projects/irc-scripts/announcerok-amarok-script-for-xchat/#comments</comments>
		<pubDate>Sun, 25 Dec 2005 20:53:19 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://caffeinated-dreams.net/irc-scripts/announcerok-amarok-script-for-xchat/</guid>
		<description><![CDATA[Current Version: 0.5
Created by: Jen
Updated on: 6 March 2006
» Leave comments here. 
announceroK is a simple script that displays what&#8217;s playing on your amaroK player. It is written in Perl and is for the XChat IRC client. I am working on it on and off and thinking about porting it to the irssi IRC client [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Current Version: 0.5<br />
Created by: Jen<br />
Updated on: 6 March 2006</strong><br />
<a href="http://caffeinated-dreams.net/2005/12/25/announcerok-amarok-script-for-xchat/#comments">» Leave comments here. </a></p>
<p>announceroK is a simple script that displays what&#8217;s playing on your <a href="http://amarok.kde.org/">amaroK</a> player. It is written in Perl and is for the <a href="http://xchat.org/">XChat</a> IRC client. I am working on it on and off and thinking about porting it to the <a href="http://irssi.org">irssi</a> IRC client as well.</p>
<p>Download the .pl file and save it to your ~/.xchat2/ directory. Go to XChat > Load Script or Plugin, select the script and hit ok.</p>
<p><strong>Screenshot:</strong><br />
<a href="http://caffeinated-dreams.net/screenshots/announcerok-0.5.png"><img alt="announceroK screenshot" src="http://caffeinated-dreams.net/screenshots/announcerok-0.5-th.png" /></a></p>
<p><strong>Download current version:</strong><br />
<a href="http://caffeinated-dreams.net/irc/scripts/announcerok-0.5.pl">announceroK v.0.5</a></p>
<p><strong>Changelog</strong><br />
<i>0.5</i><br />
- Improvement in response, not as slow.<br />
- Rewritten code. Now has some configurable variables.<br />
- &#8220;/np&#8221; got changed to &#8220;/arok&#8221; (/nowp was making me want to type nowplaying&#8230; :P) because of conflictions with other scripts.<br />
- No more &#8220;unknown command&#8221; messages in the server window for controls (thanks to kastorff for pointing this out and fixing it).<br />
- Asthetic improvements and nitpicks fixed or improved etc.</p>
<p><em>0.4:</em><br />
- Now has &#8220;/resume&#8221; to resume a paused track.<br />
- Now has &#8220;/voldown&#8221; and &#8220;/volup&#8221; to decrease/increase volume by 4%.<br />
- Changed &#8220;/amarok&#8221; to launch amaroK if it isn&#8217;t open (brings forward if it is open). &#8220;/np&#8221; now displays song in channel.<br />
- Threw in some simple action/message announce, read file for a bit more info.</p>
<p><em>0.3</em>:<br />
-  Improved display. Now works better on different backgrounds.<br />
- Three readily available ways to announce, one with lots of info, two with basics.<br />
- Option to show album, genre, bitrate, and all kinds of other useless crap.<br />
- Added a &#8220;/mute&#8221; control from XChat.</p>
<p><em>0.2</em>:<br />
- Added control support from XChat i.e., &#8220;/next&#8221; etc<br />
- Added &#8220;song title BY song artist&#8221; instead of &#8220;title - artist&#8221;<br />
- Added a small help/command menu, &#8220;/announcerok&#8221;</p>
<p><m>0.1</em>:<br />
- FIrst version. Simple. Kinda plain. Nothing special.</p>
<p><strong>Previous versions:</strong><br />
<a href="http://caffeinated-dreams.net/irc/scripts/announcerok-0.4.pl">announceroK v.0.4</a><br />
<a href="http://caffeinated-dreams.net/irc/scripts/announcerok-0.3.pl">announceroK v.0.3</a><br />
<a href="http://caffeinated-dreams.net/irc/scripts/announcerok-0.2.pl">announceroK v.0.2</a><br />
<a href="http://caffeinated-dreams.net/irc/scripts/announcerok-0.1.pl">announceroK v.0.1</a></p>
<p><strong><i>Quick Help&#8211;</i></strong></p>
<p><strong>This script is laggy! The response is slow! Why?</strong><br />
Because of Perl and DCOP, mostly. On my system, the more stuff in my announce script the longer it takes to display. amaroK is also a bit slow in response when I use its interface to shuffle through tracks with its control buttons and also when I do /next; if it does this with you too it&#8217;s probably an amaroK issue.</p>
<p><strong>- Why can&#8217;t I set a specific volume? Why only 4% up or down?</strong><br />
Well, that is because I do not know how to make the script see user-defined integers (yet!). I really want it though, and it will be in the 0.5 release if I continue at the pace I&#8217;m going.</p>
<p><strong>- I don&#8217;t like the colors/I get kicked from channels because if the colors, what can I do?</strong><br />
As of version 0.5, it is now super easy to change how it looks. By default the $theme is set to &#8220;bold&#8221;. If you want colors, change it to &#8220;color&#8221;.</p>
<p><strong>- God, this thing fucking sucks.</strong><br />
I&#8217;m sorry. Feel free to change stuff if you don&#8217;t like it, or look for other amaroK scripts. :)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://caffeinated-dreams.net/projects/irc-scripts/announcerok-amarok-script-for-xchat/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

