<?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>MakeUseOf &#187; listen</title>
	<atom:link href="http://www.makeuseof.com/tags/listen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:31:53 +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>How To Add Your Podcast Feeds To Your XBMC Media Center</title>
		<link>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/</link>
		<comments>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:01:26 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98963</guid>
		<description><![CDATA[Get access to your favorite podcasts, video or audio, using XBMC. You don't need any plugin to listen to podcasts, but the method of doing so isn't entirely obvious and the official documentation isn't exactly helpful. I spent two weeks playing around with plugins that didn't really help before stumbling upon this method, so I feel like I should share it.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xbmc-podcast-icon.png?323f2c" alt="" />Get access to your favorite <a href="http://www.makeuseof.com/tags/podcast/">podcasts</a>, video or audio, using XBMC. Whether you want to listen to <a href="http://technophiliapodcast.com/">Technophilia</a> or <a href="http://www.makeuseof.com/tag/5-podcasts-check/">a podcast that&#8217;s actually good</a>, XBMC has you covered in a roundabout way.</p>
<p>You don&#8217;t need any plugin to listen to podcasts, but the method of doing so isn&#8217;t entirely obvious and the <a href="http://wiki.xbmc.org/index.php?title=RSS_Feeds">official documentation</a> isn&#8217;t exactly helpful. I spent two weeks playing around with plugins that didn&#8217;t really help before stumbling upon this method, so I feel like I should share it.</p>
<p>Simply put, there are no good plugins, as of this writing, for managing your podcasts in XBMC, but there is a way to listen to and watch podcasts by default. Your <a href="http://www.makeuseof.com/tags/media-center/">media center</a> will be way better if you do this.</p>
<h2>Adding Your Podcast Using The GUI</h2>
<p>So what&#8217;s the trick? Basically, it&#8217;s adding the RSS feed as a media source. I know, it&#8217;s not intuitive. The media source menu seems like a place to add folders with media files and nothing else, but that&#8217;s simply not the case.</p>
<p>Head to the &#8220;<em>File</em>&#8221; menu of the music or video section of XBMC, depending on what sort of podcast you are adding. Then click &#8220;<em>Add Source.</em>&#8221; Instead of adding a folder on your computer, type the RSS feed yourself, beginning with &#8220;<em>rss://&#8221;</em> instead of <em>&#8220;http://&#8221;</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-add.png?323f2c" alt="" width="580" height="304" /></p>
<p>So far as I can tell, you can&#8217;t paste the URL into XBMC, meaning you&#8217;ll have to type the URL by hand. Keep reading if this is too much work; there&#8217;s another method.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-sources.png?323f2c" alt="" width="580" height="234" /></p>
<p>Repeat the process for all of your podcasts, being sure to put video and audio podcasts in their proper places. That&#8217;s it; you can now stream music from your podcasts by browsing the &#8220;<em>File</em>&#8221; section whenever you like.</p>
<h2>Editing Sources.xml</h2>
<p>Do you prefer editing a text file rather than messing around with the GUI? That makes sense. You can manually add your sources in Sources.xml, if you&#8217;re geeky enough to figure it out.</p>
<p>Where is Sources.xml? It depends what operating system you&#8217;re using. Here&#8217;s the list:</p>
<ul>
<li><strong>Windows XP:</strong> <em>Documents and Settings\Application Data\XBMC\userdata\</em><br />
<strong></strong></li>
<li><strong>Vista/Windows 7:</strong> <em>Users\\AppData\Roaming\XBMC\userdata\</em><br />
<strong></strong></li>
<li><strong>Mac OS X:</strong> <em>/Users//Library/Application Support/XBMC/userdata/</em><br />
<strong></strong></li>
<li><strong>iOS:</strong><em> /private/var/mobile/Library/Preferences/XBMC/userdata/</em><br />
<strong></strong></li>
<li><strong>Linux:</strong> <em>$HOME/.xbmc/userdata/</em></li>
</ul>
<p>Once you&#8217;ve found the file, you&#8217;re going to need to add code. Use this code:</p>
<p><code>&lt;source&gt;<br />
&lt;name&gt;RSS Feed&lt;/name&gt;<br />
&lt;path&gt;rss://&lt;/path&gt;<br />
&lt;/source&gt;<br />
</code></p>
<p>You&#8217;re going to need to replace &#8220;<em>RSS Feed</em>&#8221; with the name of your podcast, and <em>&#8220;rss://</em>&#8221; with the URL of your podcast. Remember: you need to replace &#8220;<em>http://</em>&#8221; with &#8220;<em>rss://</em>&#8221; or this may not work. You&#8217;re also going to want to make sure that audio podcasts are within this &lt;music&gt; tag, while video ones are within the &lt;video&gt; tag.</p>
<p>Are you confused by this method? Stick to the GUI, then, but know that learning this can save you time.</p>
<h2>Using The Favorites</h2>
<p>Once you&#8217;ve added your podcasts you&#8217;re going to want to browse them regularly. They&#8217;ll be a lot easier to find if you add them to your favorites. Doing so is easy &#8211; simply right-click on the podcast in the &#8220;<em>File</em>&#8221; menu, or press the &#8220;C&#8221; key while the podcast is selected. Then click &#8220;<em>Add to Favorites</em>&#8221;</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/02/xmbc-podcast-favorite.png?323f2c" alt="" width="580" height="232" /></p>
<p>You can add just about anything to your favorites, including <a href="http://www.makeuseof.com/tag/5-amazing-addons-xbmc-media-center/">shows and sections from addons</a> and even <a href="www.makeuseof.com/tag/watch-hulu-tv-shows-movies-xbmc/">shows on Hulu</a>, so this menu will quickly become the center of your media center.</p>
<h2>Conclusion</h2>
<p>XBMC is complicated, but rewarding. Adding podcasts is no exception. I don&#8217;t know why this needed to be so hard, but I really like having access now that I figured it out. I hope I&#8217;ve helped you solve a problem too.</p>
<p>What podcasts do you like to watch or listen to on your media center? Share, along with any other thoughts, in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/add-podcast-feeds-xbmc-media-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>6 Fantastic Ways To Discover Cool Music You&#8217;ve Never Heard Before</title>
		<link>http://www.makeuseof.com/tag/6-fantastic-ways-discover-cool-music-heard/</link>
		<comments>http://www.makeuseof.com/tag/6-fantastic-ways-discover-cool-music-heard/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 23:31:33 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[indie music]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[music albums]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[streaming music]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98737</guid>
		<description><![CDATA[If you’re a music lover, you’re familiar with the constant need to discover new music. You already know lots of good music you like, but the thirst for more is unstoppable. There’s lots of good music out there most of us never even heard of - Indie artists and small bands that haven’t yet made their way to the big websites or labels. But this doesn’t mean they’re not worth listening to.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/music-300.png?323f2c" alt="discover cool music" />If you’re a music lover, you’re familiar with the constant need to discover new music. You already know lots of good music you like, but the thirst for more is unstoppable. There’s lots of good music out there most of us never even heard of &#8211; Indie artists and small bands that haven’t yet made their way to the big websites or labels. But this doesn’t mean they’re not worth listening to.</p>
<p>If you have access to Last.fm, Pandora or Spotify, you may find all your new music needs there. But these services don’t include everything, and more importantly, they’re geo-restricted. So without further ado, here are 6 great ways to discover cool music you’ve never heard before, no matter where you are in the world.</p>
<h2><a href="http://www.earbits.com">Earbits Radio</a></h2>
<p>Earbits is a fantastic website in which you can discover new music, listen to it, learn about new artists, chat and comment about them, and much more. To start, all you have to do is pick a station. Stations are based on genres, but there are loads of them to choose from. Whether you’re interested in experimental rock, funk jazz or street hop, you’re going to find it in Earbits.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/earbits-1.png?323f2c" alt="discover cool music" width="373" height="510" border="0" /></p>
<p>If you can’t even decide on a genre, you can choose a shuffle station, or go for editor’s picks or listener’s picks stations. After you choose a station, the music will immediately start playing, featuring a huge image of the artist and a short bio and buy links on the bottom.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/earbits-2.png?323f2c" alt="discover music you like" width="590" height="289" border="0" /></p>
<p>You can log in using Facebook to rate songs and comment (unfortunately, there doesn&#8217;t seem to be a way to so this without Facebook). You can also download the <a href="https://chrome.google.com/webstore/detail/mgkjffcdjblaipglnmhanakilfbniihj">Chrome app</a>, and get the Earbits <a href="http://itunes.apple.com/us/app/earbits-radio/id397894402?mt=8">iOS</a> or <a href="https://market.android.com/details?id=com.earbits.android&amp;hl=en">Android</a> apps. This is an awesome way to listen to new music you’ve never heard of before.</p>
<h2><a href="http://musicovery.com/">Musicovery</a></h2>
<p>Musicovery is another great service which helps you discover new music. It’s not as eye-catching as Earbits, but it does the job well. To start, you can either enter a name of an artist you like, or choose your mood.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/musicovery-1.png?323f2c" alt="discover music you like" width="590" height="222" border="0" /></p>
<p>Musicovery will create a radio station for you, much like Last.fm or Pandora, which should feature songs that suit your taste and/or mood. You can listen to all the music you want this way. If you create a free account, you can ban songs from appearing in your playlists and mark songs as favorites. A paid account will get you some extra features.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/musicovery-2.png?323f2c" alt="discover music you like" width="506" height="305" border="0" /></p>
<p>Musicovery also comes as an <a href="http://musicovery.com/iphone/">iPhone app</a>, and there are other goodies such as the widget and lab you’re going to want to check out.</p>
<h2><a href="http://shuffler.fm">Shuffler.fm</a></h2>
<p><a href="http://www.makeuseof.com/tag/shuffler-free-internet-radio-powered-music-blogs/">Shuffler.fm</a> is a music discovery engine that is entirely based on music blogs. You can listen to music by genre, by popular tracks, or by blog. Simply choose your “<em>channel</em>”, and off you go.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/shuffler-1.png?323f2c" alt="discover music" width="590" height="458" border="0" /></p>
<p>If you choose to listen by genre, each song in the playlist will come from a different blog. The page will change accordingly, and you will get to view the actual blog post relating to the song you’re listening to.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/shuffler-2.png?323f2c" alt="discover music" width="588" height="372" border="0" /></p>
<p>You can create an account with the site, or log in using Facebook, to follow specific blogs and more. Shuffler.fm also comes as an <a href="http://itunes.apple.com/us/app/shuffler.fm/id456966147?ls=1&amp;mt=8">iPad app</a>.</p>
<h2><a href="http://www.youlicense.com/Finder/Mood.aspx">YouLicense Mood Finder</a></h2>
<p>YouLicense is actually a site aimed at letting people license music, but it also provides a pretty good way to discover some new music. The website includes a tool which lets you browse for new music by mood; there aren’t a lot of moods to choose from, but all the really important ones are includes.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/youlicense.png?323f2c" alt="youlicense" width="559" height="325" border="0" /></p>
<p>When you choose a mood, a new window will open with a set playlist for that mood. In that aspect, there’s a limit to the amount of music you can discover with YouLicense, but it does contain songs by artists you’ve probably never heard of, and you can use it as a stepping stone to discovering even more great music.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/youlisence-2.png?323f2c" alt="discover music" width="589" height="630" border="0" /></p>
<p>If you create an account on the site, you can rate songs and create playlists as well. The website is not meant to be a music discovery tool per se, but it’s definitely useful as one.</p>
<h2><a href="http://www.fromthebasement.tv/">From The Basement</a></h2>
<p>We now move on to a different kind of websites: These websites don’t provide a lot of music to listen to, but do provide information and names of new artists you may want to listen to. And after all, that’s half the problem with finding new music.</p>
<p>The first one of these is From The Basement – a sort of podcast/live performances website created by Radiohead’s producer Nigel Godrich. The site features live shows shot by the website, which aim to create a relaxed atmosphere for the artist and produce the best performances possible.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/from-the-basement-1.png?323f2c" alt="from-the-basement-1" width="590" height="288" border="0" /></p>
<p>There is a limited number of artists to choose from, some of which you’ve probably never heard of, and each contains 1 or more live performances, a picture gallery, and useful links. The videos are very well made – not something you would find on MTV, that’s for sure – and the minimalistic site is a joy to browse for any music lover.</p>
<h2><a href="http://www.gnoosic.com/">Gnoosic</a></h2>
<p>Gnoosic is a music discovery service that doesn’t include any actual music. You give it up to three names of artists you like, and Gnoosic starts giving you suggestions for more artists you may enjoy.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/gnoosic-1.png?323f2c" alt="gnoosic-1" width="590" height="226" border="0" /></p>
<p>For each suggestion, you can choose whether you like it, don’t like it, or don’t know it, and the suggestions continue. For each suggestion you can also access a discussion board, and even cooler, see it on a music map.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/gnoosic-25.png?323f2c" alt="discover cool music" width="590" height="455" border="0" /></p>
<p>The band you were looking at will appear in the middle, with other, similar bands floating all around it. You can use this to find music that is similar to music you already know you like. After finding some names that look interesting, you can use other services to find the actual music.</p>
<p>Looking for more online music sources? Check out:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/10-music-services-search-engines-discover-music-musicians-bands/">10 Music Search Engines To Discover Cool Music, Musicians &amp; Great Bands</a></li>
<li><a href="http://www.makeuseof.com/tag/top-10-free-ways-discover-music-online/">Top 10 Free Ways To Discover New Music Online</a></li>
<li><a href="http://www.makeuseof.com/tag/4-websites-check-music-releases/">The 4 Best Websites To Check Out New Music Releases First</a></li>
</ul>
<p>Do you know of more cool ways to discover new music? Share in the comments!</p>
<p><small>Image credit: <a href="http://image.shutterstock.com/display_pic_with_logo/160669/160669,1270721202,1/stock-photo-young-man-listening-to-music-on-a-city-street-50468374.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-fantastic-ways-discover-cool-music-heard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Listen To Full Length Music Albums For Free With Bandcamp</title>
		<link>http://www.makeuseof.com/tag/listen-full-length-albums-free-bandcamp/</link>
		<comments>http://www.makeuseof.com/tag/listen-full-length-albums-free-bandcamp/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 19:01:47 +0000</pubDate>
		<dc:creator>Erez Zukerman</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music albums]]></category>
		<category><![CDATA[music sharing]]></category>
		<category><![CDATA[streaming music]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96796</guid>
		<description><![CDATA[Sometimes it feels like the entrenched music industry (embodied by the big labels) is doing everything it can to keep us feeling like pirates for wanting to download music. But no matter how much they try to keep the old model ("artist to label, label to consumer”) alive, it is actually dying. Things are changing, and artists have amazing tools for reaching listeners directly these days.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp.png?323f2c" alt="listen to albums online" />Sometimes it feels like the entrenched music industry (embodied by the big labels) is doing everything it can to keep us feeling like pirates for wanting to download music. But no matter how much they try to keep the old model (&#8220;artist to label, label to consumer”) alive, it is actually dying. Things are changing, and artists have amazing tools for reaching listeners directly these days.</p>
<p>We, as listeners and fans, only stand to gain. One of the best tools on the scene today, for artists and listeners both, is <a href="http://bandcamp.com/">Bandcamp</a>. We have mentioned Bandcamp before, when Tina listed the site as one of <a href="http://www.makeuseof.com/tag/5-resources-find-free-mp3-albums-sound-sunday/">5 Resources Used To Find Free MP3 Albums For Sound Sunday</a>. Today, I’d like to take you in for a closer look at the site from the listener perspective.</p>
<h2>The Concept</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp.jpg?323f2c" alt="listen to albums online" width="582" height="106" border="0" /></p>
<p>Bandcamp lets artists put their albums online and let users listen to the music right on the site. The artists selects what tracks users can listen to (usually, all of them). These are not previews or 30-second snippets, but the full track. And you can listen to it as many times as you want, without having to pay anything. The typical album interface looks like this:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp5.png?323f2c" alt="listen to albums online free" width="400" height="587" border="0" /></p>
<p>Look at everything you can do here. The large button at the top lets you play the whole album. The playlist at the bottom shows you what song is currently playing, and you can also read the lyrics, skip between songs, and buy individual songs. The artist can offer specific songs for free – the first two songs in this particular album (<a href="http://cubancowboys.bandcamp.com/album/diablo-mambo">Diablo Mambo</a>) are offered for free, in exchange for a subscription to the artist’s mailing list. This is what happens when you click the Download button:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp3.jpg?323f2c" alt="listen to albums online free" width="483" height="284" border="0" /></p>
<p>So you share your email with the band, but if you like their music enough to want to download it, you probably won’t mind.</p>
<h2>Finding Music To Listen To</h2>
<p>Okay, so we’ve seen a little bit of the individual artist interface, and we’ll get back to it later. But before delving into it in further detail, we need to answer an important question: How do you find stuff to listen to?</p>
<p>Bandcamp lets you directly search by artist, track, and album names, and even by lyrics. But if you’re not looking for anything specific, you can browse the library by either genre or location:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp7.jpg?323f2c" alt="listen to albums online free" width="327" height="296" border="0" /></p>
<p>For example, here’s a list of artists from New Zealand:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp9.jpg?323f2c" alt="listen to entire albums" width="462" height="500" border="0" /></p>
<p>Another good way to find artists is via Bandcamp’s <a href="http://blog.bandcamp.com/category/featured-music/">featured music</a> tag on their blog. This is a relatively new venture for Bandcamp. Once per week, a detailed review of an album is published. The reviews are well written and compelling, and span many different genres from hip-hop to folk to electronica.</p>
<h2>The Current Activity List</h2>
<p>There’s one more way to find new music, and it’s actually my favorite. Bandcamp’s front page has a running stream of music selling right now. The stream is constantly updated in real time, and watching it feels a bit like standing next to the cash register in a &#8220;real&#8221; record store:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp11.jpg?323f2c" alt="listen to entire albums" width="590" height="499" border="0" /></p>
<p>There’s a big difference between just listening to music on the site and deciding to pay for it. When a user decides to spend real money on an album, that means the album is at least worth a listen. Spending money is a fantastic filter.</p>
<h2>Name Your Price, Pick Your Format</h2>
<p>It’s hard to put a price on something as intangible as an album. So, why not let the customer decide how much they want to pay?</p>
<p>If you look at the list above, you will see that the top four albums were sold for &#8220;more than the minimum&#8221;. In fact, they were all available for download <em>for free, </em>(a $5 purchase that is $5 over the minimum means the album was available for $0) and yet users opted to pay for them.</p>
<p>Other albums do have a minimum price:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/bandcamp5.jpg?323f2c" alt="listen to albums online" width="450" height="298" border="0" /></p>
<p>Here, it is at least $10. But again, you can usually listen to the entire album online over and over again before deciding to spend that money.</p>
<h2>Final Thoughts</h2>
<p>Bandcamp is an incredible way to get to know new music. It’s how I found <a href="http://mariancall.bandcamp.com/">Marian Call</a>, great Ukelele covers of Radiohead by <a href="http://music.amandapalmer.net/album/amanda-palmer-performs-the-popular-hits-of-radiohead-on-her-magical-ukulele">Amanda Palmer</a>, and lots of other fantastic music that stuck with me. This is clearly the future of music, and if you haven’t tried it yet, you really should take it for a spin.  Let us know what you think of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/listen-full-length-albums-free-bandcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Your Radio News Listening Experience With NPR&#8217;s Pandora-Like Infinite Player</title>
		<link>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/</link>
		<comments>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 20:01:59 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Internet Radio]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94600</guid>
		<description><![CDATA[Make listening to NPR online more like listening to the radio. Open one website then start listening to public radio news stories. Skip stories you don't like or give them a thumbs up or down rating. Over time, the stories you hear better match your interests. Basically, NPR's new Infinite Player is Pandora for news.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-icon.png?323f2c" alt="npr player" />Make listening to NPR online more like listening to the radio. Open one website then start listening to public radio news stories. Skip stories you don&#8217;t like or give them a thumbs up or down rating. Over time, the stories you hear better match your interests. Basically, NPR&#8217;s new <a href="http://www.npr.org/sandbox/conplay/">Infinite Player</a> is Pandora for news.</p>
<p><a href="http://www.makeuseof.com/tags/radio/">Radio</a> is, by nature, a passive medium. You turn on the radio and you listen to music or news stories. You don&#8217;t control what stories or songs come up, meaning you&#8217;ll often stumble onto something new serendipitously. That&#8217;s part of the fun of the medium. Websites, on the other hand, are active. You go to a site and you pick what you want to read, watch or listen to. When one story finishes you continue browsing.</p>
<p>This self-selection means you only consume news you&#8217;re interested in, because you yourself are choosing what to consume. It also means you <em>need</em> to take an active role in picking stories, which is problematic if you wanted to listen to the news while doing something else. NPR&#8217;s Infinite Player is an experiment aimed at addressing this. It currently works in Safari and Chrome; versions of other browsers are in development.</p>
<h2>For Comparison&#8217;s Sake</h2>
<p>NPR&#8217;s website, by default, looks like any other news site. You can browse and read stories, and you can pick stories to listen to. You can even make a playlist of stories.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-website.png?323f2c" alt="npr player" width="579" height="356" /></p>
<p>This is an extremely active version of NPR. Basically, nothing plays unless you pick the story and tell it to play.</p>
<p>When Google launched the Chrome Web Store, <a href="http://www.makeuseof.com/tag/nprs-web-app-perfect-reading-listening-news/">NPR quickly put out an app version of their site</a>. This is cleaner, and makes it easier to listen to stories you like. It&#8217;s still however, an active tool &#8211; nothing plays unless you tell it to.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/npr-main.png?323f2c" alt="online news players" width="578" height="236" /></p>
<h2>To Infinity&#8230;</h2>
<p>Which brings me to the subject of this article &#8211; the Infinite Player. Open this site, sign in with your NPR account, and it starts playing right away:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/nprinfinite-main.png?323f2c" alt="npr player" width="580" height="252" /></p>
<p>The player always begins with the latest hourly update, giving you an overview of what&#8217;s happening right now. It will then start playing random, recent stories from a variety of NPR&#8217;s programs.</p>
<p>Controls are, by design, minimal. You can rewind thirty seconds and skip to the next story. You can also give each story a thumbs up or down. The more you use this, the more the player catches on to your interests. If you enjoy music stories more than political stories, for example, you&#8217;ll hear more about music and less about politics &#8211; provided you give feedback to the program as you&#8217;re listening.</p>
<p>You won&#8217;t hear <em>no</em> political stories, however. <a href="http://www.npr.org/blogs/inside/2011/11/22/142681663/infinite-player-feedback">According to NPR</a>, part of the point of this project is to bring serendipity back to Internet radio, meaning there will always be at least some variety in the stories you hear. This is important. You don&#8217;t want to create a walled garden of only stories you&#8217;re interested in. You might never learn anything new about the world that way.</p>
<h2>Limitations</h2>
<p>Of course, there are some limitations to this project. As of this writing it only works with recent versions of Safari and Chrome, being based on media functions other browsers don&#8217;t have yet. It&#8217;s also worth noting that this tool only includes national stories from NPR, meaning you&#8217;ll need to look elsewhere for local news (although there are local-news-enhanced versions for KQED, KPLU and Michigan Radio). Still, this thing is worth checking out. I&#8217;m enjoying it immensely. I myself would love to see other media outlets take an approach like this.</p>
<p>What do you think? Is this a valid experiment, or are people already tired of Pandora-style radio? Let me know your thoughts in the comments below. Let&#8217;s try to keep the conversation about the technology and ideas behind this software. Or, if you prefer, we could just talk about how NPR is an evil liberal network and how you prefer to get your news from more nuanced sources, such as Glenn Beck. That&#8217;s cool too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/customize-radio-news-listening-experience-nprs-pandoralike-infinite-player/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Podcasts You Should Seriously Check Out Right Away</title>
		<link>http://www.makeuseof.com/tag/5-podcasts-check/</link>
		<comments>http://www.makeuseof.com/tag/5-podcasts-check/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 17:01:51 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94481</guid>
		<description><![CDATA[Do you listen to podcasts? You should. Not only are they a great way to keep up with the news, they can also be incredibly entertaining and enlightening. Even better, it's the ultimate multitasking medium. I no longer mind cleaning around the house, for example, because it gives me time to listen to amazing things.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcast-icon.jpg?323f2c" alt="cool podcasts" />Do you listen to podcasts? You should. Not only are they a great way to keep up with the news, they can also be incredibly entertaining and enlightening. Even better, it&#8217;s the ultimate multitasking medium. I no longer mind cleaning around the house, for example, because it gives me time to listen to amazing things.</p>
<p>Finding a <a href="http://www.makeuseof.com/tags/podcast/">podcast</a> you like listening to isn&#8217;t necessarily easy, though. Finding my favorite cool podcasts took a while, so I thought I&#8217;d share them with you. Let&#8217;s not stop there, though. Add links to your favorite podcasts below so everyone can benefit, myself included. Who knows, we just might end up publishing a follow-up piece outlining your favorites.</p>
<h2><a href="http://www.radiolab.org/">RadioLab</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcasts-radiolab.png?323f2c" alt="cool podcasts" width="580" height="166" /></p>
<p>Humans have no idea how pigeons navigate so well. It&#8217;s not by sight, and it&#8217;s not by smell; we&#8217;ve run tests to prove this. If we could figure out how they navigate so well GPS satellites might become redundant. But we can&#8217;t.</p>
<p>That&#8217;s just one thing I&#8217;ve learned by listening to <em>Radiolab</em>, an altogether impossible to describe show exploring the intersection of science and philosophy. This extremely well-crafted show only puts out five one-hour episodes a year, along with ten shorts. This quality-over-quantity strategy pays off in a big way, because I&#8217;m yet to be disappointed by an episode of this show. For best results listen with headphones.</p>
<h2><a href="http://www.thebuglepodcast.com/">The Bugle</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcasts-bugle.jpg?323f2c" alt="awesome podcasts" width="300" height="300" /></p>
<p>This is the opposite of Radiolab. John Oliver, of Daily Show fame, joins his former co-host Andy Zaltzman once a week to make up a bunch of nonsense regarding the news. It&#8217;s the only audio newspaper for a visual world. If you like walking around town wearing headphones and bursting into occasional fits of laughter, this show is for you. Be warned, though: this show has a satirical point of view, and isn&#8217;t shy to offend.</p>
<p>Check out <em>The Bugle</em>&#8216;s <a href="http://www.thebuglepodcast.com/">terrible website</a>, which Andy really shouldn&#8217;t have built himself. Oh well, there are subscription links there and that&#8217;s all you need.</p>
<h2><a href="http://www.thisamericanlife.org/">This American Life</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcasts-this-american-life.jpg?323f2c" alt="awesome podcasts" width="500" height="282" /></p>
<p>Not much needs to be said about this show. Consistently among the most popular podcasts on iTunes, <em>This American Life</em> is a weekly examination of the big and small stories that collectively define America. Even if you&#8217;re not American, though, you&#8217;ll find something to love here.</p>
<p>The storytelling transcends documentary or journalism; it&#8217;s perhaps best described simply as &#8220;non-fiction&#8221; (though sometimes fictional stories are included as well). Oh, and take note, you can listen to the complete This American Life archives <a href="http://www.makeuseof.com/tag/listen-american-lifes-complete-archives-free/">for free</a>.</p>
<h2><a href="http://www.npr.org/blogs/money/">Planet Money</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcasts-planet-money.jpg?323f2c" alt="awesome podcasts" width="580" height="326" /></p>
<p>Does business and economic news confuse you? You&#8217;re not alone. From the Wall Street Journal to CNBC, financial news is riddled with jargon and often impossible to understand if you&#8217;re not an insider.</p>
<p>That&#8217;s why I love Planet Money, an NPR podcast that seeks to explain in simple English how our economy functions. Listen to this on a regular basis and you&#8217;ll be amazed how fast you start comprehending financial news, and how much fun you can have figuring it out.</p>
<h2><a href="http://www.freakonomics.com/">Freakonomics</a></h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/podcasts-freakonomics.gif?323f2c" alt="cool podcasts" width="580" height="244" /></p>
<p>It was a book and then a movie. Now it&#8217;s a podcast.</p>
<p>Exploring the weird ways economics can be used to understand the world beyond money, Freakonomics Radio is great fun to listen to. If you&#8217;ve read the books you know how different the Freakonomics point of view can be, but if not you should check out this podcast.</p>
<h2>Conclusion</h2>
<p>Oh, by the way, James and Dave, both writers here for MakeUseOf, work with me on a weekly technology podcast called <a href="http://technophiliapodcast.com/">Technophilia</a>. It&#8217;s not in the same league as these shows, but it&#8217;s a lot of fun and covers a lot of the stuff you read here at MakeUseOf. I&#8217;d love it if you&#8217;d give us a listen.</p>
<p>Do you want some other podcasts to check out? We&#8217;ve made a few lists already:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/10-educational-history-podcasts-subscribe-listen/">10 Educational Podcasts</a></li>
<li><a href="http://www.makeuseof.com/tag/5-musthave-podcasts-manly-men-listen/">5 Podcasts for Manly Men</a></li>
<li><a href="http://www.makeuseof.com/tag/4-mixed-martial-arts-podcasts-listening/">4 Mixed Martial Arts Podcasts</a></li>
<li><a href="http://www.makeuseof.com/tag/5-comedy-podcasts-laughing-public/">5 Comedy Podcasts</a></li>
</ul>
<p>Do you know of some other podcasts I should check out? Please let me know in the comments below. I look forward to your suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-podcasts-check/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Manage Your Podcasts Easier With The gPodder App</title>
		<link>http://www.makeuseof.com/tag/manage-podcasts-gpodder-linux/</link>
		<comments>http://www.makeuseof.com/tag/manage-podcasts-gpodder-linux/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 16:01:57 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92556</guid>
		<description><![CDATA[Looking for the best way to manage and sync your favorite podcasts on Linux? Stop looking. With a simple user interface, built-in syncing to iPod, MTP and file-system based devices, and an online service for managing your collection away from your computer, gPodder isn't just the best podcast client for Linux: it's among the best podcast clients out there full stop.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/gpodder-icon.png?323f2c" alt="manage podcasts" />Looking for the best way to manage and sync your favorite podcasts on Linux? Stop looking. With a simple user interface, built-in syncing to iPod, MTP and file-system based devices, and an online service for managing your collection away from your computer, gPodder isn&#8217;t just the best podcast client for Linux: it&#8217;s among the best podcast clients out there full stop.</p>
<p><a href="http://www.makeuseof.com/tags/podcast/">Podcasts</a> are probably the best multi-tasking medium out there. You can listen to news about the world, technology or any other interest you have while walking to work, cooking dinner or cleaning your place. Getting started listening to podcasts can be overwhelming, however, especially if you don&#8217;t have access to iTunes. You typically need to find the (often-buried) RSS feed for the podcast, then add it to the podcast function of your media player.</p>
<p>That&#8217;s why gPodder is nice. It does one thing and does it well. Even better, its online directory of podcasts makes finding new things to listen to very simple.</p>
<p>I scratched the surface of this program while outlining <a href="http://www.makeuseof.com/tag/3-lightweight-podcast-managers-linux/">3 lightweight Linux podcast managers</a>, but there&#8217;s a lot more to tell about gPodder.</p>
<h2>Using gPodder</h2>
<p>Start up gPodder and you will see a simple interface for downloading and listening to podcasts:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/gpodder-main.png?323f2c" alt="manage podcasts" width="580" height="262" /></p>
<p>You can add RSS feeds easily from inside the program, and you can browse previous episodes of any podcast you add.</p>
<p>Dig around in the settings, however, and you&#8217;ll find control that music players, including Banshee and Rhythmbox, don&#8217;t provide when it comes to podcasts. You can set the program to automatically download new episodes, but to skip certain podcasts. You can also automatically delete files you listened to or watched some days ago. You can use OPML files to import and export your list of podcasts, which is very useful if you want to share your list or are switching computers.</p>
<p>I like that I can set this up to sync with my phone, which uses a basic file system for music and media. There is also support for iPod and MTP devices, but I could not test that function because I don&#8217;t own an iPod or an MTP device.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/gpodder-sync.png?323f2c" alt="gpodder app" width="580" height="264" /></p>
<p>It seems this feature is being dropped from future releases, something I sincerely hope changes. I like this feature.</p>
<p>Of course, this service doesn&#8217;t only sync with your devices. It also syncs with the cloud.</p>
<h2>Online Interface</h2>
<p>If you use gPodder, you should really get an account over at <a href="http://www.gpodder.net">gPodder</a>. Using this service you can edit your list of podcasts online, away from the computer you have gPodder installed on.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/gpodder-online.png?323f2c" alt="gpodder app" width="580" height="244" /></p>
<p>Add or remove podcasts online; your changes will be synced the next time you run the program. Adding podcasts is made even easier thanks to the gPodder Podcast directory:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/gpodder-directory.png?323f2c" alt="manage podcasts" width="579" height="238" /></p>
<p>Here you can find a wide variety of podcasts, with a special focus on technology podcasts as well as those from NPR and the BBC. Explore and add them to gPodder in a single click. This web interface is a great way to find and add podcasts to your home collection from at work or anytime you&#8217;re away from your computer.</p>
<p>You can also share your podcast collection publicly using this feature, in the form of an OPML file or as a webpage.</p>
<h2>Installing gPodder</h2>
<p>Ubuntu users can <a href="apt:gpodder">simply click here to install gPodder</a>. Users of other Linux distributions should check their package manager, because this program is almost certainly there.</p>
<p>Are you on Windows? You can use gPodder too; <a href="http://gpodder.org/downloads">find the download for Windows here</a> along with a MacPorts entry for OS X users.</p>
<h2>Conclusion</h2>
<p>I&#8217;ve been heavily using this program for the past couple of weeks, and I&#8217;ve got to say I&#8217;m a fan. It does exactly what I need it to, and that makes me happy.</p>
<p>How does gPodder work for you? Let me know in the comments below, because as always I&#8217;m thrilled to hang out and chat with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/manage-podcasts-gpodder-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music Lovers: Why Aren&#8217;t You Using SoundCloud?</title>
		<link>http://www.makeuseof.com/tag/music-lovers-soundcloud/</link>
		<comments>http://www.makeuseof.com/tag/music-lovers-soundcloud/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 01:31:57 +0000</pubDate>
		<dc:creator>Tim Brookes</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[indie]]></category>
		<category><![CDATA[indie music]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[music sharing]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[streaming music]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93423</guid>
		<description><![CDATA[Discovering a new artist, album or record label that corresponds with your tastes and expectations can be a rewarding experience. These golden discoveries can be few and far between and that’s where I turn to using a few extra tools to help hone in on the music I love. We first featured SoundCloud on MakeUseOf initially back in 2008, and while the core service largely remains the same; much has changed.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/intro_soundcloud_300px.jpg?323f2c" alt="soundcloud review" />Discovering a new artist, album or record label that corresponds with your tastes and expectations can be a rewarding experience. These golden discoveries can be few and far between and that’s where I turn to using a few extra tools to help hone in on the music I love.</p>
<p>We first featured <a href="http://www.soundcloud.com/">SoundCloud</a> on MakeUseOf initially <a href="http://www.makeuseof.com/tag/music-in-the-soundcloud/">back in 2008</a>, and while the core service largely remains the same; much has changed. If you’ve been wondering what SoundCloud is, whether you can make use of it and what makes it so special then read on to find out why you should probably have been using this free service all along.</p>
<h2>Follow The Music</h2>
<p>The service operates much in the same way as <a href="http://www.makeuseof.com/tags/twitter">Twitter</a> whereby, once registered, you can follow other users and receive notification of new activity in your stream. The process really doesn’t get more complicated than this, and once you’ve followed a few users then your stream will begin to look fairly busy.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/dashboard_soundcloud.png?323f2c" alt="soundcloud review" width="579" height="355" /></p>
<p>Along the top of the page is the main navigation, including your <em>Dashboard</em> (essentially a stream), <em>You</em> featuring all your activity, including comments made, favourites and so on, <em>Tracks</em> which is a quick way of exploring music on offer (now includes a <a href="http://www.makeuseof.com/tag/10-creative-commons-projects-pay-attention/">Creative Commons</a> option), <em>People</em> for finding other users and <em>Groups</em>. You can of course search for music, though you’re probably better going by tags for specific genres.</p>
<p><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28395070&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28395070&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" allowscriptaccess="always" /> </object></p>
<p>Listening to music via SoundCloud can provide an oddly visual experience. For starters, each track is represented by a waveform with comments layered on top. Comments are tied to specific points in the song, and will be displayed accordingly for future listeners. Much of the time whilst using the service I find myself transfixed by the waveform and fairly amused by the barrage of comments, especially near a drop.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/tags_soundcloud.png?323f2c" alt="about soundcloud" width="579" height="366" /></p>
<p>Comments are not only somewhat amusing but also a great way of discovering other artists you may like. If you notice someone is frequently passing comment on music you’re fond of then why not see who else that user is following.</p>
<p>The player itself really has come a long way since our last profile of SoundCloud, and there are a wealth of options for each song. As well as sharing with a lot of social networks, clicking &#8220;Like&#8221; to favourite the song and of course adding a comment, it is also possible to buy or download the song (depending on what the artist has stipulated) and even <a href="http://www.makeuseof.com/tag/embed-mp3-player-website">embed the player</a> within a website.</p>
<p>I’ve taken advantage of this here to bring you a few choice cuts from the service, and to demonstrate a great way of sharing your favourite tracks with those not currently using SoundCloud.</p>
<p style="text-align: center;"><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F9243449&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F9243449&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" allowscriptaccess="always" /> </object></p>
<h2>SoundCloud Mobile</h2>
<p>By far one of the best ways of using the service is via one of the mobile apps. Both the Android version and SoundCloud for iOS received updates recently, and whilst I can’t really speak too much for <a href="http://www.makeuseof.com/tags/android">Android</a>, the updated app I’m running on my <a href="http://www.makeuseof.com/tags/iphone">iPhone</a> is better than ever.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/soundcloud_ios.jpg?323f2c" alt="about soundcloud" width="480" height="320" /></p>
<p>The recent iOS update finally added the viewing of comments during playback and refreshed the UI. Your followers’ activity in both versions is now constricted to the <em>Stream</em> tab with any sounds you choose to record or share going in the <em>Activity</em> tab. As you’d expect, the iPhone version continues playback in the background without a hitch (some apps still don’t do this) and you can skip and pause from your homescreen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/control_soundcloud_from_homescreen.jpg?323f2c" alt="about soundcloud" width="320" height="480" /></p>
<p>The only thing that the mobile version really lacks is the ability to download tracks, though if you really like a track that much you can favourite it and download it the next time you’re near a PC. The mobile SoundCloud experience is generally a faster and more pleasant way of checking your stream, and I’d thoroughly recommend it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/now_playing_soundcloud_iphone.jpg?323f2c" alt="soundcloud music" width="320" height="480" /></p>
<p>Download: <a href="http://itunes.apple.com/au/app/soundcloud/id336353151?mt=8">SoundCloud for iOS</a> @ App Store<br />
Download: <a href="https://market.android.com/details?id=com.soundcloud.android&amp;hl=en">SoundCloud for Android</a> @ Android Market<br />
View: <a href="http://m.soundcloud.com/">SoundCloud Mobile</a> (Web)</p>
<h2>Other Ways To Get Your ‘Cloud On</h2>
<p>SoundCloud really has been growing for a long time now, and as a result there are a lot of ways to use the service. Mac OS X users who are running 10.6 or later can jump right in and download <a href="http://soundcloud.com/apps/soundcloud-desktop">SoundCloud Desktop</a>, directly from the <a href="http://www.makeuseof.com/tags/mac-app-store/">Mac App Store</a>. The interface somewhat resembles iTunes and the software is ideal if you’re thinking of streaming SoundCloud for a party.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/soundcloud_desktop_app.jpg?323f2c" alt="soundcloud music" width="500" height="313" /></p>
<p>There are further add-ons and plugins for the <a href="http://soundcloud.com/apps/soundcloud4ps3">PS3</a>, <a href="http://soundcloud.com/apps/boxee">Boxee</a> and <a href="http://soundcloud.com/apps/roku">Roku</a>. In addition to this there are a wealth of apps that take advantage of the SoundCloud service. If you’re fond of mobile music making apps like the <a href="http://www.makeuseof.com/tag/5-app-review-imaschine-powerful-portable-groove-sketchpad-ios/">recently featured iMaschine</a> or <a href="http://soundcloud.com/apps/ims-20">KORG’s iMS-20</a> then you’ll be pleasantly surprised to find out you can share your creations straight to SoundCloud simply by logging in using your chosen app.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/export_to_soundcloud_imaschine.jpg?323f2c" alt="soundcloud review" width="320" height="480" /></p>
<p>SoundCloud’s <a href="http://www.makeuseof.com/tag/api-good-technology-explained/">API</a> has spawned literally hundreds of additional ways to use the service, be it creating an online presence using your taste in music, setting up a trigger to <a href="http://www.ifttt.com/">Tweet your uploads using If This Then That</a> or simply sharing a rough loop or two with your followers.</p>
<p><strong>View:</strong> <a href="http://soundcloud.com/apps">The SoundCloud App Database</a></p>
<p style="text-align: center;"><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28878460&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28878460&amp;show_comments=true&amp;auto_play=false&amp;color=f71200" allowscriptaccess="always" /> </object></p>
<h2>Finally&#8230;</h2>
<p>Who exactly is SoundCloud good for? Well aside from being an awesome tool for you and me to quickly discover new music, SoundCloud is also great for artists and record labels, particularly smaller ones.</p>
<p>My SoundCloud favourites are populated mostly by tracks from obscure artists, some just starting out, who I would never have discovered were it not for the service. Similarly, many of these artists and producers would never have received the same level of exposure had it not been for SoundCloud.</p>
<p>So there’s your final reason to sign up, download and wallow in the SoundCloud service. If you’d like to share any tracks, your profile or artists in the comments then go ahead.</p>
<p>Do you like SoundCloud? Have you used it for a while? Noticed the mobile updates? Post your thoughts in the comment box below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/music-lovers-soundcloud/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Top 7 Websites To Find Unique Or Unknown Free Audiobooks</title>
		<link>http://www.makeuseof.com/tag/top-7-websites-find-unique-unknown-free-audiobooks/</link>
		<comments>http://www.makeuseof.com/tag/top-7-websites-find-unique-unknown-free-audiobooks/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:31:29 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[audiobooks]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[listen]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92723</guid>
		<description><![CDATA[A while ago we published a comprehensive list of the 10 best websites for free audiobooks. The world hasn’t changed, and many of us are still way too busy to sit down and read. We therefore look for refuge in audiobooks, which can make reading possible even for the busiest person. But most big websites provide similar selections. Should we be limited to mainstream just because we choose to read using audiobooks?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/image90.png?323f2c" alt="free audiobooks" />A while ago we published a comprehensive list of the <a href="http://www.makeuseof.com/tag/easy-listening-pleasures-10-websites-free-audio-book-downloads/">10 best websites for free audiobooks</a>. The world hasn’t changed, and many of us are still way too busy to sit down and read. We therefore look for refuge in audiobooks, which can make reading possible even for the busiest person.</p>
<p>But most big websites provide similar selections. Should we be limited to mainstream just because we choose to read using audiobooks? Not at all. If you love unique books, unknown authors and books you generally don’t find in the usual book collections, you can still play the free audiobook game.</p>
<p>These 7 websites provide very interesting books, but the user experience is not always perfect. The books are there, and they are all decent quality, but you might have to dig for some really interesting finds. But hey, that’s all part of the fun!</p>
<h2>Lit2Go</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Lit2Go.jpg?323f2c" alt="free audiobooks" width="580" height="422" border="0" /></p>
<p><a href="http://etc.usf.edu/lit2go/index.htm">Lit2Go</a> is an audiobook project containing both books and poems, and is run by Florida’s Educationsl Technology Clearinghouse. This is a nice collection of fiction books, educational books, poems, short stories and more, which you can browse by author, title, reading level or subject matter.</p>
<p>Each book is available to download as MP3 or PDF, so Lit2Go can be used as an interesting source for eBooks as well. You can also view each book as plain text on a webpage, if you wish to listen on your computer and follow while you read.</p>
<h2>Internet Archive</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-20-16h41_06.jpg?323f2c" alt="audiobooks to download" width="557" height="444" border="0" /></p>
<p><a href="http://www.archive.org/details/audio_bookspoetry">Internet Archive</a> includes, among other things, a sizable collection of audiobooks and poetry. While not the easiest site to browse, you can focus your attention on either regular browsing by title/keyword/subject (no author, for some reason), or check out the right sidebar for a list of the most downloaded audiobooks and some staff picks.</p>
<p>Since the website consolidated several collections, not all books are available in all formats. Some are available as MP3 only, while others are available as Ogg as well. The files are usually for individual chapters, though some books are available as a single download.</p>
<h2>The Story Spieler</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-20-16h44_40.jpg?323f2c" alt="audiobooks to download" width="602" height="490" border="0" /></p>
<p>If Internet Archive seems crowded and confusing, <a href="http://www.storyspieler.net/">The Story Spieler</a> is one reader who hosts his files on Internet Archive, but also has his own blog where you can browse only his books. The books in The Story Spieler are narrated by a retired TV and radio broadcaster, and his choice of stories is both varied and interesting.</p>
<p>Browse the books using the huge category list which contains everything from history to Rudyard Kipling and from children’s stories to science fiction. Seriously, this guy is diverse. There are lots of books by famous classic authors, and a lot of titles you’ve probably never heard of. The books are available in MP3 format, and files are usually small, as appropriate to blog posts. Longer books are divided into chapters, which you can download individually.</p>
<h2>Voices In The Dark</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-20-16h53_28.jpg?323f2c" alt="audiobooks to download" width="589" height="482" border="0" /></p>
<p>While not being a huge collection, <a href="http://www.voicesinthedark.com/">Voice in the Dark</a> is one of those places you can’t help but fall in love with. This is an intriguing collection of mystery, fantasy and poetry, mixed with some legends, fairy tales and much more. All are read by real people and all are available in both low quality and high quality MP3s.</p>
<p>While the whole website seems to have been preserved from the 90&#8242;s, the book collection is really interesting, and the readers are very diverse. You can easily browse the collection by genre, title or author. It’s hard to tell if the website is still being updated, but one can hope. This is one truly unique find.</p>
<h2>FreeAudioBooks</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-20-17h05_34.jpg?323f2c" alt="free audiobook downloads" width="580" height="401" border="0" /></p>
<p>If you’re looking for something a bit more mainstream, <a href="http://www.free-audio-books.co.uk/">FreeAudioBooks</a> is probably the most classical collection on this list. This is a diverse collection which features many true classics along with children’s stories, lots of non-fiction audios and many more genres to choose from. Whether you’re into plays, biographies or classic humor, you’re going to find it all here.</p>
<p>All files are available in the ZIP format, inside which you’d find a separate MP3 for each chapter.</p>
<h2>Tor.com</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/tor.com_.jpg?323f2c" alt="free audiobook downloads" width="632" height="488" border="0" /></p>
<p>If you’re a true sci-fi and fantasy buff , be sure to check out <a href="http://www.tor.com/stories">Tor.com</a>. This is a large collection of short stories by famous or not-so-famous authors, which are available for download in MP3 format. If you’re into eReaders, most books are also available in Kindle, Nook and iPad formats. Scattered among the stories, you’ll also find the odd comic strip. These are not available in audio, but are a nice addition to the general experience.</p>
<p>When you click a story, you&#8217;ll usually get the text itself. To get the audio, search the left sidebar for the word “<em>listen</em>”. This is where you can download the audio. Not all stories have audio, but a good amount of them do.</p>
<h2>Pulp Daily</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/pulp-daily.jpg?323f2c" alt="free audiobooks" width="531" height="321" border="0" /></p>
<p>Remember the good old days of pulp fiction? Well, I don’t. Pulp stories are an interesting glimpse into the 1930s, and could be really entertaining to read. I’ve heard a lot of these pulp magazine stories, but who has time to locate them and read them? This is where <a href="http://pulpdaily.blogspot.com/">Pulp Daily</a> comes in handy.</p>
<p>Pulp Daily is a blog, which unfortunately was not updated since January, but still contains a lot of recorded pulp magazine stories. The author was posting a chapter every few days, and you can browse the archives for some interesting stories from the blog’s past. You will have to download each story chapter by chapter, but this might be worth it for an excellent way to listen to a piece of entertainment history.</p>
<p>On the left you’ll find links to several other free audiobook blogs, these are all interesting finds and you should go ahead and to check them all out.</p>
<h2>Bottom Line</h2>
<p>Don’t be deterred if you don’t find a good read on the main page of these websites. Part of the fun is in the browsing and finding, and all these websites offer some really good finds. And if you don’t have time, you can always pick something at random!</p>
<p>Want to share your experience from these websites? Know of more interesting audiobook websites? We’re waiting for your comments!</p>
<p><small>Image credit: <a href="http://image.shutterstock.com/display_pic_with_logo/416215/416215,1316192439,5/stock-photo-color-photo-of-a-stack-of-books-and-headphones-84766705.jpg">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-7-websites-find-unique-unknown-free-audiobooks/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Listen To Your Own Private Twitter Station With Tweet Speaker [iOS]</title>
		<link>http://www.makeuseof.com/tag/listen-private-twitter-station-tweet-speaker-ios/</link>
		<comments>http://www.makeuseof.com/tag/listen-private-twitter-station-tweet-speaker-ios/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:01:11 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[ipad apps]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitter client]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91141</guid>
		<description><![CDATA[Do you ever wish you could read your tweets no matter where you are or what you’re doing? Or maybe you’re just so addicted to Twitter that you need to get your hit even while driving or folding your laundry? If one of these is true, you should give Tweet Speaker ($1.99 for a limited time, usually $2.99) a spin. Tweet Speaker for iOS turns your Twitter timeline into your own, personal news podcast.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-19h43_08.png?323f2c" alt="tweet speaker" />I have a confession to make – I don’t really use <a href="http://www.makeuseof.com/tags/twitter/">Twitter</a>. It’s not that I don’t have an account, it’s that I can’t seem to find it in me to sit and sift through all those tweets and actually read them. Don’t get  me wrong, Twitter is an important tool, but when I actually have the time to spend, I’d rather spend it in Google Reader reading my feeds.</p>
<p>Do you ever wish you could read your tweets no matter where you are or what you’re doing? Or maybe you’re just so addicted to Twitter that you need to get your hit even while driving or folding your laundry? If one of these is true, you should give <a href="http://itunes.apple.com/us/app/tweet-speaker-listen-to-twitter/id467295700?mt=8">Tweet Speaker</a> ($1.99 for a limited time, usually $2.99) a spin. Tweet Speaker for iOS turns your Twitter timeline into your own, personal news podcast. All you have to do is choose between your whole timeline, your mentions, or any other list you have on Twitter, and enjoy the ride.</p>
<h2>You Don’t Need A Twitter Account To Enjoy</h2>
<p>On the off chance that you don’t actually have a Twitter account, you can still use Tweet Speaker to get some interesting news. When you launch the app, you’ll get the usual options to sign in or sign up to Twitter, but you can also <em>Read the News.</em></p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h41_22.png?323f2c" alt="tweet speaker" width="297" height="441" border="0" /></p>
<p>This option gathers tweets from multiple news sources such as the New York Times, the Washington Post, the Wall Street Journal, Fox News, BBC World and more. Simply hit play and enjoy the latest news, Twitter style.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h52_37.png?323f2c" alt="tweet speaker review" width="296" height="450" border="0" /></p>
<h2>Your Own Personal Twitter Radio</h2>
<p>But chances are that you do have a Twitter account (or two). Tap the <em>Sign In</em> button and enter your credentials, and you’re ready to start. If you don’t have lists, you can choose between your timeline and your mentions.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h54_24.png?323f2c" alt="tweet speaker review" width="295" height="447" border="0" /></p>
<p>When you choose a list, you’ll reach this beautiful interface which shows all your tweets on a radio-like timeline. For each tweet, you can reply right from the app, mark as favorite, load the whole conversation (if there is one), and re-tweet.</p>
<p>Now simply hit play, sit back, and enjoy your timeline. You can pause the reading at any time, and restart it from the beginning of the last tweet you listened to.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h41_57.png?323f2c" alt="tweet speaker review" width="299" height="444" border="0" /></p>
<p>You can see that the app’s developers put some thought into it. The voice is Twitter-adjusted and knows all the abbreviations &#8211; RT turns to &#8220;re-tweet&#8221;, links are read as their respective titles, not as incomprehensible gibberish and it’s not confused by hash tags or mentions.</p>
<p>The user interface is really slick as well. Scroll to the right to find your newer tweets and downwards to read conversations. If you scroll all the way to the end on either side, you&#8217;ll get the option to refresh your tweets.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h48_10.png?323f2c" alt="tweet speaker app" width="300" height="448" border="0" /></p>
<p>If you need to stop and exit the app, the last tweet you were on is automatically bookmarked, so next time you load the app and wish to continue, it knows exactly the last tweet you were listening to.</p>
<h2>More Options</h2>
<p>Tapping a user’s picture will give you the options to unfollow or open in Safari.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-19h30_18.png?323f2c" alt="tweet speaker app" width="296" height="443" border="0" /></p>
<p>You can add multiple clients to Tweet Speaker, so if you have a long drive ahead of you, for example, simply sign into all your accounts and spend the time catching up on all the latest news, hands free and eyes free.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h53_53.png?323f2c" alt="tweet speaker app" width="295" height="449" border="0" /></p>
<p>You can’t control the reading voice just yet, but the developers promise that more is coming soon. As it is, you can control the reading speed and what happens when you tap links inside tweets (which you shouldn’t do while driving, of course).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-02-18h44_01.png?323f2c" alt="tweet speaker" width="295" height="446" border="0" /></p>
<p>Tweet Speaker also integrates with <a href="http://tweetmarker.net/">Tweet Marker</a>, so you can keep track of the tweets you listened to even if you use other clients.</p>
<h2>Bottom Line</h2>
<p>Tweet Speak is more than just a tweet reader, it’s actually a Tweeter client all by itself, but a very cool and well-made one. The interface is beautiful, and the reading functionality is surprisingly useful. If you’re a true Twitter fan, or trying to become one, it’s worth the $2. Tweet Speaker’s unique capabilities are sure to come in handy next time you walk to work and forget to bring music.</p>
<p>What do you think of Tweet Speaker and the general idea of listening to your tweets everywhere? Share in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/listen-private-twitter-station-tweet-speaker-ios/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use Podcast Player Pro To Play Your Favorite Podcasts While Browsing [Chrome]</title>
		<link>http://www.makeuseof.com/tag/podcast-player-pro-listen-favorites-google-chrome/</link>
		<comments>http://www.makeuseof.com/tag/podcast-player-pro-listen-favorites-google-chrome/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 22:31:41 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[chrome extensions]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=85294</guid>
		<description><![CDATA[When I listened to podcasts in my browser I would always go to the website hosting the podcast and play it from there. This was a major pain, but no longer. Podcast Player Pro is a convenient app available from the Google App Store that rescued me from having to seek podcasts the hard way.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/podcast.png?323f2c" alt="free podcast player"/>I am an avid podcast listener. Whenever I get into something new, one of the first things I do is go and find some interesting podcasts on the subject. I just cannot get enough. If I&#8217;m sitting at work and it is slow you can guarantee I am listening to one podcast or another.</p>
<p>However, when I listened to podcasts in my browser I would always go to the website hosting the podcast and play it from there. This was a major pain, but no longer. <strong>Podcast Player Pro</strong> is a convenient app available from the Google App Store that rescued me from having to seek podcasts the hard way.</p>
<p>This is a huge time saver for me, since I no longer have to go to the website of a podcast I want to listen to. I just subscribe to the podcast through the app, and it is always there when I want to listen to it. I&#8217;ve always used a similar app for listening to podcasts in the car, but never thought to use one in my browser. Now that I have one, I will never go back to the old way of hunting around the internet for my podcast enjoyment.</p>
<h2>Getting Started</h2>
<p>First head over to <a href="https://chrome.google.com/webstore/detail/fpceapgagiadfdjnkigmhonilooanpkk">Podcast Player Pro&#8217;s page on the Google App Store</a> and install the application in your browser. To do this simply click the link labeled <em>&#8220;Add to Chrome.&#8221; </em>You will have to authorize the app to log in with your Google account and then you will be ready to start subscribing to your favorite internet radio shows.</p>
<p>The next step is to find some podcasts to listen to. On the right side of the screen there is a search box that you can use to find a podcast by name. For example, I typed &#8220;MMA&#8221; into the search box, and some of my <a href="http://www.makeuseof.com/tag/4-mixed-martial-arts-podcasts-listening/">favorites </a>came up.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/mmasearch.png?323f2c" alt="free podcast player" width="226" height="604" /></p>
<p>Pick the name of the podcast you like and the information on that podcast will come up in the middle of the screen. You can choose to listen to an episode or subscribe to the podcast for listening in the future.</p>
<p>If the podcast you are looking for is not readily available in the search, fear not, because you can easily subscribe to the podcast with the podcast RSS feed or by importing from iTunes. Simply go to the website for the podcast and get the feed for the show if you choose to go the RSS route.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/addpodcast.png?323f2c" alt="chrome podcast player" width="270" height="149" /></p>
<p>If you choose to go with the iTunes method, simply export the .OPML file from iTunes, click the &#8220;<em>Import from iTunes&#8221;</em> or &#8220;<em>Import OPML&#8221;</em> link. Once you upload the file, the podcast will show in your subscriptions list.</p>
<h2>Listening to Podcasts</h2>
<p>Once you have your list of podcasts all ready to go, the obvious next thing you would want to do is listen to them. All your subscribed podcasts show up on the left side of the screen. Simple click the feed that you would like to listen to and a list of all available episodes will pop up in the middle of the player. You can either click the big &#8220;<em>Play&#8221; </em>button if you want to stream the podcast, or you can click the link to download the MP3 of the show. After a couple of seconds the episode will begin to play right in the app if you choose to stream.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/episodes.png?323f2c" alt="chrome podcast player" width="522" height="418" /></p>
<p>Podcast Player Pro also supports video podcasts. It offers three different options for screen size and full screen support.</p>
<p>The player also features a convenient skip ahead button that will make the podcast jump ahead or back 15 seconds. This is a great way to skip commercials if the podcast you are listing to has them. I find skipping ahead like this much more precise than dragging the bar.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/buttons.png?323f2c" alt="free podcast player" width="263" height="80" /></p>
<p>The program also remembers where you left off, so if you have to leave in the middle of a podcast fear not, because the next time you open the app you will be listening right where you last were.</p>
<h2>Conclusion</h2>
<p>If you are an avid podcast listener than this is a must download app. It has a clean, easy to use interface that allows you to add and listen to podcasts quickly and easily.</p>
<p>How do you listen to podcasts in your web browser? What are some great podcasts you enjoy? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/podcast-player-pro-listen-favorites-google-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/35 queries in 0.051 seconds using apc
Object Caching 718/796 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 22:45:26 -->
