<?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>winamp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/winamp/</link>
	<description>Feed of posts on WordPress.com tagged "winamp"</description>
	<pubDate>Thu, 21 Aug 2008 08:29:17 +0000</pubDate>

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

<item>
<title><![CDATA[How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)]]></title>
<link>http://depachesolutions.wordpress.com/?p=25</link>
<pubDate>Wed, 20 Aug 2008 14:56:13 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=25</guid>
<description><![CDATA[How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)
Warning: This is ]]></description>
<content:encoded><![CDATA[<p>How to Restore off a mounted slave disk on Redhat + Cpanel (crash/hack/bad kernel)</p>
<p>Warning: This is not to be done by the unexperienced admins bad things could happen. Hire someone.</p>
<p>Sometimes if you get hacked or boot with a bad kernel you need to have the datacenter mount your old drive, and install a new one with a fresh installation of redhat. First things first lets make sure you have an updated kernel, we will do it with up2date for ease of use:<br />
<strong><br />
up2date -f kerne</strong>l</p>
<p>check the grub.conf /or lilo config to ensure the settings are right. (if using lilo run this command aswell /sbin/lilo -v -v and check for errors)</p>
<p>Now reboot the server</p>
<p><strong> shutdown -r now</strong><br />
I. Mount the backup Drive</p>
<p>First check to see if there are any drives mounted.</p>
<p><strong> df -h</strong></p>
<p>You should get something simular to this if it isent mounted yet:</p>
<p>[root@localhost root]# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hda2              37G  1.4G   33G   4% /<br />
/dev/hda1             101M  7.7M   88M   9% /boot<br />
none                  125M     0  125M   0% /dev/shm<br />
[root@localhost root]#</p>
<p>if it is mounted you will see something like this:</p>
<p>-bash-2.05b# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hda3              53G   31G   20G  62% /<br />
/dev/hda1              99M   14M   80M  15% /boot<br />
none                  248M     0  248M   0% /dev/shm<br />
/dev/hdc3              53G   31G   20G  61% /mnt/old<br />
-bash-2.05b#</p>
<p>as you can see hdc3 is the old drive, and it is mounted as /mnt/old. Yours will be diffent possibly. But keep in mind you need to know the mount point for the backup drive for the following steps.</p>
<p>Lets mount if not already mounted.</p>
<p><strong> fdisk -l</strong></p>
<p>check for additional drives, in this tutorial we will use /dev/hdc3.</p>
<p><strong> mount /dev/hdb3 /mnt/old</strong></p>
<p>now that the drive is mounted you can browse files like:</p>
<p><strong> ls /mnt/old/home</strong></p>
<p>II. Rsync the files</p>
<p>Do these commands one by one,</p>
<p><strong> rsync -vrplogDtH /mnt/old/usr/local/apache/conf /usr/local/apache<br />
rsync -vrplogDtH /mnt/old/var/named /var<br />
rsync -vrplogDtH /mnt/old/home/* /home<br />
rsync -vrplogDtH /mnt/old/usr/local/cpanel /usr/local<br />
rsync -vrplogDtH /mnt/old/var/lib/mysql /var/lib<br />
rsync -vrplogDtH /mnt/old/var/cpanel /var<br />
rsync -vrplogDtH /mnt/old/usr/share/ssl /usr/share<br />
rsync -vrplogDtH /mnt/old/var/ssl /var<br />
rsync -vrplogDtH /mnt/old/usr/local/cpanel/3rdparty/mailman /usr/local/cpanel/3rdparty<br />
rsync -vrplogDtH /mnt/old/var/log/bandwidth /var/log<br />
rsync -vrplogDtH /mnt/old/usr/local/frontpage /usr/local<br />
rsync -vrplogDtH /mnt/old/var/spool/cron /var/spool</strong></p>
<p>Next Step -  Get some important files from etc:</p>
<p><strong> cd /mnt/old/etc<br />
rsync -vrplogDtH secondarymx domainalias valiases vfilters exim* proftpd* pure-ftpd* passwd* group* *domain* *named* wwwacct.conf cpupdate.conf quota.conf shadow* *rndc* ips* ipaddrpool* ssl /etc<br />
</strong></p>
<p>Now would be a good time to change your password for root:</p>
<p>passwd</p>
<p>III. Updating software and restarting services</p>
<p><strong> /scripts/upcp<br />
/scripts/updatenow<br />
/scripts/sysup<br />
/scripts/fixeverything<br />
/scripts/exim4<br />
/scripts/easyapache<br />
/scripts/securetmp</strong></p>
<p>This is needed to update cpanel information. Please note, sshd might fail and not start after running fixeverything. You have to login to whm, and go to the rpm installer and "FORCE" install opensshd-server, opensshd, opensshd-client and then restart sshd from whm.</p>
<p>IV. Restarting services</p>
<p><strong> /scripts/restartsrv httpd<br />
/scripts/restartsrv cpanel<br />
/scripts/restartsrv mysql<br />
/scripts/restartsrv named<br />
/scripts/restartsrv exim</strong></p>
<p>After you are pleased that everything is working fine, restart the entire server.</p>
<p>This tutorial works 100% on redhat, 7.3, 8.0, 9.0 and fedora. it has been tested on those boxes. But remember, if you dont know what your doing them hire someone to check your server out.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Stop PHP nobody Spammers]]></title>
<link>http://depachesolutions.wordpress.com/?p=22</link>
<pubDate>Wed, 20 Aug 2008 14:47:30 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=22</guid>
<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the]]></description>
<content:encoded><![CDATA[<p>PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where. Watching your exim_mainlog doesn't exactly help, you see th email going out but you can't track from which user or script is sending it. This is a quick and dirty way to get around the nobody spam problem on your Linux server.</p>
<p>If you check out your PHP.ini file you'll notice that your mail program is set to: /usr/sbin/sendmail and 99.99% of PHP scripts will just use the built in mail(); function for PHP - so everything will go through /usr/sbin/sendmail =)</p>
<p><strong>Requirements:<br />
</strong>We assume you're using Apache 1.3x, PHP 4.3x and Exim. This may work on other systems but we're only tested it on a Cpanel/WHM Red Hat Enterprise system.</p>
<p><strong>Time: </strong><br />
10 Minutes, Root access required.</p>
<p><a href="http://depachesolutions.files.wordpress.com/2008/08/nospam.gif"><img class="alignright size-medium wp-image-23" src="http://depachesolutions.wordpress.com/files/2008/08/nospam.gif?w=300" alt="" width="210" height="210" /></a><strong>Step 1)<br />
</strong>Login to your server and su - to root.</p>
<p><strong>Step 2) </strong><br />
Turn off exim while we do this so it doesn't freak out.<br />
<span class="green">/etc/init.d/exim stop</span></p>
<p><!-- COPYRIGHT MIDDLE ART --></p>
<div class="whitetext">Article provided by WebHostGear.com</div>
<p><!-- END COPYRIGHT MIDDLE ART --><strong>Step 3)</strong><br />
Backup your original /usr/sbin/sendmail file. On systems using Exim MTA, the sendmail file is just basically a pointer to Exim itself.<br />
<em>mv /usr/sbin/sendmail /usr/sbin/sendmail.hidden</em></p>
<p><strong>Step 4)</strong><br />
Create the spam monitoring script for the new sendmail.<br />
pico /usr/sbin/sendmail</p>
<p>Paste in the following:</p>
<p><em>#!/usr/local/bin/perl</em></p>
<p><em># use strict;<br />
use Env;<br />
my $date = `date`;<br />
chomp $date;<br />
open (INFO, "&#62;&#62;/var/log/spam_log") &#124;&#124; die "Failed to open file ::$!";<br />
my $uid = $&#62;;<br />
my @info = getpwuid($uid);<br />
if($REMOTE_ADDR) {<br />
print INFO "$date - $REMOTE_ADDR ran $SCRIPT_NAME at $SERVER_NAME n";<br />
}<br />
else {</em></p>
<p><em> print INFO "$date - $PWD -  @infon";</em></p>
<p><em> }<br />
my $mailprog = '/usr/sbin/sendmail.hidden';<br />
foreach  (@ARGV) {<br />
$arg="$arg" . " $_";<br />
}</em></p>
<p><em> open (MAIL,"&#124;$mailprog $arg") &#124;&#124; die "cannot open $mailprog: $!n";<br />
while (&#60;STDIN&#62; ) {<br />
print MAIL;<br />
}<br />
close (INFO);<br />
close (MAIL);</p>
<p></em><strong>Step 5)<br />
</strong>Change the new sendmail permissions<br />
<em>chmod +x /usr/sbin/sendmail<br />
</em><br />
<strong>Step 6)</strong><br />
Create a new log file to keep a history of all mail going out of the server using web scripts<br />
<em>touch /var/log/spam_log</em></p>
<p><em>chmod 0777 /var/log/spam_log</em></p>
<p><strong>Step 7)<br />
</strong>Start Exim up again.<br />
<em>/etc/init.d/exim start</em></p>
<p><strong>Step 8)</strong><br />
Monitor your spam_log file for spam, try using any formmail or script that uses a mail function - a message board, a contact script.<br />
<em>tail - f /var/log/spam_log</em></p>
<p><strong>Sample Log Output</strong></p>
<p>Mon Apr 11 07:12:21 EDT 2005 - /home/username/public_html/directory/subdirectory -  nobody x 99 99   Nobody / /sbin/nologin</p>
<p><strong>Log Rotation Details</strong><br />
Your spam_log file isn't set to be rotated so it might get to be very large quickly. Keep an eye on it and consider adding it to your logrotation.</p>
<p><span class="green">pico /etc/logrotate.conf</span></p>
<p>FIND:<br />
# no packages own wtmp -- we'll rotate them here<br />
/var/log/wtmp {<br />
monthly<br />
create 0664 root utmp<br />
rotate 1<br />
}</p>
<p>ADD BELOW:</p>
<p># SPAM LOG rotation<br />
/var/log/spam_log {<br />
monthly<br />
create 0777 root root<br />
rotate 1<br />
}</p>
<p><strong>Notes:</strong><br />
You may also want to <em>chattr + i /usr/sbin/sendmail</em> so it doesn't get overwritten.</p>
<p>Enjoy knowing you can see nobody is actually somebody</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Revisting DFX for WinAmp / Windows Media Player]]></title>
<link>http://jphebert.wordpress.com/?p=160</link>
<pubDate>Wed, 20 Aug 2008 12:22:24 +0000</pubDate>
<dc:creator>jphebert</dc:creator>
<guid>http://jphebert.wordpress.com/?p=160</guid>
<description><![CDATA[Listening to music on a Windows PC?  Then you have to try this piece of software: DFX 8, it&#8217;s]]></description>
<content:encoded><![CDATA[<p>Listening to music on a Windows PC?  Then you have to try this piece of software: <a title="DFX" href="http://www.fxsound.com/dfx/" target="_blank">DFX 8</a>, it's a DSP (digital signal processor) for common media players.  I'm no signal processing expert, in fact I have no clue on how this stuff works, but it does.  I took a lot at it years ago and accidentally ran across it yesterday.</p>
<p>DFX will "enrich" the sound coming out of your media player application, I use WinAmp 5 mostly with Logitech X-240's at work.  The speakers kinda sound "bland" so music is impacted by this, and sometimes online radio sources are lower-rate so sound is also impacted.  You will find this tool will make your gear sound much better, you have to try it.  No I've got no financial interests in this :)</p>
<p>Also, the basic version is free, and the "loaded" one is 40$.  I might just flip some coins into this and go for full but the basic is quite sufficient today.</p>
<p>Enjoy!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install MRTG on Your Cpanel Server]]></title>
<link>http://depachesolutions.wordpress.com/?p=20</link>
<pubDate>Wed, 20 Aug 2008 09:54:38 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=20</guid>
<description><![CDATA[
How to install MRTG on Your Cpanel Server
The Multi Router Traffic Grapher or just simply MRTG is f]]></description>
<content:encoded><![CDATA[<div id="article">
<p><span class="Title">How to install MRTG on Your Cpanel Server</span></p>
<p>The Multi Router Traffic Grapher or just simply MRTG is free software for monitoring the traffic load on network links. It allows the user to see traffic load on a network over time in graphical form. MRTG generates HTML pages containing graphical images which provide a LIVE visual representation of this traffic. How does it work? MRTG uses the Simple Network Management Protocol (SNMP) to send requests with two object identifiers (OIDs) to a device. The device, which must be SNMP-enabled, will have a management information base (MIBs) to lookup the OID's specified. After collecting the information it will send back the raw data encapsulated in an SNMP protocol. MRTG records this data in a log on the client along with previously recorded data for the device. The software then creates an HTML document from the logs, containing a list of graphs detailing traffic for the selected device.</p>
<p>This is a "How to" for installing MRTG (2.9.17) on a cpanel server. Let's start:</p>
<p># Download the software (<a href="http://oss.oetiker.ch/mrtg/">http://oss.oetiker.ch/mrtg/</a>) and move it to your download folder on your server. Or use the RPM installation information further down below.<br />
cd /root/downloads</p>
<p># Unninstall any older version in case we have an old/broken installation<br />
rpm -e mrtg</p>
<p># Get the latest rpm. The RPM might not reflect the latest available stand-alone version<br />
wget <a href="http://www.dedicated-resources.com/files/mrtg-2.9.17-1cpanel.i386.rpm">http://www.dedicated-resources.com/files/mrtg-2.9.17-1cpanel.i386.rpm</a><br />
# Or grab a newer version from here: <a href="http://rpmfind.net/linux/rpm2html/search.php?query=mrtg">http://rpmfind.net/linux/rpm2html/search.php?query=mrtg</a></p>
<p># Installing the application<br />
rpm -Uvh mrtg-2.9.17-1cpanel.i386.rpm</p>
<p># Moving libpng<br />
cd /usr/lib<br />
mv libpng.so.2 libpng.so.2.OLD</p>
<p># Creating the symlink<br />
ln -s libpng.so.3 libpng.so.2</p>
<p># Edit language at and specify only "en_US"<br />
pico /etc/sysconfig/i18n</p>
<p># Restarting MRTG<br />
service mrtg restart</p>
<p># Configure MRTG to allow only your local IP to see the reports at <a href="http://ip/mrtg">http://IP/mrtg</a> - Important: If your local IP changes due to DHCP very often, you should skip this step.<br />
# This can be happening often when being on DSL.</p>
<p>pico /usr/local/apache/conf/httpd.conf</p>
<p>#Search for the line (CTRL+W):<br />
# It should look like this:<br />
Options Indexes FollowSymlinks MultiViews<br />
AllowOverride None<br />
Order allow,deny<br />
Allow from all<br />
#After the last line () paste this and change allowed IPs:<br />
order deny,allow<br />
allow from [ SERVER IP ]<br />
allow from [YOUR LOCAL IP]<br />
deny from all<br />
# Restarting httpd<br />
service httpd restart</p>
<p># Let's put MRTG to start with the system<br />
chkconfig --level 0123456 mrtg on</p>
<p># Important: Add MRTG to the up2date skip-list of your server. If you don't do this, after the system updates your MRTG installation will be broken.<br />
up2date --configure<br />
# Select the skip-list option<br />
# Add mrtg to the skip-list<br />
"mrtg*"<br />
After this final step, your MRTG report should be available at: <a href="http://server_ip/mrtg">http://SERVER_IP/mrtg</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[cPanel] Move Large Site from one Server to another]]></title>
<link>http://depachesolutions.wordpress.com/?p=17</link>
<pubDate>Wed, 20 Aug 2008 09:46:51 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=17</guid>
<description><![CDATA[1.  Login to your server and su - to root (do not forget the - after su).
2.  Change to the /home di]]></description>
<content:encoded><![CDATA[<p style="text-align:left;">1.  Login to your server and su - to root (do not forget the - after su).</p>
<p>2.  Change to the /home directory:</p>
<p># cd /home<a href="http://depachesolutions.wordpress.com/files/2008/08/linux-tux-large.jpg"><img class="size-medium wp-image-18 aligncenter" src="http://depachesolutions.wordpress.com/files/2008/08/linux-tux-large.jpg?w=252" alt="" width="202" height="240" /></a></p>
<p>3.  Run the following command: (this may take a while depending on the size of your site)</p>
<p># /scripts/pkgacct USERNAME</p>
<p>(NOTE: USERNAME is the name of the user account not domain in cPanel).</p>
<p>4.  Move the resulting file to the home directory of your primary user:</p>
<p># mv /home/cpmove-USERNAME.tar.gz /home/primaryuser/cpmove-USERNAME.tar.gz</p>
<p>5.  Change permissions of the file:</p>
<p># chmod 755 /home/primaryuser/cpmove-USERNAME.tar.gz</p>
<p>6.  Login to the destination server and su - to root (do not forget the - after su).</p>
<p>7.  Change to the /home directory (see step #2).</p>
<p>8.  Run the following command:</p>
<p># /scripts/restorepkg USERNAME</p>
<p>**You may want to delete the "cpmove-USERNAME.tar.gz" from both servers as it may consume a lot of disk space.*</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Organizar iPod]]></title>
<link>http://frankgel.wordpress.com/?p=81</link>
<pubDate>Tue, 19 Aug 2008 19:06:51 +0000</pubDate>
<dc:creator>frankgel</dc:creator>
<guid>http://frankgel.wordpress.com/?p=81</guid>
<description><![CDATA[Cada vez que tengo en las manos el iPod de otra persona, suelo soltar un WTF? bastante rápido al ve]]></description>
<content:encoded><![CDATA[<p>Cada vez que tengo en las manos el iPod de otra persona, suelo soltar un <acronym title="What the fuck? - Pero qué coño?">WTF?</acronym> bastante rápido al ver el desastre de desorganización en el que se puede convertir una biblioteca de música personal.</p>
<p>Cuando se supera ya cierto numero de canciones en el iPod, y la mayoría de las canciones nos las bajamos por internet (emule, ares, descargas directas u otros), suele suceder que empezamos a perder el orden de nuestra biblioteca, porque las canciones vienen a veces con la metadata erronea (o faltante). La metadata es toda la información sobre la canción, como el título, el artista, el nombre del album y otros, y normalmente pensamos que este tipo de información está en el nombre del archivo, y no es así.</p>
<p>Hay un programa que nos puede ayudar a acomodar la metadata y los nombres de archivo de nuestra biblioteca musical, se llama <a title="Mp3Tag" href="http://www.mp3tag.de/en/" target="_blank">Mp3Tag</a> y funciona bajo windows (o bajo linux con <a title="Wine" href="http://www.winehq.org" target="_blank">wine</a>), solo buscamos algún album que tengamos en nuestro computador y el nos busca la información del mismo por internet, incluida la caratula... Aquí una pantalla del  <a title="Mp3Tag" href="http://www.mp3tag.de/en/" target="_blank">Mp3Tag</a></p>
<p><a href="http://frankgel.files.wordpress.com/2008/08/pantallazo-mp3tag.png"><img class="aligncenter size-medium wp-image-85" src="http://frankgel.wordpress.com/files/2008/08/pantallazo-mp3tag.png?w=300" alt="" width="300" height="137" /></a></p>
<p>Igualmente esto puede ser un trabajo muy largo y no todo el mundo tiene la paciencia para tener correcta la metadata de más de 3000 canciones ;-P... Esto no es necesario para que las canciones estén ordenadas en el iPod, para tal fin, recomiendo el uso de listas de reproducción, y no depender de la organización automática del iPod. Sabemos que el iPod puede mostrarnos canciones ordenadas por artista, genero, album... pero si no tenemos bien la metadata, nos muestra un desastre, lo mejor son las listas de reproducción.</p>
<p>Las listas de reproducción nos permiten agrupar canciones a gusto nuestro, y podemos tener una misma canción en dos listas de reproducción distintas sin que esto signifique que tenemos el archivo dos veces en el iPod, por ejemplo, yo tengo una lista de reproducción para cada artista de rock, en donde tengo todas las canciones de cada artista, y también tengo una lista de rock en donde pongo sólo las canciones que más me gustan de cada artista. Aquí tengo una imagen que habla por si sola:</p>
<p><a href="http://frankgel.wordpress.com/files/2008/08/pantallazo-gtkpod-1.png"><img class="aligncenter size-medium wp-image-84" src="http://frankgel.wordpress.com/files/2008/08/pantallazo-gtkpod-1.png?w=300" alt="" width="300" height="170" /></a></p>
<p>Este es mi iPod visto desde el <a title="GTKPOD" href="http://www.gtkpod.org" target="_blank">gtkpod</a>, el administrador de iPods que uso en linux, para windows, recomiendo el uso de <a title="Winamp" href="http://www.winamp.com" target="_blank">winamp</a> y en cualquier caso recomiendo que no sea usado el iTunes. Ver esta entrada anterior <a title="Frank's Blog" href="http://frankgel.wordpress.com/2008/07/05/gestionar-ipod/" target="_blank">http://frankgel.wordpress.com/2008/07/05/gestionar-ipod/</a></p>
<p>Si hacen click en la imagen podrán verla más de cerca, si se dan cuenta, mis listas de reproducción tienen un número delante, este número se lo coloqué para que cuando el iPod ordenara las listas de reproducción por orden alfabético, quedaran como yo quería.</p>
<p>Con cualquiera de los programas que recomiendo, se puede crear una lista de reproducción y arrastrar los archivo de música desde el computador hasta esta lista de reproducción y listo, si la pista ya esta en el iPod (tal vez en otra lista de reproducción) el programa lo detectará y sólo linkeara a la canción existente sin copiarla de nuevo en el iPod.</p>
<p>Poco a poco se puede ir ordenando el iPod hasta tener una biblioteca musical lo bastantemente ordenada, solo hace falta invertir algo de tiempo. Siempre recomiendo bajar todas las canciones del iPod al computador y ordenar alli antes de subir todo de nuevo al iPod en listas de reproducción, esto facilita el trabajo y nos permitirá planear mejor el orden, aunque también se puede ir pasando a listas de reproducción desde canciones que ya estén en el iPod.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nuevo Proyecto: SHOUTcast eXplorer]]></title>
<link>http://cjcr.wordpress.com/?p=25</link>
<pubDate>Tue, 19 Aug 2008 18:09:09 +0000</pubDate>
<dc:creator>Cjcr</dc:creator>
<guid>http://cjcr.wordpress.com/?p=25</guid>
<description><![CDATA[Este nuevo proyecto es unicamente un explorador de Radios Online, que esta basado en la tecnologia d]]></description>
<content:encoded><![CDATA[<p>Este <strong>nuevo</strong> proyecto es unicamente un <strong>explorador de Radios Online</strong>, que esta basado en la tecnologia de <em>NullSoft "SHOUTcast"</em>, que es un protocolo (por decirlo de alguna manera) usado para la transmision en stream de Radios y emisiones locales por usuarios.</p>
<p>Todo esto es gratuito, incluido mi software, que no es otra cosa que un gestionador-explorador de las emisoras de SHOUTcast.</p>
<p>Mi programa sera <strong>capaz de buscar</strong> una cancion determinada, o un<strong> artista </strong>determinado en el servidor, y mostrarte todos los resultados , tambien permite buscar una radio<strong> por genero</strong> (Rock, Rap, Pop, Dance, hits,....). Claro esta, tambien permitira <strong>escuchar la emisora</strong> haciendo -doble click- sobre la emisora deseada, y automaticamente comenzara a oirse usando por el momento -software de terceros- para la reproduccion en stream.</p>
<p>Bueno, esto es solo un adelanto de lo que estoy haciendo, que ya es funcional (hace todo lo que describo en el parrafo de arriba), pero que todavia no esta preparada como para ver la luz.</p>
<p>En breve,<strong> una version de SeX</strong> (Shoutcast eXplorer, no confundir con otra cosa.. xD) estara disponible para probarla.</p>
<p>Aprovecho este post, para mencionar que esta <strong>casi </strong>lista una nueva beta de Controleitor, en este caso la 0.9.5, con un <strong>nuevo nucleo PCore</strong>, para mejorar el sistema de pings, que fallaba en determinadas circustancias.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mengontrol Winamp lewat Tray]]></title>
<link>http://adimurfin.wordpress.com/?p=419</link>
<pubDate>Tue, 19 Aug 2008 06:41:43 +0000</pubDate>
<dc:creator>adi nugraha</dc:creator>
<guid>http://adimurfin.wordpress.com/?p=419</guid>
<description><![CDATA[Kalo kamu udah terbiasa  ngontrol Windows Media Player lewat tray icon, Winamp juga punya lho. Dan ]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Kalo kamu udah terbiasa  ngontrol Windows Media Player lewat tray icon, Winamp juga punya lho. Dan ga perlu donlot dan instal plugin apapun, karna Winamp udah nyediain fasilitas itu. Uniknya, iconnya bisa diganti-ganti. Please, come in!<!--more--></p>
<p><em><strong>Langkah-langkahnya </strong></em>:</p>
<ol style="text-align:justify;">
<li>buka menu <strong>Options</strong>, pilih <strong>Preferences</strong>, atau tekan <strong>Ctrl + P</strong> dari keyboard</li>
<li>pada kategori <strong>Plugins</strong>, pilih <strong>General Purpose</strong></li>
<li>di kotak <strong>General purpose plug-ins</strong>,<strong> </strong>klik tab <strong>Nullsoft Tray Control</strong></li>
<li><strong></strong>klik <strong>Configure selected plug-in</strong></li>
<li>beri tanda centang pada <strong>Enable Nullsoft Tray Control</strong>, tinggal pilih mana aja yang mau dimunculkan di tray</li>
<li>untuk mengganti iconnya, pada <strong>Icon Pack Selection</strong>, klik panah bawah di kotak <strong>Default Icon</strong> (kamu masih belum punya icon lain untuk dipilih, untuk mendownload pilihan icon ada di <a href="http://www.winamp.com/plugins/search/?q=icon">sini</a>)</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Programe folosite de mine]]></title>
<link>http://crishu.wordpress.com/?p=47</link>
<pubDate>Mon, 18 Aug 2008 23:52:51 +0000</pubDate>
<dc:creator>crishu</dc:creator>
<guid>http://crishu.wordpress.com/?p=47</guid>
<description><![CDATA[Deci daca doriti sa stiti si voi ce programe folosesc eu o sa va prezint si eu cateva dintre ele]]></description>
<content:encoded><![CDATA[<p>Deci daca doriti sa stiti si voi ce programe folosesc eu o sa va prezint si eu cateva dintre ele... nu chiar toate.<br />
Deci ca si browser folosez Mozilla Firefox 3 , http://download.mozilla.org/?product=firefox-3.0.1&#38;os=win&#38;lang=ro , accesand acest link , automat il si downloadati. In materie de browser dupa parerea mea este cel mai bun.<br />
Aproape , dar totusi la o distanta considerabila este Opera 9.5 , ultima realizare a celor de la Opera. Interfata este frumoasa , dar totusi raman la Mozilla . Daca totusi doriti sa downloadati Opera 9.5 accesati acest link http://www.opera.com/download/get.pl?id=31452&#38;thanks=true&#38;sub=true .<br />
Program pentru trackere gen IsoHunt , TorrentBox , Filelist , folosesc BitComet http://www.download.com/3001-2196_4-10869146.html?spi=6948034083ddaace08ddf316c9fbbd41&#38;part=dl-10296306 . Nu mi se pare greu de folosit si nu am avut niciodata probleme cu el. Eu v-il recomand , voi stiti daca o sa il folositi sau nu.<br />
Daca sunteti obisnuit cu filmele de pe trackere , ele sunt arhivate. Deci si prin urmare tot sa dezarhivezi pe ele te doare capu si iti consuma de 2 ori mai mult spatiu. Cum am hard de 80Gb am cautat totusi un program cu care sa pot viziona filmele gata arhivate. Si am gasit.<br />
Dziobas Rar Player http://ds6.ovh.org/test/d8.php si sincer mi se pare foarte bun. Subtitrarile merg si il folosesc si ca sa ma uit la filmele nearhivate. Nu imi manca din memoria RAM mult si este destul de ideal.<br />
Celalalt player care il folosesc pentru filme este VLC Media Player , http://www.videolan.org/mirror.php?mirror=http://downloads.videolan.org/pub/videolan/&#38;file=vlc/0.8.6i/win32/vlc-0.8.6i-win32.exe . Nu mai am nevoie de codecuri si toate prostiile. Mult mai bine asa.. parerea mea:D .<br />
Ca sa scriu DVD , CD folosesc Nero. Din pacate pentru voi am CD de instalare si nu am link. Deci folositi-l pe GoGu' ca si motor de cautare.<br />
Y!Messenger nu mai are rost sa precizez de el deoarece toti il folosesc.<br />
Ca si program pentru muzica am asa: Virtual Dj , SAM Broadcaster si  Winamp . Va recomand doar Winamp deoarece este usor de folosit.<br />
Link: http://www.winamp.com/player/free-download-full?lang=en-us .<br />
Si am uitat un program extrem de folosit de mine, WinRaR. Obisnuisc sa tin in comp extrem de multe arhive doarece expediez foarte multe lucruri pe mess, sa sunt nevoit sa le uploadez pe diverse site-uri specializate. Deci si prin urmare link: http://download.kappa.ro/action__download/id__208 .<br />
Deci gata. V-am zis destul. O sa va mai invat alte lucruri si alte programe dar cu timpul. O sa vedem. Sanatosi sa fim.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HOW TO: build your podcast library and listen a podcast]]></title>
<link>http://georgemotoc.wordpress.com/?p=305</link>
<pubDate>Mon, 18 Aug 2008 22:46:15 +0000</pubDate>
<dc:creator>georgemotoc</dc:creator>
<guid>http://georgemotoc.wordpress.com/?p=305</guid>
<description><![CDATA[TEXT: how to build a podcast library without iTunes and listen to a podcast
MUSIC: Sergio Mendes - L]]></description>
<content:encoded><![CDATA[<p><strong>TEXT: </strong>how to build a podcast library without iTunes and listen to a podcast<br />
<strong>MUSIC:</strong> Sergio Mendes - Lugar Comun<br />
<strong>RUNNING TIME: </strong>13'41"<strong><br />
</strong></p>
<p><a href="http://georgemotoc.files.wordpress.com/2008/08/images.jpg"><img class="aligncenter size-medium wp-image-312" src="http://georgemotoc.wordpress.com/files/2008/08/images.jpg?w=130" alt="" width="130" height="130" /></a></p>
<p><strong>Listen</strong> the episode within this page:</p>
<p class="MsoNormal">[audio http://georgemotoc.files.wordpress.com/2008/08/2008-08-18-sergiomendes-podcastlibrary.mp3]</p>
<p><strong>Download mp3</strong>:</p>
<p><a href="http://georgemotoc.files.wordpress.com/2008/08/2008-08-18-sergiomendes-podcastlibrary.mp3">2008-08-18-sergiomendes-podcastlibrary</a></p>
<p><strong>Download the how-to document</strong> - with screenshots! (3 MB)</p>
<p><a href="http://georgemotoc.files.wordpress.com/2008/08/how-to-build-a-podcast-library-and-listen-a-podcast.doc">how-to-build-a-podcast-library-and-listen-a-podcast</a></p>
<p>********************************************************************</p>
<p>The podcasts page in iTunes is to me a symbol of how mainstream media got a hold of podcasting.</p>
<p>It doesn't reflect my experience in podcasting.</p>
<p><a title="chris brogan" href="http://www.chrisbrogan.com" target="_blank">Chris Brogan</a> observed this in his newsletter (subscribe <a title="chrisbrogannewsletter" href="http://www.chrisbrogan.com/newsletters/" target="_blank">here</a>) and <a title="neil gorman" href="http://neilgorman.org/?p=291" target="_blank">Neil Gorman</a> commented as well.</p>
<p>********************************************************************</p>
<p><strong>Credits and references:</strong></p>
<p><a title="sergiomyspace" href="http://www.myspace.com/sergiomendes" target="_blank">Sergio Mendes</a> on MySpace.</p>
<p><a title="concord" href="http://www.concordmusicgroup.com/" target="_blank">Concord Music Group</a> - Sergio's label.</p>
<p>Voiceovers by <a title="raz" href="http://www.facebook.com/profile.php?id=655968018" target="_blank">Raz Van</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Lyricsplugin (Buat nyari2 lirik lagu)]]></title>
<link>http://justrivano.wordpress.com/2008/08/18/lyricsplugin-buat-nyari2-lirik-lagu/</link>
<pubDate>Mon, 18 Aug 2008 04:04:43 +0000</pubDate>
<dc:creator>Ihsan</dc:creator>
<guid>http://justrivano.wordpress.com/2008/08/18/lyricsplugin-buat-nyari2-lirik-lagu/</guid>
<description><![CDATA[
Sebenarnya sih plug in ini sudah lama ada, tapi sayangnya aku aja yang baru tau.. heheh (bagi yang ]]></description>
<content:encoded><![CDATA[<p><img src="http://justrivano.files.wordpress.com/2008/08/081808-0404-lyricsplugi11.png" alt="" /></p>
<p>Sebenarnya sih plug in ini sudah lama ada, tapi sayangnya aku aja yang baru tau.. heheh (bagi yang udah tau bole g baca) :mrgreen:</p>
<p>Jadi begini ceritanya :mrgreen:</p>
<p>Selama ini kalo nyari-nyari lirik (biasanya Inggris ama Jepang/Korea), aku nge-googling dulu, trus file html nya disave ato dipindah ke notepad. Akibat aktifitasku ini, maka file-file notepad ama html udah banyak di hard disk (meski baru 19MB sih). Tapi yang paling malas tu, fileya udah berantakan walaupun kadang dirapikan. Nah, suatu ketika aku lagi nyari plugin <a href="http://www.fxsound.com/dfx/">dfx</a> winamp (dfx merupakan plugin untuk menjernihkan suara di winamp ato WMP) di Indowebster. Setelah ketemu, ku download, ternyata di dalam filenya juga terdapat plugin buat lirik.</p>
<p>Kuinstall plugin tersebut, Hmm... apa yang berubah pikirku??</p>
<p>Wo, ternyata mantap!! Lagu yang sedang diputar langsung  muncul liriknya di jendela lirik di Winamp. Bahkan lagu ci Cinca Laura, Oh Baby! udah ada liriknya juga. Tapi syarat lagu muncul:</p>
<ol>
<li>Judul lagu dan nama penyanyi harus benar. Cek di ID3v1 ato ID3v2 di Winampnya.</li>
<li>Ini yang paling penting: KONEKSI INTERNET!</li>
</ol>
<p>Karena program ini akan mencari judul lagu dan nama penyanyi di database liriknya. Walaupun masih versi beta, tapi menurutku program ini sangat membantu nyari lirik. Hebatnya lagi, kalo ada lagu yang belum ada liriknya, kita bisa nambahin sendiri ke databasenya ato kalo ada lirik lagu yang salah, bisa dibenerin juga. Mau delete lirik juga bisa (kalo yg ini jangan!!!) hehe. Untuk beberapa lirik Jepang yang kulihat bahkan ada 3 liriknya . Pertama lirik dalam tulisan Jepangnya, kedua dalam bahasa latin (istilahnya romaji), ketiga arti lirik dalam bahasa Inggris. Great!</p>
<p>Lyricsplugin ada dalam dua versi: Untuk <a href="http://winamp.com">Winamp</a> dan <a href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx">untuk Windows Media Player</a> (ukuran filenya g sampai 100KB)</p>
<p>Kalo mau download <a href="http://www.lyricsplugin.com/">disini aja</a>... FREE!!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Simplifiez (et partagez) vos médias]]></title>
<link>http://allantverslendroit.wordpress.com/?p=656</link>
<pubDate>Sun, 17 Aug 2008 09:21:38 +0000</pubDate>
<dc:creator>allantverslendroit</dc:creator>
<guid>http://allantverslendroit.wordpress.com/?p=656</guid>
<description><![CDATA[
Superbe et excitante découverte que j&#8217;ai fait il y a quelques jours sur l&#8217;AppStore d]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignnone size-full wp-image-657" src="http://allantverslendroit.wordpress.com/files/2008/08/image-1.jpg" alt="" width="510" height="150" /></p>
<p style="text-align:justify;">Superbe et excitante découverte que j'ai fait il y a quelques jours sur l'<a href="http://www.apple.com/fr/iphone/appstore/">AppStore</a> d'Apple, en fouinant pour trouver quelque nouvele pépite à me mettre sous la dent… Ca s'appelle <a href="http://www.simplifymedia.com/index-fr.html">Simplify Media</a> et ça a été créé par une petite start-up familiale californienne qui, depuis, se développe à une vitesse folle (Redwood, puis San Francisco, puis la Belgique, puis le Royaume-Uni…). Le concept est simple : <strong>partager sa bibliothèque de média avec ses amis</strong>, mais aussi pouvoir profiter de sa propre bibliothèque quand on n'est pas chez soi, notamment via un terminal relié à Internet. Alors je vous vois venir… ok, mais c'est payant, c'est illégal, c'est un malware, enfin bref, y'a un truc caché.</p>
<p style="text-align:justify;"><strong>Eh bien non.</strong> C'est gratuit, sans coût caché, sans spyware (rien ne remonte vos infos), c'est facile et rapide à installer, on ne peux pas télécharger pas vos fichiers (les albums que vous aurez acheté avec vos propres deniers ne pourront pas être récupérés par vos tiers, qui de toute façon sont vos amis), c'est intégré (si vous utilisez iTunes, Winamp ou Rhythmbox), c'est sécurisé (seuls les membres de votre groupe peuvent accéder à ce que vous avez décidé de partager et pas au reste), c'est légal (les fichiers ne sont écoutables qu’au sein de votre groupe d'amis), c'est universel (les connexions sont automatiques entre iPhone, iPod Touch, PC, Mac et Linux sans que vous ayez à vous soucier du format de la musique). Alors imaginez maintenant les discussions du genre : <em>Putain, faut que je te fasse écouter un truc terrible, ça s'appelle .............. (compléter avec le nom de sa propre dernière découverte musicale), je l'ai téléchargé / emprunté / acheté / encodé (1) il y a trois jours, j'ai découvert ça sur MTV / Canal+ / Les Inrocks / Deezer / Inter / LastFM (1) et je suis sûr que ça va te plaire ! Mais c'est con, je l'ai pas pris avec moi là.</em> Finies ! Oubliées ! <strong>Dorénavant, vos amis peuvent écouter vos découvertes musicales et inversement, de quoi alimenter vos discussions et débats à venir. Allez, à bon entendeur…</strong></p>
<p style="text-align:justify;"><span style="color:#000000;">Ah… j'oubliais… et en plus on peut glisser un petit mot à ses amis en ligne. Ca a au moins une utilité de fond, pas comme les réseaux sociaux ou les tchats de base.<br />
</span>
</p>
<p style="text-align:justify;"><span style="color:#999999;">(1) Rayer les mentions inutiles.</span></p>
<p style="text-align:justify;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Winamp Full 5.541]]></title>
<link>http://sixur.wordpress.com/?p=100</link>
<pubDate>Sat, 16 Aug 2008 10:07:59 +0000</pubDate>
<dc:creator>sixur</dc:creator>
<guid>http://sixur.wordpress.com/?p=100</guid>
<description><![CDATA[MP3 player programları içinde en çok tanınan ve kullanılan Winamp programının yeni ve full s]]></description>
<content:encoded><![CDATA[<div id="0eb1d38c721a3a5c60c6640077babb83" style="font-size:11px;text-align:justify;margin:1pt 1pt 6pt 8pt;">MP3 player programları içinde en çok tanınan ve kullanılan Winamp programının yeni ve full sürümü. Winamp ile hem müzik dinleyebilir hem de video izleyebilirsiniz. Winamp 5.5 sürümü ile birlikte yeni bir arayüze kavuşmuş.<img class="aligncenter" src="http://www.gezginler.net/modules/mydownloads/images/shots/1056.jpg" alt="" width="250" height="160" /></div>
<div style="font-size:11px;text-align:justify;margin:1pt 1pt 6pt 8pt;">
<table class="bg1" border="0" cellspacing="1" cellpadding="4" width="100%">
<tbody>
<tr>
<td class="tiny" colspan="2" bgcolor="#fbffdf"><strong>Önemli Notlar</strong>: <a href="http://www.gezginler.net/modules/mydownloads/singlefile.php?download=winamp-turkce-yama&#38;lid=1126" target="_blank"><span style="color:#333333;">Winamp Türkçe Yama</span></a></td>
</tr>
<tr>
<td class="bg1" align="left"> <img src="http://www.gezginler.net/modules/mydownloads/images/lang.gif" alt="" /> TR&#38;EN  <img src="http://www.gezginler.net/modules/mydownloads/images/size.gif" border="0" alt="winamp5541_full_en-us.exe" width="14" height="14" align="absMiddle" /> 8.77 MB  </td>
<td class="bg1" align="right"><strong><span style="color:#333333;">FREEWARE/Ücretsiz</span></strong></td>
</tr>
<tr>
<td class="bg3" colspan="2" align="center"><a title="Winamp Full indir" rel="nofollow" href="http://www.gezginler.net/modules/mydownloads/visit.php?lid=1056" target="_blank"><span style="color:#99cc00;"><strong><img src="http://www.gezginler.net/modules/mydownloads/images/indir.gif" border="0" alt="Winamp Full download" />  JI VIR DAXE WINAMP </strong></span></a><a rel="nofollow" href="http://www.gezginler.net/modules/mydownloads/visit.php?lid=1056" target="_blank"><span style="color:#99cc00;"><strong><img src="http://www.gezginler.net/modules/mydownloads/images/indir.gif" border="0" alt="Winamp Full indir" /> </strong></span></a></td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Welcome to Despache Solutions Blog!]]></title>
<link>http://depachesolutions.wordpress.com/?p=3</link>
<pubDate>Sat, 16 Aug 2008 09:49:44 +0000</pubDate>
<dc:creator>depachesolutions</dc:creator>
<guid>http://depachesolutions.wordpress.com/?p=3</guid>
<description><![CDATA[Finally we start our blog to share more informations with you. Are you feed up with web hosting? mor]]></description>
<content:encoded><![CDATA[<p>Finally we start our blog to share more informations with you. Are you feed up with web hosting? more issues with the dedicated server provider? security issues? support issues?, i would like to take a look about our services and join with hazel free web hosting service.<a href="http://depachesolutions.wordpress.com/files/2008/08/logo.gif"><img class="alignleft size-medium wp-image-4" src="http://depachesolutions.wordpress.com/files/2008/08/logo.gif?w=172" alt="" width="172" height="109" /></a></p>
<p>the idea of developing the organization to give the best solution under one roof. we are focusing on customer satisfaction on first place. meaning of these all offers, services to satisfy you as a managed service provider. we all know now a days webhosting field some kind of mess in some point. thousands of providers out there but who are the real? most of providers targeting first on money then service, but finally you end up with another bad hosting experience with loosing money, time, data and may be your business. once i'm also beginner in this web hosting field, now over 4 years i spent my time on research the trends, issues in hosting fields, etc. lot of time spent on forums but thats what most of the time i feel.</p>
<p>So after those all things we start "Depache solutions" with all solutions that you expect form managed hosting provider. not only that, much more add ons as well. our first attention is for you, your business growth. we are ready to be your partner in progress.</p>
<p>What we offer as company,</p>
<ul>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Shared hosting      Services (Linux, Windows)</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">VPS Hosting Services      (Linux, Windows)</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Managed Dedicated      Hosting Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Domain Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Hosted Exchange      Services</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Hosted Small Business      Server</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Network      Administrating</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Customer Support      Services for your business</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">SSL Certificates</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">e-Commerce Solutions</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Web Designing</span></strong></li>
<li class="MsoNormal"><strong><span style="font-weight:normal;">Network Design</span></strong></li>
</ul>
<p>we guaranteed about our service with fascinating support.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Memilih File tertentu untuk Playlist di Winamp]]></title>
<link>http://wikanpribadi.wordpress.com/?p=117</link>
<pubDate>Sat, 16 Aug 2008 08:48:35 +0000</pubDate>
<dc:creator>wikanpribadi</dc:creator>
<guid>http://wikanpribadi.wordpress.com/?p=117</guid>
<description><![CDATA[
Salah satu aplikasi multimedia pemutar file MP3 yang cukup popular di Windows adalah Winamp. Untuk ]]></description>
<content:encoded><![CDATA[<p><a href="http://wikanpribadi.files.wordpress.com/2008/08/add-files.jpg"><img class="aligncenter size-medium wp-image-118" src="http://wikanpribadi.wordpress.com/files/2008/08/add-files.jpg?w=300" alt="" width="300" height="173" /></a></p>
<p>Salah satu aplikasi multimedia pemutar file MP3 yang cukup popular di Windows adalah Winamp. Untuk memilih file agar masuk ke dalam Playlist yang akan diputar di Winamp dari dalam media penyimpanan lokal (Hard Disk), terdapat 2 cara, yaitu: Add file(s) dan Add Folder. Add folder berguna untuk memasukan seluruh file yang ada di dalam folder ke dalam Playlist, sedangkan Add file(s), biasanya digunakan untuk memasukan hanya file pilihan tertentu saja ke dalam Playlist. Adakalanya memang kita hanya ingin memainkan dan mendengarkan lagu-lagu tertentu saja.</p>
<p>Berikut akan dibahas cara penggunan Add file(s)di Winamp, agar lebih mudah dan cepat untuk mengakomodasi keinginan diatas, menggunakan teknik Drag n Drop atau menu Enqueue in Winamp:</p>
<ol>
<li>Buka Winamp, kemudian di jendela Playlist pilih menu Add &#62; Add file(s) atau tekan tombol L</li>
<li>Maka jendela Add file(s) to playlist akan terbuka, setelah itu atur posisi jendela Playlist dengan jendela Add file(s) to playlist agar tidak tumpang tindih (buat saja menjadi bersebelahan), caranya klik kiri Title Bar jendela Add file(s) to playlist kemudian tahan dan geser lah sesuai dengan kebutuhan.</li>
<li>Pilih file yang akan dimasukan ke dalam Playlist di jendela Add file(s) to Playlist dengan klik kiri kemudian tahan dan geser (Drag) menuju jendela Playlist, lalu lepaskan (Drop).</li>
<li>Jika anda belum terbiasa dengan cara tersebut, cara lainnya adalah anda cukup mengklik kanan file yang akan di pilih di jendela Add file(s) to playlist, kemudian pilih menu Enqueue in Winamp di menu yang muncul.</li>
<li>Ulangi cara ke-3 atau ke-4 untuk memasukan file-file lainnya untuk seterusnya.</li>
<li>Untuk melakukan proses memasukan file ke dalam Playlist sekaligus beberapa file secara bersamaan, anda dapat menggunakan tombol Ctrl saat memilih file, caranya adalah tekan tombol Ctrl saat memilih file-file yang akan dipilih di jendela Add file(s) to playlist terlebih dahulu, setelah proses pemilihan selesai untuk memasukan file-file terpilih ke dalam Playlist anda dapat menggunakan teknik Drag n Drop atau menu Enqueue in Winamp seperti yang sudah dijelaskan diatas. Selamat mencoba.</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Odanguito y El Shuffle Conspirador]]></title>
<link>http://odanguito.wordpress.com/?p=11</link>
<pubDate>Fri, 15 Aug 2008 06:13:09 +0000</pubDate>
<dc:creator>odanguito</dc:creator>
<guid>http://odanguito.wordpress.com/?p=11</guid>
<description><![CDATA[Hace poco vi este curioso post en el blog de mi bro Yipie, me parecio interesante, aparte se me hizo]]></description>
<content:encoded><![CDATA[<p>Hace poco vi este curioso post en el blog de mi bro Yipie, me parecio interesante, aparte se me hizo bastante original, pues siempre recibes las tipicas cadenas tipo chismografo... no me habia tocado leer una cadena relacionando mp3's. Asi pues, procedo con la aplicación practica de este mail. Ademas advierto que la mayoria de mi biblioteca esta llena de mp3's de J-POP... asi que no se sosprendan<br />
De nuevo la version usada es Winamp 2.91 (el mejor a mi parecer, odio el reproductor de windows ¬¬) agrego toda mi musica, tengo solo la necesaria, ya que en mi lap, apenas pase parte de mi musica (ahora que lo pienso creo q si es toda jajaja) ya que me tuvieron que formatear la PC, por el momento sirve en servicio tecnico.</p>
<p>las instrucciones:</p>
<p>ABRE LA BIBLIOTECA DE TU REPRODUCTOR DE AUDIO Y VIDEO PREDILECTO (ITUNES, WINAMP, MEDIA PLAYER, IPOD, ETC)<br />
APLICA LA MODALIDAD SHUFFLE O ALEATORIO<br />
PRESIONA PLAY<br />
POR CADA PREGUNTA, RESPONDE CON LA CANCION QUE SE ESCUCHE<br />
CUANDO VAYAS A RESPONDER LA SIGUIENTE PREGUNTA, PRESIONA EL BOTON NEXT<br />
NO MIENTAS</p>
<p>haber pues... y esto dice... ASI;:</p>
<p>1. Como te sientes hoy?<br />
Sakura Fubuki - Kitagawa Keiko<br />
Tormenta del flor de cereza...<br />
Dos sueños...<br />
Tocando huellas<br />
lagrimas danzantes en un dia de primavera<br />
no encuento ninguna razón<br />
Pronto vendrán  y haran una parada<br />
Puedo llegar a ser fuerte ¿Algún día?</p>
<p>Bastante bien segun traduzco...<br />
 </p>
<p>2. ¿Cuál es tu perspectiva de la vida?<br />
Fields of Hope - Rie Tanaka<br />
Cha!! nunca crei que la conspiración fuera cierta...<br />
Solo dire que la esperanza muere al ultimo</p>
<p>3. ¿Qué piensa tu familia de ti?<br />
Who... - Ayumi Hamasaki<br />
Quien?? quien que?? quien rompio eso? nee, nee.. yo no fui!!</p>
<p>4. ¿Qué piensan tus amigos de ti?<br />
Koji Kondo - Dark Overworld<br />
jajaja esta si me dio risa, es del soundtrack de Zelda... curioso. muchos piensan que soy toda ternura e inocencia y de pronto se enteran de que tengo un lado oscuro.. muajajaja</p>
<p>5. ¿Qué piensa la gente que no te conoce?<br />
Starlight ni Kiss Shite STARLIGHT (Besando en la lluvia de estrellas)<br />
Shinonara Emi<br />
como decia, me ven toda ternura...</p>
<p>6. ¿Qué piensa de ti la gente que quiere estar contigo?<br />
Chikara wo Awasete (Combinando Poderes) - Tsunoda Narumu<br />
Quiero pensar que me ven como una poderosa influencia... no??<br />
Convenencieros!!</p>
<p>7. ¿Cómo ha sido tu vida amorosa hasta ahora?<br />
Fly Me To The Moon - Evangelion<br />
en otras palabras solo tomame de la mano...</p>
<p>8. ¿Cómo será en el futuro?<br />
Kaze ni Naru - Ogata Megumi<br />
Se convierte el viento... esa es la traducción del titulo... jajaja mmm.. ya me quede pensando...</p>
<p>9. ¿Te casarás?<br />
Miracle Dance Nigth - Azama Myuu<br />
eshte... creo q segun la rola si! jajaja<br />
podemos bailar en tu sonrisa<br />
podemos amar, mi corazón brinca entusiasmado..</p>
<p>10. ¿Tendras hijos?<br />
Disney- Hercules - Ricky Martin - No importa la distancia<br />
al parecer me tardare, no importara la distancia, pero si..!</p>
<p>11. ¿Eres bueno en la escuela?<br />
Bang Bang (Kill Bill) - Nancy Sinatra<br />
me dispararon... no puedo contestar, pero al final regrese el balazo, supongo que eso me dice que soy lo suficiente buena que me levanto milagrosamente despues de un disparo!!</p>
<p>12. ¿Seras exitoso?<br />
Ooki na Ai de Motenashite - °C-ute<br />
jajaja no tengo el titulo de esta canción bien traducido, por lo poco q interpreto de mi seguno idioma, es algo asi como bienvenido el amor o algo asi... me suena muy positiva la rola<br />
13. Canción para tu cumpleaños:<br />
A Dieu - Minaguchi Yuko<br />
Buenisisisisisima rola!! un poco melancolica la rola, pero con una vibra buenisima! muy rara, tanto asi que no consigo la letra, significa Adios..</p>
<p>14. Canción para tu funeral:<br />
DDR - The legend of Zelda Techno Version<br />
Confio que para cuando me llegue mi dia haya tenido la oportunidad de jugar Zelda en su mas reciente version...<br />
15. La canción sobre tu vida:<br />
Trust - Ayumi Hamasaki<br />
sii!!! todo se define aqui</p>
<p>16. ¿Tu mejor amigo y tu son…?<br />
Lon Lon Ranch - koji Kondo<br />
de nuevo una rola del soundtrack de Zelda... pero no entiendo que me quieren decir... sera q todo es tranquilidad?</p>
<p>17. Para los tiempos felices…<br />
I've Got my Eye on You - Jem<br />
la primera rola del conteo en ingles, creo que fui la unica que vio esta caricatura, nadie que conozco la recuerda... y si, tengo mi ojo puesto en ti!</p>
<p>18. Para los tiempos tristes…<br />
Intuition - Jewel<br />
ehh? esta si no la entendi, me teno que poner triste por que Kate Moss no encuentra trabajo o que onda???</p>
<p>19. Para todos los dias…<br />
Result - Nami Tamaki<br />
perfecta!! de las que me levantan la moral, un clasico de mi libreria</p>
<p>20. Para mañana…<br />
I Hear You Everywhere - Tanaka Rie<br />
Para hoy, mañana y siempre... siempre los oigo... y mas con el trabajo que me cargo... aun asi muy buena rola, otra clasica, con el tok perfecto de melancolia y reflexión</p>
<p>21. Tu alter Ego…<br />
Too Late - Ayumi Hamasaki<br />
Esta fue pedrada o que?? no crean que siempre llego tarde</p>
<p>22. Tu perspectiva del mundo…<br />
Dearest - Ayumi Hamasaki<br />
...el mas estimado</p>
<p>23. ¿Tendrás una vida feliz?<br />
Chikyuugi (HAdes OP) - Saint Seiya<br />
parece que si.. al parecer no creere que el mundo cambie facilmente y querre amor antes que felicidad... en mis sueños o.O?</p>
<p>24. ¿Cómo será tu muerte?<br />
Katakoto no Koi - Tanaka Rie &#38; Tomokazu Sugita<br />
esta si estuvo cajeta! al parecer muy alegre... jajaja no lose!! aun no estoy interpretando</p>
<p>25. ¿Éres una buena persona?<br />
HEAVEN - Ayumi Hamasaki<br />
como dije y reitero... toda una ternura, hasta les recuerdo al cielo</p>
<p>26. ¿Vale la pena aquello a lo que te dedicas?<br />
Hijo de la Luna - Stravaganzza<br />
pues mientras siga conjurando a la luna y no me hieran de muerte todo esta bien</p>
<p>27. ¿Qué opina la gente de lo que dices?<br />
Yumemiru dake ja Dame (soñar despierto no es muy bueno/soñar por si mismo no es muy bueno) - Mitsuishi Kotono<br />
cualquiera de las dos traducciones que se tomen, creo q no es necesario q agregue mas..</p>
<p>28. Tu mayor defecto…<br />
30 Minutes - TaTu<br />
el tiempo me supongo... creo que es cierto</p>
<p>29. Tu más grande virtud…<br />
Talk Dirty to me - Poison<br />
mi gran capacidad comunicativa supongo! jajaja</p>
<p>30. Tu cuerpo…<br />
Evolution - Ayumi Hamasaki<br />
evolucionando... sin comentarios</p>
<p>31. ¿Fantasia sexual<br />
jajajajajjaja esta esta aun mas cajeta<br />
DDR E-Rotic Test my BEst<br />
creo que contestare que prueben lo mejor de mi</p>
<p>32. Mueres por…<br />
Pinocho - Sin Hilos<br />
saberme mover, andar y hasta correr, ser libre y ser feliz!<br />
nadie me maneja a mi!!</p>
<p>33. ¿Que opinan tus amigos de la infancia sobre ti?<br />
Motto Suteki Na Asa Ga Kuru Yo (llegara una mañana mas bella) - Hanazawa Kae<br />
mmm... supongo que no mucho, tal vez se preste el titulo a que no tengo mucho contacto con ellos, muy pocos realmente</p>
<p>34. Tu inclinación política es más bien…<br />
Disney - La Bella durmiente - Eres tu<br />
jajajaj ninguna!! no me gusta la politica, creo que aqui el winamp intento ser ironico</p>
<p>35. Lo que más te prende es…?<br />
Walking Proud - Ayumi Hamasaki<br />
caminar con orgullo? si!! puede ser!</p>
<p>36. Tu mayor frustración…<br />
Fairyland - Ayumi Hamasaki<br />
tal vez sea que aveces vivo mucho en la fantasia</p>
<p>37. ¿Que piensa la gente cuando ve tus ojos?<br />
Agujero - Jox<br />
que ven un agujero... y que quiero tener mucho dinero.. y si me sobra gastarlo en mucho mas. JA!</p>
<p>38. Tus manos…<br />
ANIMETAL - Saint Seiya - Pegasus Fantasy<br />
mis manos al parecer lucharan contra el mal!</p>
<p>39. Tu más reciente relación amorosa…<br />
Rumors - Lindsay Lohan<br />
rumores? aqui si me quede de a 6</p>
<p>40. ¿Que es lo que más temes de tí mismo/misma?<br />
Beethoven - Piano Sonata 14 Moonlight<br />
no se como interpretarla, tal vez sea q temo a liberarme o no se...che beethoven! no pudiste ser mas claro?</p>
<p>41. En la cama eres… <br />
Voyage - Ayumi Hamasaki<br />
jajaja doy todo un viaje o que? tal vez sea que duermo muy profundo</p>
<p>42. ¿Qué te hace llorar?<br />
Sound Drama Introductory Chapter - Koji Kondo<br />
lo dejaremos en Drama...</p>
<p>43. Tu pareja ideal es…<br />
Animetal Sailor Moon<br />
alguien que me perdone por no ser sincera, pero en mis sueños se lo confieso y corto circuito me causaran</p>
<p>44. El dolor para ti es como…<br />
Utsusemi no Kage - Kukui<br />
ohh!! una de Rozen, para no hacercelas larga, interpretaria el dolor como fuerte, pero soportable</p>
<p>45. Tu personalidad tiende a…<br />
Show me Love (Russian Version) - TaTU<br />
colgar el telefono? jajaja mas bien, mi personalidad tiende a exigir cariño o estima de otras personas..</p>
<p>46. ¿Apodo?<br />
Yo soy tu amigo fiel - Toy Story<br />
sin palabras...</p>
<p>47.¿Que opinan la mayoría de los hombres acerca de ti?<br />
Me Provoca - Maria Daniela y su Sonido Lasser<br />
pero si ya quedamos que soy pura ternura!! o no?</p>
<p>48. ¿Y las mujeres?<br />
Let me be with you - ROUND TABLE (chobits)<br />
que soy buena compañia!</p>
<p>49. Canción para besar a alguien<br />
Wish - Arashi<br />
aww... muy linda la rola... muy a doc, diga lo que diga, me late para eso, como que muy a la aventura</p>
<p>50. Si tu fueras una canción serías…<br />
Soku Dakishimete - °C-ute<br />
mmm... me gusta...</p>
<p>51. Para despedirse….<br />
Yuzurenai Negai - op guerras magicas<br />
Ayudemos a Zefiro!!</p>
<p> <br />
jajajja muy cura este test, haganlo!</p>
<p>SAYOOP!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[WinAmp or Just bad luck?]]></title>
<link>http://snick512.wordpress.com/?p=128</link>
<pubDate>Thu, 14 Aug 2008 13:47:03 +0000</pubDate>
<dc:creator>snick512</dc:creator>
<guid>http://snick512.wordpress.com/?p=128</guid>
<description><![CDATA[Well&#8230; Since my new main laptop is a windows os, i figured I&#8217;d try out winamp once again.]]></description>
<content:encoded><![CDATA[<p>Well... Since my new main laptop is a windows os, i figured I'd try out winamp once again. And the new Winamp (5.541) has to be the most glitchiest program i've ever used dealing with media players.</p>
<p>There's quite a few different things that really makes me want to stop using it, or not use it. Personally I use Windows Media Player 11, because it has tons and tons of features, and hardly ever errors.</p>
<p>List of Bugs?</p>
<ol>
<li>It froze when all I did was select another artist from the "Artists" selection on the media library</li>
<li>It also glitched randomly when all it was doing was just playing a music stream from AOL Music.</li>
<li>Froze when switching off the visualization screen.</li>
<li>After adding a few folders to the media library it did not respond for at least 5 minutes on and off. (I'm guessing it has a hard time collecting information about the tracks afterwards?)</li>
<li>Random "Script Error" notification, that says you can "click" to continue.</li>
<li>Uses way too much ram. It had used during all of these bugs, 100mb+</li>
<li>Naturally laggy. I say this because, if they didn't heavy load the GUI it wouldn't be a problem. Or maybe it lags because it's just overloaded in general? (It could be that it takes a long time to just load the next section as well)</li>
</ol>
<p>Well there you have it. My experience with the new winamp. Not a very good one, and I'm very disappointed at it. It used to be good, now it's shit. The only good thing about it that I see right now is that it has AOL Radio/Videos hooked into it.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Membuka Gambar lewat Winamp]]></title>
<link>http://adimurfin.wordpress.com/?p=333</link>
<pubDate>Tue, 12 Aug 2008 09:44:45 +0000</pubDate>
<dc:creator>adi nugraha</dc:creator>
<guid>http://adimurfin.wordpress.com/?p=333</guid>
<description><![CDATA[Eeee&#8230;. ternyata bisa juga lho, ngeliat slide gambar lewat Winamp. Pas banget deh, sambil denge]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Eeee.... ternyata bisa juga lho, ngeliat slide gambar lewat Winamp. Pas banget deh, sambil dengerin lagu, sekalian liat slideshow wallpaper-nya. Isn't that cool? <!--more--><em><strong>Langkah-langkahnya</strong></em> :</p>
<ol>
<li>matikan Winamp terlebih dulu</li>
<li>download plugin-nya di <a href="http://h1.ripway.com/adimurfin/image_in_winamp.exe">sini</a></li>
<li>instal dan kemudian jalankan Winamp</li>
<li>untuk menambah gambar, klik <strong>Add</strong></li>
<li>untuk mengubah rotasi gambar, klik <strong>Right</strong> atau <strong>Left</strong></li>
<li>untuk menampilkan gambar dalam bentuk 3D, klik <strong>3D</strong></li>
<li>untuk menampilkan gambar dalam bentuk slide, klik <strong>Diapo</strong></li>
</ol>
<p><a href="http://adimurfin.files.wordpress.com/2008/08/winampimage1.jpg"><img class="alignnone size-medium wp-image-352" src="http://adimurfin.wordpress.com/files/2008/08/winampimage1.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="text-align:justify;"><span style="color:#008000;"><em><strong>Kelebihan</strong></em><span style="color:#000000;"> :</span></span></p>
<ul>
<li>bisa dijadikan slideshow</li>
<li>support berbagai format image</li>
</ul>
<p><span style="color:#ff0000;"><em><strong>Kelemahan</strong></em> <span style="color:#000000;">:</span></span></p>
<ul>
<li>slideshow-nya tampil full screen</li>
</ul>
<p style="text-align:justify;">
<p style="text-align:justify;">August, 12</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HOW TO series: What is a podcast?]]></title>
<link>http://georgemotoc.wordpress.com/?p=245</link>
<pubDate>Mon, 11 Aug 2008 12:00:06 +0000</pubDate>
<dc:creator>georgemotoc</dc:creator>
<guid>http://georgemotoc.wordpress.com/?p=245</guid>
<description><![CDATA[Download the audio episode:
2008-08-11-whatisapodcast
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;]]></description>
<content:encoded><![CDATA[<p>Download the audio episode:</p>
<p><a href="http://georgemotoc.files.wordpress.com/2008/08/2008-08-11-whatisapodcast-wav.mp3">2008-08-11-whatisapodcast</a><br />
.....................</p>
<p class="MsoNormal">Download the HOW TO guide as a word document:</p>
<p class="MsoNormal"><a href="http://georgemotoc.files.wordpress.com/2008/08/can-i-listen-to-a-podcast-without-ipod-and-itunes.doc">HOW TO: What is a podcast?</a><a href="http://georgemotoc.wordpress.com/files/2008/08/can-i-listen-to-a-podcast-without-ipod-and-itunes.doc"> </a></p>
<p class="MsoNormal">
<p>....................</p>
<p>Play the episode within this page:<br />
[audio http://georgemotoc.files.wordpress.com/2008/08/2008-08-11-whatisapodcast-wav.mp3]</p>
<p>***************************************************************</p>
<p><strong>TEXT:</strong> What is a podcast?...and a few more basic questions</p>
<p><strong>MUSIC: </strong>Fleet Foxes - White Winter Hymnal</p>
<p><strong>RUNNING TIME: </strong>12'33"</p>
<p>***************************************************************</p>
<p style="text-align:center;">
<p>I am stunned by the lack of penetration of podcasting around the world.</p>
<p>Yes, podcasting is big in Canada, USA, UK. And I hear (yet to check) about lots of Chinese folks podcasting.</p>
<p>But...where is the rest of the world?</p>
<p>Maybe they don't know podcasting is here.</p>
<p>******************* ********************************</p>
<p><strong>CREDITS:</strong></p>
<ul>
<li><a title="flfoxes" href="http://www.myspace.com/fleetfoxes" target="_blank">Fleet Foxes</a> on MySpace. Thanks for the music!</li>
</ul>
<p><a href="http://georgemotoc.files.wordpress.com/2008/08/poza-ffoxes.jpg"><img class="aligncenter size-full wp-image-263" src="http://georgemotoc.wordpress.com/files/2008/08/poza-ffoxes.jpg" alt="" width="170" height="221" /></a></p>
<ul>
<li>The voiceovers for this episode - the guy asking the big questions: thanks to my ex-FM buddy, avid racecar driver, rally organizer,  <a title="marczi" href="http://www.estradamaramureseana.ro/index.php?option=com_content&#38;task=view&#38;id=2059&#38;Itemid=84" target="_blank">Marcel Ciascai</a>. Currently established in Virginia, USA. <em>ceaskay[at]yahoo.com</em></li>
<li><a title="getitdoneguy" href="http://getitdone.quickanddirtytips.com/" target="_blank">Stever Robbins</a> (a.k.a. Get-It-Done Guy) - at <a title="pcb3" href="http://www.podcampboston.org/" target="_blank">Podcamp Boston 2008</a>, he shared this great  tip: attach a download-able file (document or pdf) to your podcast with the helpful things you are sharing in that episode.  People can save it on their PCs, email, share it, print it, anything! Thanks, Stever.</li>
<li>Fleet Foxes' label, <a title="subpop" href="http://subpop.com/" target="_blank">Sub Pop Records</a>. Check their artists, it's a treasure.</li>
<li>Fleet Foxes' UK label, <a title="bella" href="http://www.bellaunion.com/news.php" target="_blank">Bella Union</a>.</li>
</ul>
<p><span class="text"> If you like the music in my podcast, please support the artists in any way you can: buy their music, concert tickets, t-shirts etc. THANK YOU!<br />
</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mengganti Font Winamp]]></title>
<link>http://adimurfin.wordpress.com/?p=305</link>
<pubDate>Mon, 11 Aug 2008 03:33:49 +0000</pubDate>
<dc:creator>adi nugraha</dc:creator>
<guid>http://adimurfin.wordpress.com/?p=305</guid>
<description><![CDATA[Bosen dengan font standar winamp? Bisa diganti-ganti kok. Malah, ada 2 tampilan yang bisa kita atur ]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Bosen dengan font standar winamp? Bisa diganti-ganti kok. Malah, ada 2 tampilan yang bisa kita atur font-nya, layar utama dan playlist. Selain mengganti font, ukurannya juga bisa diubah-ubah. Bahkan, alignment-nya juga bisa kita atur sesuka hati. Check this one out!<!--more--></p>
<p style="text-align:justify;"><a href="http://adimurfin.files.wordpress.com/2008/08/winampfont.jpg"><img class="alignnone size-medium wp-image-308" src="http://adimurfin.wordpress.com/files/2008/08/winampfont.jpg?w=300" alt="" width="272" height="193" /></a></p>
<p style="text-align:justify;"><em><strong>Mengganti font di layar utama</strong></em> :</p>
<ol>
<li>buka menu <strong>Options</strong>, pilih <strong>Preferences</strong>, atau tekan <strong>Ctrl + P</strong> dari keyboard</li>
<li>pada kategori <strong>Skins</strong>, pilih <strong>Modern Skins</strong></li>
<li>klik tab <strong>Font Rendering</strong></li>
<li>pada pengaturan <strong>Font Mapper</strong>, di kotak <strong>Replace with</strong>, ganti font yang diinginkan</li>
<li>untuk mengatur ukuran font, geser tombol slider ke <strong>Decrease size</strong> (kecil) atau ke <strong>Increase size</strong> (besar)</li>
</ol>
<p style="text-align:justify;"><em><strong>Mengganti font di playlist </strong></em>:</p>
<ol>
<li>buka menu <strong>Options</strong>, pilih <strong>Preferences</strong>, atau tekan <strong>Ctrl + P</strong> dari keyboard</li>
<li>pada kategori <strong>General Preferences</strong>, klik <strong>Playlist</strong></li>
<li>pada kotak <strong>Use font</strong>, pilih jenis font yang diinginkan</li>
<li>untuk mengubah ukuran font, masukkan angka pada kotak <strong>Playlist font size, in pixels</strong></li>
<li>untuk mengubah alignment-nya, pilih saja pada kota <strong>Text Direction</strong>, misalnya <strong>Force right-to-left order</strong> (seperti skrinsutnya)</li>
</ol>
<p>Oke deh, tunggu aja tips Winamp selanjutnya.</p>
<p>August, 11</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Sync ipod (and scrobble to last.fm) with Winamp]]></title>
<link>http://bmdixon.wordpress.com/?p=146</link>
<pubDate>Sat, 09 Aug 2008 22:15:21 +0000</pubDate>
<dc:creator>Ben</dc:creator>
<guid>http://bmdixon.wordpress.com/?p=146</guid>
<description><![CDATA[I posted a while ago about scrobbling to last.fm without iTunes, so i thought i&#8217;d write about ]]></description>
<content:encoded><![CDATA[<p>I posted a while ago about <a href="http://bmdixon.wordpress.com/2007/10/08/scrobble-playcount-from-ipod-to-lastfm-without-itunes/" target="_blank">scrobbling to last.fm without iTunes</a>, so i thought i'd write about how to do this using <a href="http://www.winamp.com" target="_blank">winamp</a> and the <a title="ml_ipod website" href="http://mlipod.sourceforge.net/" target="_blank">ml_ipod</a> plugin.</p>
<p>Once you have installed winamp all you need to do is download the plugin from the site above and install it. If you want to scrobble to last.fm you need to check the box during the install as this feature is not installed by default.</p>
<p>Once it is installed, connect up your ipod (it supports most ipods) and it will ask you for some details about what model of ipod it is. You will also need to enter your last.fm details into the "Audioscrobbler for Winamp" plugin (found under General purpose plug-ins).</p>
<p>You can then sync your ipod with your winamp library. Each time you sync it will update the playcounts (both ways) and submit any newly played tracks to last.fm. As with any other method of scrobbling you need to make sure you sync before playing any tracks in winamp, otherwise any previously played tracks will not be accepted by last.fm</p>
<p>There is very little configuration required for the ml_ipod plugin although there are a lot of options that you can explore.</p>
[caption id="attachment_148" align="alignnone" width="125" caption="Ipod Preferences screenshot"]<a href="http://bmdixon.files.wordpress.com/2008/08/prefs1.png"><img class="size-thumbnail wp-image-148" src="http://bmdixon.wordpress.com/files/2008/08/prefs1.png?w=125" alt="Ipod Preferences screenshot" width="125" height="96" /></a>[/caption]
[caption id="attachment_151" align="alignnone" width="128" caption="Transfer window"]<a href="http://bmdixon.files.wordpress.com/2008/08/transfer1.png"><img class="size-thumbnail wp-image-151" src="http://bmdixon.wordpress.com/files/2008/08/transfer1.png?w=128" alt="Transfer window" width="128" height="53" /></a>[/caption]
<h6>(Screenshots taken from the ml_ipod website)</h6>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mencari Cover Album lewat Winamp]]></title>
<link>http://adimurfin.wordpress.com/?p=293</link>
<pubDate>Sat, 09 Aug 2008 07:07:26 +0000</pubDate>
<dc:creator>adi nugraha</dc:creator>
<guid>http://adimurfin.wordpress.com/?p=293</guid>
<description><![CDATA[Sudah nyoba autotag-nya Winamp? Nah, tahap kedua adalah mencari cover album. Di Winamp juga sudah te]]></description>
<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:justify;">Sudah nyoba autotag-nya Winamp? Nah, tahap kedua adalah mencari cover album. Di Winamp juga sudah tersedia fasilitas itu. Cukup dengan sekali klik, jreeeng….langsung muncul deh cover albumnya. Ga perlu susah-susah nyari kaya Windows Media Player. Check it!<!--more--></p>
<p class="MsoNormal" style="text-align:justify;"><em><strong>Persyaratan</strong></em> : koneksi ke internet</p>
<p class="MsoNormal" style="text-align:justify;"><em><strong>Langkah-langkahnya</strong></em> :</p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal">mainkan sebuah lagu di Winamp (mau play, pause, ato      stop ga masalah)</li>
<li class="MsoNormal">klik kanan di playlistnya, kemudian pilih <strong>View file      info…</strong> ato cukup dengan menekan tombol keyboard <strong>Alt + 3</strong></li>
<li class="MsoNormal">klik tab <strong>Artwork</strong></li>
<li class="MsoNormal">klik <strong>Download Art</strong>, tunggulah beberapa detik. Setelah      itu muncul sederet cover, pilihlah mana yang sesuai dengan lagu tersebut. Pilihan      cover yang muncul misalnya album remix, special edition, bonus track, atau      versi negara tertentu.</li>
<li class="MsoNormal">terakhir klik <strong>OK</strong></li>
</ol>
<p class="MsoNormal" style="text-align:justify;"><!--[if gte vml 1]&#62;                    &#60;![endif]--><!--[if !vml]--><a href="http://adimurfin.files.wordpress.com/2008/08/albumart.jpg"><img class="alignnone size-medium wp-image-294" src="http://adimurfin.wordpress.com/files/2008/08/albumart.jpg?w=300" alt="" width="254" height="166" /></a><!--[endif]--></p>
<p class="MsoNormal" style="text-align:justify;">Kalo album art kamu belum muncul, klik menu <strong>View</strong>, pilih <strong>Album Art</strong>, atau cukup menekan <strong>Alt + A</strong> di keyboard.</p>
<p class="MsoNormal" style="text-align:justify;"><span> </span><!--[if gte vml 1]&#62;  &#60;![endif]--><!--[if !vml]--><a href="http://adimurfin.files.wordpress.com/2008/08/albumart2.jpg"><img class="alignnone size-medium wp-image-295" src="http://adimurfin.wordpress.com/files/2008/08/albumart2.jpg?w=151" alt="" width="107" height="116" /></a><!--[endif]--></p>
<p class="MsoNormal" style="text-align:justify;"><span style="color:#008000;"><em><strong>Kelebihan</strong></em></span> (dibanding Windows Media Player) :</p>
<p class="MsoNormal" style="text-align:justify;">Cover album lebih spesifik, sehingga mudah dicari. Sedangkan di WMP, terkadang cover album yang disajikan bukan album yang kita inginkan. Tapi album-album remix dan versi negara lain. Malah kadang-kadang album dari penyanyi lain. <span> </span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="color:#ff0000;"><em><strong>Kelemahan</strong></em></span> (dibanding Windows Media Player) :</p>
<p class="MsoNormal" style="text-align:justify;">Cover yang kita dapat akan tersimpan di folder file mp3-nya. Oke-lah kalo beberapa album, tapi kalo albumnya banyak, dan penyanyinya juga beda-beda, sedikit banyaknya akan memakan space yang cukup besar pula. Istilahnya, kita mendownload covernya. Kalo file cover tersebut kita hapus, maka album art-nya juga ga akan muncul lagi.</p>
<p class="MsoNormal" style="text-align:justify;">Yah, itu sih terserah anda-anda semua. Kan, cuma buat fun-fun aja.</p>
<p class="MsoNormal" style="text-align:justify;">
<p class="MsoNormal" style="text-align:justify;">August, 9</p>
]]></content:encoded>
</item>

</channel>
</rss>
