Page 3 of 28 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 271

Thread: HOWTO: Latest Quod Libet audio player

  1. #21
    Join Date
    Feb 2006
    Location
    Brasil
    Beans
    244
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: HOWTO: Latest Quod Libet audio player

    I just discovered v0.18 is on the Dapper repositories, so I am using that.

    But I have problems making the plugins work. For example, the CDDB plugin won't appear on the pllugins list, instead, it shows an error like this:

    Code:
    File "/home/username/.quodlibet/plugins/cddb.py", line 19, in ?
        from plugins.songsmenu import SongsMenuPlugin
    ImportError: No module named songsmenu
    Anyone had luck installing this plugin? The plugin for Randum Album Playback was loaded ok.

    Also, the Dapper package that includes Quod Libet plugins (quodlibet-plugins), requires a non-existent package in Dapper (python2.4-musicbrainz).

  2. #22
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: Latest Quod Libet audio player

    Here are packages from svn HEAD (0.19), built with dpkg-buildpackage.
    I could have pointed you to my older packages but why not just update 'em to HEAD instead?

    EDIT: I realise that this thread is in the Breezy forum. These debs won't work in Breezy becasue support for the older Gstreamer 0.8 was dropped some verisons ago.
    Attached Files Attached Files

  3. #23
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: Latest Quod Libet audio player

    Quote Originally Posted by LKRaider
    I just discovered v0.18 is on the Dapper repositories, so I am using that.

    But I have problems making the plugins work. For example, the CDDB plugin won't appear on the pllugins list, instead, it shows an error like this:

    Code:
    File "/home/username/.quodlibet/plugins/cddb.py", line 19, in ?
        from plugins.songsmenu import SongsMenuPlugin
    ImportError: No module named songsmenu
    Anyone had luck installing this plugin? The plugin for Randum Album Playback was loaded ok.

    There's a new system for plugins

    plugins/*.py (general purpose)
    plugins/songsmenu/*.py (plugins changing selected songs)
    plugins/editing/*.py (plugins that enhance the tag editor)

    You can install the quodlibet-plugins pavckage from my last post. I modified the paths in the package to account for the new structure.

    Also, the Dapper package that includes Quod Libet plugins (quodlibet-plugins), requires a non-existent package in Dapper (python2.4-musicbrainz).
    I think I have the breezy musicbrainz package. It works well.

  4. #24
    Join Date
    Nov 2005
    Beans
    20

    Re: HOWTO: Latest Quod Libet audio player

    Thanks for those debs, they all did a nice clean install on my system.

    Edit:
    I take that back, It appears that none of the plugins installed.
    Last edited by barebones; March 30th, 2006 at 05:37 PM.

  5. #25
    Join Date
    Feb 2006
    Location
    Brasil
    Beans
    244
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: HOWTO: Latest Quod Libet audio player

    Thanks for the debs hugmenot, they are working fine!

    To respond to the previous post by barebones, I figured the plugins you want to use must be copied to your /home/username/.quodlibet/plugins folder (and I think must respect the correct placement, as mentioned on Quod Libet wiki).

    Anyway, it is working fine here now.

  6. #26
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: Latest Quod Libet audio player

    Quote Originally Posted by LKRaider
    Thanks for the debs hugmenot, they are working fine!

    To respond to the previous post by barebones, I figured the plugins you want to use must be copied to your /home/username/.quodlibet/plugins folder (and I think must respect the correct placement, as mentioned on Quod Libet wiki).

    Anyway, it is working fine here now.
    Oh, right. Although it can't be that they have to be in your $home. Somehow they have to be available system-wide for any new users.

    I think you have to make sure that songsmenu.py remains in /usr/share/quodlibet/plugins.

    If you installed the quodlibet-plugins package copy the system-wide plugins from /usr/share/quodlibet/plugins to ~/.quodlibet/plugins until I figured out how it’s done now.

  7. #27
    Join Date
    Nov 2005
    Beans
    20

    Re: HOWTO: Latest Quod Libet audio player

    Ahh, thanks, they're all working now.

  8. #28
    Join Date
    Sep 2005
    Location
    Canada
    Beans
    131
    Distro
    Ubuntu 6.06

    Re: HOWTO: Latest Quod Libet audio player

    Code:
    burke@burke:~/quodlibet-0.17.1$ make extensions
    cd trayicon && make trayicon.so && cd ..
    make[1]: Entering directory `/home/burke/quodlibet-0.17.1/trayicon'
    pygtk-codegen-2.0 --prefix trayicon \
    --register `pkg-config --variable=defsdir pygtk-2.0`/gdk-types.defs \
    --register `pkg-config --variable=defsdir pygtk-2.0`/gtk-types.defs \
    --override trayicon.override \
    trayicon.defs > gen-tmp
    /bin/sh: pygtk-codegen-2.0: command not found
    make[1]: *** [trayicon.c] Error 127
    make[1]: Leaving directory `/home/burke/quodlibet-0.17.1/trayicon'
    make: *** [_trayicon.so] Error 2
    burke@burke:~/quodlibet-0.17.1$
    here's the important part again:
    Code:
    /bin/sh: pygtk-codegen-2.0: command not found
    What do I install? This must be a simple apt-get install x?


    EDIT: Found it: python-gtk-dev or something like that.
    Last edited by Burke; April 5th, 2006 at 06:29 AM.
    Mobile AMD Athlon 64 4000+; 1024MB DDR; 100GB / 160GB(external); Dual-layer DVD+/-R(W); Radeon X600

  9. #29
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: Latest Quod Libet audio player

    The packaging of plugins was officially changed:

    quodlibet-plugins (20060404-0.1) unstable; urgency=low

    * Non-maintainer upload.
    * New SVN snapshot for Quod Libet 0.19.
    * Depends: exfalso (>= 0.19)
    * Remove (currently broken) ReplayGain plugin.
    * Clean up long description a bit.

    -- Joe Wreschnig <piman@debian.org> Tue, 4 Apr 2006 15:03:56 -0500
    Attached Files Attached Files

  10. #30
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HOWTO: Latest Quod Libet audio player

    Quodlibet 0.19.1 (or more exactly svn HEAD) packages as requested by foxy123:
    Attached Files Attached Files

Page 3 of 28 FirstFirst 1234513 ... 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
  •