1Gimmix(1) General Commands Manual Gimmix(1)
2
3
4
6 Gimmix - a graphical music player daemon (MPD) client
7
9 gimmix
10
12 This manual page documents briefly the gimmix command.
13
14 gimmix is a graphical music player daemon (MPD) client written in C
15 using GTK+2. It's very simple and easy to use, yet offers many fea‐
16 tures to make your audio experience a pleasant one.
17
18
20 Default configuration file location is $HOME/.gimmixrc.
21
22 List of valid configuration options :
23
24 mpd_hostname (mandatory)
25 hostname
26
27
28 mpd_port (mandatory)
29 port number
30
31
32 mpd_port (mandatory)
33 mpd password. Leave blank for no password
34
35
36 enable_systray (mandatory)
37 Enable/Disable the system tray icon. Enable is true, Disable is
38 false.
39
40
41 enable_notification (mandatory)
42 Enable/Disable the notification tooltip. Enable is true, Disable
43 is false.
44
45
46 music_directory (mandatory)
47 The absolute path to the directory where your music is stored.
48 This is same as the one you specified in your mpd.conf. This
49 setting is required for the tag editor to function properly.
50
51
52 play_on_add
53 If true, songs will automatically be played when you add them to
54 the playlist. If false, songs will just be added to the
55 playlist. Default value is false.
56
57
58 stop_on_exit
59 If true, gimmix will stop playing when user quits gimmix. If
60 false, gimmix will not stop playing when user quits gimmix.
61 Default value is false.
62
63
64 enable_search
65 If true, search mode is enabled in library browser. If false,
66 search mode will be disabled. Default value is true.
67
68
69 update_on_startup
70 If true, gimmix will update the mpd database everytime on
71 startup. If false, gimmix won't update the mpd database on
72 startup. Default value is false.
73
74
75 full_view_mode
76 If true, the playlist will be expanded by default when gimmix
77 starts. If false, gimmix will start in compact mode (This is
78 automatically set by gimmix, so, its not necessary to set this
79 value always)
80
81
82 window_xpos and window_ypos
83 x and y co-ordinates representing window position of gimmix
84 (These values are automatically set, so, its not necessary to
85 set these values)
86
87
88 window_width and window_height
89 These represt the window geometry of gimmix (These values are
90 automatically set, so, its not necessary to set these values)
91
92
93 coverart_enable
94 Enable/disable amazon cover art plugin
95
96
97 coverart_location
98 Amazon's server location to fetch covers from. Values : com |
99 co.uk | jp | fr | ca | de
100
101
103 Website: http://gimmix.berlios.de
104
106 Gimmix was written by Priyank Gosalia <priyankmg@gmail.com>.
107
108 This manual page was written by Vincent Legout <vincent@legout.info>,
109 for the Debian project (but may be used by others).
110
111
112
113 July 20, 2008 Gimmix(1)