db-vk
DeaDBeeF plugin for listening music from vkontakte.com
Features
- Retrieve ‘My Music’ contents
- Search VK.com for music
- Removes duplicates in search results
- Narrows search to specific phrase (in contrast to default behaviour which matches any single word from search query)
- Allow searching in artist name or track title only
- Copy track(s) URL to clipboard (for later download or whatever)
Track(s) can be added to current playlist by double click or with popup menu.
That’s it for now.
Packages
- Arch Linux (AUR)
- Ubuntu 12.10 (GTK2-only build). (Reported to work fine on Debian stable as well.) Package installs to /opt/deadbeef/ prefix as official DeaDBeeF package does. If you have a thirdparty package installed you may need to copy\symlink .so’s to ~/.local/lib/deadbeef/ or /usr/lib/deadbeef/
- Gentoo (appreciations to @megabaks)
Building from source
Dependencies
- gtk+ (2 or 3 - should correspond to GTK version your Deadbeef is built with)
- json-glib
- curl
- cmake
Building
Build it with
and copy vkontakte_gtk*.so
to ~/.local/lib/deadbeef
like this:
mkdir -p ~/.local/lib/deadbeef
cp vkontakte_gtk*.so ~/.local/lib/deadbeef/
Restart Deadbeeef player for it to load the plugin, now check out File
menu
I’ll be glad to any kind of feedback from you! :)