<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>startafire &#187; XChat</title>
	<atom:link href="http://blog.nik0.de/tag/xchat/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nik0.de</link>
	<description>Blut, Zombies &#38; Gewalt. Und Dings. Undso.</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:51:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>XChat: Exaile v0.3 Now Playing-Script</title>
		<link>http://blog.nik0.de/2009/08/xchat-exaile-v0-3-now-playing-script/</link>
		<comments>http://blog.nik0.de/2009/08/xchat-exaile-v0-3-now-playing-script/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 19:11:50 +0000</pubDate>
		<dc:creator>Niko</dc:creator>
				<category><![CDATA[Helferlein]]></category>
		<category><![CDATA[Musik]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[D-Bus]]></category>
		<category><![CDATA[Exaile]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[XChat]]></category>

		<guid isPermaLink="false">http://blog.nik0.de/?p=249</guid>
		<description><![CDATA[Nachdem ich schon so begeistert von Exaile war, fiel mir leider auf, dass mein Now Playing-Script nicht mehr funktionierte. Was bleibt einem da übrig, als dass man sich selbst daran macht ein solches Script zu schreiben? So habe ich mich nicht nur ein wenig mit D-Bus befasst, sondern auch mein erstes eigenes Python-Skript geschrieben. Bisweilen <a href='http://blog.nik0.de/2009/08/xchat-exaile-v0-3-now-playing-script/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich schon so <a href="http://blog.nik0.de/2009/08/aktueller-exaile-entwicklungsstand/">begeistert</a> von <a href="http://www.exaile.org">Exaile</a> war, fiel mir leider auf, dass mein <a href="http://blog.sonic88.org/2007/09/23/new-version-of-exaile-plugin-for-xchat/">Now Playing-Script</a> nicht mehr funktionierte. Was bleibt einem da übrig, als dass man sich selbst daran macht ein solches Script zu schreiben?</p>
<p>So habe ich mich nicht nur ein wenig mit <a href="http://en.wikipedia.org/wiki/D-Bus">D-Bus</a> befasst, sondern auch mein erstes eigenes <a href="http://www.python.org/">Python</a>-Skript geschrieben. Bisweilen hab ich nur Code angesehen und hier und da mal minimale Änderungen gemacht, nichts wirklich eigenes.</p>
<p>Das Script ermöglicht in <a href="http://xchat.org/">XChat</a> nicht nur sich selbst oder anderen zu zeigen, welches Lied gerade läuft, man kann Exaile damit auch steuern.<span style="text-decoration: line-through;"> Man kann sogar die Wiedergabe nach dem aktuellen Lied stoppen, die Entwicklerversion hat das Feature momentan (warum auch immer) nicht.</span> <img src='http://blog.nik0.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Ist im Release per Rechtsclick auf den Stop-Button enthalten.</p>
<p><span style="text-decoration: line-through;"><span id="more-249"></span>Damit es läuft benötigt das Script die Entwicklerversion aus Bazaar (wie man daran kommt findet man auf http://exaile.org/downloads unter <em>Bazaar</em>), <strong>NICHT</strong> <em>exaile-dev</em> (momentan ist das die 3. Alpha) aus dem Launchpad-PPA! Da keine weiteren Änderungen am D-Bus-Teil von Exaile geplant sind, sollte das ganze natürlich auch mit der fertigen Version 0.3 funktionieren &#8211; gegebenenfalls werde ich den Code anpassen <img src='http://blog.nik0.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p>
<p>UPDATE:<br />
Nach dem <a href="http://blog.nik0.de/2009/08/exaile-0-3-released/">Release von Exaile 0.3</a> kann man auch die stabile Version 0.3 verwenden.</p>
<p>Zur Funktionsübersicht hier einfacherweise die Hilfe:</p>
<p style="padding-left: 30px;">Exaile 0.3 Now Playing v0.2 for XChat<br />
You can use the following commands:<br />
<strong>/exaile</strong> to show others what your Exaile is playing<br />
<strong>/exaile silent</strong> to show only yourself what your Exaile is playing<br />
Other Functions are:<br />
<strong>/exaile</strong><strong> play</strong> to toggle play/pause.<br />
<strong>/exail</strong><strong>e next</strong> to jump to the next track.<br />
<strong>/exaile</strong><strong> prev</strong> to jump to the previous track.<br />
<strong>/exaile</strong><strong> stop</strong> to stop playing.<br />
<strong>/ex</strong><strong>aile sac</strong> to stop playing after the current track.<br />
<strong>/exa</strong><strong>ile vol+</strong> to increase the volume.<br />
<strong>/ex</strong><strong>aile vol-</strong> to decrease the volume.<br />
<strong>/exaile</strong> <strong>version</strong> to show plugin and player version.<br />
<strong>/exail</strong><strong>e help</strong> to show this help.</p>
<p>Für Wünsche, Anregungen etc. bin ich immer offen!</p>
<p>Nun, genug geschwafelt, hier ist der <a href="http://www.nik0.de/files/exaile_now_playing.py"><strong>Download</strong> (Version 0.2.1)</a>!</p>
<h3>Changelog:</h3>
<p><strong>2009-09-09</strong>:</p>
<ul>
<li>UTF-8 Encoding nun auch bei Jahr und Dateiname.</li>
<li>Download-Link geändert</li>
</ul>
<p style="text-align: center;"><strong>ACHTUNG: Wegen hohen Spam-Aufkommens habe ich Kommentare deaktiviert. Wer etwas beitragen will, der schreibt mir bitte eine Mail.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nik0.de/2009/08/xchat-exaile-v0-3-now-playing-script/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

