-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0028 - vimxmms.tar.gz.json
27 lines (27 loc) · 1.1 KB
/
0028 - vimxmms.tar.gz.json
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
{
"script_id": "28",
"display_name": "vimxmms.tar.gz",
"summary": "Control XMMS from Vim",
"name": "vimxmms.tar.gz",
"script_type": "utility",
"description": "I found that most of the time the only reason I exit from my Vim window is to change songs in XMMS. This script uses libcall () and a little library I wrote to control XMMS from Vim. You can change songs, change the volume, delete the playing song, shuffle play and pause.",
"install_details": "You need to have glib development package installed as well as the xmms development package. Then a simple \"make\" would do. Read the vimxmms.txt documentation included for the rest.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=36",
"filename": "vimxmms.tar.gz",
"script_version": "1.0",
"date": "2001-07-04",
"vim_version": "6.0",
"author": {
"user_id": "77",
"user_name": "life",
"first_name": "Danie",
"last_name": "Roux",
"email": "[email protected]",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}