beets/beetsplug
2016-06-23 02:29:53 -04:00
..
bpd Multiple corrections as advised in the codereview 2016-06-20 18:44:37 +02:00
lastgenre open lastgenre whitelist in binary mode 2016-06-09 23:53:40 -04:00
metasync add missing division future imports 2016-04-16 18:33:54 +02:00
web use strings (not bytes) for flask responder names 2016-05-30 21:19:15 -04:00
__init__.py
acousticbrainz.py use reduce() from functools 2016-05-26 23:52:35 -04:00
badfiles.py
beatport.py Docstrings for beatport.BeatportClient 2016-06-21 21:39:25 +02:00
bench.py
bpm.py
bucket.py cast year ints to str, not bytes in bucket plugin 2016-06-15 03:34:03 -04:00
chroma.py
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 replace TEMPORARY with FIXME in discogs plugin 2016-06-10 02:30:00 -04:00
duplicates.py
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 encode the passwords passed to hashlib in embyupdate 2016-06-16 21:47:10 -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
fromfilename.py
ftintitle.py
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
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
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
lyrics.py decode bytes from .encode() in lyrics plugin 2016-06-14 00:44:43 -04:00
mbcollection.py
mbsubmit.py
mbsync.py
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
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
random.py
replaygain.py Remove raw Unicode literals (fix #2069) 2016-06-21 14:29:14 -07:00
rewrite.py
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
thumbnails.py more bytestringification in thumbnails plugin 2016-06-16 23:11:16 -04:00
types.py
zero.py