<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>el blog del witty &#187; Media Center</title>
	<atom:link href="http://elblogdelwitty.com.ar/tag/media-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://elblogdelwitty.com.ar</link>
	<description>rejunte de aquellas cosas que me parecen interesantes</description>
	<lastBuildDate>Mon, 30 Nov 2009 23:24:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tip al paso: XBMC</title>
		<link>http://elblogdelwitty.com.ar/2009/08/21/tip-al-paso-xbmc/</link>
		<comments>http://elblogdelwitty.com.ar/2009/08/21/tip-al-paso-xbmc/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 01:55:33 +0000</pubDate>
		<dc:creator>wittycasla</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://elblogdelwitty.com.ar/?p=341</guid>
		<description><![CDATA[Recién estuve peleándome con el XBMC porque no me levantaba unos capítulos de The Office que me pasaron, la cosa es que no estaban con la nomeclatura que suelo utilizar: Nombre de Serie SXXEYY sino, que decía Nombre de Serie [X.YY]; pues bien, ese puntito hacía que no se levante la información, con lo cual [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Recién estuve peleándome con el <a href="http://elblogdelwitty.com.ar/tag/xbmc/">XBMC</a> porque no me levantaba unos capítulos de <em>The Office</em> que me pasaron, la cosa es que no estaban con la nomeclatura que suelo utilizar: <em>Nombre de Serie SXXEYY</em> sino, que decía <em>Nombre de Serie [X.YY]</em>; pues bien, ese puntito hacía que no se levante la información, con lo cual entiendo que el único punto que puede haber en el nombre de los archivos es el que separa el nombre propiamente dicho de la extensión.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://elblogdelwitty.com.ar/2009/08/21/tip-al-paso-xbmc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XBMC: ¿Cómo ordenar bien, BIEN nuestro Media Center?</title>
		<link>http://elblogdelwitty.com.ar/2009/08/14/xbmc-%c2%bfcomo-ordenar-bien-bien-nuestro-media-center/</link>
		<comments>http://elblogdelwitty.com.ar/2009/08/14/xbmc-%c2%bfcomo-ordenar-bien-bien-nuestro-media-center/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:44:05 +0000</pubDate>
		<dc:creator>wittycasla</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://elblogdelwitty.com.ar/?p=317</guid>
		<description><![CDATA[Ya he hablado antes del XBMC. En este post intento explicar cómo ordenarlo de manera tal que quede bien prolijo. La idea es generar los archivos .nfo dónde guardar la información que el Media Center leerá y completará el ítem en el mismo. Es cierto que esto se puede hacer conectando el Media Center a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ya he hablado antes del <a href="http://elblogdelwitty.com.ar/tag/xbmc/">XBMC</a>. En este post intento explicar cómo ordenarlo de manera tal que quede bien prolijo. La idea es generar los archivos .nfo dónde guardar la información que el Media Center leerá y completará el ítem en el mismo.</p>
<p>Es cierto que esto se puede hacer conectando el Media Center a internet y descargar la información desde diferentes fuentes, por ejemplo IMDB, Culturalia, themoviedb.org, y muchas otras; sin embargo, puede que no nos quedemos conformes con el resultado de esta descarga, es por ello que vamos a crear nosotros los archivos de donde el Media Center leerá los datos.</p>
<p>Para crear estos archivos, es necesario nada más que un editor de textos planos, como puede ser el Notepad en Windows, o el gedit en Ubuntu.</p>
<p>Es importante también diferenciar los archivos .nfo de las películas de los de las series, ya que deben cumplir ciertas normas, las cuales algunas son diferentes.</p>
<p>Empecemos con los .nfo de las películas. Primero digamos que el archivo debe llamarse igual que el archivo de la película y estar en la misma carpeta, es decir, si la película la tenemos, por ejemplo, en D:\Películas\Watchmen\Watchmen.avi; el archivo .nfo debería estar en D:\Películas\Watchmen\Watchmen.nfo y no en otro lugar, sino no lo leerá y no lograremos el objetivo perseguido.</p>
<p>Pues bien, pero qué deben contener estos archivos. Aquí abajo pongo el ejemplo de Watchmen.</p>
<p><span id="more-317"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;movie<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Watchmen<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;originaltitle<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Watchmen<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/originaltitle<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>7.90<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;year<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/year<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;top250<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/top250<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;votes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>83,666<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/votes<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plot<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>La historia transcurre en 1985...<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plot<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;tagline<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Esta ciudad tiene miedo de mí. He visto su verdadero rostro.<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/tagline<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;runtime<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>162 min<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/runtime<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/Watchmen/folder.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fanart<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/Watchmen/fanart.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fanart<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;mpaa<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Calificada R por su fuerte violencia, sexualidad, y lenguaje.<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/mpaa<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>tt0409459<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;trailer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://www.youtube.com/watch?v=E4blSrZvPhU<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/trailer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Acción / Drama / Misterio / Sci-Fi / Thriller<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;credits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>David Hayter / Alex Tse<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/credits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;director<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Zack Snyder<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/director<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;actor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Patrick Wilson<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;role<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Daniel Dreiberg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/role<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/W/Patrick Wilson.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
       <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/actor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/movie<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>El tag del <strong><em>actor</em></strong>, pueden repetirlo cuantas veces quieran, e irán agregando todos los actores que deseen. Pueden obviar las líneas que deseen, pero así como está les queda bien completo. Yo por ejemplo Trailer no lo uso, aquí lo dejé de ejemplo. Otro punto importante, es diferenciar los géneros, con la barra <strong>&#8220;/&#8221;</strong> ya que de esa manera, luego la búsqueda será correcta; sino, quedan géneros como <strong>Acción &#8211; Drama</strong>, cuando deberían ser dos géneros: <strong>Acción</strong> y <strong>Drama</strong>.</p>
<p>El tag <strong><em>id</em></strong> hace referencia al id que tiene la película en IMDB, ese id lo ven en la barra de direcciones cuando está viendo la película:</p>
<p><img src="http://elblogdelwitty.com.ar/wp-content/uploads/2009/08/id.png" alt="id" title="id" width="307" height="49" class="aligncenter size-full wp-image-333" /></p>
<p>Con respecto a las series, deberemos crear un archivo .nfo para la misma, y otro para cada capítulo -si, un trabajo de locos, pero que queda muy bien- es importante remarcar aquí que el .nfo de la serie, debe llamarse <em>tvshow.nfo</em> y el de cada capítulo debe llamarse igual que el mismo. Aquí los ejemplos:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;tvshow<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Dark Blue<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>8.00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;episode<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/episode<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plot<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Dark Blue se centra en un equipo de policías infiltrados...<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plot<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Acción y Aventura / Drama<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;premiered<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-07-15<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/premiered<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;studio<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>TNT<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/studio<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fanart<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/Dark Blue/fanart.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/fanart<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/Dark Blue/folder.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;actor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Dylan McDermott<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;role<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Lt. Carter Shaw<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/role<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/M/Dylan McDermott.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/actor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/tvshow<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;">   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;episodedetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Undercover<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;originaltitle<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/originaltitle<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>6.00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rating<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;season<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/season<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;episode<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>01<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/episode<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;runtime<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>45 min<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/runtime<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/Dark Blue/thumbs/S01E01.jpg<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/thumb<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>tt1470262<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/id<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plot<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/plot<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;credits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Doug Jung / Danny Cannon<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/credits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;director<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Danny Cannon<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/director<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;aired<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-07-15<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/aired<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/episodedetails<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Aquí pueden incluir el tag <strong><em>actor</em></strong> para poner los actores que hayan sido invitados a este capítulo, los &#8220;protagonistas&#8221; -por así decirlo, aunque la palabra sería &#8220;fijos&#8221;- ya los toma desde el <em>tvshow.nfo</em>; con estos archivos, lo mismo que con el de las movies, pueden obviar los tags que quieran, <strong><em>studio</em></strong> es uno de ellos que a simple vista no aparece en el Media Center, sin embargo más adelante explicaré como hacer que aparezcan los logos de los estudios, junto a otros relacionados con las características técnicas del medio, como por ejemplo codec de audio, video, entre otros.</p>
<p>Bueno, para otro post quedarán cómo hacer los .nfo para los videoclips y la música. Espero puedan armar bien su XBMC.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://elblogdelwitty.com.ar/2009/08/14/xbmc-%c2%bfcomo-ordenar-bien-bien-nuestro-media-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magníficos Skins para el XBMC</title>
		<link>http://elblogdelwitty.com.ar/2009/08/02/magnificos-skins-para-el-xbmc/</link>
		<comments>http://elblogdelwitty.com.ar/2009/08/02/magnificos-skins-para-el-xbmc/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 01:41:00 +0000</pubDate>
		<dc:creator>wittycasla</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Aeon]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[MediaStream]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://elblogdelwitty.com.ar/?p=293</guid>
		<description><![CDATA[Hace unos días les comenté acerca del XBMC, ese extraordinario soft que convierte nuestra computadora en un completísimo Media Center. Pues bien, el XBMC permite incluirle miles de cosas, y una de ellas son los skins. Existen muchos, todos con algo en particular; y depende de ustedes decidir cual usar. Algunos la navegación es más [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Hace unos días les comenté acerca del <a href="http://elblogdelwitty.com.ar/2009/07/27/xbmc-el-mejor-media-center/">XBMC</a>, ese extraordinario soft que convierte nuestra computadora en un completísimo Media Center. Pues bien, el XBMC permite incluirle miles de cosas, y una de ellas son los skins. Existen muchos, todos con algo en particular; y depende de ustedes decidir cual usar. Algunos la navegación es más sencilla, otros son visualmente más imponente, es cuestión de probar y ver cual se adecua mejor a sus gustos.<br />
Hoy les voy a comentar acerca de dos que particularmente me encantan: <a href="http://www.aeonproject.com/">Aeon</a> y <a href="http://www.teamrazorfish.co.uk/mediastream.html">MediaStream</a>.</p>
<p>Aeon fue el primer skin que le puse a mi XBMC. Verdaderamente logra modificar en un 100% al XBMC y tiene unos gráficos alucinantes. Aquí les dejo un video del mismo.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="580" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ZLzdLOO3sYI&amp;hl=es&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="580" height="360" src="http://www.youtube.com/v/ZLzdLOO3sYI&amp;hl=es&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Sin embargo, actualmente estoy usando el MediaStream, ya que me parece más elegante y completo que el Aeon, y con un acabado más profesional.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="445" height="364" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/iMm4A0xzvqA&amp;hl=es&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="445" height="364" src="http://www.youtube.com/v/iMm4A0xzvqA&amp;hl=es&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>¿Cómo instalar estas pieles en su Media Center? Sencillo, deben descargar el skin e incluirlo dentro de la carpeta skin del XBMC. En ubuntu por defecto se encuentra en /home/usuario/.xbmc; en Windows se encuentra en C:\Archivos de Programa\XBMC.</p>
<p>Entre las opciones con las que cuentan estos skin se encuentran la posibilidad de incluir un fondo especial para cada sección (películas, series, música, etc) y uno particular para cada item dentro de ellas, es decir, el fondo de Watchmen puede ser diferente al de Coraline, con lo cual personalizamos excelentemente nuestro Media Center.</p>
<p>Otra opción interesante es el modo de establecer los elementos dentro de cada categoría. Existen varios, todos ellos con sus ventajas y desventajas, esto también será cuestión de ustedes decidir qué esquema les resulta más interesante.</p>
<p>Claro que para tener nuestro Media Center completo es necesaria una conexión a internet, para poder bajar la información de cada película o serie; sin embargo, existe la posibilidad de crear unos archivos .nfo donde guardar toda esa información y cargar las cosas como a nosotros más nos guste. Esto lo dejaré para un futuro post.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://elblogdelwitty.com.ar/2009/08/02/magnificos-skins-para-el-xbmc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XBMC: El mejor Media Center</title>
		<link>http://elblogdelwitty.com.ar/2009/07/27/xbmc-el-mejor-media-center/</link>
		<comments>http://elblogdelwitty.com.ar/2009/07/27/xbmc-el-mejor-media-center/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:56:48 +0000</pubDate>
		<dc:creator>wittycasla</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://elblogdelwitty.com.ar/?p=222</guid>
		<description><![CDATA[Desde hace ya un tiempo que estoy usando el XBMC (Xbox Media Center), un software que hace las veces de centro multimedia en donde podemos ver nuestras series de TV, películas, fotos, escuchar nuestra música, consultar el clima y hasta jugar. Lo mejor de este software de entretenimiento es que es multiplataforma y está licenciado [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Desde hace ya un tiempo que estoy usando el <a href="http://xbmc.org/">XBMC</a> <em>(Xbox Media Center)</em>, un software que hace las veces de centro multimedia en donde podemos ver nuestras series de TV, películas, fotos, escuchar nuestra música, consultar el clima y hasta jugar.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-242" title="xbmc" src="http://elblogdelwitty.com.ar/wp-content/uploads/2009/07/xbmc-logo.png" alt="xbmc" width="236" height="111" /></p>
<p>Lo mejor de este software de entretenimiento es que es multiplataforma y está licenciado bajo la licencia GNU/GPL; con lo cual podemos ejecutarlo en GNU/Linux, Mac OS, Windows y XBOX. También cuenta con una versión &#8220;Live CD&#8221; con lo cual no es necesario instalarla en nuestro sistema para ejecutarlo.</p>
<p>Las instrucciones de instalación son para Ubuntu, pero si vos usas otra distro, u otro sistema operativo no tenés más que ver las instrucciones en la web oficial. Para Windows no es más difícil que un par de clics en siguiente y uno en finalizar.</p>
<p>Bueno, si tu intención es instalarlo en Ubuntu podés seguir estos pasos:</p>
<p>Primero agregamos las siguientes lineas a nuestro archivo sources.list que se encuentra en /etc/apt/sources.list, para ello desde una terminal escribimos lo siguiente:</p>
<blockquote><p>sudo gedit /etc/apt/sources.list</p></blockquote>
<p>con lo cual, ahora estamos editando el sources.list. Agregamos al final las lineas</p>
<blockquote><p># XBMC<br />
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main</p></blockquote>
<p>sustituyendo jaunty por tu versión de Ubuntu.</p>
<p>A veces, suele dar error la PPA Key; esto lo solucionamos de la siguiente manera: de <a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0x6D975C4791E7EE5E" target="_blank">este</a> archivo, copiamos desde <em>&#8212;&#8211;BEGIN PGP PUBLIC KEY BLOCK&#8212;&#8211;</em> hasta el final, lo pegamos en un archivo de texto plano, lo guardamos como <em>xbmc-ppa.key</em> y vamos a <em>Sistema &#8211;&gt; Administración &#8211;&gt; Orígenes del Software</em>, pestaña <em>Autenticación</em>, le damos a <em>Importar clave</em> y buscamos nuestro archivo <em>xbmc-ppa.key</em> creado anteriormente.</p>
<p>Una vez hecho ello, ya estamos en condiciones de instalar nuestro XBMC, pero antes necesitamos actualizar nuestros repositorios, para esto, abrimos un terminal, y ponemos:</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>y luego:</p>
<blockquote><p>$ sudo apt-get install xbmc</p></blockquote>
<p>Después de un momento, se habrá instalado nuestro Media Center, y lo encontraremos en <em>Aplicaciones &#8211;&gt; Sonido y vídeo &#8211;&gt; XBMC Media Center.</em></p>
<p>Les dejo algunas capturas.</p>
<style type='text/css'>
			#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			}
			#gallery-1 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}
		</style>
<p>		<!-- see gallery_shortcode() in wp-includes/media.php --></p>
<div id='gallery-1' class='gallery galleryid-222'>
<dl class='gallery-item'>
<dt class='gallery-icon'>
			        <a href='http://elblogdelwitty.com.ar/?attachment_id=244' title='xbmc0'><img width="150" height="150" src="http://elblogdelwitty.com.ar/wp-content/uploads/2009/07/xbmc0-150x150.png" class="attachment-thumbnail" alt="" title="xbmc0" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://elblogdelwitty.com.ar/?attachment_id=245' title='xbmc1'><img width="150" height="150" src="http://elblogdelwitty.com.ar/wp-content/uploads/2009/07/xbmc1-150x150.png" class="attachment-thumbnail" alt="" title="xbmc1" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://elblogdelwitty.com.ar/?attachment_id=246' title='xbmc2'><img width="150" height="150" src="http://elblogdelwitty.com.ar/wp-content/uploads/2009/07/xbmc2-150x150.png" class="attachment-thumbnail" alt="" title="xbmc2" /></a>
			</dt>
</dl></div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://elblogdelwitty.com.ar/2009/07/27/xbmc-el-mejor-media-center/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TuxInfo #11</title>
		<link>http://elblogdelwitty.com.ar/2008/11/12/tuxinfo-11/</link>
		<comments>http://elblogdelwitty.com.ar/2008/11/12/tuxinfo-11/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:07:16 +0000</pubDate>
		<dc:creator>wittycasla</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CLInux]]></category>
		<category><![CDATA[FlightGear]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Miro]]></category>
		<category><![CDATA[Nicholas Reville]]></category>
		<category><![CDATA[PBX Elastix]]></category>
		<category><![CDATA[Rosegarden]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Telefonía IP]]></category>
		<category><![CDATA[TuxInfo]]></category>

		<guid isPermaLink="false">http://elblogdelwitty.com.ar/?p=160</guid>
		<description><![CDATA[Ya tenemos la TuxInfo #11 para descargar. Concurso de tapas. Noticias del mes. Cómo configurar un servidor de telefonía IP bajo el servidor PBX Elastix. El lenguaje Python. Creando un “media center” desde cero con software libre. Rincón del lector. CLInux, vida en consola. Dos proyectos 3D para GNU. Sección trucos. Symfony segunda parte. Páginas [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Ya tenemos la TuxInfo #11 para descargar.</p>
<p style="text-align: center;"><a href="http://elblogdelwitty.com.ar/wp-content/uploads/2008/11/tuxinfo11.jpg"><img class="size-medium wp-image-161 alignnone" title="tuxinfo11" src="http://elblogdelwitty.com.ar/wp-content/uploads/2008/11/tuxinfo11-211x300.jpg" alt="" width="211" height="300" /></a></p>
<ul style="text-align: center;">
<li style="text-align: left;">Concurso de tapas.</li>
<li style="text-align: left;">Noticias del mes.</li>
<li style="text-align: left;">Cómo configurar un servidor de telefonía IP bajo el servidor PBX Elastix.</li>
<li style="text-align: left;">El lenguaje Python.</li>
<li style="text-align: left;">Creando un “media center” desde cero con software libre.</li>
<li style="text-align: left;">Rincón del lector.</li>
<li style="text-align: left;">CLInux, vida en consola.</li>
<li style="text-align: left;">Dos proyectos 3D para GNU.</li>
<li style="text-align: left;">Sección trucos.</li>
<li style="text-align: left;">Symfony segunda parte.</li>
<li style="text-align: left;">Páginas Linuxeras.</li>
<li style="text-align: left;">Entrevista a Nicholas Reville, proyecto Miro.</li>
<li style="text-align: left;">Rosegarden, creando musica en Linux.</li>
<li style="text-align: left;">FlightGear, simulador de vuelo.</li>
<li style="text-align: left;">Libertad Vs Obsolescencia.</li>
</ul>
<p style="text-align: left;">Yo aún no la he leído, sin embargo me atrae mucho el artículo &#8220;Creando un “media center” desde cero con software libre&#8221;; ya que estoy con ganas de montarme uno&#8230; y espero que sumando la información de la TuxInfo más un tutorial que promete de <a href="http://www.forat.info/2008/11/10/%C2%BF-necesitas-un-media-center/">Forat</a>, armarlo pronto.</p>
<p style="text-align: left;">Descarga: <a href="http://infosertec.loquefaltaba.com/tuxinfo11.pdf">TuxInfo #11</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://elblogdelwitty.com.ar/2008/11/12/tuxinfo-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
