-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
98 lines (69 loc) · 3.81 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
..|''|| '||' '|' '||' '|| ||' '||' '|' '||''|.
.|' || || | || ||| ||| || | || ||
|| || || | || |'|..'|| || | ||...|'
'|. '. '| || | || | '|' || || | ||
'|...'|. '|..' .||. .|. | .||. '|..' .||.
__________________________________________________________________________
QUIMUP
version 1.3.1
for MPD 0.16.0 and above
__________________________________________________________________________
QUIMUP is a client for the Music Player Daemon (MPD) written in c++ and
QT4. The program can be used with most Linux desktops (KDE, GNOME, XFCE)
and is covered by the General Public License (see LICENSE below).
The clean interface makes controlling MPD's features easy and intuitive.
The focus is on mouse handling: playlist management is done entirely by
drag-&-drop; all playback functions are accessible from the system tray.
Quimup aims to turn MPD into a perfect desktop music player.
Copyright (C) 2008 - 2013 Johan Spee
quimup@coonsden.com
www.coonsden.com
__________________________________________________________________________
LICENSE
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 2 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 (the file named COPYING).
If not, see http://www.gnu.org/licenses/
__________________________________________________________________________
DEPENDENCIES
REQUIRES : MPD 0.16.x (preferably 0.17.x)
DEPENDS : libmpdclient2 (>= 2.3)
DEPENDS : libqtcore4 (>= 4.8)
DEPENDS : libqtgui4 (>= 4.8)
DEPENDS : libqt4-network(>= 4.8)
To COMPILE from source additionally install the QT4 and libmpdclient
development files (on Debian libmpdclient-dev and libqt4-dev) and the
usual: qmake, make, gcc, cpp, g++, pkg-config, autoconf etc.
[1] To create the makefile run: qmake (or qmake-qt4).
[2] To compile, next run: make.
[3] To install the binary:
sudo cp ./quimup /usr/bin/quimup
(or run it from the source directory)
__________________________________________________________________________
KDE, GNOME and XFCE
Altough the program depends on QT it does not require KDE or depend on
other KDE libraries, nor is it integrated with KDE in any way.
__________________________________________________________________________
USING QUIMUP
CHECK OUT : FAQ.txt
CHECK OUT : TIPS IN THE SETTINGS WINDOW's ABOUT TAB
If MPD is configured correctly it's all click, drag and drop really.
EXTERNAL FILES
Files that are not in the database can be dropped on the player or on the
playlist. Alternatively use the 'send to' or 'open with' command in your
file manager or create a custom 'action'(pass %U or %F).
But this will only work if the connection with mpd is established through
a so called socket. In MPD's configuration file the 'bind_to_address' must
point to "/home/USER/.mpd/socket" (replace USER with the name of your home
dir). In Quimup's login profile (in the settings window) 'Host' must be
set exactly the same.
It may be necessary to associate relevant file types to 'open with'
Quimup (this is usually done in the file's 'properties' tab).
__________________________________________________________________________