<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: MPD controlado por tu celular con Remuco</title>
	<atom:link href="http://www.eltemplodelmorbo.com.ar/2009/10/04/tutoriales-en-el-templo-del-morbo/mpd-controlado-por-tu-celular-con-remuco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eltemplodelmorbo.com.ar/2009/10/04/tutoriales-en-el-templo-del-morbo/mpd-controlado-por-tu-celular-con-remuco/</link>
	<description>Sólo para peces de ciudad...</description>
	<lastBuildDate>Tue, 07 Sep 2010 10:54:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Por: juan</title>
		<link>http://www.eltemplodelmorbo.com.ar/2009/10/04/tutoriales-en-el-templo-del-morbo/mpd-controlado-por-tu-celular-con-remuco/comment-page-1/#comment-264</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 29 Dec 2009 17:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.eltemplodelmorbo.com.ar/?p=693#comment-264</guid>
		<description>tambien hay que instalar el python-gobject despues del python-bluez
aptitude install python-gobject</description>
		<content:encoded><![CDATA[<p>tambien hay que instalar el python-gobject despues del python-bluez<br />
aptitude install python-gobject</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Juan</title>
		<link>http://www.eltemplodelmorbo.com.ar/2009/10/04/tutoriales-en-el-templo-del-morbo/mpd-controlado-por-tu-celular-con-remuco/comment-page-1/#comment-262</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Fri, 25 Dec 2009 23:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.eltemplodelmorbo.com.ar/?p=693#comment-262</guid>
		<description>Hola... Mira estoy trantando de hacerlo andar... y no puedo... no me doy cuenta de cual es el error..
Si no tenes drama te dejo las dos configuraciones la del remuco y la del mpd por si vos te das cuenta...

Gracias


[DEFAULT]
custom-mpd-port = 6600
bluetooth-enabled = 1
file-browser-root-dirs = /home/juan/Musica
wifi-enabled = 1
file-browser-show-extensions = 0
log-level = INFO
wifi-port = 34271
file-browser-enabled = 1
custom-mpd-music-dir = /home/juan/Musica
ping-interval = 15
file-browser-use-xdg-user-dirs = 1
config-version = 1.3
player-encoding = UTF8
custom-mpd-host = localhost

# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.

######################## REQUIRED PATHS ########################
# You can put symlinks in here, if you like. Make sure that
# the user that mpd runs as (see the &#039;user&#039; config parameter)
# can read the files in this directory.
music_directory         &quot;/home/juan/Musica&quot;
playlist_directory      &quot;/var/lib/mpd/playlists&quot;
db_file                 &quot;/var/lib/mpd/tag_cache&quot;
log_file                &quot;/var/log/mpd/mpd.log&quot;
error_file              &quot;/var/log/mpd/errors.log&quot;
pid_file                &quot;/var/run/mpd/pid&quot;
################################################################


######################## OPTIONAL PATHS ########################
#
# If specified, MPD will save its current state (playlist,
# current song, playing/paused, etc.) at exit.  This will be
# used to restore the session the next time it is run.
#
state_file              &quot;/var/lib/mpd/state&quot;
#
################################################################


######################## DAEMON OPTIONS ########################
#
# If started as root, MPD will drop root privileges and run as
# this user instead.  Otherwise, MPD will run as the user it was
# started by.  If left unspecified, MPD will not drop root
# privileges at all (not recommended).
#
user                            &quot;mpd&quot;
#
# The address and port to listen on.
#
bind_to_address                 &quot;any&quot;
port                            &quot;6600&quot;</description>
		<content:encoded><![CDATA[<p>Hola&#8230; Mira estoy trantando de hacerlo andar&#8230; y no puedo&#8230; no me doy cuenta de cual es el error..<br />
Si no tenes drama te dejo las dos configuraciones la del remuco y la del mpd por si vos te das cuenta&#8230;</p>
<p>Gracias</p>
<p>[DEFAULT]<br />
custom-mpd-port = 6600<br />
bluetooth-enabled = 1<br />
file-browser-root-dirs = /home/juan/Musica<br />
wifi-enabled = 1<br />
file-browser-show-extensions = 0<br />
log-level = INFO<br />
wifi-port = 34271<br />
file-browser-enabled = 1<br />
custom-mpd-music-dir = /home/juan/Musica<br />
ping-interval = 15<br />
file-browser-use-xdg-user-dirs = 1<br />
config-version = 1.3<br />
player-encoding = UTF8<br />
custom-mpd-host = localhost</p>
<p># An example configuration file for MPD<br />
# See the mpd.conf man page for a more detailed description of each parameter.</p>
<p>######################## REQUIRED PATHS ########################<br />
# You can put symlinks in here, if you like. Make sure that<br />
# the user that mpd runs as (see the &#8216;user&#8217; config parameter)<br />
# can read the files in this directory.<br />
music_directory         &#8220;/home/juan/Musica&#8221;<br />
playlist_directory      &#8220;/var/lib/mpd/playlists&#8221;<br />
db_file                 &#8220;/var/lib/mpd/tag_cache&#8221;<br />
log_file                &#8220;/var/log/mpd/mpd.log&#8221;<br />
error_file              &#8220;/var/log/mpd/errors.log&#8221;<br />
pid_file                &#8220;/var/run/mpd/pid&#8221;<br />
################################################################</p>
<p>######################## OPTIONAL PATHS ########################<br />
#<br />
# If specified, MPD will save its current state (playlist,<br />
# current song, playing/paused, etc.) at exit.  This will be<br />
# used to restore the session the next time it is run.<br />
#<br />
state_file              &#8220;/var/lib/mpd/state&#8221;<br />
#<br />
################################################################</p>
<p>######################## DAEMON OPTIONS ########################<br />
#<br />
# If started as root, MPD will drop root privileges and run as<br />
# this user instead.  Otherwise, MPD will run as the user it was<br />
# started by.  If left unspecified, MPD will not drop root<br />
# privileges at all (not recommended).<br />
#<br />
user                            &#8220;mpd&#8221;<br />
#<br />
# The address and port to listen on.<br />
#<br />
bind_to_address                 &#8220;any&#8221;<br />
port                            &#8220;6600&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
