| .. |
|
bpd
|
use urllib from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
lastgenre
|
open lastgenre whitelist in binary mode
|
2016-06-09 23:53:40 -04:00 |
|
metasync
|
use urllib from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
web
|
use strings (not bytes) for flask responder names
|
2016-05-30 21:19:15 -04:00 |
|
__init__.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
acousticbrainz.py
|
use reduce() from functools
|
2016-05-26 23:52:35 -04:00 |
|
badfiles.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
beatport.py
|
Fix bugs in beatport plugin (#2076)
|
2016-06-23 08:51:26 +02:00 |
|
bench.py
|
Allow multiple MB ids to be passed to the importer
|
2016-01-19 21:43:32 +01:00 |
|
bpm.py
|
replace raw_input with input from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
bucket.py
|
replace itertools.izip with zip from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
chroma.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
convert.py
|
reorient bytestring_path code in convert replace_ext
|
2016-06-17 01:20:42 -04:00 |
|
cue.py
|
add missing division future imports
|
2016-04-16 18:33:54 +02:00 |
|
discogs.py
|
use http_client (really http.client) from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
duplicates.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
edit.py
|
open tempfile in edit plugin in text mode
|
2016-06-14 03:38:21 -04:00 |
|
embedart.py
|
check dirname result against b'' in fetchart
|
2016-06-10 02:52:58 -04:00 |
|
embyupdate.py
|
use urllib from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
export.py
|
Update code to match pep8 naming standards
|
2016-04-27 20:15:10 +01:00 |
|
fetchart.py
|
remove ext encode from fetchart (py3 fix for #2068)
|
2016-06-23 02:29:53 -04:00 |
|
filefilter.py
|
bytestringify paths in filefilter plugin
|
2016-06-16 04:08:49 -04:00 |
|
freedesktop.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
fromfilename.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
ftintitle.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
fuzzy.py
|
Update code to match pep8 naming standards
|
2016-04-27 20:15:10 +01:00 |
|
hook.py
|
Merge pull request #1981 from jackwilsdon/fix-hook-unicode
|
2016-05-03 17:45:38 +01:00 |
|
ihate.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
importadded.py
|
importadded: adapt doc for new option preserve_write_mtimes
|
2016-03-22 06:24:09 +01:00 |
|
importfeeds.py
|
write to the m3u file in binary mode in importfeeds
|
2016-06-12 20:27:01 -04:00 |
|
info.py
|
replace 2 map() calls with a list comprehension
|
2016-06-19 22:30:58 -04:00 |
|
inline.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
ipfs.py
|
add missing division future imports
|
2016-04-16 18:33:54 +02:00 |
|
keyfinder.py
|
Revert "Remove bytes casting for non-path command args/opts"
|
2016-05-30 22:00:42 -04:00 |
|
lastimport.py
|
replace xrange with range from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
lyrics.py
|
use urllib from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
mbcollection.py
|
Fix #1907: redact MusicBrainz password
|
2016-03-11 16:50:32 -05:00 |
|
mbsubmit.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
mbsync.py
|
treewide: add u to instances of 'singleton:true'
|
2016-03-06 02:12:43 +03:00 |
|
missing.py
|
replace some filter/map calls with list comps
|
2016-06-08 00:17:18 -04:00 |
|
mpdstats.py
|
add missing blank line in mpdstats
|
2016-06-17 00:09:22 -04:00 |
|
mpdupdate.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
permissions.py
|
If the permission is an int, then simply return it
|
2016-06-14 03:50:29 -04:00 |
|
play.py
|
open even more files in binary mode
|
2016-06-13 05:18:33 -04:00 |
|
plexupdate.py
|
use urllib from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
random.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
replaygain.py
|
replace itertools.izip with zip from six.moves
|
2016-06-23 04:40:18 -04:00 |
|
rewrite.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
scrub.py
|
remove bytes casts from object/method resolution code
|
2016-05-30 23:21:24 -04:00 |
|
smartplaylist.py
|
more bytecasting in smartplaylist plugin
|
2016-06-15 23:55:17 -04:00 |
|
spotify.py
|
replace some filter/map calls with list comps
|
2016-06-08 00:17:18 -04:00 |
|
the.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
thumbnails.py
|
more bytestringification in thumbnails plugin
|
2016-06-16 23:11:16 -04:00 |
|
types.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |
|
zero.py
|
Standardize __future__ imports without parentheses
|
2016-02-28 15:03:51 -08:00 |