DeadBeef plugin for listening musing from vkontakte.com
The plugin is discontinued and doesn't work any more due to VK music API switch off https://vk.com/dev/audio_api
За помощью можно обращаться в группу на ВК
Плагин не разивается и больше не работает из-за отключения VK API для музыки https://vk.com/dev/audio_api
Track(s) can be added to current playlist by double click or with popup menu.
That's it for now.
deadbeef.h
and gtkui.h
)For example on Ubuntu the below installs required packages
sudo apt-get install libgtk2.0-dev libgtk-3-dev \
libcurl4-gnutls-dev libjson-glib-dev cmake
Build it with
cmake .
make
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
[Arch Linux (AUR)] (https://aur.archlinux.org/packages/deadbeef-plugin-vk/)
[Ubuntu 12.10 (GTK2 only build)] (https://github.com/scorpp/db-vk/releases). (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] (https://github.com/megabaks/stuff/tree/master/media-plugins/deadbeef-vk) (appreciations to @megabaks)
I'll be glad to any kind of feedback from you! :)