<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>m3u &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/m3u/</link>
	<description>Feed of posts on WordPress.com tagged "m3u"</description>
	<pubDate>Thu, 03 Dec 2009 09:01:04 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to Stream Your Music Online]]></title>
<link>http://raziin.wordpress.com/2009/10/28/how-to-stream-your-music-online/</link>
<pubDate>Wed, 28 Oct 2009 04:54:29 +0000</pubDate>
<dc:creator>raziin</dc:creator>
<guid>http://raziin.wordpress.com/2009/10/28/how-to-stream-your-music-online/</guid>
<description><![CDATA[You&#8217;ve spent a lot of time and money collecting digital music. And by now, you have a pretty s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://raziin.wordpress.com/files/2009/10/lp.jpg"><img class="aligncenter size-full wp-image-378" title="LP" src="http://raziin.wordpress.com/files/2009/10/lp.jpg" alt="LP" width="600" height="302" /></a></p>
<p><a href="http://raziin.wordpress.com/files/2009/10/lp.jpg"></a>You&#8217;ve spent a lot of time and money collecting digital music. And by now, you have a pretty sweet library of MP3s and AACs to show for the effort.</p>
<p>But let&#8217;s say you want to take that library to go? Before you start carrying around a huge hard drive, you might want to try streaming your tunes online instead. All it takes to start streaming your music over the internet is a playlist, a server with some storage space, and a software player that can open and play an internet stream.</p>
<p><!--more--></p>
<h3>Step 1: Host it somewhere</h3>
<p>Most web hosts offer data plans around $10 per month that come with plenty of storage and bandwidth to hold and serve your music. The rates get steeper once you want to store more than 200 or 300 gigabytes. Also, when you&#8217;re streaming, you&#8217;re paying for bandwidth. So, if you&#8217;re looking to share your collection with your friends as a stream, you&#8217;ll have to monitor your usage more closely or else end up paying through the nose.</p>
<p>Besides the cost, you trade off a good deal of control over the data because it resides on some machine out there in the ether.</p>
<p>Hosting music on your own computer using a broadband connection is a preferable option, especially since you know exactly where it is and there&#8217;s is no need to transfer your music anywhere. However, unless you have a static IP address, finding your computer (and your music) in the vast expanse of the internet can be a hassle. If your network provider keeps changing your IP address on you, try setting up Dynamic DNS using a service like <a title="http://www.dyndns.com/" href="http://www.dyndns.com/">DynDNS</a>.</p>
<p><strong>Tip:</strong> Webmonkey.com has an excellent <a title="http://www.webmonkey.com/tutorial/Set_Up_Dynamic_DNS" href="http://www.webmonkey.com/tutorial/Set_Up_Dynamic_DNS">introduction to using Dynamic DNS</a>.<br />
<strong>Tip:</strong> Dan Hilgert also has an explanation of  <a title="http://deepbluegroove.blogspot.com" href="http://deepbluegroove.blogspot.com/">his Dynamic DNS setup and streaming music guide</a>.</p>
<p><a name="Step_2:_Create_a_playlist"></a></p>
<h3>Step 2: Create a playlist</h3>
<p>Perhaps the easiest way to get your music online is to use your favorite music player. Most music players, including iTunes, Windows Media Player and WinAmp all use common playlist formats to play music online.</p>
<p>A playlist contains the names and location of your music files. It is downloaded and used by your media player to play the music files as a stream. It works pretty well, although the music players don&#8217;t allow skipping, fast forwarding or rewinding.</p>
<p>The most-used music file formats are MP3, Windows Media Player&#8217;s WMA and Apple&#8217;s mp4 (also known as AAC). We recommend using only these player files for universality. If you&#8217;re not sure which format to use, we&#8217;d recommend you default to MP3 to ensure the ultimate in compatibility.</p>
<p>&#160;</p>
<p><a name="Extended_M3U"></a></p>
<h4>Extended M3U</h4>
<p>The easiest and most reliable method for streaming is to use M3U playlist files in conjunction with iTunes or Windows Media Player. Open a streaming URL by pressing Control-U (or Command-U for Mac) in either program.</p>
<p>An extended M3U file format looks like this:</p>
<pre>#EXTM3U

#EXTINF:Birds In The Belly http://www.soundsofarcadio.com/mp3/BirdsintheBelly.mp3

#EXTINF:Hock It Like You Own It http://www.soundsofarcadio.com/mp3/HockItLikeYouOwnIt.mp3

#EXTINF:Kid I Know http://www.soundsofarcadio.com/mp3/AKidIKnow.mp3
</pre>
<p>You can follow the format shown above. Open the code up in a text editor and just paste in your own song info and URLs. When you&#8217;re done building your list, save the result as a .m3u file and open it up in your player.</p>
<p>If you&#8217;re a Windows user, you can <a title="http://www.softpedia.com/get/Multimedia/Audio/Other-AUDIO-Tools/M3U-Creator.shtml" href="http://www.softpedia.com/get/Multimedia/Audio/Other-AUDIO-Tools/M3U-Creator.shtml">download M3U Creator</a>. The free desktop application will let you create and edit .m3u playlists in an easy-to-use interface.</p>
<p><a name="XSPF"></a></p>
<h4>XSPF</h4>
<p>Another common playlist format is XSPF (pronounced &#8220;spiff&#8221;). This method is more practical for streaming music via a web page or Flash-based players, though many third-party applications support XSPF. For example, <a title="http://music.yahoo.com/musicengine/" href="http://music.yahoo.com/musicengine/">Yahoo Music Jukebox</a> uses XSPF as its default playlist format.</p>
<p>The XSPF format is below. Note the &#8220;L&#8221; in &#8220;trackList&#8221; needs to be capitalized for it to be recognized by players.</p>
<pre>&#60;?xml version="1.0" encoding="UTF-8"?&#62;
&#60;playlist version="1" xmlns="http://xspf.org/ns/0/"&#62;
     &#60;trackList&#62;

       &#60;track&#62;
         &#60;location&#62;http://www.soundsofarcadio.com/mp3/BirdsintheBelly.mp3&#60;/location&#62;
         &#60;creator&#62;Arcadio&#60;/creator&#62;
         &#60;album&#62;Early Demo&#60;/album&#62;
         &#60;title&#62;Birds in the Belly&#60;/title&#62;
       &#60;/track&#62;

       &#60;track&#62;
         &#60;location&#62;http://www.soundsofarcadio.com/mp3/HockItLikeYouOwnIt.mp3&#60;/location&#62;
         &#60;creator&#62;Arcadio&#60;/creator&#62;
         &#60;album&#62;Early Demo&#60;/album&#62;
         &#60;title&#62;Hock It Like You Own It&#60;/title&#62;
       &#60;/track&#62;

       &#60;track&#62;
         &#60;location&#62;http://www.soundsofarcadio.com/mp3/AKidIKnow.mp3&#60;/location&#62;
         &#60;creator&#62;Arcadio&#60;/creator&#62;
         &#60;album&#62;Early Demo&#60;/album&#62;
         &#60;title&#62;A Kid I Know&#60;/title&#62;
       &#60;/track&#62;

     &#60;/trackList&#62;
&#60;/playlist&#62;
</pre>
<p>&#160;</p>
<p>Again, to make your own playlist file, just copy this code into a text editor, change the song info and the URLs, and save the results with the extension <tt>.xspf</tt>.</p>
<p>For a list of players and uses for XSPF files, visit <a title="http://xspf.org/applications/" href="http://xspf.org/applications/">the XSPF applications page</a>. Included in the list is an M3U to XSPF file converter and some command line tools used to generate XSPF files from various music libraries online.</p>
<p>There are also some handy <a title="http://xspf.org/validation/" href="http://xspf.org/validation/">validation tools</a> to make sure your spiffs are well-formed.</p>
<p><a name="PLS"></a></p>
<h4>PLS</h4>
<p>The PLS format is another streaming playlist option, and used mostly by professional online radio broadcasts. You&#8217;ll find a good deal of PLS-streaming music stations on <a title="http://www.shoutcast.com/" href="http://www.shoutcast.com/">Shoutcast</a>.</p>
<p>The PLS file format looks like this:</p>
<pre>[playlist]
NumberOfEntries=3

File1=http://www.soundsofarcadio.com/mp3/BirdsintheBelly.mp3
Title1=Birds in the Belly
Length1=-1

File2=http://www.soundsofarcadio.com/mp3/HockItLikeYouOwnIt.mp3
Title2=Hock It Like You Own It
Length2=-1

File3=http://www.soundsofarcadio.com/mp3/AKidIKnow.mp3
Title3=A Kid I Know
Length3=-1

Version=2
</pre>
<p>&#160;</p>
<p>Length refers to the length of the song. Use -1 to have the music player ignore it entirely.</p>
<p><a name="Download_Software_to_Do_It_For_You"></a></p>
<h3>Download Software to Do It For You</h3>
<div><a title="http://www.icecast.org/" href="http://www.icecast.org/">Icecast</a> is an open source music broadcasting solution. The player is available for Windows or Linux. If you are uploading your tracks to a web host, and depending on how accommodating your web host is, you might find Icecast the perfect solution for setting up your internet radio station.</div>
<p>Otherwise, you might want to give <a title="http://www.shoutcast.com/download/broadcast.phtml" href="http://www.shoutcast.com/download/broadcast.phtml">Shoutcast&#8217;s broadcasting tools</a> a try. Shoutcast&#8217;s tools are extensions built on the Windows-only WinAmp music player, but some broadcasting tools for Mac and Linux are also available.</p>
<p>If you already have WinAmp, Spacial Audio Solutions offers a <a title="http://www.spacialaudio.com/?page=winamp-plugins" href="http://www.spacialaudio.com/?page=winamp-plugins">plugin</a> to turn it into an internet radio station. Spacial also has software for the enthusiastic amateur and professional: <a title="http://www.spacialaudio.com/?page=simplecast" href="http://www.spacialaudio.com/?page=simplecast">SimpleCast</a> and <a title="http://www.spacialaudio.com/?page=sam-broadcaster&#38;tab=tab-sam-broadcaster-overview" href="http://www.spacialaudio.com/?page=sam-broadcaster&#38;tab=tab-sam-broadcaster-overview">SAM Broadcaster</a>.</p>
<p><a title="http://www.iradeo.com" href="http://www.iradeo.com/">iRadeo</a> is a free streaming audio platform that allows anyone to start an online radio station. Once installed, <a title="http://www.iradeo.com" href="http://www.iradeo.com/">iRadeo</a> will automatically detect and stream any MP3 or WAV file formats that has been uploaded to the specified directory.</p>
<p>Finally, <a title="http://www.peercast.org" href="http://www.peercast.org/">Peercast</a> provides both direct and P2P streaming at the same time, allowing you to stream music online anonymously.</p>
<p><a name="Don.27t_Feed_the_Lawyers"></a></p>
<h3>Don&#8217;t Feed the Lawyers</h3>
<p>You could be fined for broadcasting music you don&#8217;t own the copyright to, and in most cases the penalties are pretty severe. There are also plenty of rabid music industry lawyers with a history of going to great lengths to prosecute copyright violators. That said, be careful how you distribute your streams.</p>
<p>Some of the software solutions listed here have built-in password protection. Otherwise, you&#8217;ll have to know some SSL and/or password protection web hosting configurations to lock down your stream.</p>
<p>Your other option &#8212; and probably the safest &#8212; is to just keep your station under wraps. You can listen to it freely, but don&#8217;t go spreading the word. Remember, the internet has ears!</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fraziin.wordpress.com%2F2009%2F10%2F28%2Fhow-to-stream-your-music-online%2F&#38;linkname=How%20to%20Stream%20Your%20Music%20Online"><img src="http://static.addtoany.com/buttons/share_save_120_16.gif" alt="Share" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Winamp and Internet Radio]]></title>
<link>http://ronjr.wordpress.com/2009/10/11/winamp-and-internet-radio/</link>
<pubDate>Sun, 11 Oct 2009 20:43:06 +0000</pubDate>
<dc:creator>Ronnie Riggs Jr</dc:creator>
<guid>http://ronjr.wordpress.com/2009/10/11/winamp-and-internet-radio/</guid>
<description><![CDATA[This video will show you how you can use winamp to play internet radio stations from sites like Shou]]></description>
<content:encoded><![CDATA[This video will show you how you can use winamp to play internet radio stations from sites like Shou]]></content:encoded>
</item>
<item>
<title><![CDATA[M3U to RM Cloner]]></title>
<link>http://brandyhyppolitenz.wordpress.com/2009/09/05/m3u-to-rm-cloner/</link>
<pubDate>Sat, 05 Sep 2009 08:18:26 +0000</pubDate>
<dc:creator>brandyhyppolitenz</dc:creator>
<guid>http://brandyhyppolitenz.wordpress.com/2009/09/05/m3u-to-rm-cloner/</guid>
<description><![CDATA[M3U to RM Cloner is designed for extraction digital audio from cd&#8217;s. M3U to RM Cloner copies a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>M3U to RM Cloner is designed for extraction digital audio from cd&#8217;s. M3U to RM Cloner copies audio digitally and save as WAV or MP3 on-the-fly with excellent quality and speed. M3U to RM Cloner can connect to FreeDB to download CD details and save as ID3V2 tags. You can use Name Rules to generate filename using ID3 Tag information such as artist&#8217;s, track&#8217;s title and track&#8217;s number.<br />
It is very easy to use. It can Convert WAV files to MP3, CD, CDA, CD-R, DVD-Audio, AAC, AC3, ID3, M3U, M4A, M4P, MP3 ID3 Tag, OGG, RA, WAV, WMA, MP2, APE, VQF, MPC, AMR, Midi, WAVE, and RM. It makes direct digital copies from audio CDs and saves them as MP3s, WMAs, OGGs, or WAVs. It have fast speed. It can Convert WAV files to WMA.  Just click on one button a CDs will be extracted.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[KMP player]]></title>
<link>http://netvietnam.org/2009/05/09/kmp-player/</link>
<pubDate>Sat, 09 May 2009 03:32:33 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/05/09/kmp-player/</guid>
<description><![CDATA[KMP player là một chương trình nghe nhạc &amp; xem film đa chức năng. Đặc biệt hỗ trợ rất nhiều định]]></description>
<content:encoded><![CDATA[KMP player là một chương trình nghe nhạc &amp; xem film đa chức năng. Đặc biệt hỗ trợ rất nhiều định]]></content:encoded>
</item>
<item>
<title><![CDATA[Create a Music Playlist]]></title>
<link>http://netwidz.com/2009/04/15/create-a-music-playlist/</link>
<pubDate>Tue, 14 Apr 2009 19:23:04 +0000</pubDate>
<dc:creator>fzcool</dc:creator>
<guid>http://netwidz.com/2009/04/15/create-a-music-playlist/</guid>
<description><![CDATA[Create a Music Playlist I assume that you already know how to add Music to your website. This is to ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font color="brown"><br />
<h1>Create a Music Playlist</h1>
<p></font></p>
<p>I assume that you already know how to add Music to your website. This is to create music play list by your self and stream on your website. Music playlist is a simple list. </p>
<p>To add music playlist to your website have to do two things,<br />
1.Create a m3u file (your music playlist file)<br />
2.Create your HTML file with your music code (this plays the music on the m3u file)</p>
<p align="center"><!--more--></p>
<p><strong>Step 1 &#8211; Create a m3u File</strong><br />
A m3u file is a file that contains a list of songs. Follow these steps to create your m3u file (i.e. your playlist file):</p>
<p>Create a text file<br />
Add a list of the mp3 files you want on your playlist. This can be the full path to the file or a relative path. Place each mp3 file name on a new line<br />
Add any comments by preceeding them with a hash (#) symbol (this step is optional)<br />
Save the file with a .m3u extension. For example, call it music_playlist.m3u<br />
There it is &#8211; your music playlist file!</p>
<p><strong>Example m3u File</strong><br />
<em>Below is an example of an m3u file:</em></p>
<p><code> #This is my m3u file - it contains a list of songs<br />
/music/title.mp3<br />
/music/good_enough.mp3<br />
/music/bonus.mp3</code></p>
<p>Now all you need to do is add your playlist to your music code.</p>
<p><strong>Step 2 </strong>- Add Your Playlist to your Music Code<br />
Place the following code within your HTML file and change the values to suit:</p>
<p>Example Music Code<br />
 <code></p>
<blockquote>
<p>&#8804; embed name="music_playlist"<br />
src="music_playlist.m3u"<br />
width="300"<br />
height="90"<br />
loop="false"<br />
hidden="false"<br />
autostart="true"&#62;<br />
&#60;/embed &#8805;
</p></blockquote>
<p></code><br />
If you&#8217;ve ever added music to your website, you are probably familiar with this code.</p>
<p>The only difference between this code and any other (non-playlist) code, is that in this code, the value of the src attribute (i.e. your source file) is your playlist file. If you weren&#8217;t using a playlist, this source file would simply be a single .mp3 file or a single .wav file or similar.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating .m3u Playlists for the PSP and Sony Ericsson Phones (W850i)]]></title>
<link>http://0ffl1n3.wordpress.com/2009/03/08/creating-m3u-playlists-for-the-psp-and-sony-ericsson-phones-w850i/</link>
<pubDate>Sun, 08 Mar 2009 05:56:00 +0000</pubDate>
<dc:creator>0ffl1n3</dc:creator>
<guid>http://0ffl1n3.wordpress.com/2009/03/08/creating-m3u-playlists-for-the-psp-and-sony-ericsson-phones-w850i/</guid>
<description><![CDATA[PSP2 concept by 0ffl1n3 (c) 2009 If you want a simple way to create .m3u playlists that will be comp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_38" class="wp-caption aligncenter" style="width: 470px"><img class="size-full wp-image-38" title="psp2_concept1" src="http://0ffl1n3.wordpress.com/files/2009/03/psp2_concept1.jpg" alt="PSP2 concept by 0ffl1n3 (c) 2009" width="460" height="258" /><p class="wp-caption-text">PSP2 concept by 0ffl1n3 (c) 2009</p></div>
<p>If you want a simple way to create .m3u playlists that will be compatible with the PSP and Sony Ericsson Phones you can create them with a DOS command as follows:</p>
<p>using the CD command, change into the directory containing the music files you want to add to a playlist, eg:</p>
<p>CD &#8220;F:\MUSIC\NO LINE ON THE HORIZON&#8221;</p>
<p>once in the directory type the following command:</p>
<p>DIR /O:N /B &#62; &#8220;NO LINE ON THE HORIZON.m3u&#8221;</p>
<p>This will create a file in the directory called &#8220;NO LINE ON THE HORIZON.m3u&#8221; which will contain a list of all the tracks in this instance in alphabetical order which is useful if the files have track numbers, eg. 01, 02, 03&#8230;etc.</p>
<p>The /O:N option sorts the files by name and is optional.</p>
<p>The /B option uses the bare format, ie. no date, file size etc.</p>
<p>At the time of writing this, the PSP only handles a directory depth of one and only handles one .m3u file per folder, and won&#8217;t find one in the root directory.</p>
<p>Sony Ericsson phones such as the W850i will allow multiple folder depths and I have not tested dynamic .m3u files outside of the folders containing the music. The folder location is the same as PSP, ie. X:/MUSIC/</p>
<p>You can also use programs such as VideoLAN&#8217;s VLC player to export custom .m3uplaylists.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[to make .m3u files.]]></title>
<link>http://repeta.wordpress.com/2009/02/24/to-make-m3u-files/</link>
<pubDate>Mon, 23 Feb 2009 23:02:23 +0000</pubDate>
<dc:creator>repeta</dc:creator>
<guid>http://repeta.wordpress.com/2009/02/24/to-make-m3u-files/</guid>
<description><![CDATA[There is no good software to make  .m3u files. So, we have to make it by ourselves. This is a comman]]></description>
<content:encoded><![CDATA[There is no good software to make  .m3u files. So, we have to make it by ourselves. This is a comman]]></content:encoded>
</item>
<item>
<title><![CDATA[Winamp Media Player v5.541 PRO Multilenguaje, Reproductor Completo de Música y Vídeo]]></title>
<link>http://killaburrimiento.wordpress.com/2008/12/28/winamp-media-player-v5541-pro-multilenguaje-reproductor-completo-de-musica-y-video/</link>
<pubDate>Sun, 28 Dec 2008 01:23:34 +0000</pubDate>
<dc:creator>killaburrimiento</dc:creator>
<guid>http://killaburrimiento.wordpress.com/2008/12/28/winamp-media-player-v5541-pro-multilenguaje-reproductor-completo-de-musica-y-video/</guid>
<description><![CDATA[Winamp es un reproductor de audio y vídeo muy práctico, funcional y con un vistoso aspecto. Winamp, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://1.bp.blogspot.com/_QcADEK6HYak/SVZYyUNP2II/AAAAAAAAIxk/vX5uKDZE90w/s1600-h/winamp.png" target="_blank"><img style="display:block;text-align:center;cursor:pointer;width:300px;height:300px;margin:0 auto 10px;" src="http://1.bp.blogspot.com/_QcADEK6HYak/SVZYyUNP2II/AAAAAAAAIxk/vX5uKDZE90w/s320/winamp.png" border="0" alt="" /></a></p>
<p><span style="font-family:trebuchet ms;">Winamp es un reproductor de audio y vídeo muy práctico, funcional y con un vistoso aspecto.</span></p>
<p><span style="font-family:trebuchet ms;">Winamp, el famoso e histórico reproductor de Nullsoft, es ahora capaz de reproducir con soltura prácticamente todos los formatos de audio y vídeo, lógicamente, siempre y cuando dispongas del codec instalado.</span></p>
<p><span style="font-family:trebuchet ms;">La compatibilidad, la gran cantidad de extensiones y pieles disponibles, la versatilidad y el resto de cualidades de Winamp le convierten en un firme candidato a convertirse en tu reproductor multimedia favorito, y no sólo en tu casa. Gracias a Winamp Remote, también podrás disfrutar de la música del ordenador de tu casa desde cualquier PC conectado a Internet.</span></p>
<p><span style="font-family:trebuchet ms;">La nueva piel Bento, muy práctica y con cierta inspiración en iTunes, además te garantiza que tendrás todo a mano (ecualizador, biblioteca multimedia, lista de reproducción) sin ventanas flotantes, como ocurría con las versiones anteriores de Winamp.</span></p>
<div style="text-align:justify;"><span style="font-weight:bold;font-family:trebuchet ms;">• Winamp soporta los siguientes formatos:</span><br />
<span style="font-family:trebuchet ms;">AAC, it, mod, nst, stm, AIF, itz, MP1, NSV, stz, AIFF, KAR, MP2, OGG, ult, amf, M2V, MP3, okt, VLB, APL, m3u, mp3, pls, VOC, ASF, M4A, MP4, ptm, WAV, AU, mdz, MPEG, RMI, WMA, AVI, MID, MPG, s3m, WMV, CDA, MIDI, mtm, s3z, xm, far, MIZ, NSA, SND, xmz, 669</span><span style="font-weight:bold;"></p>
<p></span><span style="font-weight:bold;font-family:trebuchet ms;">• Cambios recientes en Winamp:</span></p>
<ul>
<li><span style="font-family:trebuchet ms;">En español</span></li>
<li><span style="font-family:trebuchet ms;">Nueva piel</span></li>
<li><span style="font-family:trebuchet ms;">Nuevo instalador</span></li>
<li><span style="font-family:trebuchet ms;">Winamp Remote</span></li>
<li><span style="font-family:trebuchet ms;">Editor unificado con soporte para portadas</span></li>
<li><span style="font-family:trebuchet ms;">Cambios en la interfaz</span></li>
</ul>
</div>
<p><span style="font-family:trebuchet ms;">Tamaño: </span><span style="font-style:italic;font-family:trebuchet ms;">14 MB</span></p>
<p><span style="font-style:italic;font-family:trebuchet ms;">Links: </span></p>
<p><span style="font-family:trebuchet ms;"><span style="font-weight:bold;">Winamp Media Player v5.541 PRO Multilenguaje<br />
</span><span>Rapidshare &#124; Megaupload &#124; Easy-Share &#124; <a href="http://depositfiles.com/files/aaq8wt3lx" target="_blank">DepositFiles</a></span></span></p>
<p>Winamp v5.55 Pro Multilenguaje(<span style="font-style:italic;color:#cc0000;">The Boss</span>)<br />
<a href="http://rapidshare.com/files/153472101/Winamp_v5.55_By_The_Boss.rar" target="_blank">Rapidshare</a> &#124; <a href="http://www.megaupload.com/?d=Y9X00Q60" target="_blank">Megaupload</a> &#124; <a href="http://www.mediafire.com/?idykjdm2gtd" target="_blank">Mediafire</a> &#124; <a href="http://urlcash.net/go/1/18977/5/http://www.gigasize.com/get.php?d=h6wzzfddd5b" target="_blank">Gigasize</a><br />
<span style="font-weight:bold;font-family:trebuchet ms;"><br />
Winamp v5.54 Build 2147 Pro Multilenguaje (<span style="font-style:italic;color:#cc0000;">jals11</span>)</span><br />
<span style="font-family:trebuchet ms;"><a href="http://rapidshare.com/files/129424222/Winamp_v5.54_Build_2147_Final_ByJals11.rar" target="_blank">Rapidshare</a> &#124; <a href="http://www.filefactory.com/file/b46314/n/Winamp_v5_54_Build_2147_Final_ByJals11_rar" target="_blank">Filefactory</a></span></p>
<p><span style="font-weight:bold;font-family:trebuchet ms;">WinAmp 5.5 Pro 10th Anniversary Surround Edition</span><br />
<a href="http://rapidshare.com/files/71987257/WinAmp.5.5.Pro.10th.Anniversary.Surround.Edition.Multilingual.with.Keygen.rar" target="_blank">Rapidshare</a><span style="font-family:trebuchet ms;"> &#124; </span><a href="http://www.megaupload.com/?d=HJVEP8CX" target="_blank">Megaupload</a><span style="font-family:trebuchet ms;"> &#124; </span><a href="http://www.filefactory.com/file/1d64af/" target="_blank">Filefactory</a></p>
<p><span style="font-weight:bold;font-family:trebuchet ms;">Skin Vista Aero</span><br />
<span style="font-family:trebuchet ms;">Rapidshare &#124; Megaupload &#124; Easy-Share &#124; <a href="http://depositfiles.com/files/g0wd3s862" target="_blank">DepositFiles</a></span></p>
<p><span style="font-family:trebuchet ms;">Fuente: http://www.intercambiosvirtuales.org/<br />
</span></p>
<p><span style="font-style:italic;font-family:trebuchet ms;"><br />
</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ver la TDT online mediante Mplayer]]></title>
<link>http://elchicosinhada.wordpress.com/2008/11/26/ver-la-tdt-online-mediante-mplayer/</link>
<pubDate>Wed, 26 Nov 2008 20:15:59 +0000</pubDate>
<dc:creator>elchicosinhada</dc:creator>
<guid>http://elchicosinhada.wordpress.com/2008/11/26/ver-la-tdt-online-mediante-mplayer/</guid>
<description><![CDATA[Eramos muchos los que usábamos Zattoo hasta que este se volvió de pago. Acceder a distintos canales ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Eramos muchos los que usábamos Zattoo hasta que este se volvió de pago. Acceder a distintos canales por internet resulta muy como cuando tenemos un ordenador conectado a internet y no disponemos de televisión, como en la universidad y algunos otros sitios.</p>
<p>La solución están en las emisiones (de dudosa legalidad) de distintos canales. Hay distintas webs, como <a href="http://vertdtgratis.com/canales-espana/">VerTDT Online</a> (muy originales xD) que permiten ver algunos canales desde su web, sin embargo, esto es algo peñazo por tener que tener el navegador abierto y no poder colocar el vídeo donde queramos. ¿Solución? Obtener la dirección del streaming y cargarlo desde un reproductor cualquiera.</p>
<p><!--more--></p>
<p>Para obtener la URL, vasta con ir a la web donde se nos muestre el canal, ver el código fuente (en el caso de Firefox Control+U) y buscamos &#8220;&#60;embed&#8221;, en la etiqueta seguramente estará la dirección del vídeo, la copiamos en cualquier reproductor y ale <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Yo he decido hacer además una lista m3u con los distintos canales para poder verlos siempre que quiera y de manera más sencilla. Aquí os la dejo:</p>
<blockquote><p>#EXTM3U<br />
# Playlist created by SMPlayer 0.6.5.1+SVN-r2327<br />
#EXTINF:0,http://rtve.stream.flumotion.com/rtve/24h.flv.m3u<br />
http://rtve.stream.flumotion.com/rtve/24h.flv.m3u<br />
#EXTINF:2.13344e+09,Antena 3 Noticias<br />
mms://a1112.l2787656766.c27876.e.lm.akamaistream.net/D/1112/27876/v0001/reflector:56766<br />
#EXTINF:2,Antena 3 Neox<br />
http://neox.stream.flumotion.com/antena3/neox.asf.m3u<br />
#EXTINF:2,Antena 3 Nova<br />
http://nova.stream.flumotion.com/antena3/nova.asf.m3u<br />
#EXTINF:1,Canal Sur<br />
http://rtva.stream.flumotion.com/rtva/andaluciatelevision.flv.m3u<br />
#EXTINF:2.13344e+09,Kiss TV<br />
http://66.225.235.202/va92winlive2314<br />
#EXTINF:2.13344e+09,A3Internacional<br />
mms://a1928.l3284834797.c32848.e.lm.akamaistream.net/D/1928/32848/v0001/reflector:34797</p></blockquote>
<p>Basta con copiarlo y pegarlo en un .txt, y renombrarlo a .m3u, y listo.</p>
<p>No son muchos canales, pero es más bien para probar a ver como funciona que otra cosa.</p>
<p>Yo lo he usado con smplayer y va de perlas.</p>
<p>Por cierto, recordar que mplayer soporta casi todos los formatos, incluyendo flv, por tanto, las emisiones en flash también podréis reproducirlas desde mplayer y sus distintos front-ends.</p>
<p>Si alguno se hace su propia lista de reproducción con bastantes canales, agradeceria que la pasase <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ATUNES 1.10.1 - ULTIMA VERSIÓN DE ESTE COMPLETISIMO ADMINISTRADOR PARA TUS MP3 ]]></title>
<link>http://panaceapc.com/2008/11/17/atunes-1101-ultima-version-de-este-completisimo-administrador-para-tus-mp3/</link>
<pubDate>Mon, 17 Nov 2008 13:26:18 +0000</pubDate>
<dc:creator>panaceapc</dc:creator>
<guid>http://panaceapc.com/2008/11/17/atunes-1101-ultima-version-de-este-completisimo-administrador-para-tus-mp3/</guid>
<description><![CDATA[19.9 MB / Multilenguaje / Gratuito / HomePage aTunes es una aplicación cuya similitud con el popular]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a rel="attachment wp-att-942" href="http://panaceapc.wordpress.com/2008/11/17/atunes-1101-ultima-version-de-este-completisimo-administrador-para-tus-mp3/3_atunes1/"><img class="alignnone size-thumbnail wp-image-942" title="3_atunes1" src="http://panaceapc.wordpress.com/files/2008/11/3_atunes1.jpg?w=118" alt="3_atunes1" width="118" height="96" /></a></p>
<p>19.9 MB / Multilenguaje / <strong>Gratuito </strong>/ <a href="http://atunes.sourceforge.net/" target="_blank">HomePage</a></p>
<p>aTunes es una aplicación cuya similitud con el popular iTunes no se limita a su nombre. Tanto su aspecto como su funcionalidad son parecidas a las del reproductor de Apple, sólo que está programada en Java y tiene <strong>licencia GNU.</strong></p>
<p>Indícale la carpeta donde guardas tus MP3, y aTunes incorporará todo su contenido a tu biblioteca musical, organizándolo por carpetas o autores y mostrando toda la información necesaria en una interfaz organizada en diferentes áreas.</p>
<p>El programa tiene soporte para tags ID3v1 y v2, puede mostrar imágenes asociadas a canciones (las portadas de los álbumes) y su sistema de filtros y Favoritos te permite navegar cómodamente por tu colección de música.</p>
<p>Además de administrador, aTunes también cuenta con un reproductor integrado con el que disfrutar de tus MP3 y que también tiene soporte para listas de reproducción en M3U.</p>
<p><a href="http://downloads.sourceforge.net/atunes/aTunes_1.10.1_installer.exe?use_mirror=osdn">descargar</a></p>
<p><a href="http://www.malinamaniac.com/2008/11/atunes-1101-ultima-versin-de-este.html">fuente</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to listen to radiodrama on your computer in streaming media?]]></title>
<link>http://radiotheater.wordpress.com/2008/07/31/how-to-listen-to-radiodrama-on-your-computer-in-streaming-media/</link>
<pubDate>Thu, 31 Jul 2008 20:26:08 +0000</pubDate>
<dc:creator>leefwijzer</dc:creator>
<guid>http://radiotheater.wordpress.com/2008/07/31/how-to-listen-to-radiodrama-on-your-computer-in-streaming-media/</guid>
<description><![CDATA[There are various ways to listen to a radiodrama on your computer, depending on the form in which it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://radiotheater.files.wordpress.com/2008/07/streaming.jpg"><img class="alignleft size-medium wp-image-7" src="http://radiotheater.wordpress.com/files/2008/07/streaming.jpg?w=130" alt="" width="130" height="98" /></a>There are various ways to listen to a radiodrama on your computer, depending on the form in which it is offered on the website. Some radiodrama can simply be downloaded and treated as any other MP3 file, others can only be listened to in &#8220;live&#8221; (streaming) form, when visiting the website which is offering the radioplay. This is mainly due to regulations regarding copyright, and to bandwith problems.</p>
<p>Most modern computers already have a program installed for listening to &#8220;streaming media&#8221;. But if, when clicking a link to a &#8220;live&#8221; radioplay, you get an error, this means that your computer lacks the adequate software, and you will have to install it.</p>
<p>Which program to choose? This depends on the form in which the play is offered. Most often it is a .m3u file (move your pointer over the link to the file, and look at the 3 charachters long extension of the file). If that is the case, you can download one of the following programs:</p>
<p>* <a href="http://www.apple.com/quicktime/download" target="_blank">QuickTime</a><br />
* <a href="http://www.videolan.org/vlc/" target="_blank">VLC Media Player</a><br />
* <a href="http://www.microsoft.com/windows/windowsmedia/players.aspx" target="_blank">Windows Media Player</a><br />
* <a href="http://www.real.com/player" target="_blank">RealPlayer</a></p>
<p>However, if it is a .pls file, you need one of these programs:</p>
<p>* <a href="http://www.apple.com/itunes/download/" target="_blank">iTune</a>s<br />
* <a href="http://www.apple.com/quicktime/download/" target="_blank">QuickTime</a><br />
* <a href="http://www.real.com/player" target="_blank">Real Player</a><br />
* <a href="http://www.winamp.com/player" target="_blank">WinAmp</a> ()</p>
<p>An excellent site with tips on how to listen to streaming media can be found <a href="http://www.whqr.org/streaming_help.html" target="_blank">here</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hoe een hoorspel in streaming media beluisteren?]]></title>
<link>http://hoorspel.wordpress.com/2008/07/30/hoe-een-hoorspel-in-streaming-media-beluisteren/</link>
<pubDate>Wed, 30 Jul 2008 21:52:36 +0000</pubDate>
<dc:creator>leefwijzer</dc:creator>
<guid>http://hoorspel.wordpress.com/2008/07/30/hoe-een-hoorspel-in-streaming-media-beluisteren/</guid>
<description><![CDATA[Je kan een hoorspel op verschillende manieren beluisteren, afhankelijk van de vorm waarin het aangeb]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://hoorspel.files.wordpress.com/2008/07/streaming.jpg"><img class="alignleft size-medium wp-image-8" src="http://hoorspel.wordpress.com/files/2008/07/streaming.jpg?w=130" alt="" width="130" height="98" /></a>Je kan een hoorspel op verschillende manieren beluisteren, afhankelijk van de vorm waarin het aangeboden wordt. Sommige hoorspelen kan je volledig vrij downloaden, andere zijn enkel &#8220;live&#8221; (in streaming media) te beluisteren vanop de website van de aanbieder. Dat laatste is voornamelijk omwille van de auteursrechten of de bandbreedte van de aanbieder. De meeste moderne computers hebben reeds een programma aan boord waarmee je &#8220;streaming media&#8221; kan beluisteren. Krijg jij bij het aanklikken van een link naar een hoorspel een foutmelding, dan wil dit zeggen dat de nodige software ontbreekt en je die moet installeren.</p>
<p>Welk programma je nodig hebt, hangt af van de vorm waarin het bestand aangeboden wordt. Meestal is dat een .m3u bestand (beweeg je cursor over de link naar het bestand, zodat je de naam van het bestand te zien krijgt). In dat geval kan je een van de volgende programma&#8217;s downloaden:<br />
* <a href="http://www.apple.com/quicktime/download/" target="_blank">QuickTime</a></p>
<p>* <a href="http://www.videolan.org/vlc/" target="_blank">VLC Media Player</a></p>
<p>* <a href="http://www.microsoft.com/windows/windowsmedia/players.aspx" target="_self">Windows Media Player</a></p>
<p>* <a href="http://www.real.com/player" target="_blank">RealPlayer</a></p>
<p>Gaat het om een .pls bestand, dan moet je een van de volgende programma&#8217;s downloaden:</p>
<p>* <a href="http://www.apple.com/itunes/download/" target="_self">iTunes</a></p>
<p>* <a href="http://www.apple.com/quicktime/download/" target="_blank">QuickTime</a></p>
<p>* <a href="http://www.real.com/player" target="_blank">Real Player </a></p>
<p>* <a href="http://www.winamp.com/player" target="_blank">WinAmp</a></p>
<p>Een uitstekende pagina met tips om streaming media te beluisteren vind je <a href="http://www.whqr.org/streaming_help.html" target="_blank">hier</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Playlist generator]]></title>
<link>http://jesusdemontreal.wordpress.com/2008/07/16/the-playlist-generator/</link>
<pubDate>Wed, 16 Jul 2008 19:19:19 +0000</pubDate>
<dc:creator>jesusdemontreal</dc:creator>
<guid>http://jesusdemontreal.wordpress.com/2008/07/16/the-playlist-generator/</guid>
<description><![CDATA[Ok, I&#8217;ve searching and searching and playing around just to find a way to go through my mp3 fo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ok, I&#8217;ve searching and searching and playing around just to find a way to go through my mp3 folders and automatically generate recursive playlists for each directory. After some confusion I came up with this line that does exactly what I want. My main problem was that I have some directories with spaces in them and linux doesn&#8217;t quite like that but this line takes care of that too.</p>
<p>You&#8217;ll need to install <a href="http://royale.zerezo.com/fapg/">FAPG</a> (the fast playlist generator, he&#8217;ll do the work, my script is only for the recursiveness, also available in ubuntu&#8217;s repos)</p>
<p>The pattern used in this script goes as follow</p>
<p><em>Folder1  &#8212;&#62; this is the directory you pass to the script as an argument<br />
</em></p>
<ul>
<li><strong>folderA.m3u &#8211;&#62; contains folderA and subdirectories<br />
</strong></li>
<li><strong>folderB.m3u &#8211;&#62; contains folderB and subdirectories<br />
</strong></li>
<li><em>folderA</em>
<ul>
<li><strong>subfolderA.m3u <em>&#8211;&#62; contains subfolderA and subdirectories</em></strong></li>
<li><strong>subfolderB.m3u</strong> <strong>&#8211;&#62; idem</strong></li>
<li><em>subfolderA<br />
</em></li>
<li><em>subfolderB</em></li>
</ul>
</li>
<li><em>folderB</em>
<ul>
<li><strong>subfolderC.m3u &#8211;&#62; idem<br />
</strong></li>
<li><em>subfolderC</em>
<ul>
<li><strong>subfolderD.m3u &#8211;&#62; contains only subfolderD<br />
</strong></li>
<li><em>subfolderD</em></li>
</ul>
</li>
</ul>
</li>
</ul>
<p>And now the script itself</p>
<blockquote><p>#!/bin/bash<br />
#playlist2 &#8212; the automatic playlist generator<br />
find $1 -type d -printf &#8216;%&#8221;%p%&#8221;\n&#8217; -execdir fapg -r &#8216;{}&#8217; -o &#8216;{}.m3u&#8217; \;</p></blockquote>
<p>And to use you just type</p>
<blockquote><p>playlist2 <strong>Folder1</strong></p></blockquote>
<p><span style="text-decoration:underline;"><em><strong>It occurs to me that this doesn&#8217;t work from a linux machine to a mounted samba share if someone understands why&#8230; </strong></em></span></p>
<p>It seems that the folder specified when calling the script needs to be deprived of the tail/ (ex. music not music/ )</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My Ubuntu tips &amp; tricks (and some small pieces of software/gadgets)]]></title>
<link>http://icehot.wordpress.com/2008/05/06/my-ubuntu-tips-tricks-and-some-small-pieces-of-softwaregadgets/</link>
<pubDate>Tue, 06 May 2008 10:17:27 +0000</pubDate>
<dc:creator>Andrei</dc:creator>
<guid>http://icehot.wordpress.com/2008/05/06/my-ubuntu-tips-tricks-and-some-small-pieces-of-softwaregadgets/</guid>
<description><![CDATA[Play youtube videos directly in Totem Movie Player (Hardy): Open Movie Player, go to Edit &gt; Plugi]]></description>
<content:encoded><![CDATA[Play youtube videos directly in Totem Movie Player (Hardy): Open Movie Player, go to Edit &gt; Plugi]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Convert Audio File to MP3 Format]]></title>
<link>http://liltone.wordpress.com/2007/12/04/how-to-convert-audio-file-to-mp3-format/</link>
<pubDate>Tue, 04 Dec 2007 01:23:44 +0000</pubDate>
<dc:creator>liltone</dc:creator>
<guid>http://liltone.wordpress.com/2007/12/04/how-to-convert-audio-file-to-mp3-format/</guid>
<description><![CDATA[Since we got quite a few email asking how to convert audio files into mp3 format, we decided to post]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Since we got quite a few email asking how to convert audio files into mp3 format, we decided to post intructions on this blog and on <a target="_blank" href="http://www.liltone.com/ltpublicbeta/FAQ/ConvertAudioFiles/tabid/98/Default.aspx"><strong>FAQ &#8211; Convert Audio File section</strong></a> in <a target="_blank" href="http://www.liltone.com"><strong>LilTone.com</strong></a>.  Hopefully, those instruction can help our user to make ringtone easier.</p>
<p>There are a lot of audio conversion programs you can use to convert audio files from different file formats into mp3. For example, <a target="_blank" href="http://nch.com.au/switch">Switch</a> is an Australian-produced freeware application, which has Windows and Mac version available.</p>
<p>Here is the instruction for using Switch to convert audio files into mp3 format on Windows:</p>
<ul>
<li>Open Switch program.</li>
<li>Click the &#8220;Add Files&#8221; button or press Alt+A on your keyboard to add <span class="style19">audio</span> files for <span class="style19">conversion</span>.</li>
<li>Specified the destination on your disk in &#8220;Output Folder&#8221;.</li>
<li>Select &#8220;.mp3&#8243; as your output format.</li>
<li>Click the &#8220;Convert&#8221; button.</li>
</ul>
<p><img width="371" src="http://www.liltone.com/ltpublicbeta/images/switch.gif" alt="Switch" height="229" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[logiciel] Explorateur pour fichiers musicaux  ]]></title>
<link>http://volvox.wordpress.com/2007/11/04/logiciel-explorateur-de-fichiers-misicaux/</link>
<pubDate>Sun, 04 Nov 2007 19:54:29 +0000</pubDate>
<dc:creator>volvox</dc:creator>
<guid>http://volvox.wordpress.com/2007/11/04/logiciel-explorateur-de-fichiers-misicaux/</guid>
<description><![CDATA[Si vous utilisez Windows Media Player ou Winamp pour la lecture de vos fichiers musicaux, voici une ]]></description>
<content:encoded><![CDATA[Si vous utilisez Windows Media Player ou Winamp pour la lecture de vos fichiers musicaux, voici une ]]></content:encoded>
</item>
<item>
<title><![CDATA[This one goes through an m3u playlist and seperates out the songs that have been moved or deleted.]]></title>
<link>http://collincode.wordpress.com/2007/02/13/this-one-goes-through-an-m3u-playlist-and-seperates-out-the-songs-that-have-been-moved-or-deleted/</link>
<pubDate>Tue, 13 Feb 2007 15:18:00 +0000</pubDate>
<dc:creator>Collin Anderson</dc:creator>
<guid>http://collincode.wordpress.com/2007/02/13/this-one-goes-through-an-m3u-playlist-and-seperates-out-the-songs-that-have-been-moved-or-deleted/</guid>
<description><![CDATA[import sys import os.path oldname = sys.argv[-1] dirname = os.path.dirname(oldname) goodname = oldna]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="highlight">
<pre><span style="color:#007020;font-weight:bold;">import</span> <span style="color:#0e84b5;font-weight:bold;">sys</span>
<span style="color:#007020;font-weight:bold;">import</span> <span style="color:#0e84b5;font-weight:bold;">os.path</span>

oldname <span style="color:#666666;">=</span> sys<span style="color:#666666;">.</span>argv[<span style="color:#666666;">-</span><span style="color:#40a070;">1</span>]
dirname <span style="color:#666666;">=</span> os<span style="color:#666666;">.</span>path<span style="color:#666666;">.</span>dirname(oldname)
goodname <span style="color:#666666;">=</span> oldname<span style="color:#666666;">.</span>replace(<span style="color:#4070a0;">&#34;.m3u&#34;</span>,<span style="color:#4070a0;">&#34;_good.m3u&#34;</span>)
badname <span style="color:#666666;">=</span> oldname<span style="color:#666666;">.</span>replace(<span style="color:#4070a0;">&#34;.m3u&#34;</span>,<span style="color:#4070a0;">&#34;_bad.m3u&#34;</span>)
old<span style="color:#666666;">=</span><span style="color:#007020;">file</span>(oldname)
good<span style="color:#666666;">=</span><span style="color:#007020;">file</span>(goodname,<span style="color:#4070a0;">&#34;w&#34;</span>)
badlst<span style="color:#666666;">=</span>[]
<span style="color:#007020;font-weight:bold;">for</span> line <span style="color:#007020;font-weight:bold;">in</span> old:
    <span style="color:#007020;font-weight:bold;">if</span> <span style="color:#007020;font-weight:bold;">not</span> line<span style="color:#666666;">.</span>startswith(<span style="color:#4070a0;">&#34;#&#34;</span>):
        <span style="color:#007020;font-weight:bold;">if</span> os<span style="color:#666666;">.</span>path<span style="color:#666666;">.</span>exists(os<span style="color:#666666;">.</span>path<span style="color:#666666;">.</span>join(dirname, line<span style="color:#666666;">.</span>strip())):
            good<span style="color:#666666;">.</span>write(line)
        <span style="color:#007020;font-weight:bold;">else</span>:
            <span style="color:#60a0b0;font-style:italic;">#bad.write(line)</span>
            badlst<span style="color:#666666;">.</span>append(line)
old<span style="color:#666666;">.</span>close()
good<span style="color:#666666;">.</span>close()

<span style="color:#007020;font-weight:bold;">if</span> badlst:
    badlst<span style="color:#666666;">.</span>sort()
    bad<span style="color:#666666;">=</span><span style="color:#007020;">file</span>(badname,<span style="color:#4070a0;">&#34;w&#34;</span>)
    <span style="color:#007020;font-weight:bold;">for</span> x <span style="color:#007020;font-weight:bold;">in</span> badlst:
        bad<span style="color:#666666;">.</span>write(x)
    bad<span style="color:#666666;">.</span>close()
</pre>
</div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
