Need some music for a video you are making?  Video Clip Music Assist can help.

This software searches jamendo.com for music of a specified duration.
The songs that are returned are licensed under a creative commons license suitable for use in your homemade videos hosted on youtube or vimeo.

This software is licensed under the GPL version 3, or (at your option) any later version.

History:
This project was started on June 5th, 2011 because rhythmbox's jamendo support was broken.  I tried other music players that had jamendo support and none of them made it easy to find music of a specific length.  The jamendo website couldn't do it either.  Faced with no way to find suitably-lengthed songs for homemade videos, Video Clip Music Assist was born.

Subcomponents required:
        gtkmm >= 2.4
        gconfmm >= 2.6
        libsoupmm >= 2.6
        sigc++ >= 2.0
        libxml2 >= 2.6

Licensing of subcomponents:
        gtkmm has a license of lgpl3
        gconfmm has a license of lgpl2.1+
        libsoupmm is gplv2+.
        libsigc++ is gplv2+.
        libxml2 is under the MIT license.

Source of subcomponents:
        gtkmm: http://www.gtkmm.org
        gconfmm: http://ftp.gnome.org/pub/GNOME/sources/gconfmm/
        libsoupmm: http://live.gnome.org/LibSoup
                   http://git.gnome.org/browse/libsoupmm/
        libsigc++: http://libsigc.sourceforge.net/license.shtml
        libxml2: http://www.xmlsoft.org

