Plug Nov09

Post on 29-Nov-2014

439 views 4 download

description

Multimedia en Linux

Transcript of Plug Nov09

Un momento

de.. .

Un momento

de.. .

ocio en

ocio en

GnU/LinU

xGnU/

LinUx

Centros de EntretenimientoMultimedia(Media Centers)... y otras hierbas

Carlos Joel Delgado Pizarrocarlosj2585@gmail.com

carlosj.delgadop@peru.com@carlosj2585

* Oe, y ese... ¿Qué Windows® es ah?

+ ºæŁÐıŧØ Łµ§€® ... es Linux ...

* Ahh... Linux... ¿Pero que eso no es solo una pantalla negra?

+ ... Sí ... también tiene colores ... &þŋ€ŧßħ

... yo uso GNU/Linux ...... yo uso GNU/Linux ...

... un día “normal” en la biblioteca...

#!/usr/bin/env python# -*- coding: UTF-8 -*-#by: CarlosJ - carlosj2585@gmail.com

import pygtk pygtk.require('2.0')import gtk

class HelloWorld: def __init__(self): self .window = gtk.Window(gtk.WINDOW_TOPLEVEL) self .window.set_border_width(10) self .window.connect("delete_event", self.delete_event) self .window.connect("destroy", self.destroy) self .button = gtk.Button("Hello World") self .button.connect("clicked", self.hello) self .button.connect_object("clicked", gtk.Widget.destroy, self.window) self .window.add(self.button) self .window.show_all()

def hello(self, widget): print 'Hello World'

def delete_event(self, widget, event, data=None): print "delete event occurred"

return False

def destroy(self, widget, data=None): print "destroy signal occurred" gtk.main_quit()

def main(self): gtk.main()

if __name__ == "__main__": hello = HelloWorld() hello.main()

* Y... ¿se puede escuchar música? ¿O sólo sirve para programar? xD

+ Ah.. ¿Música? Sí claro, se puede... ... ¿Te muestro cómo? ¬¬

Rhythm

box

... Música ...

Banshee

SongB

ird

... Música ...

Rhythmbox

... Música ...

Banshee

... Música ...

SongBird

* Ah... bueno... y... ¿Videos? o_O

+ Sí... también ... >)

... Videos ...

Totem

Xine

... Videos ...

Totem

... Videos ...

Xine

... Mediacenters ...

... Todo en uno ...

... Mediacenters ...

Moovida

XBMC

... Mediacenters ...

Moovida

... Mediacenters ...

XBMC

¿Preguntas, dudas, c

omentarios

¿Preguntas, dudas, c

omentarios

quejas, sugerencias?

quejas, sugerencias?

GraciasGracias