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 (version 0.0.0) was born.

On June 6th, the project was submitted to http://savannah.gnu.org for project hosting services.

On June 10th, version 0.0.1 was born.  This version added the license column in the treeview, an about button, and a stoppable search.  Songs with Creative Commons license clause of "no derivatives" are automatically filtered out because artists who choose that clause do not wish their music to be used in videos.

On June 13th, version 0.0.2 was born.  This version added the ability to check a video file for it's length by selecting a file, or by dragging and dropping it.

On June 17th, version 0.0.3 was born.  This version added the album rating column, a license image, and a status bar.

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

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.
        gstreamer is lgpl2.1+.

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
        gstreamermm: http://ftp.gnome.org/pub/gnome/sources/gstreamermm/0.10/
