~cairo-dock-team/ubuntu/precise/cairo-dock-plug-ins/3.0.0.0rc1

« back to all changes in this revision

Viewing changes to musicPlayer/data/musicPlayer.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne, Matthieu Baerts (matttbe), Julien Lavergne
  • Date: 2009-10-05 19:27:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005192717-mvqvb395guktr401
Tags: 2.0.9-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New upstream release (LP: #435590)
* debian/control: 
 - Remove ${shlibs:Depends} for integration plug-ins to avoid
   pulling shared libraries which are detected automatically.
 - Added curl as depends for cairo-dock-plug-ins
* debian/rules:
 - Add --enable-dnd2share and --enable-musicplayer to enable new applets.
 - Remove --enable-rhythmbox and --enable-nvidia to remove those applets,
   not maintained upstream.
* Update *.install to take all generated applets.

[ Julien Lavergne ]
* Adjust changelog with Daniel Holbach suggestions.
* cairo-dock-plug-ins.changelogs:  Install specific changelog for 2.0.9
* Build-depends on cairo-dock-dev (>= 2.0.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;@VERSION_MUSICPLAYER@
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
#j[0;128] Desired icon size for this applet
 
6
#{Set to 0 to use the default applet size}
 
7
icon size = 0;0
 
8
 
 
9
#s Name of the icon as it will appear in its label in the dock :
 
10
#{Let it empty to display the name of the player currently controlled.}
 
11
name =
 
12
 
 
13
#d Name of the dock it belongs to:
 
14
dock name =
 
15
 
 
16
order=
 
17
icon =
 
18
 
 
19
#[gtk-convert]
 
20
[Desklet]
 
21
 
 
22
#j+[48;512] Desklet's dimension (width x height) :
 
23
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
24
size = 96;96
 
25
 
 
26
#i[-2048;2048] Desklet's position (x ; y) :
 
27
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
28
x position=0
 
29
#i[-2048;2048] ...
 
30
y position=0
 
31
 
 
32
#b Is detached from the dock ?
 
33
initially detached=false
 
34
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
35
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
36
accessibility=0
 
37
#b Should be visible on all desktops ?
 
38
sticky=true
 
39
 
 
40
#b Lock position ?
 
41
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
42
locked=false
 
43
 
 
44
#I[-180;180] Rotation :
 
45
#{in degrees.}
 
46
rotation=0
 
47
 
 
48
use size=
 
49
 
 
50
#F[Decorations;gtk-orientation-portrait]
 
51
frame_deco=
 
52
 
 
53
#o+ Choose a decoration theme for this desklet :
 
54
#{Choose the 'personnal' one to define your own decorations below.}
 
55
decorations=default
 
56
 
 
57
#v
 
58
sep_deco=
 
59
 
 
60
#S+ Background image :
 
61
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
62
bg desklet =
 
63
#e+[0;1] Background tansparency :
 
64
bg alpha = 1
 
65
#i+[0;256] Left offset :
 
66
#{in pixels. Use this to adjust the left position of the drawings.}
 
67
left offset = 0
 
68
#i+[0;256] Top offset :
 
69
#{in pixels. Use this to adjust the top position of the drawings.}
 
70
top offset = 0
 
71
#i+[0;256] Right offset :
 
72
#{in pixels. Use this to adjust the right position of the drawings.}
 
73
right offset = 0
 
74
#i+[0;256] Bottom offset :
 
75
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
76
bottom offset = 0
 
77
#S+ Foreground image :
 
78
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
79
fg desklet =
 
80
#e+[0;1] Foreground tansparency :
 
81
fg alpha = 1
 
82
 
 
83
#[gtk-preferences]
 
84
[Configuration]
 
85
 
 
86
#F[Audio Player;gtk-cdrom]
 
87
frame_player =
 
88
#L[Amarok 2;Audacious;Banshee;Exaile;Listen;QuodLibet;Rhythmbox;Songbird;XMMS 2;XMMS] Player to control:
 
89
current-player=Audacious
 
90
 
 
91
#b Steal the player's icon from taskbar ?
 
92
#{It will prevent the player's icon to appear in the task bar. The applet's icon will then behave as a launcher, an appli, and an applet.}
 
93
inhibate appli = true
 
94
 
 
95
#l[Play/Pause on click, Next on middle-click;Show/Hide player on click, Play/Pause on middle-click] Actions on click and middle-click :
 
96
pause on click = 0
 
97
 
 
98
#F[Action on music change;gtk-preferences]
 
99
frame_info=
 
100
#b Show an info-bubble ?
 
101
enable_dialogs=true
 
102
#i[1;30] Time length of info-bubbles :
 
103
#{in s.}
 
104
time_dialog = 4
 
105
#a Animation when music changes :
 
106
change_animation = wobbly
 
107
 
 
108
 
 
109
#F[Display;gtk-dialog-info]
 
110
frame_disp =
 
111
 
 
112
#l[Nothing;Time Elapsed;Time Left;N° of track] Information to display on the icon :
 
113
quick-info_type=1
 
114
 
 
115
#b Display album's cover ?
 
116
enable_cover = true
 
117
 
 
118
#b Allow Cairo-Dock to download missing covers ?
 
119
#{You need to be connected to the Internet.}
 
120
DOWNLOAD=true
 
121
 
 
122
#b Use 3D themes ?
 
123
#{requires OpenGL.}
 
124
enable_opengl_themes = true
 
125
 
 
126
#h+[@musicplayerdatadir@/themes;musicPlayer;musicPlayer] List of available 3D themes for covers :
 
127
#{requires OpenGL.}
 
128
theme = CD_Box_3D
 
129
 
 
130
 
 
131
#X[Personnalisation;gtk-dialog-info]
 
132
frame_perso =
 
133
#S+ Name of an image for the 'default' icon :
 
134
#{Let it empty to use the default icon.}
 
135
default icon =
 
136
#S+ Name of an image for the 'play' icon :
 
137
#{Let it empty to use the default icon.}
 
138
play icon =
 
139
#S+ Name of an image for the 'stop' icon :
 
140
#{Let it empty to use the default icon.}
 
141
stop icon =
 
142
#S+ Name of an image for the 'pause' icon :
 
143
#{Let it empty to use the default icon.}
 
144
pause icon =
 
145
#S+ Name of an image for the 'broken' icon :
 
146
#{Let it empty to use the default icon.}
 
147
broken icon =