<?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: Roadmap, etc</title>
	<atom:link href="http://blog.songbirdnest.com/2006/02/10/roadmap-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/</link>
	<description>Play music. Play the Web.</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: billapepper</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-877</link>
		<dc:creator>billapepper</dc:creator>
		<pubDate>Mon, 11 Dec 2006 05:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-877</guid>
		<description>I appriciate your suggestion, it seemed to work much better (I also had a newer version of Songbird, so not 100% sure if the issue had been fixed) I am still really excited about this project and love watching the progress. Keep up the good work!

&lt;a href=&quot;www.nikkfolts.com&quot;&gt;Nikk Folts&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I appriciate your suggestion, it seemed to work much better (I also had a newer version of Songbird, so not 100% sure if the issue had been fixed) I am still really excited about this project and love watching the progress. Keep up the good work!</p>
<p><a href="www.nikkfolts.com">Nikk Folts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mig</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-876</link>
		<dc:creator>mig</dc:creator>
		<pubDate>Fri, 17 Feb 2006 00:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-876</guid>
		<description>Hello!

While we love VLC, our plan is to create an API that can swap different media cores underneath songbird (for instance, the WMP or QT plugins).

The plugins that come from the major players tend to have very shallow APIs, so we have to model our core-swapping API after an essential subset of what is available to us.

This means issues like metadata reading need to be separated into specialized interfaces.

Also, our vlc plugin has some seriously messed up memory usage errors that aren&#039;t apparent unless you run songbird under a debugger and see all the user breakpoints that pop.  I&#039;d be careful with it.  We ourselves haven&#039;t figured out the magical incantation to make it work properly.

Thanks very much for your comments and participation, though.  We love you guys!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>While we love VLC, our plan is to create an API that can swap different media cores underneath songbird (for instance, the WMP or QT plugins).</p>
<p>The plugins that come from the major players tend to have very shallow APIs, so we have to model our core-swapping API after an essential subset of what is available to us.</p>
<p>This means issues like metadata reading need to be separated into specialized interfaces.</p>
<p>Also, our vlc plugin has some seriously messed up memory usage errors that aren&#8217;t apparent unless you run songbird under a debugger and see all the user breakpoints that pop.  I&#8217;d be careful with it.  We ourselves haven&#8217;t figured out the magical incantation to make it work properly.</p>
<p>Thanks very much for your comments and participation, though.  We love you guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-875</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 16 Feb 2006 20:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-875</guid>
		<description>Hello,

For M4A metadata, true, we don&#039;t support it at the moment. Maybe it would be simpler to add support for it in VLC&#039;s MP4 demuxer than using another external API ?

For HTTP parsing, the fact is that we force &quot;file&quot; access in input_Preparse to avoid &quot;accidentally&quot; parsing lots of HTTP streams (which can be very long). A simple fix would be stop forcing file here, and to add an argument to input_Preparse to force an access. Then, normal playlist could still force file, and you could force http (or not force anything) from your app.

We plan on extending both libvlc and the mozilla plugin to improve metadata handling, but I don&#039;t know if it will be ready for 0.8.5. If it is not, I think we&#039;ll merge your patch</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>For M4A metadata, true, we don&#8217;t support it at the moment. Maybe it would be simpler to add support for it in VLC&#8217;s MP4 demuxer than using another external API ?</p>
<p>For HTTP parsing, the fact is that we force &#8220;file&#8221; access in input_Preparse to avoid &#8220;accidentally&#8221; parsing lots of HTTP streams (which can be very long). A simple fix would be stop forcing file here, and to add an argument to input_Preparse to force an access. Then, normal playlist could still force file, and you could force http (or not force anything) from your app.</p>
<p>We plan on extending both libvlc and the mozilla plugin to improve metadata handling, but I don&#8217;t know if it will be ready for 0.8.5. If it is not, I think we&#8217;ll merge your patch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mig</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-874</link>
		<dc:creator>mig</dc:creator>
		<pubDate>Wed, 15 Feb 2006 05:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-874</guid>
		<description>Yah.  Type *.* as the filename and it will show you the flac files.  You can select and play one of them.  It won&#039;t work very well, but it will play.
