Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Howto Listen 0.5

  1. #1
    Join Date
    Apr 2006
    Location
    Rosario, Argentina
    Beans
    18
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb Howto Listen 0.5

    Instalacion nueva version listen 0.5

    http://www.listen-project.org

    Esta instalación la realice en Edgy

    Primero instalamos las dependencias

    $sudo apt-get build-dep listen

    $sudo apt-get install python-elementtree intltool

    instalar nueva version mutagen

    $wget http://www.sacredchao.net/~piman/sof...-1.10.1.tar.gz

    $tar -zxvf mutagen-1.10.1.tar.gz
    $cd mutagen-1.10.1/
    $./setup.py build
    $sudo ./setup.py install

    $tar -zxvf listen-0.5.tar.gz
    $cd listen-0.5/
    $make
    $sudo checkinstall

    editar el /usr/bin/listen

    donde dice

    python -OO /usr/lib/listen/listen.py "$@"
    debe quedar (agregar el #)
    #python -OO /usr/lib/listen/listen.py "$@"
    agregar la siguiente linea
    LD_LIBRARY_PATH=/usr/lib/firefox python -OO /usr/lib/listen/listen.py "$@"

    Listo.
    Last edited by tychocity; February 16th, 2007 at 01:58 PM.

  2. #2
    Join Date
    Dec 2006
    Location
    Republica del Tucuman
    Beans
    238
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: Howto Listen 0.5

    es muy completo pero es muy multimedia que digamos =) gracias por el aporte =)
















    aguante bpm =)
    Live Free or Die!!!

  3. #3
    Join Date
    Feb 2006
    Location
    Buenos Aires, Argentina
    Beans
    145
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto Listen 0.5

    grax!

    aguante bpmx =P
    As contraries are known by contraries, so is the delight of presence best known by the torments of absence.

  4. #4
    Join Date
    Dec 2006
    Beans
    33
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Howto Listen 0.5

    mejor que AmaroK?
    Linux Registered user #438416
    Mi Caja de Locuras

  5. #5
    Join Date
    Jul 2006
    Location
    Argentina
    Beans
    398
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Howto Listen 0.5

    Quote Originally Posted by Benji86 View Post
    mejor que AmaroK?
    A mi gusto no. Quiza se cuelga un poquito menos que el Amarok, pero es muy rebuscado para hacer las cosas. El amarok es muuuucho mas simple y eficiente.
    My Life for the Horde!

  6. #6

    Re: Howto Listen 0.5

    Intente instalarlo tal como dice aqui pero me da errores al hace "make" en la carpeta listen
    Code:
    ariel@dentrix:~/Downloads/listen-0.5$ make
    Checking for Python... /usr/bin/python
    Checking Python version: 2.4
    Checking for PyGTK >= 2.6: found
    Checking for pyGTK-devel >= 2.6: found
    Checking for gnome.ui: found
    Checking for egg.trayicon: found
    Checking for pygtkmozembed: found
    Checking for mutagen: found
    Checking for PyGSt >= 0.10: found
    Checking for DBUS: found
    Checking for python-libgpod: not found
    Listen recommends python-gpod (http://www.gtkpod.org)
    Checking for python-musicbrainz2: not found
    , but recommanded
    Checking for python-tunepimp > 0.5: not found
    , but recommanded
    Checking for libsexy: not found
    Listen recommends python sexy for sexy widget. 
    make -C mmkeys
    make[1]: se ingresa al directorio `/home/ariel/Downloads/listen-0.5/mmkeys'
    make[1]: `mmkeys.so' está actualizado.
    make[1]: se sale del directorio `/home/ariel/Downloads/listen-0.5/mmkeys'
    cp mmkeys/mmkeys.so src/mmkeys.so
    for lang in ./zh_CN ./be ./ar ./ca ./bn ./br ./da ./de ./cs ./es ./fi ./et ./fr ./gl ./hu ./ja ./it ./ko ./lv ./nb ./nl ./pa ./pl ./pt ./ro ./ru ./sk ./sr ./sv ./tr ./uk ./vi ./en_CA ./en_GB ./en_US ./pt_BR; do msgfmt po/$lang.po -o po/$lang.mo;done
    intltool-merge -d po misc/listen.desktop.in misc/listen.desktop
    make: intltool-merge: No se encontró el programa
    make: *** [po-data] Error 127
    Alguna idea? aparentemente me falta el paquete python-sexy, musicbrainz2 y tunepimp??? , pero no lo encuentro googleando...
    Last edited by screening; February 16th, 2007 at 12:20 AM.

  7. #7
    Join Date
    Apr 2006
    Location
    Rosario, Argentina
    Beans
    18
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto Listen 0.5

    fijate te debe faltar el intltool $sudo apt-get install intltool

    Saludos.

  8. #8

    Re: Howto Listen 0.5

    gracias! tenias razon...
    como supiste?

    una cosa mas, como puedo hacer para que me reconozca archivos wma???
    Last edited by screening; February 16th, 2007 at 09:58 PM.

  9. #9

    Re: Howto Listen 0.5

    y si al abrir listen desde la terminal me tira este error?

    Traceback (most recent call last):
    File "/usr/lib/listen/listen.py", line 54, in ?
    raise ImportError,"Need mutagen >= 1.8"
    ImportError: Need mutagen >= 1.8

    como obtengo mutagen mayor o igual a 1.8??? hasta donde se esta la version 1.10 nada mas, o es otra cosa?

  10. #10
    Join Date
    Apr 2006
    Location
    Buenos Aires, Argentina
    Beans
    Hidden!

    Re: Howto Listen 0.5

    por que no te armas un deb y lo subis aca, jajaja. re vago el otro... yo lo tengo andando hace algunos dias. el 0.5 tiene el parchecito que les mande, estoy muy contento de haber solucionado mi propio problema y que lo incluyan, jajaja.
    My website: http://www.felipelerena.com.ar
    Member of Argentina LoCo Team.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •