<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quick Tip: load an M3U playlist</title>
	<atom:link href="http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 08:30:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anonim</title>
		<link>http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/comment-page-1/#comment-86400</link>
		<dc:creator>anonim</dc:creator>
		<pubDate>Thu, 13 Sep 2007 06:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/#comment-86400</guid>
		<description>Hi

Nice work. May I ask if streaming last.fm stations is planned?

thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Nice work. May I ask if streaming last.fm stations is planned?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/comment-page-1/#comment-86398</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Thu, 13 Sep 2007 05:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://abock.org/2007/09/12/quick-tip-load-an-m3u-playlist/#comment-86398</guid>
		<description>I don&#039;t know banshee well enough to really suggest this, but does it understand file urls such that they can be treated as an absolute path to the m3u file? I.e. pass it &#039;file:///home/username/mymusicfolder/myplaylist.m3u&#039;

Mostly it would be prepending the absolute path for the m3u on the local filesystem with &#039;file://&#039; which you could do as a script along the lines of:

-rwxr-xr-x PlayInBanshee.sh 
#/bin/bash
banshee --enqueue file\://`type ${1} &#124; awk &#039;{ print $3 }&#039;`


Now I&#039;m not sure if I have the syntax correct, or what parts of it are even necessary, but it was just a thought.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know banshee well enough to really suggest this, but does it understand file urls such that they can be treated as an absolute path to the m3u file? I.e. pass it &#8216;file:///home/username/mymusicfolder/myplaylist.m3u&#8217;</p>
<p>Mostly it would be prepending the absolute path for the m3u on the local filesystem with &#8216;file://&#8217; which you could do as a script along the lines of:</p>
<p>-rwxr-xr-x PlayInBanshee.sh<br />
#/bin/bash<br />
banshee &#8211;enqueue file\://`type ${1} | awk &#8216;{ print $3 }&#8217;`</p>
<p>Now I&#8217;m not sure if I have the syntax correct, or what parts of it are even necessary, but it was just a thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