</description>
		<content:encoded><![CDATA[<p>Yah.  Type *.* as the filename and it will show you the flac files.  You can select and play one of them.  It won&#8217;t work very well, but it will play.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-873</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 14 Feb 2006 00:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-873</guid>
		<description>Sorry for the long post, I just wanted to attempt to give you a somewhat detailed explanation of what&#039;s going on.
Bad news.  When I go to File-&gt;Open, and navigate to the folder containing the FLAC and some WMA files, Songbird will only recognize the WMA files.  It doesn&#039;t see the FLAC files at all.  When I try to change the type of files it&#039;s looking at, the only option is &quot;Media Files&quot;.  Otherwise I would just change that to *.* All Files.  When I right click on the file and select Open With... and then choose Songbird from the menu, it gets hung up on it and doesn&#039;t do anything except appear to go around in circles trying to play it.  And these FLAC files have been properly encoded as they play in WMP (with proper plugin), Foobar2000, and the regular VLC media player (though admittedly with some problems in VLC.  It will play for a second, sound will cut out for a half second, and then come back when it starts, and then if you skip to another part, it will do the same thing).  While songbird doesn&#039;t suffer from that problem with my lossless WMAs, it does cut off the first approximately half second.  This is really more of an annoyance and your attention should probably be concentrated on other things before worrying about a half second of music.  But being able to play FLAC would be great.  Thanks for taking the time to answer these questions.  I really appreciate it.</description>
		<content:encoded><![CDATA[<p>Sorry for the long post, I just wanted to attempt to give you a somewhat detailed explanation of what&#8217;s going on.<br />
Bad news.  When I go to File->Open, and navigate to the folder containing the FLAC and some WMA files, Songbird will only recognize the WMA files.  It doesn&#8217;t see the FLAC files at all.  When I try to change the type of files it&#8217;s looking at, the only option is &#8220;Media Files&#8221;.  Otherwise I would just change that to *.* All Files.  When I right click on the file and select Open With&#8230; and then choose Songbird from the menu, it gets hung up on it and doesn&#8217;t do anything except appear to go around in circles trying to play it.  And these FLAC files have been properly encoded as they play in WMP (with proper plugin), Foobar2000, and the regular VLC media player (though admittedly with some problems in VLC.  It will play for a second, sound will cut out for a half second, and then come back when it starts, and then if you skip to another part, it will do the same thing).  While songbird doesn&#8217;t suffer from that problem with my lossless WMAs, it does cut off the first approximately half second.  This is really more of an annoyance and your attention should probably be concentrated on other things before worrying about a half second of music.  But being able to play FLAC would be great.  Thanks for taking the time to answer these questions.  I really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-872</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Feb 2006 22:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-872</guid>
		<description>Actually, if you point to a FLAC file with File-&gt;Open, Songbird should play it.

It&#039;s my fault I forgot to add the flac extension to our list of extensions we scan for.

That will be fixed in 0.1.1

Sorry.</description>
		<content:encoded><![CDATA[<p>Actually, if you point to a FLAC file with File->Open, Songbird should play it.</p>
<p>It&#8217;s my fault I forgot to add the flac extension to our list of extensions we scan for.</p>
<p>That will be fixed in 0.1.1</p>
<p>Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-871</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Feb 2006 06:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-871</guid>
		<description>I just downloaded VLC.  Sadly, I&#039;m not very experienced in VLC or just about anything without a GUI.  :(  There was an option to transcode to flac, but I&#039;m not sure i did it right.  The .flac file that came out plays fine in VLC of course, but i can&#039;t get it to play in WMP or Foobar2000 and I don&#039;t think songbird does it yet.  The option is in the default install.  I just didn&#039;t do it right.  But thanks for everything so far.</description>
		<content:encoded><![CDATA[<p>I just downloaded VLC.  Sadly, I&#8217;m not very experienced in VLC or just about anything without a GUI.  <img src='http://blog.songbirdnest.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   There was an option to transcode to flac, but I&#8217;m not sure i did it right.  The .flac file that came out plays fine in VLC of course, but i can&#8217;t get it to play in WMP or Foobar2000 and I don&#8217;t think songbird does it yet.  The option is in the default install.  I just didn&#8217;t do it right.  But thanks for everything so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-870</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 12 Feb 2006 22:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-870</guid>
		<description>Actually, I was able to play music off my 4G 40GB iPod.  I used the &quot;scan for media&quot; option and told it to scan my iPod.  The playback was a bit sketchy, and it was kinda tedious to have to delete all those tracks from my library manually when I unplugged my iPod, but it did play them.  I don&#039;t have my iPod set up as a generic storage device or anything, either.</description>
		<content:encoded><![CDATA[<p>Actually, I was able to play music off my 4G 40GB iPod.  I used the &#8220;scan for media&#8221; option and told it to scan my iPod.  The playback was a bit sketchy, and it was kinda tedious to have to delete all those tracks from my library manually when I unplugged my iPod, but it did play them.  I don&#8217;t have my iPod set up as a generic storage device or anything, either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mig</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-869</link>
		<dc:creator>mig</dc:creator>
		<pubDate>Sun, 12 Feb 2006 10:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-869</guid>
		<description>Uhm... dunno... :)  

Can VLC transcode to FLAC by default or do you have to go get an extension for it?

It may be that if you take VLC as part of your base install, you&#039;ll have to download all of CDRip/Burn as an extension.

Maybe.  

Those are some of the 0.3 issues we still have to discuss and resolve.

</description>
		<content:encoded><![CDATA[<p>Uhm&#8230; dunno&#8230; <img src='http://blog.songbirdnest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>Can VLC transcode to FLAC by default or do you have to go get an extension for it?</p>
<p>It may be that if you take VLC as part of your base install, you&#8217;ll have to download all of CDRip/Burn as an extension.</p>
<p>Maybe.  </p>
<p>Those are some of the 0.3 issues we still have to discuss and resolve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mig</title>
		<link>http://blog.songbirdnest.com/2006/02/10/roadmap-etc/comment-page-1/#comment-868</link>
		<dc:creator>mig</dc:creator>
		<pubDate>Sun, 12 Feb 2006 10:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.songbirdnest.com/2006/02/10/roadmap-etc#comment-868</guid>
		<description>Yah, so, as the comments in the releasenotes point out, the metadata scanning loop is kinda resource hungry.

When it&#039;s scanning over your LAN connection, it&#039;s more like a vicious predator.

I&#039;d suggest not trying to do anything at all while the &quot;Scanning...&quot; text is up.  

Once all that metadata loads, the system isn&#039;t half as crashy.</description>
		<content:encoded><![CDATA[<p>Yah, so, as the comments in the releasenotes point out, the metadata scanning loop is kinda resource hungry.</p>
<p>When it&#8217;s scanning over your LAN connection, it&#8217;s more like a vicious predator.</p>
<p>I&#8217;d suggest not trying to do anything at all while the &#8220;Scanning&#8230;&#8221; text is up.  </p>
<p>Once all that metadata loads, the system isn&#8217;t half as crashy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

