Fabrice Laporte
|
3ead936fe5
|
flake8 cleaning beetsplug/*
Remaining warnings are related to visual indentation.
|
2014-04-13 23:24:57 +02:00 |
|
Adrian Sampson
|
7a410f636b
|
happy new year ✨
For future reference, this command did the trick:
ack -l 'Copyright 201' | xargs perl -pi -E 's/Copyright 201./Copyright 2013/'
|
2013-01-11 10:43:41 -08:00 |
|
Adrian Sampson
|
749b19955e
|
bpd: use pygst.require() before importing gst
A user reports that this fixes BPD on OS X.
|
2012-09-12 17:57:37 -07:00 |
|
Adrian Sampson
|
429af42e14
|
use print_function __future__ import
All code should now use Python 3-style "print"s.
|
2012-05-13 21:08:27 -07:00 |
|
Adrian Sampson
|
b68e87b92c
|
The Great Trailing Whitespace Purge of 2012
What can I say? I used to use TextMate!
|
2012-05-13 20:22:17 -07:00 |
|
Adrian Sampson
|
22e8695172
|
BPD: use playbin2 instead of playbin (#364)
|
2012-03-21 14:25:01 -07:00 |
|
Adrian Sampson
|
a1996472e8
|
close gstreamer pipeline after each track
(*maybe* addressing BPD memory leak)
|
2011-04-20 10:34:44 -07:00 |
|
Adrian Sampson
|
f8c317a2cd
|
undefined variable reported by pylint
|
2010-07-09 18:16:40 -07:00 |
|
Adrian Sampson
|
8ccc8e1ccd
|
move bpd and dadd commands to plugins
--HG--
rename : beets/player/bpd.py => beetsplug/bpd/__init__.py
rename : beets/player/gstplayer.py => beetsplug/bpd/gstplayer.py
rename : beets/device.py => beetsplug/device.py
|
2010-07-08 17:09:07 -07:00 |
|