Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: MethLab: A Player Independent Music Library

  1. #1
    Join Date
    Mar 2006
    Beans
    1,123

    MethLab: A Player Independent Music Library

    The developer of Nicotine, which is now forked to Nicotine+, made a new application named MethLab. Check the first reply for details about MethLab.

    Website: http://methlab.thegraveyard.org



    First we will have to make sure we have all the dependencies. I think I have covered them here, but if I missed any let me know. (Source)

    dependencies: python2.5 python-ctypes, python- tagpy, libboost-python1.34.1, python-gtk, subversion

    Code:
    sudo aptitude install python2.5 python-ctypes python-tagpy libboost-python1.34.1 python-gtk subversion

    Alright, now that we have all the dependencies covered we can download the svn source code... (Source)

    Now we are going to download the svn repository.

    Code:
    svn co http://methlab.thegraveyard.org/svn/trunk methlab
    Now we will have to navigate inside the directory.

    Code:
    cd methlab
    And finally start up MethLab

    Code:
    ./methlab
    If you want to update your copy of MethLab, type:

    Code:
    cd methlab
    svn update
    Attached Images Attached Images
    Last edited by OffHand; November 4th, 2007 at 01:30 PM.
    "I'd rather be hated for what I am, than loved for what I'm not."

  2. #2
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    About MethLab


    What is it?

    MethLab is a music library manager that allows you to perform queries on your music. It can also interface with various music players to play or enqueue the results of your query.

    Goals

    MethLab aims to provide:

    * A clean and simple to understand (and to use) interface.
    * A non-instrusive addition to the music player you're already using.

    Supported platforms

    MethLab is being developed on arch linux so that is the primary 'target'. However, there should be very little platform dependent code (exception being the audio player drivers). As long as you get the dependencies installed, MethLab will probably run. MethLab would run on windows if there was a useful audio player driver.

    Supported players

    Currently, MethLab supports a handful of players: XMMS, Beep, Audacious and MPD. The MPD audio player driver can only be used with the MPD database source.

    Database sources


    MethLab collects its data from a database source. Currently two database sources are included with MethLab: the filesystem source and the MPD source. The filesystem source uses a tagging library (tagpy or mutagen) to extract metadata tags from the files in your music library. The MPD source connects to the music player daemon and synchronizes MethLab's database with the MPD library. The MPD source only works with the MPD audio player driver.
    Last edited by OffHand; March 31st, 2007 at 02:31 PM.
    "I'd rather be hated for what I am, than loved for what I'm not."

  3. #3
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    bump
    "I'd rather be hated for what I am, than loved for what I'm not."

  4. #4
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    bump
    Last edited by OffHand; April 1st, 2007 at 06:05 PM.
    "I'd rather be hated for what I am, than loved for what I'm not."

  5. #5
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    up
    "I'd rather be hated for what I am, than loved for what I'm not."

  6. #6
    Join Date
    May 2005
    Beans
    Hidden!

    Re: MethLab: A Player Independent Music Library

    Honestly, I'd prefer a better Museek.

    But yeah, looks promising!

  7. #7
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    Quote Originally Posted by stokedfish View Post
    Honestly, I'd prefer a better Museek.

    But yeah, looks promising!


    bump
    "I'd rather be hated for what I am, than loved for what I'm not."

  8. #8
    Join Date
    May 2005
    Beans
    79
    Distro
    Ubuntu 6.10 Edgy

    Re: MethLab: A Player Independent Music Library

    There's probably little interest in this because most people who want a music library already use Amarok, Rhythmbox, Banshee, Exaile, Listen, or one of the other several player/library combinations.

  9. #9
    Join Date
    Mar 2006
    Beans
    1,123

    Re: MethLab: A Player Independent Music Library

    Quote Originally Posted by banjobacon View Post
    There's probably little interest in this because most people who want a music library already use Amarok, Rhythmbox, Banshee, Exaile, Listen, or one of the other several player/library combinations.
    Yeah probably... it's a crazy idea. Nevertheless, I find this application great to find and play my music very quickly.
    "I'd rather be hated for what I am, than loved for what I'm not."

  10. #10

    Re: MethLab: A Player Independent Music Library

    Just so you know, your efforts are not in vain. I'm currently using your program because Madman keeps crashing on me. I think this has a lot of potential and thanks for making a music library program!

    Edit: I do have two small requests though. 1. can methlab remember which view i'm in. say i am in artists/albums view, and minimize methlab to tray, when i go to methlab again, it takes me to search options mode. 2. can the artists/albums view mode be more tree-like? instead of showing everything, can it just show artists, then when i click on the artist name, it shows me the albums.
    Last edited by joeblow1102; April 5th, 2007 at 08:35 PM.

Page 1 of 4 123 ... 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
  •