<?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>B:\datenbrei &#187; music</title>
	<atom:link href="http://b4mad.net/datenbrei/skos/mobile/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://b4mad.net/datenbrei</link>
	<description>Collaborating Individuals - All Knowledge on one Floppy</description>
	<lastBuildDate>Mon, 18 Feb 2013 08:00:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>That&#8217;s all for tonight</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/08/thats-all-for-tonight/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/02/08/thats-all-for-tonight/#comments</comments>
		<pubDate>Tue, 08 Feb 2005 00:22:25 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[B4mad]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/08/thats-all-for-tonight/</guid>
		<description><![CDATA[just another mind bending sound whacklet from the profundities of erdGeschoss #B4music&#8230; Der MÃ¶p!!]]></description>
				<content:encoded><![CDATA[<p>just another mind bending sound whacklet from the profundities of erdGeschoss #B4music&#8230; <a href="http://b4mad.net/lagerhaus/Der%20Mo%CC%88p.mp3">Der MÃ¶p</a>!!</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/02/08/thats-all-for-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS 1.0 Enclosure Aggregator</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/#comments</comments>
		<pubDate>Mon, 07 Feb 2005 22:23:38 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/</guid>
		<description><![CDATA[Hello World! This is the 0.2 release of gclosure, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it&#8217;s intention is to bring all the wonderful RDF features to the world of podcasting. It uses librdf and was hacked together with a lot of help of dajobe (once again). [...]]]></description>
				<content:encoded><![CDATA[<p>Hello World! <a href="http://B4mad.Net/svn/gclosure/">This is the 0.2 release</a> of <em>gclosure</em>, a RSS 1.0 and Rss 2.0 enabled enclosure aggregator primarly targetet at Podcast downloading. Basically it&#8217;s intention is to bring all the wonderful RDF features to the world of podcasting. It uses <a href="http://librdf.org/">librdf</a> and was hacked together with a lot of help of dajobe (once again). First milestone is to see the download counter climbe higher than 3 :) Thanks for feedback&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/02/07/rss-10-enclosure-aggregator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RDF/RSS1.0 podcasting updates</title>
		<link>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/#comments</comments>
		<pubDate>Fri, 04 Feb 2005 15:39:36 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/</guid>
		<description><![CDATA[I think I am going to build a podcast aggregator on my own, usage of RDF/RSS1.0 in the podcasting universe must be enhanced&#8230; The first step would be a Python console application getting the usual suspect&#8217;s podcasts. As it&#8217;s beeing Python the natural choice seems to be librdf, so get a grip on Rasqal. With [...]]]></description>
				<content:encoded><![CDATA[<p>I think I am going to build a podcast aggregator on my own, usage of RDF/RSS1.0 in the podcasting universe must be enhanced&#8230; The first step would be a <a href="http://www.python.org/">Python</a> console application getting the usual suspect&#8217;s podcasts. As it&#8217;s beeing Python the natural choice seems to be librdf, so get a grip on <a href="http://librdf.org/rasqal/">Rasqal</a>. With a little help of <a href="http://purl.org/net/dajobe/">dajobe</a> I got a <a href="http://www.org/TR/2005/WD-rdf-sparql-protocol-20050114/">SPARQL </a> query to get the list of Enclosures and the Length out of my RDF/RSS1.0 feed. Here is the code:<br />
<code><br />
PREFIX dc: &lt;http ://purl.org/dc/elements/1.1/&gt;<br />
PREFIX rss: &lt;http ://purl.org/rss/1.0/&gt;<br />
PREFIX enc: &lt;http ://purl.oclc.org/net/rss_2.0/enc#&gt;<br />
SELECT ?title ?enc ?len<br />
WHERE ( ?item rdf:type rss:item )<br />
      ( ?item rss:title ?title )<br />
      ( ?enclosure rdf:type enc:Enclosure )<br />
      ( ?item enc:enclosure ?enclosure )<br />
      ( ?enclosure enc:url ?enc )<br />
      ( ?enclosure enc:type ?type )<br />
      ( ?enclosure enc:length ?len )<br />
AND ?type =~ /audio/mpeg/<br />
</code></p>
<p>Have a <a href="http://tinyurl.com/5xzvv">try on it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/02/04/rdfrss10-podcasting-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RDF/RSS1.0 podcasting</title>
		<link>http://b4mad.net/datenbrei/archives/2005/01/30/rdfrss10-podcasting/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/01/30/rdfrss10-podcasting/#comments</comments>
		<pubDate>Sun, 30 Jan 2005 11:31:19 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/01/30/rdfrss10-podcasting/</guid>
		<description><![CDATA[I really don&#8217;t know if there are some RSS1.0 aware podcasting clients out there&#8230; iPodder isn&#8217;t :( but this is for you: flt.mp3 (find it also in the enclosure of the rss1.0 feed for this category).]]></description>
				<content:encoded><![CDATA[<p>I really don&#8217;t know if there are some RSS1.0 aware podcasting clients out there&#8230; iPodder isn&#8217;t :( but this is for you: <a href="http://B4mad.Net/lagerhaus/flt.mp3">flt.mp3</a> (find it also in the enclosure of the <a href="http://B4mad.Net/datenbrei/skos/mobile/music/rdf">rss1.0 feed for this category</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/01/30/rdfrss10-podcasting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adam Green?!</title>
		<link>http://b4mad.net/datenbrei/archives/2005/01/20/adam-green/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/01/20/adam-green/#comments</comments>
		<pubDate>Thu, 20 Jan 2005 09:19:39 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[general blogging]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/01/20/adam-green/</guid>
		<description><![CDATA[nur ne kurze Randnotiz: Ich hab keinen Bock mehr auf Adam Green, weder auf seine Musik noch auf seine Gedichte!]]></description>
				<content:encoded><![CDATA[<p>nur ne kurze Randnotiz: Ich hab keinen Bock mehr auf Adam Green, weder auf seine Musik noch auf seine Gedichte! </p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/01/20/adam-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>just passing into the night&#8230;</title>
		<link>http://b4mad.net/datenbrei/archives/2005/01/17/just-passing-into-the-night/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/01/17/just-passing-into-the-night/#comments</comments>
		<pubDate>Mon, 17 Jan 2005 22:05:30 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[B4mad]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/01/17/just-passing-into-the-night/</guid>
		<description><![CDATA[on some real relaxing rock-n-roll Obscene &#38; Pornographic Art from the album &#8220;Power Of Pussy&#8221; by Bongwater get that stuff down to your HDD and in your head by some mp3-to-musik converter&#8230;]]></description>
				<content:encoded><![CDATA[<p>on some real relaxing rock-n-roll <strong>Obscene &#38; Pornographic Art</strong> from the album &#8220;Power Of Pussy&#8221; by <a href="http://www.google.com/search?q=%22Bongwater%22">Bongwater</a></p>
<p>get that stuff down to your HDD and in your head by some mp3-to-musik converter&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/01/17/just-passing-into-the-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pod we cast?!</title>
		<link>http://b4mad.net/datenbrei/archives/2005/01/17/pod-we-cast/</link>
		<comments>http://b4mad.net/datenbrei/archives/2005/01/17/pod-we-cast/#comments</comments>
		<pubDate>Mon, 17 Jan 2005 00:07:50 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2005/01/17/pod-we-cast/</guid>
		<description><![CDATA[So what is podcasting about? Downloading mp3 file discovered by looking for enclosures in a RSS feed. And it is about regaining control over broadcast (kind of) radio, which is basically a philosophical point. In general, podcasting is a very convenient way to consume information. aggregation technology for RSS feeds is good and downloading applications [...]]]></description>
				<content:encoded><![CDATA[<p>So what is podcasting about? Downloading mp3 file discovered by looking for enclosures in a RSS feed. And it is about regaining control over broadcast (kind of) radio, which is basically a philosophical point. </p>
<p>In general, podcasting is a very convenient way to consume information. aggregation technology for RSS feeds is good and downloading applications such as <a href="http://ipodder.sourceforge.net/">iPodder</a> help getting all podcasts together. </p>
<p>From my point of view the most time consuming task ist listening&#8230; you need to invest 45min if your podcast is 45min (maybe 35min&#8230;). So called shownotes help finding stuff that is most interessting, thus having good show notes is a good tool to deliver a high service level to the consumers of podcasts. From my point of view this is a good example: <a href="http://b4mad.net/datenbrei/photos.php?album=65631&#038;photo=2613952"><img src="http://photos2.flickr.com/2613952_1c391d74da_m.jpg" alt="screenshot" /></a>. Topics are very easy to identify and have a time index so it&#8217;s easy to jump directly to the topic of my personal interesst.</p>
<p>more to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2005/01/17/pod-we-cast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments on and refrences from a MP3 file</title>
		<link>http://b4mad.net/datenbrei/archives/2004/12/13/comments-on-and-refrences-from-a-mp3-file/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/12/13/comments-on-and-refrences-from-a-mp3-file/#comments</comments>
		<pubDate>Mon, 13 Dec 2004 20:34:33 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/12/13/comments-on-and-refrences-from-a-mp3-file/</guid>
		<description><![CDATA[How to comment on a MP3 or how to reference a file on the web from a MP3, and maybe while playing back that MP3 using a mediaplayer to display the linked information. Listening to Adam Curry&#8216;s lates Daily Source Code (rss) I found a audio comment by Koan Bremner talking about the interlinkage of [...]]]></description>
				<content:encoded><![CDATA[<p>How to comment on a MP3 or how to reference a file on the web from a MP3, and maybe while playing back that MP3 using a mediaplayer to display the linked information.</p>
<p><span id="more-97"></span><br />
Listening to <a href="http://live.curry.com/">Adam Curry</a>&#8216;s <a href="http://live.curry.com/outlines/DSC-2004-12-13.html">lates Daily Source Code</a> (<a href="http://radio.weblogs.com/0001014/categories/dailySourceCode/rss.xml" title="Daily Source podcasting feed">rss</a>) I found a <a href="http://radio.weblogs.com/0001014/2004/09/09.html#a6520">audio comment by Koan Bremner</a> talking about the interlinkage of <a href="http://www.opml.org/">OPML</a> and MP3 (via id3 tags). Maybe the thing I tried to outline early on the blog is exactly one of this applications the podcasters are looking for. Podcasting is very much like having a (partly) offline multi media (mp3, mail, html, opml) conversation or discussing an idea and making annotations to that idea as MP3 file. So, it&#8217;s not just about linkage from a MP3 to a OPML and vice versa but also about timely correct linkage. What is also needed is a fancy GUI editor to attach the audio comment to the right position of the MP3 one is annotating. After that, there needs to be a publishing mechanism including a trackback/pingback to the URL of the initial MP3 file.</p>
<p>So there needs to be some evaluation on the technologies like OPML, RSS 1.0, MP3 ID3 tags and trackbacks and the opportunities to link them together. In addition to that I will try to pin down a concept for that editor the annotating user could use and the publishing mechanism. And I will have a close look at <a href="http://live.curry.com/">Adam&#8217;s blog</a>, maybe there are some interessting things going on too.</p>
<p>unter&#8217;m Strich: MP3 file containing ID3 tags with html:a to a URL of an OPML file which also contains RDF stuff (RSS 1.0) with enclosures pointing to some URL of other MP3 files</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/12/13/comments-on-and-refrences-from-a-mp3-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my iPod and my childhood</title>
		<link>http://b4mad.net/datenbrei/archives/2004/09/23/my-ipod-and-my-childhood/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/09/23/my-ipod-and-my-childhood/#comments</comments>
		<pubDate>Thu, 23 Sep 2004 11:27:11 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/09/23/my-ipod-and-my-childhood/</guid>
		<description><![CDATA[This is the perfect mix for every boy (and girl) arround the world: Lego and iPod. I must reanimate my Mindstorm, there must be some useful to do with it.]]></description>
				<content:encoded><![CDATA[<p>This is the perfect mix for every boy (and girl) arround the world: <a href="http://photobucket.com/albums/v449/plywood_ebay/Ipod%20stand%201/">Lego and iPod</a>. I must reanimate my <a href="http://mindstorms.lego.com/">Mindstorm</a>, there must be some useful to do with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/09/23/my-ipod-and-my-childhood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod &#8211; The missing tools</title>
		<link>http://b4mad.net/datenbrei/archives/2004/08/20/ipod-the-missing-tools/</link>
		<comments>http://b4mad.net/datenbrei/archives/2004/08/20/ipod-the-missing-tools/#comments</comments>
		<pubDate>Fri, 20 Aug 2004 09:25:29 +0000</pubDate>
		<dc:creator>[GNU]</dc:creator>
				<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://B4mad.Net/datenbrei/archives/2004/08/20/ipod-the-missing-tools/</guid>
		<description><![CDATA[So, after some time wiht my iPod I must say it is nearly good, a few things are missing: a key combination on the remote control to set the playlist to the album of the currently played back song&#8230; would be nice, because I use random play over all songs most of the time some [...]]]></description>
				<content:encoded><![CDATA[<p>So, after some time wiht my iPod I must say it is nearly good, a few things are missing:</p>
<ul>
<li>a key combination on the remote control to set the playlist to the album of the currently played back song&#8230; would be nice, because I use random play over all songs most of the time</li>
<li>some kind of bluetooth interface, to mute the iPod if the phone rings, or even more sophisticated: to mute the iPod if some friend (look at my FOAF file&#8230;) comes in range</li>
<li>some plugin that reads the interpret and title of the song to me if i request it via a key combination on the remote control</li>
</ul>
<p>I guess most of the things are possible, but heavily related to extending the software on the iPod&#8230; where is the iPod SDK??</p>
]]></content:encoded>
			<wfw:commentRss>http://b4mad.net/datenbrei/archives/2004/08/20/ipod-the-missing-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
