<?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>Brett Jenkins &#187; radio</title>
	<atom:link href="http://www.brettjenkins.co.uk/tag/radio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brettjenkins.co.uk</link>
	<description>brett@brettjenkins.co.uk</description>
	<lastBuildDate>Mon, 31 May 2010 02:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Icecast Total Hours Script</title>
		<link>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/</link>
		<comments>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:35:22 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SRA]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/?p=206</guid>
		<description><![CDATA[Hey,
I&#8217;ve had some interest in my icecast script over at the SRA forums, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!
This is my listener_join.php:
http://brettjenkins.co.uk/code/icecast/listener_join.txt
This is listener_leave.php:
http://brettjenkins.co.uk/code/icecast/listener_leave.txt
This is the SQL database structure:
CREATE TABLE IF NOT EXISTS `icecast` (
`id` int(11) NOT NULL auto_increment,
`icecast_id` int(11) [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ve had some interest in my icecast script over at the <a href="http://www.studentradio.org.uk/site/forum.php?mode=thread&amp;cat=4&amp;thread=151" class="broken_link">SRA forums</a>, so I thought i&#8217;d post it here so that anyone who cares can read and do what they want with it!</p>
<p>This is my listener_join.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_join.txt">http://brettjenkins.co.uk/code/icecast/listener_join.txt</a></p>
<p>This is listener_leave.php:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast/listener_leave.txt">http://brettjenkins.co.uk/code/icecast/listener_leave.txt</a></p>
<p>This is the SQL database structure:<br />
<code>CREATE TABLE IF NOT EXISTS `icecast` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`icecast_id` int(11) NOT NULL,<br />
`datetime_start` datetime NOT NULL,<br />
`datetime_end` datetime default NULL,<br />
`ip` varchar(20) NOT NULL,<br />
`mount` varchar(20) NOT NULL,<br />
`duration` int(11) default NULL,<br />
`agent` varchar(200) default NULL,<br />
`server` varchar(50) default NULL,<br />
`port` int(11) default NULL,<br />
`user` varchar(20) default NULL,<br />
`pass` varchar(20) default NULL,<br />
PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3087 ;</code></p>
<p>Some of the code probably isn&#8217;t as efficient as it could be, and if you want to tidy it up yourself thats cool, but I just programmed this fast.</p>
<p>This is a template for the icecast.xml file in the icecast server directory:</p>
<p><a href="http://brettjenkins.co.uk/code/icecast.xml">http://brettjenkins.co.uk/code/icecast.xml</a></p>
<p>Thats the backend sorted, there needs to be a front end to display the data, this is our main frontend stuff:<br />
<a href="http://brettjenkins.co.uk/code/icecast-admin/">http://brettjenkins.co.uk/code/icecast-admin/</a></p>
<p>I&#8217;ll just repeat that most of this was programmed quickly and wasn&#8217;t necessarily programmed with best practise in mind &#8211; the front end is very basic and there is a lot of scope for improvement if someone wanted to improve it.</p>
<p>Hope this helps!</p>
<p>P.S. Big thanks to the SRA for nominating me/xtreme for Best Technical Achievement Award <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/10/08/icecast-total-hours-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I love working in Radio&#8230;</title>
		<link>http://www.brettjenkins.co.uk/2009/05/17/why-i-love-working-in-radio/</link>
		<comments>http://www.brettjenkins.co.uk/2009/05/17/why-i-love-working-in-radio/#comments</comments>
		<pubDate>Sun, 17 May 2009 04:44:31 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[radio]]></category>
		<category><![CDATA[xtreme radio]]></category>
		<category><![CDATA[afan]]></category>
		<category><![CDATA[afan fm]]></category>
		<category><![CDATA[fm]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/?p=180</guid>
		<description><![CDATA[I love working in radio, okay i&#8217;m only doing community and student radio, but I still love it. Why?
Well I&#8217;m a Computer Science student, but I don&#8217;t think I could sit in front of a computer for the rest of my life programming. I like being an engineer at Xtreme Radio because one day I [...]]]></description>
			<content:encoded><![CDATA[<p>I love working in radio, okay i&#8217;m only doing community and student radio, but I still love it. Why?</p>
<p>Well I&#8217;m a Computer Science student, but I don&#8217;t think I could sit in front of a computer for the rest of my life programming. I like being an engineer at Xtreme Radio because one day I could be fiddling with the mixer, one day I could be programming the website, one day I could be in the attic fiddling with cables, one day I could be on the computers fiddling with playout systems. It&#8217;s varied, it&#8217;s interesting, it&#8217;s fun.</p>
<p>I also get to broadcast! Now don&#8217;t get me wrong, I don&#8217;t think I&#8217;m the next Chris Moyles, Jonathan Ross, Richard Bacon or even Terry Wogan. But I enjoy it, and I put quite a bit of effort into it, and to trying to improve myself. It also comes back to my point eariler, I can do tech stuff and I can even broadcast&#8230; brilliant <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now i&#8217;ve recently become involved in Afan FM, a community radio station covering Port Talbot &amp; Neath, and it&#8217;s great fun. The first live show I did there was very nervewracking, as it was the first time i&#8217;d broadcasted live on FM radio, a pretty big moment for me, and I was paranoid I was going to do something which I&#8217;d regret. Anyway hopefully i&#8217;m starting to loosen up a bit now, as i&#8217;m getting more used to the station, and i&#8217;m starting to &#8220;forget&#8221; about being on FM in a weird way, and just thinking about creating good radio. But on the same token, as i&#8217;m starting to become an IT Technician/Webmaster for the station, I can also fiddle with code, fiddle with websites and other stuff as well as be a DJ! What other job lets you have this much freedom?</p>
<p>I&#8217;m hoping to go into radio as a career when I leave university, but who knows where i&#8217;ll end up. Radio isn&#8217;t the best paid job in the world, hell i&#8217;ve not made a penny from Radio as yet, but I enjoy it, and i&#8217;d rather do something I enjoy but take a bit of a pay cut, then do something I hate but get more money, I mean whats the point in spending ~8 hours a day doing something you hate, just for more money?! Life is too short!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2009/05/17/why-i-love-working-in-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://www.brettjenkins.co.uk/2008/12/07/update/</link>
		<comments>http://www.brettjenkins.co.uk/2008/12/07/update/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 18:51:02 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[xtreme radio]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[xtreme]]></category>
		<category><![CDATA[Zane Lowe]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=142</guid>
		<description><![CDATA[Hey folks,
Sorry for the lack of posts, i&#8217;ve been so busy!
Xtreme Radio is doing well, and you can check out my Show 1-3 on Monday   &#8211; Will probably be the last one this year however, and will probably get a different time next semester, but listen regardless   or&#8230; listen again. THERE [...]]]></description>
			<content:encoded><![CDATA[<p>Hey folks,</p>
<p>Sorry for the lack of posts, i&#8217;ve been so busy!</p>
<p>Xtreme Radio is doing well, and you can check out my Show 1-3 on Monday <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; Will probably be the last one this year however, and will probably get a different time next semester, but listen regardless <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  or&#8230; listen again. THERE IS NO EXCUSE! <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway Xtreme turned 40 a few weeks ago and Zane Lowe came down to DJ. He was great, he really does know how to mix!</p>
<p>I&#8217;ve been a bit snowed under with coursework lately, but it&#8217;s the last day of term on Friday, yipppppie! Can&#8217;t wait to have a break, this semester has been really really tough, the courses are very hard.</p>
<p>So that&#8217;s a brief update on what i&#8217;ve been up to, i&#8217;ll try and post a bit more often over the holidays <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have fun,<br />
Brett</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/12/07/update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xtreme is Back</title>
		<link>http://www.brettjenkins.co.uk/2008/09/20/xtreme-is-back/</link>
		<comments>http://www.brettjenkins.co.uk/2008/09/20/xtreme-is-back/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 19:24:40 +0000</pubDate>
		<dc:creator>Brett Jenkins</dc:creator>
				<category><![CDATA[xtreme radio]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[xtreme]]></category>

		<guid isPermaLink="false">http://www.brettjenkins.co.uk/blog/?p=138</guid>
		<description><![CDATA[Just a heads up, the exec of Xtreme will be broadcasting every day for freshers week so tune in   Oh and the site is now officially launched: xtremeradio.org
]]></description>
			<content:encoded><![CDATA[<p>Just a heads up, the exec of Xtreme will be broadcasting every day for freshers week so tune in <img src='http://www.brettjenkins.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Oh and the site is now officially launched: <a href="http://xtremeradio.org">xtremeradio.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brettjenkins.co.uk/2008/09/20/xtreme-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
