forked from vrutkovs/rhythmbox-vkontakte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (36 loc) · 1.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
!!! NOTES
Fixed compatibility with 2.96 (Ubuntu 12.04) and VK.com api 3.0, but lost a lot of functionality support for previous versions and need authorisation to vk.com.
INSTALLATION:
cd ~/.local/share/rhythmbox/plugins
git clone git://github.com/sancheolz/rhythmbox-vkontakte.git vkontakte
cd vkontakte
sudo cp org.gnome.rhythmbox.plugins.vkontakte.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
USING:
1. drag-n-drop tracks to play queue from search results
2. Just click play and use 'next track'/'prev track' and shuffle to play all search results sequentially
3. Double click or Enter on track to play current marked track
ABOUT
======
rhythmbox-vkontakte is a rhythmbox plugin for searching and listening to vkontakte (vk.com) audio records
rhythmbox-vkontakte (http://github.com/grunichev/rhythmbox-vkontakte)
has been used as example by developing.
If you're going to download files, set directory (Plugins => Vkontakte => Configure)
By default it's:
~/Music/%A - %T.mp3
where %A is replaced with artist data of downloaded file and %T - with title.
You may use these symbols many times, e.g. for per-artist folders:
~/Music/%A/%T - %A.mp3
===========
Copyright © 2012 Alexander Huhlaev
http://github.com/sancheolz/rhythmbox-vkontakte
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.