~guillaume86/exaile/context-dev

« back to all changes in this revision

Viewing changes to plugins/replaygain/__init__.py

  • Committer: guillaume86
  • Date: 2009-09-03 18:33:21 UTC
  • mfrom: (2141.1.316 exaile-0.3.0)
  • Revision ID: guillaume86-20090903183321-7mylh5n1q9t5pnje
move to pylast 0.4: /!\ need to erase the lastfm.cache file for transition from old plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2009 Aren Olson
 
2
#
1
3
# This program is free software; you can redistribute it and/or modify
2
4
# it under the terms of the GNU General Public License as published by
3
5
# the Free Software Foundation; either version 2, or (at your option)
11
13
# You should have received a copy of the GNU General Public License
12
14
# along with this program; if not, write to the Free Software
13
15
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
14
 
 
15
 
 
 
16
#
 
17
#
 
18
# The developers of the Exaile media player hereby grant permission 
 
19
# for non-GPL compatible GStreamer and Exaile plugins to be used and 
 
20
# distributed together with GStreamer and Exaile. This permission is 
 
21
# above and beyond the permissions granted by the GPL license by which 
 
22
# Exaile is covered. If you modify this code, you may extend this 
 
23
# exception to your version of the code, but you are not obligated to 
 
24
# do so. If you do not wish to do so, delete this exception statement 
 
25
# from your version.
16
26
 
17
27
from xl import providers, event, settings
18
28
from xl.player.pipe import ElementBin