View | Details | Raw Unified | Return to bug 140439
Collapse All | Expand All

(-)exaile/Makefile (-24 / +55 lines)
Lines 6-44 Link Here
6
#
6
#
7
7
8
PORTNAME=	exaile
8
PORTNAME=	exaile
9
DISTVERSION=	0.2.14
9
DISTVERSION=	0.3.0.2
10
PORTREVISION=	2
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://www.exaile.org/files/ \
11
MASTER_SITES=	http://launchpadlibrarian.net/35452349/ \
13
		http://wickedmachine.net/~jsa/FreeBSD/distfiles/
12
		http://wickedmachine.net/mirror/
14
DISTNAME=	${PORTNAME}_${DISTVERSION}
15
13
16
MAINTAINER=	jsa@wickedmachine.net
14
MAINTAINER=	jsa@wickedmachine.net
17
COMMENT=	AmaroK replacement for GTK+
15
COMMENT=	A full featured python-based music player for GTK+
18
16
19
RUN_DEPENDS=	py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus \
17
RUN_DEPENDS=	py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
20
		py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify \
21
		py*-elementtree>=1.2.6:${PORTSDIR}/devel/py-elementtree \
22
		py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen \
23
		py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy \
24
		py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \
25
		py*-pysqlite>=2.3.3:${PORTSDIR}/databases/py-pysqlite23
26
18
27
CONFLICTS=	exaile-0.2.99*
19
USE_GNOME=	pygtk2
28
20
USE_GSTREAMER=	python good
29
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
21
USE_PYTHON=	2.5+
22
23
CONFLICTS=	exaile-devel-*
24
25
# The reality with these options is that they all will be autodetected and used
26
# if already installed. These just force Exaile to bring them in as well.
27
OPTIONS=	BAD "Install bad GStreamer plugins" On \
28
		BDB "Install Python Berkley DB module" On \
29
		CDDB "Lookup CD information within Exaile" On \
30
		DBUS "Rely on Python D-Bus bindings" On \
31
		HAL "Force depend on HAL" On \
32
		NOTIFY "Enable desktop event notification" On \
33
		NLS "Native Language Support" On \
34
		SEXY "UI enhancements"  On
35
36
.if !defined(WITHOUT_BAD)
37
USE_GSTREAMER+=	bad
38
.endif
39
40
.if !defined(WITHOUT_BDB)
41
RUN_DEPENDS+=	py*-bsddb>=2.5:${PORTSDIR}/databases/py-bsddb
42
.endif
43
44
.if !defined(WITHOUT_CDDB)
45
RUN_DEPENDS+=	py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb
46
.endif
47
48
.if !defined(WITHOUT_DBUS)
49
RUN_DEPENDS+=	py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus
50
.endif
51
52
.if !defined(WITHOUT_HAL)
53
LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
54
.endif
55
56
.if !defined(WITHOUT_NOTIFY)
57
RUN_DEPENDS+=	py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify
58
.endif
30
59
60
.if !defined(WITHOUT_NLS)
31
USE_GETTEXT=	yes
61
USE_GETTEXT=	yes
32
USE_GNOME=	pygtk2 pygnomeextras
62
PLIST_SUB+=	NLS=""
33
USE_GSTREAMER=	python gnomevfs
63
.else
34
USE_PYTHON=	yes
64
PLIST_SUB+=	NLS="@comment "
35
MAN1=	${PORTNAME}.1
65
.endif
66
67
.if !defined(WITHOUT_SEXY)
68
RUN_DEPENDS+=	py*-sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy
69
.endif
36
70
37
post-patch:
71
post-patch:
38
	@${REINPLACE_CMD} -e '/createpot/d;s|/bin/echo|echo|;\
72
	@${REINPLACE_CMD} -e 's|$$(XDG|$$(PREFIX)$$(XDG|g' \
39
	s|$$[(]PREFIX[)]/share/exaile|${DATADIR}|;/install.*mmkeys/d;\
40
	s|$$[(]PREFIX[)]$$[(]LIBDIR[)]/exaile|${DATADIR}|;/mkdir.*LIBDIR/d;\
41
	s|$$[(]PREFIX[)]/share/man/man1|${MAN1PREFIX}/man/man1|'\
42
		${WRKSRC}/Makefile
73
		${WRKSRC}/Makefile
43
74
44
.include <bsd.port.mk>
75
.include <bsd.port.mk>
(-)exaile/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (exaile_0.2.14.tar.gz) = 5e569c084134abe13d651f804812b6fa
1
MD5 (exaile-0.3.0.2.tar.gz) = 6036291d14e0b77834e60bb6492ed3cc
2
SHA256 (exaile_0.2.14.tar.gz) = 04271a8040b18706a20312ecc911f4ffd2258272d04d8ba1eef36a3f301a074a
2
SHA256 (exaile-0.3.0.2.tar.gz) = 7cc3e639e19ce6ec3046e643fe68facd6a52d9aea58d83aa5111292f7aa8cfe5
3
SIZE (exaile_0.2.14.tar.gz) = 1527168
3
SIZE (exaile-0.3.0.2.tar.gz) = 1534643
(-)exaile/pkg-descr (-6 / +5 lines)
Lines 1-9 Link Here
1
Exaile is a media player aiming to be similar to KDE's AmaroK, but for
1
Exaile is a music manager and player for GTK+ written in Python. It
2
GTK+. It incorporates many of the cool things from AmaroK (and other
2
incorporates automatic fetching of album art, lyrics fetching, artist/album
3
media players) like automatic fetching of album art, handling of large
3
information via Wikipedia, Last.fm scrobbling, support for many portable
4
libraries, lyrics fetching, artist/album information via the wikipedia,
4
media players including iPods, internet radio such as shoutcast, and tabbed
5
last.fm support, optional iPod support (assuming you have python-gpod
5
playlists.
6
installed).
7
6
8
WWW: http://www.exaile.org/
7
WWW: http://www.exaile.org/
9
Author: Adam Olsen <arolsen@gmail.com>
8
Author: Adam Olsen <arolsen@gmail.com>
(-)exaile/pkg-plist (-214 / +726 lines)
Lines 1-219 Link Here
1
%%DATADIR%%/data/glade/about_dialog.glade
2
%%DATADIR%%/data/glade/appearance_prefs_pane.glade
3
%%DATADIR%%/data/glade/collection_manager.glade
4
%%DATADIR%%/data/glade/collection_panel.glade
5
%%DATADIR%%/data/glade/cover_prefs_pane.glade
6
%%DATADIR%%/data/glade/coverchooser.glade
7
%%DATADIR%%/data/glade/covermanager.glade
8
%%DATADIR%%/data/glade/coverwindow.glade
9
%%DATADIR%%/data/glade/device_manager.glade
10
%%DATADIR%%/data/glade/device_panel.glade
11
%%DATADIR%%/data/glade/files_panel.glade
12
%%DATADIR%%/data/glade/flatplaylist_panel.glade
13
%%DATADIR%%/data/glade/general_prefs_pane.glade
14
%%DATADIR%%/data/glade/main.glade
15
%%DATADIR%%/data/glade/osd_prefs_pane.glade
16
%%DATADIR%%/data/glade/osd_window.glade
17
%%DATADIR%%/data/glade/playback_prefs_pane.glade
18
%%DATADIR%%/data/glade/playlists_panel.glade
19
%%DATADIR%%/data/glade/playlists_prefs_pane.glade
20
%%DATADIR%%/data/glade/plugin_prefs_pane.glade
21
%%DATADIR%%/data/glade/preferences_dialog.glade
22
%%DATADIR%%/data/glade/queue_dialog.glade
23
%%DATADIR%%/data/glade/radio_panel.glade
24
%%DATADIR%%/data/glade/splash.glade
25
%%DATADIR%%/data/glade/trackproperties_dialog.glade
26
%%DATADIR%%/data/images/16x16/exaile-pause.png
27
%%DATADIR%%/data/images/16x16/exaile-play.png
28
%%DATADIR%%/data/images/16x16/exaile.png
29
%%DATADIR%%/data/images/16x16/media-playlist-dynamic.png
30
%%DATADIR%%/data/images/16x16/media-playlist-repeat.png
31
%%DATADIR%%/data/images/16x16/media-playlist-shuffle.png
32
%%DATADIR%%/data/images/22x22/exaile-pause.png
33
%%DATADIR%%/data/images/22x22/exaile-play.png
34
%%DATADIR%%/data/images/22x22/exaile.png
35
%%DATADIR%%/data/images/22x22/media-playlist-dynamic.png
36
%%DATADIR%%/data/images/22x22/media-playlist-repeat.png
37
%%DATADIR%%/data/images/22x22/media-playlist-shuffle.png
38
%%DATADIR%%/data/images/24x24/exaile-pause.png
39
%%DATADIR%%/data/images/24x24/exaile-play.png
40
%%DATADIR%%/data/images/24x24/exaile.png
41
%%DATADIR%%/data/images/24x24/media-playlist-dynamic.png
42
%%DATADIR%%/data/images/24x24/media-playlist-repeat.png
43
%%DATADIR%%/data/images/24x24/media-playlist-shuffle.png
44
%%DATADIR%%/data/images/32x32/exaile-pause.png
45
%%DATADIR%%/data/images/32x32/exaile-play.png
46
%%DATADIR%%/data/images/32x32/exaile.png
47
%%DATADIR%%/data/images/32x32/media-playlist-dynamic.png
48
%%DATADIR%%/data/images/32x32/media-playlist-repeat.png
49
%%DATADIR%%/data/images/32x32/media-playlist-shuffle.png
50
%%DATADIR%%/data/images/48x48/exaile-pause.png
51
%%DATADIR%%/data/images/48x48/exaile-play.png
52
%%DATADIR%%/data/images/48x48/exaile.png
53
%%DATADIR%%/data/images/artist.png
54
%%DATADIR%%/data/images/brightstar.png
55
%%DATADIR%%/data/images/exailelogo.png
56
%%DATADIR%%/data/images/genre.png
57
%%DATADIR%%/data/images/nocover.png
58
%%DATADIR%%/data/images/playlist.png
59
%%DATADIR%%/data/images/splash.png
60
%%DATADIR%%/data/images/star.png
61
%%DATADIR%%/data/images/svg/exaile-pause.svg
62
%%DATADIR%%/data/images/svg/exaile-play.svg
63
%%DATADIR%%/data/images/svg/exaile.svg
64
%%DATADIR%%/data/images/track.png
65
%%DATADIR%%/data/images/year.png
66
%%DATADIR%%/data/migrations/__init__.py
67
%%DATADIR%%/data/migrations/migration_200907100931/__init__.py
68
%%DATADIR%%/data/migrations/migration_200907100931/olddb.py
69
%%DATADIR%%/data/migrations/migration_200907100931/oldexailelib.py
70
%%DATADIR%%/data/migrations/migration_200907100931/oldtrack.py
71
%%DATADIR%%/data/migrations/migration_200907100931/xlmisc.py
72
%%DATADIR%%/plugins/alarmclock/PLUGININFO
73
%%DATADIR%%/plugins/alarmclock/__init__.py
74
%%DATADIR%%/plugins/alarmclock/__init__.pyc
75
%%DATADIR%%/plugins/alarmclock/__init__.pyo
76
%%DATADIR%%/plugins/alarmclock/acprefs.py
77
%%DATADIR%%/plugins/alarmclock/acprefs.pyc
78
%%DATADIR%%/plugins/alarmclock/acprefs.pyo
79
%%DATADIR%%/plugins/alarmclock/acprefs_pane.glade
80
%%DATADIR%%/plugins/amazoncovers/PLUGININFO
81
%%DATADIR%%/plugins/amazoncovers/__init__.py
82
%%DATADIR%%/plugins/amazoncovers/__init__.pyc
83
%%DATADIR%%/plugins/amazoncovers/__init__.pyo
84
%%DATADIR%%/plugins/amazoncovers/_ecs.py
85
%%DATADIR%%/plugins/amazoncovers/_ecs.pyc
86
%%DATADIR%%/plugins/amazoncovers/_ecs.pyo
87
%%DATADIR%%/plugins/amazoncovers/amazonprefs.py
88
%%DATADIR%%/plugins/amazoncovers/amazonprefs.pyc
89
%%DATADIR%%/plugins/amazoncovers/amazonprefs.pyo
90
%%DATADIR%%/plugins/amazoncovers/amazonprefs_pane.glade
91
%%DATADIR%%/plugins/amazoncovers/test.py
92
%%DATADIR%%/plugins/amazoncovers/test.pyc
93
%%DATADIR%%/plugins/amazoncovers/test.pyo
94
%%DATADIR%%/plugins/audioscrobbler/PLUGININFO
95
%%DATADIR%%/plugins/audioscrobbler/__init__.py
96
%%DATADIR%%/plugins/audioscrobbler/__init__.pyc
97
%%DATADIR%%/plugins/audioscrobbler/__init__.pyo
98
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.py
99
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.pyc
100
%%DATADIR%%/plugins/audioscrobbler/_scrobbler.pyo
101
%%DATADIR%%/plugins/audioscrobbler/asprefs.py
102
%%DATADIR%%/plugins/audioscrobbler/asprefs.pyc
103
%%DATADIR%%/plugins/audioscrobbler/asprefs.pyo
104
%%DATADIR%%/plugins/audioscrobbler/asprefs_pane.glade
105
%%DATADIR%%/plugins/bookmarks/PLUGININFO
106
%%DATADIR%%/plugins/bookmarks/__init__.py
107
%%DATADIR%%/plugins/bookmarks/__init__.pyc
108
%%DATADIR%%/plugins/bookmarks/__init__.pyo
109
%%DATADIR%%/plugins/bookmarks/bookmarks_pane.glade
110
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.py
111
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.pyc
112
%%DATADIR%%/plugins/bookmarks/bookmarksprefs.pyo
113
%%DATADIR%%/plugins/cd/PLUGININFO
114
%%DATADIR%%/plugins/cd/__init__.py
115
%%DATADIR%%/plugins/cd/__init__.pyc
116
%%DATADIR%%/plugins/cd/__init__.pyo
117
%%DATADIR%%/plugins/cd/_cdguipanel.py
118
%%DATADIR%%/plugins/cd/_cdguipanel.pyc
119
%%DATADIR%%/plugins/cd/_cdguipanel.pyo
120
%%DATADIR%%/plugins/cd/cdprefs.py
121
%%DATADIR%%/plugins/cd/cdprefs.pyc
122
%%DATADIR%%/plugins/cd/cdprefs.pyo
123
%%DATADIR%%/plugins/cd/cdprefs_pane.glade
124
%%DATADIR%%/plugins/cd/importer.py
125
%%DATADIR%%/plugins/cd/importer.pyc
126
%%DATADIR%%/plugins/cd/importer.pyo
127
%%DATADIR%%/plugins/contextinfo/PLUGININFO
128
%%DATADIR%%/plugins/contextinfo/__init__.py
129
%%DATADIR%%/plugins/contextinfo/__init__.pyc
130
%%DATADIR%%/plugins/contextinfo/__init__.pyo
131
%%DATADIR%%/plugins/contextinfo/classic/artist.html
132
%%DATADIR%%/plugins/contextinfo/classic/default.html
133
%%DATADIR%%/plugins/contextinfo/classic/images/bg-bottom.png
134
%%DATADIR%%/plugins/contextinfo/classic/images/bg-top.png
135
%%DATADIR%%/plugins/contextinfo/classic/images/img-back100.png
136
%%DATADIR%%/plugins/contextinfo/classic/images/img-back60.png
137
%%DATADIR%%/plugins/contextinfo/classic/images/light.png
138
%%DATADIR%%/plugins/contextinfo/classic/js/util.js
139
%%DATADIR%%/plugins/contextinfo/classic/lyrics.html
140
%%DATADIR%%/plugins/contextinfo/classic/playing.html
141
%%DATADIR%%/plugins/contextinfo/classic/style.css
142
%%DATADIR%%/plugins/contextinfo/classic/tag.html
143
%%DATADIR%%/plugins/contextinfo/context.glade
144
%%DATADIR%%/plugins/contextinfo/extended/artist.html
145
%%DATADIR%%/plugins/contextinfo/extended/default.html
146
%%DATADIR%%/plugins/contextinfo/extended/images/bg-bottom.png
147
%%DATADIR%%/plugins/contextinfo/extended/images/bg-top.png
148
%%DATADIR%%/plugins/contextinfo/extended/images/img-back100.png
149
%%DATADIR%%/plugins/contextinfo/extended/images/img-back60.png
150
%%DATADIR%%/plugins/contextinfo/extended/images/light.png
151
%%DATADIR%%/plugins/contextinfo/extended/js/util.js
152
%%DATADIR%%/plugins/contextinfo/extended/lyrics.html
153
%%DATADIR%%/plugins/contextinfo/extended/playing.html
154
%%DATADIR%%/plugins/contextinfo/extended/style.css
155
%%DATADIR%%/plugins/contextinfo/extended/tag.html
156
%%DATADIR%%/plugins/contextinfo/loader.gif
157
%%DATADIR%%/plugins/contextinfo/inspector.py
158
%%DATADIR%%/plugins/contextinfo/inspector.pyc
159
%%DATADIR%%/plugins/contextinfo/inspector.pyo
160
%%DATADIR%%/plugins/contextinfo/pylast.py
161
%%DATADIR%%/plugins/contextinfo/pylast.pyc
162
%%DATADIR%%/plugins/contextinfo/pylast.pyo
163
%%DATADIR%%/plugins/desktopcover/PLUGININFO
164
%%DATADIR%%/plugins/desktopcover/__init__.py
165
%%DATADIR%%/plugins/desktopcover/__init__.pyc
166
%%DATADIR%%/plugins/desktopcover/__init__.pyo
167
%%DATADIR%%/plugins/desktopcover/prefs.py
168
%%DATADIR%%/plugins/desktopcover/prefs.pyc
169
%%DATADIR%%/plugins/desktopcover/prefs.pyo
170
%%DATADIR%%/plugins/desktopcover/prefs.ui
171
%%DATADIR%%/plugins/gnomemmkeys/PLUGININFO
172
%%DATADIR%%/plugins/gnomemmkeys/__init__.py
173
%%DATADIR%%/plugins/gnomemmkeys/__init__.pyc
174
%%DATADIR%%/plugins/gnomemmkeys/__init__.pyo
175
%%DATADIR%%/plugins/helloworld/PLUGININFO
176
%%DATADIR%%/plugins/helloworld/__init__.py
177
%%DATADIR%%/plugins/helloworld/__init__.pyc
178
%%DATADIR%%/plugins/helloworld/__init__.pyo
179
%%DATADIR%%/plugins/helloworld/test.py
180
%%DATADIR%%/plugins/helloworld/test.pyc
181
%%DATADIR%%/plugins/helloworld/test.pyo
182
%%DATADIR%%/plugins/helloworld/testlib.py
183
%%DATADIR%%/plugins/helloworld/testlib.pyc
184
%%DATADIR%%/plugins/helloworld/testlib.pyo
185
%%DATADIR%%/plugins/ipconsole/PLUGININFO
186
%%DATADIR%%/plugins/ipconsole/__init__.py
187
%%DATADIR%%/plugins/ipconsole/__init__.pyc
188
%%DATADIR%%/plugins/ipconsole/__init__.pyo
189
%%DATADIR%%/plugins/ipconsole/ipconsole_prefs.glade
190
%%DATADIR%%/plugins/ipconsole/ipconsoleprefs.py
191
%%DATADIR%%/plugins/ipconsole/ipconsoleprefs.pyc
192
%%DATADIR%%/plugins/ipconsole/ipconsoleprefs.pyo
193
%%DATADIR%%/plugins/ipconsole/ipython_view.py
194
%%DATADIR%%/plugins/ipconsole/ipython_view.pyc
195
%%DATADIR%%/plugins/ipconsole/ipython_view.pyo
196
%%DATADIR%%/plugins/ipod/PLUGININFO
197
%%DATADIR%%/plugins/ipod/__init__.py
198
%%DATADIR%%/plugins/ipod/__init__.pyc
199
%%DATADIR%%/plugins/ipod/__init__.pyo
200
%%DATADIR%%/plugins/lastfmcovers/PLUGININFO
201
%%DATADIR%%/plugins/lastfmcovers/__init__.py
202
%%DATADIR%%/plugins/lastfmcovers/__init__.pyc
203
%%DATADIR%%/plugins/lastfmcovers/__init__.pyo
204
%%DATADIR%%/plugins/lastfmcovers/test.py
205
%%DATADIR%%/plugins/lastfmcovers/test.pyc
206
%%DATADIR%%/plugins/lastfmcovers/test.pyo
207
%%DATADIR%%/plugins/lastfmdynamic/PLUGININFO
208
%%DATADIR%%/plugins/lastfmdynamic/__init__.py
209
%%DATADIR%%/plugins/lastfmdynamic/__init__.pyc
210
%%DATADIR%%/plugins/lastfmdynamic/__init__.pyo
211
%%DATADIR%%/plugins/lastfmdynamic/test.py
212
%%DATADIR%%/plugins/lastfmdynamic/test.pyc
213
%%DATADIR%%/plugins/lastfmdynamic/test.pyo
214
%%DATADIR%%/plugins/librivox/PLUGININFO
215
%%DATADIR%%/plugins/librivox/__init__.py
216
%%DATADIR%%/plugins/librivox/__init__.pyc
217
%%DATADIR%%/plugins/librivox/__init__.pyo
218
%%DATADIR%%/plugins/librivox/about_window.py
219
%%DATADIR%%/plugins/librivox/about_window.pyc
220
%%DATADIR%%/plugins/librivox/about_window.pyo
221
%%DATADIR%%/plugins/librivox/book_icon.png
222
%%DATADIR%%/plugins/librivox/clock.png
223
%%DATADIR%%/plugins/librivox/ebook.png
224
%%DATADIR%%/plugins/librivox/librivoxsearch.py
225
%%DATADIR%%/plugins/librivox/librivoxsearch.pyc
226
%%DATADIR%%/plugins/librivox/librivoxsearch.pyo
227
%%DATADIR%%/plugins/lyricsfly/PLUGININFO
228
%%DATADIR%%/plugins/lyricsfly/__init__.py
229
%%DATADIR%%/plugins/lyricsfly/__init__.pyc
230
%%DATADIR%%/plugins/lyricsfly/__init__.pyo
231
%%DATADIR%%/plugins/lyricsfly/test.py
232
%%DATADIR%%/plugins/lyricsfly/test.pyc
233
%%DATADIR%%/plugins/lyricsfly/test.pyo
234
%%DATADIR%%/plugins/lyricwiki/PLUGININFO
235
%%DATADIR%%/plugins/lyricwiki/__init__.py
236
%%DATADIR%%/plugins/lyricwiki/__init__.pyc
237
%%DATADIR%%/plugins/lyricwiki/__init__.pyo
238
%%DATADIR%%/plugins/lyricwiki/test.py
239
%%DATADIR%%/plugins/lyricwiki/test.pyc
240
%%DATADIR%%/plugins/lyricwiki/test.pyo
241
%%DATADIR%%/plugins/massstorage/PLUGININFO
242
%%DATADIR%%/plugins/massstorage/__init__.py
243
%%DATADIR%%/plugins/massstorage/__init__.pyc
244
%%DATADIR%%/plugins/massstorage/__init__.pyo
245
%%DATADIR%%/plugins/minimode/PLUGININFO
246
%%DATADIR%%/plugins/minimode/__init__.py
247
%%DATADIR%%/plugins/minimode/__init__.pyc
248
%%DATADIR%%/plugins/minimode/__init__.pyo
249
%%DATADIR%%/plugins/minimode/icons/exaile-minimode16.png
250
%%DATADIR%%/plugins/minimode/icons/exaile-minimode22.png
251
%%DATADIR%%/plugins/minimode/icons/exaile-minimode24.png
252
%%DATADIR%%/plugins/minimode/icons/exaile-minimode32.png
253
%%DATADIR%%/plugins/minimode/minimodeprefs.py
254
%%DATADIR%%/plugins/minimode/minimodeprefs.pyc
255
%%DATADIR%%/plugins/minimode/minimodeprefs.pyo
256
%%DATADIR%%/plugins/minimode/minimodeprefs_pane.glade
257
%%DATADIR%%/plugins/minimode/mmwidgets.py
258
%%DATADIR%%/plugins/minimode/mmwidgets.pyc
259
%%DATADIR%%/plugins/minimode/mmwidgets.pyo
260
%%DATADIR%%/plugins/moodbar/PLUGININFO
261
%%DATADIR%%/plugins/moodbar/__init__.py
262
%%DATADIR%%/plugins/moodbar/__init__.pyc
263
%%DATADIR%%/plugins/moodbar/__init__.pyo
264
%%DATADIR%%/plugins/mpris/PLUGININFO
265
%%DATADIR%%/plugins/mpris/__init__.py
266
%%DATADIR%%/plugins/mpris/__init__.pyc
267
%%DATADIR%%/plugins/mpris/__init__.pyo
268
%%DATADIR%%/plugins/mpris/exaile_mpris.py
269
%%DATADIR%%/plugins/mpris/exaile_mpris.pyc
270
%%DATADIR%%/plugins/mpris/exaile_mpris.pyo
271
%%DATADIR%%/plugins/mpris/mpris_player.py
272
%%DATADIR%%/plugins/mpris/mpris_player.pyc
273
%%DATADIR%%/plugins/mpris/mpris_player.pyo
274
%%DATADIR%%/plugins/mpris/mpris_root.py
275
%%DATADIR%%/plugins/mpris/mpris_root.pyc
276
%%DATADIR%%/plugins/mpris/mpris_root.pyo
277
%%DATADIR%%/plugins/mpris/mpris_tag_converter.py
278
%%DATADIR%%/plugins/mpris/mpris_tag_converter.pyc
279
%%DATADIR%%/plugins/mpris/mpris_tag_converter.pyo
280
%%DATADIR%%/plugins/mpris/mpris_tracklist.py
281
%%DATADIR%%/plugins/mpris/mpris_tracklist.pyc
282
%%DATADIR%%/plugins/mpris/mpris_tracklist.pyo
283
%%DATADIR%%/plugins/mpris/test.py
284
%%DATADIR%%/plugins/mpris/test.pyc
285
%%DATADIR%%/plugins/mpris/test.pyo
286
%%DATADIR%%/plugins/multialarmclock/PLUGININFO
287
%%DATADIR%%/plugins/multialarmclock/__init__.py
288
%%DATADIR%%/plugins/multialarmclock/__init__.pyc
289
%%DATADIR%%/plugins/multialarmclock/__init__.pyo
290
%%DATADIR%%/plugins/multialarmclock/alarmclk.glade
291
%%DATADIR%%/plugins/multialarmclock/clock32.png
292
%%DATADIR%%/plugins/notify/PLUGININFO
293
%%DATADIR%%/plugins/notify/__init__.py
294
%%DATADIR%%/plugins/notify/__init__.pyc
295
%%DATADIR%%/plugins/notify/__init__.pyo
296
%%DATADIR%%/plugins/notify/notify_cover.py
297
%%DATADIR%%/plugins/notify/notify_cover.pyc
298
%%DATADIR%%/plugins/notify/notify_cover.pyo
299
%%DATADIR%%/plugins/notify/notifyprefs.py
300
%%DATADIR%%/plugins/notify/notifyprefs.pyc
301
%%DATADIR%%/plugins/notify/notifyprefs.pyo
302
%%DATADIR%%/plugins/notify/notifyprefs_pane.glade
303
%%DATADIR%%/plugins/notify/test.py
304
%%DATADIR%%/plugins/notify/test.pyc
305
%%DATADIR%%/plugins/notify/test.pyo
306
%%DATADIR%%/plugins/notifyosd/PLUGININFO
307
%%DATADIR%%/plugins/notifyosd/__init__.py
308
%%DATADIR%%/plugins/notifyosd/__init__.pyc
309
%%DATADIR%%/plugins/notifyosd/__init__.pyo
310
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.py
311
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.pyc
312
%%DATADIR%%/plugins/notifyosd/notifyosd_cover.pyo
313
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.py
314
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.pyc
315
%%DATADIR%%/plugins/notifyosd/notifyosdprefs.pyo
316
%%DATADIR%%/plugins/notifyosd/notifyosdprefs_pane.glade
317
%%DATADIR%%/plugins/notifyosd/test.py
318
%%DATADIR%%/plugins/notifyosd/test.pyc
319
%%DATADIR%%/plugins/notifyosd/test.pyo
320
%%DATADIR%%/plugins/podcasts/PLUGININFO
321
%%DATADIR%%/plugins/podcasts/__init__.py
322
%%DATADIR%%/plugins/podcasts/__init__.pyc
323
%%DATADIR%%/plugins/podcasts/__init__.pyo
324
%%DATADIR%%/plugins/podcasts/_feedparser.py
325
%%DATADIR%%/plugins/podcasts/_feedparser.pyc
326
%%DATADIR%%/plugins/podcasts/_feedparser.pyo
327
%%DATADIR%%/plugins/podcasts/podcasts.glade
328
%%DATADIR%%/plugins/replaygain/PLUGININFO
329
%%DATADIR%%/plugins/replaygain/__init__.py
330
%%DATADIR%%/plugins/replaygain/__init__.pyc
331
%%DATADIR%%/plugins/replaygain/__init__.pyo
332
%%DATADIR%%/plugins/replaygain/replaygainprefs.py
333
%%DATADIR%%/plugins/replaygain/replaygainprefs.pyc
334
%%DATADIR%%/plugins/replaygain/replaygainprefs.pyo
335
%%DATADIR%%/plugins/replaygain/replaygainprefs_pane.glade
336
%%DATADIR%%/plugins/screensaverpause/PLUGININFO
337
%%DATADIR%%/plugins/screensaverpause/__init__.py
338
%%DATADIR%%/plugins/screensaverpause/__init__.pyc
339
%%DATADIR%%/plugins/screensaverpause/__init__.pyo
340
%%DATADIR%%/plugins/shoutcast/PLUGININFO
341
%%DATADIR%%/plugins/shoutcast/__init__.py
342
%%DATADIR%%/plugins/shoutcast/__init__.pyc
343
%%DATADIR%%/plugins/shoutcast/__init__.pyo
344
%%DATADIR%%/plugins/shoutcast/test.py
345
%%DATADIR%%/plugins/shoutcast/test.pyc
346
%%DATADIR%%/plugins/shoutcast/test.pyo
347
%%DATADIR%%/plugins/streamripper/PLUGININFO
348
%%DATADIR%%/plugins/streamripper/__init__.py
349
%%DATADIR%%/plugins/streamripper/__init__.pyc
350
%%DATADIR%%/plugins/streamripper/__init__.pyo
351
%%DATADIR%%/plugins/streamripper/srprefs.py
352
%%DATADIR%%/plugins/streamripper/srprefs.pyc
353
%%DATADIR%%/plugins/streamripper/srprefs.pyo
354
%%DATADIR%%/plugins/streamripper/streamripper.glade
355
%%DATADIR%%/plugins/tagcovers/PLUGININFO
356
%%DATADIR%%/plugins/tagcovers/__init__.py
357
%%DATADIR%%/plugins/tagcovers/__init__.pyc
358
%%DATADIR%%/plugins/tagcovers/__init__.pyo
359
%%DATADIR%%/plugins/xkeys/PLUGININFO
360
%%DATADIR%%/plugins/xkeys/__init__.py
361
%%DATADIR%%/plugins/xkeys/__init__.pyc
362
%%DATADIR%%/plugins/xkeys/__init__.pyo
363
%%NLS%%share/locale/ar/LC_MESSAGES/exaile.mo
364
%%NLS%%share/locale/ast/LC_MESSAGES/exaile.mo
365
%%NLS%%share/locale/bg/LC_MESSAGES/exaile.mo
366
%%NLS%%share/locale/bn/LC_MESSAGES/exaile.mo
367
%%NLS%%share/locale/ca/LC_MESSAGES/exaile.mo
368
%%NLS%%share/locale/cs/LC_MESSAGES/exaile.mo
369
%%NLS%%share/locale/cy/LC_MESSAGES/exaile.mo
370
%%NLS%%share/locale/da/LC_MESSAGES/exaile.mo
371
%%NLS%%share/locale/de/LC_MESSAGES/exaile.mo
372
%%NLS%%share/locale/el/LC_MESSAGES/exaile.mo
373
%%NLS%%share/locale/en/LC_MESSAGES/exaile.mo
374
%%NLS%%share/locale/en_CA/LC_MESSAGES/exaile.mo
375
%%NLS%%share/locale/en_GB/LC_MESSAGES/exaile.mo
376
%%NLS%%share/locale/eo/LC_MESSAGES/exaile.mo
377
%%NLS%%share/locale/es/LC_MESSAGES/exaile.mo
378
%%NLS%%share/locale/et/LC_MESSAGES/exaile.mo
379
%%NLS%%share/locale/eu/LC_MESSAGES/exaile.mo
380
%%NLS%%share/locale/fa/LC_MESSAGES/exaile.mo
381
%%NLS%%share/locale/fi/LC_MESSAGES/exaile.mo
382
%%NLS%%share/locale/fr/LC_MESSAGES/exaile.mo
383
%%NLS%%share/locale/frp/LC_MESSAGES/exaile.mo
384
%%NLS%%share/locale/gl/LC_MESSAGES/exaile.mo
385
%%NLS%%share/locale/gu/LC_MESSAGES/exaile.mo
386
%%NLS%%share/locale/he/LC_MESSAGES/exaile.mo
387
%%NLS%%share/locale/hi/LC_MESSAGES/exaile.mo
388
%%NLS%%share/locale/hr/LC_MESSAGES/exaile.mo
389
%%NLS%%share/locale/hu/LC_MESSAGES/exaile.mo
390
%%NLS%%share/locale/id/LC_MESSAGES/exaile.mo
391
%%NLS%%share/locale/it/LC_MESSAGES/exaile.mo
392
%%NLS%%share/locale/ja/LC_MESSAGES/exaile.mo
393
%%NLS%%share/locale/ka/LC_MESSAGES/exaile.mo
394
%%NLS%%share/locale/kk/LC_MESSAGES/exaile.mo
395
%%NLS%%share/locale/ko/LC_MESSAGES/exaile.mo
396
%%NLS%%share/locale/lt/LC_MESSAGES/exaile.mo
397
%%NLS%%share/locale/lv/LC_MESSAGES/exaile.mo
398
%%NLS%%share/locale/mk/LC_MESSAGES/exaile.mo
399
%%NLS%%share/locale/nb/LC_MESSAGES/exaile.mo
400
%%NLS%%share/locale/nl/LC_MESSAGES/exaile.mo
401
%%NLS%%share/locale/oc/LC_MESSAGES/exaile.mo
402
%%NLS%%share/locale/pl/LC_MESSAGES/exaile.mo
403
%%NLS%%share/locale/pt/LC_MESSAGES/exaile.mo
404
%%NLS%%share/locale/pt_BR/LC_MESSAGES/exaile.mo
405
%%NLS%%share/locale/ro/LC_MESSAGES/exaile.mo
406
%%NLS%%share/locale/ru/LC_MESSAGES/exaile.mo
407
%%NLS%%share/locale/sk/LC_MESSAGES/exaile.mo
408
%%NLS%%share/locale/sl/LC_MESSAGES/exaile.mo
409
%%NLS%%share/locale/sq/LC_MESSAGES/exaile.mo
410
%%NLS%%share/locale/sr/LC_MESSAGES/exaile.mo
411
%%NLS%%share/locale/sv/LC_MESSAGES/exaile.mo
412
%%NLS%%share/locale/sw/LC_MESSAGES/exaile.mo
413
%%NLS%%share/locale/ta/LC_MESSAGES/exaile.mo
414
%%NLS%%share/locale/te/LC_MESSAGES/exaile.mo
415
%%NLS%%share/locale/tl/LC_MESSAGES/exaile.mo
416
%%NLS%%share/locale/tr/LC_MESSAGES/exaile.mo
417
%%NLS%%share/locale/uk/LC_MESSAGES/exaile.mo
418
%%NLS%%share/locale/vi/LC_MESSAGES/exaile.mo
419
%%NLS%%share/locale/zh/LC_MESSAGES/exaile.mo
420
%%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo
421
%%NLS%%share/locale/zh_TW/LC_MESSAGES/exaile.mo
1
bin/exaile
422
bin/exaile
423
etc/xdg/exaile/settings.ini
424
lib/exaile/exaile.py
425
lib/exaile/xl/__init__.py
426
lib/exaile/xl/__init__.pyc
427
lib/exaile/xl/__init__.pyo
428
lib/exaile/xl/collection.py
429
lib/exaile/xl/collection.pyc
430
lib/exaile/xl/collection.pyo
431
lib/exaile/xl/common.py
432
lib/exaile/xl/common.pyc
433
lib/exaile/xl/common.pyo
434
lib/exaile/xl/cover.py
435
lib/exaile/xl/cover.pyc
436
lib/exaile/xl/cover.pyo
437
lib/exaile/xl/devices.py
438
lib/exaile/xl/devices.pyc
439
lib/exaile/xl/devices.pyo
440
lib/exaile/xl/dynamic.py
441
lib/exaile/xl/dynamic.pyc
442
lib/exaile/xl/dynamic.pyo
443
lib/exaile/xl/event.py
444
lib/exaile/xl/event.pyc
445
lib/exaile/xl/event.pyo
446
lib/exaile/xl/hal.py
447
lib/exaile/xl/hal.pyc
448
lib/exaile/xl/hal.pyo
449
lib/exaile/xl/lyrics.py
450
lib/exaile/xl/lyrics.pyc
451
lib/exaile/xl/lyrics.pyo
452
lib/exaile/xl/main.py
453
lib/exaile/xl/main.pyc
454
lib/exaile/xl/main.pyo
455
lib/exaile/xl/metadata/__init__.py
456
lib/exaile/xl/metadata/__init__.pyc
457
lib/exaile/xl/metadata/__init__.pyo
458
lib/exaile/xl/metadata/_apev2.py
459
lib/exaile/xl/metadata/_apev2.pyc
460
lib/exaile/xl/metadata/_apev2.pyo
461
lib/exaile/xl/metadata/_base.py
462
lib/exaile/xl/metadata/_base.pyc
463
lib/exaile/xl/metadata/_base.pyo
464
lib/exaile/xl/metadata/_id3.py
465
lib/exaile/xl/metadata/_id3.pyc
466
lib/exaile/xl/metadata/_id3.pyo
467
lib/exaile/xl/metadata/asf.py
468
lib/exaile/xl/metadata/asf.pyc
469
lib/exaile/xl/metadata/asf.pyo
470
lib/exaile/xl/metadata/flac.py
471
lib/exaile/xl/metadata/flac.pyc
472
lib/exaile/xl/metadata/flac.pyo
473
lib/exaile/xl/metadata/mod.py
474
lib/exaile/xl/metadata/mod.pyc
475
lib/exaile/xl/metadata/mod.pyo
476
lib/exaile/xl/metadata/mp3.py
477
lib/exaile/xl/metadata/mp3.pyc
478
lib/exaile/xl/metadata/mp3.pyo
479
lib/exaile/xl/metadata/mp4.py
480
lib/exaile/xl/metadata/mp4.pyc
481
lib/exaile/xl/metadata/mp4.pyo
482
lib/exaile/xl/metadata/mpc.py
483
lib/exaile/xl/metadata/mpc.pyc
484
lib/exaile/xl/metadata/mpc.pyo
485
lib/exaile/xl/metadata/ogg.py
486
lib/exaile/xl/metadata/ogg.pyc
487
lib/exaile/xl/metadata/ogg.pyo
488
lib/exaile/xl/metadata/sid.py
489
lib/exaile/xl/metadata/sid.pyc
490
lib/exaile/xl/metadata/sid.pyo
491
lib/exaile/xl/metadata/speex.py
492
lib/exaile/xl/metadata/speex.pyc
493
lib/exaile/xl/metadata/speex.pyo
494
lib/exaile/xl/metadata/tta.py
495
lib/exaile/xl/metadata/tta.pyc
496
lib/exaile/xl/metadata/tta.pyo
497
lib/exaile/xl/metadata/wav.py
498
lib/exaile/xl/metadata/wav.pyc
499
lib/exaile/xl/metadata/wav.pyo
500
lib/exaile/xl/metadata/wv.py
501
lib/exaile/xl/metadata/wv.pyc
502
lib/exaile/xl/metadata/wv.pyo
503
lib/exaile/xl/migration.py
504
lib/exaile/xl/migration.pyc
505
lib/exaile/xl/migration.pyo
506
lib/exaile/xl/nls.py
507
lib/exaile/xl/nls.pyc
508
lib/exaile/xl/nls.pyo
509
lib/exaile/xl/player/__init__.py
510
lib/exaile/xl/player/__init__.pyc
511
lib/exaile/xl/player/__init__.pyo
512
lib/exaile/xl/player/_base.py
513
lib/exaile/xl/player/_base.pyc
514
lib/exaile/xl/player/_base.pyo
515
lib/exaile/xl/player/engine_normal.py
516
lib/exaile/xl/player/engine_normal.pyc
517
lib/exaile/xl/player/engine_normal.pyo
518
lib/exaile/xl/player/engine_unified.py
519
lib/exaile/xl/player/engine_unified.pyc
520
lib/exaile/xl/player/engine_unified.pyo
521
lib/exaile/xl/player/pipe.py
522
lib/exaile/xl/player/pipe.pyc
523
lib/exaile/xl/player/pipe.pyo
524
lib/exaile/xl/player/queue.py
525
lib/exaile/xl/player/queue.pyc
526
lib/exaile/xl/player/queue.pyo
527
lib/exaile/xl/playlist.py
528
lib/exaile/xl/playlist.pyc
529
lib/exaile/xl/playlist.pyo
530
lib/exaile/xl/plugins.py
531
lib/exaile/xl/plugins.pyc
532
lib/exaile/xl/plugins.pyo
533
lib/exaile/xl/providers.py
534
lib/exaile/xl/providers.pyc
535
lib/exaile/xl/providers.pyo
536
lib/exaile/xl/radio.py
537
lib/exaile/xl/radio.pyc
538
lib/exaile/xl/radio.pyo
539
lib/exaile/xl/settings.py
540
lib/exaile/xl/settings.pyc
541
lib/exaile/xl/settings.pyo
542
lib/exaile/xl/track.py
543
lib/exaile/xl/track.pyc
544
lib/exaile/xl/track.pyo
545
lib/exaile/xl/trackdb.py
546
lib/exaile/xl/trackdb.pyc
547
lib/exaile/xl/trackdb.pyo
548
lib/exaile/xl/transcoder.py
549
lib/exaile/xl/transcoder.pyc
550
lib/exaile/xl/transcoder.pyo
551
lib/exaile/xl/xdg.py
552
lib/exaile/xl/xdg.pyc
553
lib/exaile/xl/xdg.pyo
554
lib/exaile/xl/xldbus.py
555
lib/exaile/xl/xldbus.pyc
556
lib/exaile/xl/xldbus.pyo
557
lib/exaile/xlgui/__init__.py
558
lib/exaile/xlgui/__init__.pyc
559
lib/exaile/xlgui/__init__.pyo
560
lib/exaile/xlgui/collection.py
561
lib/exaile/xlgui/collection.pyc
562
lib/exaile/xlgui/collection.pyo
563
lib/exaile/xlgui/commondialogs.py
564
lib/exaile/xlgui/commondialogs.pyc
565
lib/exaile/xlgui/commondialogs.pyo
566
lib/exaile/xlgui/cover.py
567
lib/exaile/xlgui/cover.pyc
568
lib/exaile/xlgui/cover.pyo
569
lib/exaile/xlgui/devices.py
570
lib/exaile/xlgui/devices.pyc
571
lib/exaile/xlgui/devices.pyo
572
lib/exaile/xlgui/filtergui.py
573
lib/exaile/xlgui/filtergui.pyc
574
lib/exaile/xlgui/filtergui.pyo
575
lib/exaile/xlgui/guiutil.py
576
lib/exaile/xlgui/guiutil.pyc
577
lib/exaile/xlgui/guiutil.pyo
578
lib/exaile/xlgui/icons.py
579
lib/exaile/xlgui/icons.pyc
580
lib/exaile/xlgui/icons.pyo
581
lib/exaile/xlgui/main.py
582
lib/exaile/xlgui/main.pyc
583
lib/exaile/xlgui/main.pyo
584
lib/exaile/xlgui/menu.py
585
lib/exaile/xlgui/menu.pyc
586
lib/exaile/xlgui/menu.pyo
587
lib/exaile/xlgui/osd.py
588
lib/exaile/xlgui/osd.pyc
589
lib/exaile/xlgui/osd.pyo
590
lib/exaile/xlgui/panel/__init__.py
591
lib/exaile/xlgui/panel/__init__.pyc
592
lib/exaile/xlgui/panel/__init__.pyo
593
lib/exaile/xlgui/panel/collection.py
594
lib/exaile/xlgui/panel/collection.pyc
595
lib/exaile/xlgui/panel/collection.pyo
596
lib/exaile/xlgui/panel/device.py
597
lib/exaile/xlgui/panel/device.pyc
598
lib/exaile/xlgui/panel/device.pyo
599
lib/exaile/xlgui/panel/files.py
600
lib/exaile/xlgui/panel/files.pyc
601
lib/exaile/xlgui/panel/files.pyo
602
lib/exaile/xlgui/panel/flatplaylist.py
603
lib/exaile/xlgui/panel/flatplaylist.pyc
604
lib/exaile/xlgui/panel/flatplaylist.pyo
605
lib/exaile/xlgui/panel/playlists.py
606
lib/exaile/xlgui/panel/playlists.pyc
607
lib/exaile/xlgui/panel/playlists.pyo
608
lib/exaile/xlgui/panel/radio.py
609
lib/exaile/xlgui/panel/radio.pyc
610
lib/exaile/xlgui/panel/radio.pyo
611
lib/exaile/xlgui/playlist.py
612
lib/exaile/xlgui/playlist.pyc
613
lib/exaile/xlgui/playlist.pyo
614
lib/exaile/xlgui/plcolumns.py
615
lib/exaile/xlgui/plcolumns.pyc
616
lib/exaile/xlgui/plcolumns.pyo
617
lib/exaile/xlgui/prefs/__init__.py
618
lib/exaile/xlgui/prefs/__init__.pyc
619
lib/exaile/xlgui/prefs/__init__.pyo
620
lib/exaile/xlgui/prefs/appearance_prefs.py
621
lib/exaile/xlgui/prefs/appearance_prefs.pyc
622
lib/exaile/xlgui/prefs/appearance_prefs.pyo
623
lib/exaile/xlgui/prefs/cover_prefs.py
624
lib/exaile/xlgui/prefs/cover_prefs.pyc
625
lib/exaile/xlgui/prefs/cover_prefs.pyo
626
lib/exaile/xlgui/prefs/osd_prefs.py
627
lib/exaile/xlgui/prefs/osd_prefs.pyc
628
lib/exaile/xlgui/prefs/osd_prefs.pyo
629
lib/exaile/xlgui/prefs/playback_prefs.py
630
lib/exaile/xlgui/prefs/playback_prefs.pyc
631
lib/exaile/xlgui/prefs/playback_prefs.pyo
632
lib/exaile/xlgui/prefs/playlists_prefs.py
633
lib/exaile/xlgui/prefs/playlists_prefs.pyc
634
lib/exaile/xlgui/prefs/playlists_prefs.pyo
635
lib/exaile/xlgui/prefs/plugin_prefs.py
636
lib/exaile/xlgui/prefs/plugin_prefs.pyc
637
lib/exaile/xlgui/prefs/plugin_prefs.pyo
638
lib/exaile/xlgui/prefs/widgets.py
639
lib/exaile/xlgui/prefs/widgets.pyc
640
lib/exaile/xlgui/prefs/widgets.pyo
641
lib/exaile/xlgui/progress.py
642
lib/exaile/xlgui/progress.pyc
643
lib/exaile/xlgui/progress.pyo
644
lib/exaile/xlgui/properties.py
645
lib/exaile/xlgui/properties.pyc
646
lib/exaile/xlgui/properties.pyo
647
lib/exaile/xlgui/queue.py
648
lib/exaile/xlgui/queue.pyc
649
lib/exaile/xlgui/queue.pyo
650
lib/exaile/xlgui/rating.py
651
lib/exaile/xlgui/rating.pyc
652
lib/exaile/xlgui/rating.pyo
653
lib/exaile/xlgui/tray.py
654
lib/exaile/xlgui/tray.pyc
655
lib/exaile/xlgui/tray.pyo
2
share/applications/exaile.desktop
656
share/applications/exaile.desktop
3
%%DATADIR%%/data/settings_meta.ini
4
%%DATADIR%%/equalizer.ini
5
%%DATADIR%%/exaile.glade
6
%%DATADIR%%/exaile.py
7
%%DATADIR%%/images/artist.png
8
%%DATADIR%%/images/close.png
9
%%DATADIR%%/images/default_theme/add.png
10
%%DATADIR%%/images/default_theme/clear.png
11
%%DATADIR%%/images/default_theme/gnome-dev-cdrom-audio.png
12
%%DATADIR%%/images/default_theme/gnome-dev-ipod.png
13
%%DATADIR%%/images/default_theme/gnome-fs-directory-accept.png
14
%%DATADIR%%/images/default_theme/gnome-fs-directory.png
15
%%DATADIR%%/images/default_theme/gnome-globe.png
16
%%DATADIR%%/images/default_theme/go-back.png
17
%%DATADIR%%/images/default_theme/go-forward.png
18
%%DATADIR%%/images/default_theme/go-up.png
19
%%DATADIR%%/images/default_theme/media-next.png
20
%%DATADIR%%/images/default_theme/media-pause.png
21
%%DATADIR%%/images/default_theme/media-play.png
22
%%DATADIR%%/images/default_theme/media-previous.png
23
%%DATADIR%%/images/default_theme/refresh.png
24
%%DATADIR%%/images/default_theme/remove.png
25
%%DATADIR%%/images/default_theme/stock_volume.png
26
%%DATADIR%%/images/exailelogo-sml.png
27
%%DATADIR%%/images/exailelogo.png
28
%%DATADIR%%/images/genre.png
29
%%DATADIR%%/images/icon.png
30
%%DATADIR%%/images/ipod.png
31
%%DATADIR%%/images/largeicon.png
32
%%DATADIR%%/images/media-audiofile.png
33
%%DATADIR%%/images/nocover.png
34
%%DATADIR%%/images/playlist.png
35
%%DATADIR%%/images/splash.png
36
%%DATADIR%%/images/star.png
37
%%DATADIR%%/images/track.png
38
%%DATADIR%%/images/trayicon.png
39
%%DATADIR%%/images/year.png
40
%%DATADIR%%/lib/__init__.py
41
%%DATADIR%%/lib/__init__.pyc
42
%%DATADIR%%/lib/__init__.pyo
43
%%DATADIR%%/lib/ecs.py
44
%%DATADIR%%/lib/ecs.pyc
45
%%DATADIR%%/lib/ecs.pyo
46
%%DATADIR%%/lib/feedparser.py
47
%%DATADIR%%/lib/feedparser.pyc
48
%%DATADIR%%/lib/feedparser.pyo
49
%%DATADIR%%/lib/scrobbler.py
50
%%DATADIR%%/lib/scrobbler.pyc
51
%%DATADIR%%/lib/scrobbler.pyo
52
%%DATADIR%%/lib/wmainfo.py
53
%%DATADIR%%/lib/wmainfo.pyc
54
%%DATADIR%%/lib/wmainfo.pyo
55
%%DATADIR%%/sql/changes0001.sql
56
%%DATADIR%%/sql/changes0002.sql
57
%%DATADIR%%/sql/changes0003.sql
58
%%DATADIR%%/sql/changes0004.sql
59
%%DATADIR%%/sql/db.sql
60
%%DATADIR%%/xl/__init__.py
61
%%DATADIR%%/xl/__init__.pyc
62
%%DATADIR%%/xl/__init__.pyo
63
%%DATADIR%%/xl/advancededitor.py
64
%%DATADIR%%/xl/advancededitor.pyc
65
%%DATADIR%%/xl/advancededitor.pyo
66
%%DATADIR%%/xl/audioscrobbler.py
67
%%DATADIR%%/xl/audioscrobbler.pyc
68
%%DATADIR%%/xl/audioscrobbler.pyo
69
%%DATADIR%%/xl/burn.py
70
%%DATADIR%%/xl/burn.pyc
71
%%DATADIR%%/xl/burn.pyo
72
%%DATADIR%%/xl/cd_import.py
73
%%DATADIR%%/xl/cd_import.pyc
74
%%DATADIR%%/xl/cd_import.pyo
75
%%DATADIR%%/xl/common.py
76
%%DATADIR%%/xl/common.pyc
77
%%DATADIR%%/xl/common.pyo
78
%%DATADIR%%/xl/config.py
79
%%DATADIR%%/xl/config.pyc
80
%%DATADIR%%/xl/config.pyo
81
%%DATADIR%%/xl/config_convert.py
82
%%DATADIR%%/xl/config_convert.pyc
83
%%DATADIR%%/xl/config_convert.pyo
84
%%DATADIR%%/xl/covers.py
85
%%DATADIR%%/xl/covers.pyc
86
%%DATADIR%%/xl/covers.pyo
87
%%DATADIR%%/xl/db.py
88
%%DATADIR%%/xl/db.pyc
89
%%DATADIR%%/xl/db.pyo
90
%%DATADIR%%/xl/dbusinterface.py
91
%%DATADIR%%/xl/dbusinterface.pyc
92
%%DATADIR%%/xl/dbusinterface.pyo
93
%%DATADIR%%/xl/editor.py
94
%%DATADIR%%/xl/editor.pyc
95
%%DATADIR%%/xl/editor.pyo
96
%%DATADIR%%/xl/equalizer.py
97
%%DATADIR%%/xl/equalizer.pyc
98
%%DATADIR%%/xl/equalizer.pyo
99
%%DATADIR%%/xl/filtergui.py
100
%%DATADIR%%/xl/filtergui.pyc
101
%%DATADIR%%/xl/filtergui.pyo
102
%%DATADIR%%/xl/gui/__init__.py
103
%%DATADIR%%/xl/gui/__init__.pyc
104
%%DATADIR%%/xl/gui/__init__.pyo
105
%%DATADIR%%/xl/gui/editor.py
106
%%DATADIR%%/xl/gui/editor.pyc
107
%%DATADIR%%/xl/gui/editor.pyo
108
%%DATADIR%%/xl/gui/information.py
109
%%DATADIR%%/xl/gui/information.pyc
110
%%DATADIR%%/xl/gui/information.pyo
111
%%DATADIR%%/xl/gui/library.py
112
%%DATADIR%%/xl/gui/library.pyc
113
%%DATADIR%%/xl/gui/library.pyo
114
%%DATADIR%%/xl/gui/main.py
115
%%DATADIR%%/xl/gui/main.pyc
116
%%DATADIR%%/xl/gui/main.pyo
117
%%DATADIR%%/xl/gui/playlist.py
118
%%DATADIR%%/xl/gui/playlist.pyc
119
%%DATADIR%%/xl/gui/playlist.pyo
120
%%DATADIR%%/xl/gui/statsdialog.py
121
%%DATADIR%%/xl/gui/statsdialog.pyc
122
%%DATADIR%%/xl/gui/statsdialog.pyo
123
%%DATADIR%%/xl/gui/tray.py
124
%%DATADIR%%/xl/gui/tray.pyc
125
%%DATADIR%%/xl/gui/tray.pyo
126
%%DATADIR%%/xl/library.py
127
%%DATADIR%%/xl/library.pyc
128
%%DATADIR%%/xl/library.pyo
129
%%DATADIR%%/xl/logger.py
130
%%DATADIR%%/xl/logger.pyc
131
%%DATADIR%%/xl/logger.pyo
132
%%DATADIR%%/xl/media/__init__.py
133
%%DATADIR%%/xl/media/__init__.pyc
134
%%DATADIR%%/xl/media/__init__.pyo
135
%%DATADIR%%/xl/media/flac.py
136
%%DATADIR%%/xl/media/flac.pyc
137
%%DATADIR%%/xl/media/flac.pyo
138
%%DATADIR%%/xl/media/mp3.py
139
%%DATADIR%%/xl/media/mp3.pyc
140
%%DATADIR%%/xl/media/mp3.pyo
141
%%DATADIR%%/xl/media/mp4.py
142
%%DATADIR%%/xl/media/mp4.pyc
143
%%DATADIR%%/xl/media/mp4.pyo
144
%%DATADIR%%/xl/media/mpc.py
145
%%DATADIR%%/xl/media/mpc.pyc
146
%%DATADIR%%/xl/media/mpc.pyo
147
%%DATADIR%%/xl/media/ogg.py
148
%%DATADIR%%/xl/media/ogg.pyc
149
%%DATADIR%%/xl/media/ogg.pyo
150
%%DATADIR%%/xl/media/tta.py
151
%%DATADIR%%/xl/media/tta.pyc
152
%%DATADIR%%/xl/media/tta.pyo
153
%%DATADIR%%/xl/media/wav.py
154
%%DATADIR%%/xl/media/wav.pyc
155
%%DATADIR%%/xl/media/wav.pyo
156
%%DATADIR%%/xl/media/wma.py
157
%%DATADIR%%/xl/media/wma.pyc
158
%%DATADIR%%/xl/media/wma.pyo
159
%%DATADIR%%/xl/media/wv.py
160
%%DATADIR%%/xl/media/wv.pyc
161
%%DATADIR%%/xl/media/wv.pyo
162
%%DATADIR%%/xl/mozembed.py
163
%%DATADIR%%/xl/mozembed.pyc
164
%%DATADIR%%/xl/mozembed.pyo
165
%%DATADIR%%/xl/panels/__init__.py
166
%%DATADIR%%/xl/panels/__init__.pyc
167
%%DATADIR%%/xl/panels/__init__.pyo
168
%%DATADIR%%/xl/panels/collection.py
169
%%DATADIR%%/xl/panels/collection.pyc
170
%%DATADIR%%/xl/panels/collection.pyo
171
%%DATADIR%%/xl/panels/device.py
172
%%DATADIR%%/xl/panels/device.pyc
173
%%DATADIR%%/xl/panels/device.pyo
174
%%DATADIR%%/xl/panels/files.py
175
%%DATADIR%%/xl/panels/files.pyc
176
%%DATADIR%%/xl/panels/files.pyo
177
%%DATADIR%%/xl/panels/playlists.py
178
%%DATADIR%%/xl/panels/playlists.pyc
179
%%DATADIR%%/xl/panels/playlists.pyo
180
%%DATADIR%%/xl/panels/radio.py
181
%%DATADIR%%/xl/panels/radio.pyc
182
%%DATADIR%%/xl/panels/radio.pyo
183
%%DATADIR%%/xl/path.py
184
%%DATADIR%%/xl/path.pyc
185
%%DATADIR%%/xl/path.pyo
186
%%DATADIR%%/xl/player.py
187
%%DATADIR%%/xl/player.pyc
188
%%DATADIR%%/xl/player.pyo
189
%%DATADIR%%/xl/playlist.py
190
%%DATADIR%%/xl/playlist.pyc
191
%%DATADIR%%/xl/playlist.pyo
192
%%DATADIR%%/xl/plugins/__init__.py
193
%%DATADIR%%/xl/plugins/gui.py
194
%%DATADIR%%/xl/plugins/manager.py
195
%%DATADIR%%/xl/plugins/plugins.glade
196
%%DATADIR%%/xl/prefs.py
197
%%DATADIR%%/xl/prefs.pyc
198
%%DATADIR%%/xl/prefs.pyo
199
%%DATADIR%%/xl/version.py
200
%%DATADIR%%/xl/version.pyc
201
%%DATADIR%%/xl/version.pyo
202
%%DATADIR%%/xl/xlmisc.py
203
%%DATADIR%%/xl/xlmisc.pyc
204
%%DATADIR%%/xl/xlmisc.pyo
205
share/pixmaps/exaile.png
657
share/pixmaps/exaile.png
206
@dirrm %%DATADIR%%/xl/plugins
658
@dirrmtry share/applications
207
@dirrm %%DATADIR%%/xl/panels
659
@dirrm etc/xdg/exaile
208
@dirrm %%DATADIR%%/xl/media
660
@dirrmtry etc/xdg
209
@dirrm %%DATADIR%%/xl/gui
661
@dirrm lib/exaile/xlgui/prefs
210
@dirrm %%DATADIR%%/xl
662
@dirrm lib/exaile/xlgui/panel
211
@dirrm %%DATADIR%%/sql
663
@dirrm lib/exaile/xlgui
212
@dirrm %%DATADIR%%/lib
664
@dirrm lib/exaile/xl/player
213
@dirrm %%DATADIR%%/images/default_theme
665
@dirrm lib/exaile/xl/metadata
214
@dirrm %%DATADIR%%/images
666
@dirrm lib/exaile/xl
667
@dirrm lib/exaile
668
%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES
669
%%NLS%%@dirrmtry share/locale/tl
670
%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
671
%%NLS%%@dirrmtry share/locale/te
672
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
673
%%NLS%%@dirrmtry share/locale/oc
674
%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
675
%%NLS%%@dirrmtry share/locale/mr
676
%%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES
677
%%NLS%%@dirrmtry share/locale/frp
678
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
679
%%NLS%%@dirrmtry share/locale/ast
680
%%NLS%%@dirrmtry share/locale/an/LC_MESSAGES
681
%%NLS%%@dirrmtry share/locale/an
682
@dirrm %%DATADIR%%/plugins/xkeys
683
@dirrm %%DATADIR%%/plugins/tagcovers
684
@dirrm %%DATADIR%%/plugins/streamripper
685
@dirrm %%DATADIR%%/plugins/shoutcast
686
@dirrm %%DATADIR%%/plugins/screensaverpause
687
@dirrm %%DATADIR%%/plugins/replaygain
688
@dirrm %%DATADIR%%/plugins/podcasts
689
@dirrm %%DATADIR%%/plugins/notifyosd
690
@dirrm %%DATADIR%%/plugins/notify
691
@dirrm %%DATADIR%%/plugins/multialarmclock
692
@dirrm %%DATADIR%%/plugins/mpris
693
@dirrm %%DATADIR%%/plugins/moodbar
694
@dirrm %%DATADIR%%/plugins/minimode/icons
695
@dirrm %%DATADIR%%/plugins/minimode
696
@dirrm %%DATADIR%%/plugins/massstorage
697
@dirrm %%DATADIR%%/plugins/lyricwiki
698
@dirrm %%DATADIR%%/plugins/lyricsfly
699
@dirrm %%DATADIR%%/plugins/librivox
700
@dirrm %%DATADIR%%/plugins/lastfmdynamic
701
@dirrm %%DATADIR%%/plugins/lastfmcovers
702
@dirrm %%DATADIR%%/plugins/ipod
703
@dirrm %%DATADIR%%/plugins/ipconsole
704
@dirrm %%DATADIR%%/plugins/helloworld
705
@dirrm %%DATADIR%%/plugins/gnomemmkeys
706
@dirrm %%DATADIR%%/plugins/desktopcover
707
@dirrm %%DATADIR%%/plugins/contextinfo/extended/js
708
@dirrm %%DATADIR%%/plugins/contextinfo/extended/images
709
@dirrm %%DATADIR%%/plugins/contextinfo/extended
710
@dirrm %%DATADIR%%/plugins/contextinfo/classic/js
711
@dirrm %%DATADIR%%/plugins/contextinfo/classic/images
712
@dirrm %%DATADIR%%/plugins/contextinfo/classic
713
@dirrm %%DATADIR%%/plugins/contextinfo
714
@dirrm %%DATADIR%%/plugins/cd
715
@dirrm %%DATADIR%%/plugins/bookmarks
716
@dirrm %%DATADIR%%/plugins/audioscrobbler
717
@dirrm %%DATADIR%%/plugins/amazoncovers
718
@dirrm %%DATADIR%%/plugins/alarmclock
719
@dirrm %%DATADIR%%/plugins
720
@dirrm %%DATADIR%%/data/migrations/migration_200907100931
721
@dirrm %%DATADIR%%/data/migrations
722
@dirrm %%DATADIR%%/data/images/svg
723
@dirrm %%DATADIR%%/data/images/48x48
724
@dirrm %%DATADIR%%/data/images/32x32
725
@dirrm %%DATADIR%%/data/images/24x24
726
@dirrm %%DATADIR%%/data/images/22x22
727
@dirrm %%DATADIR%%/data/images/16x16
728
@dirrm %%DATADIR%%/data/images
729
@dirrm %%DATADIR%%/data/glade
215
@dirrm %%DATADIR%%/data
730
@dirrm %%DATADIR%%/data
216
@dirrm %%DATADIR%%
731
@dirrm %%DATADIR%%
217
@dirrmtry share/applications
218
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
219
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Return to bug 140439