beets/beets
Adrian Sampson 2f5f9ea174
Remove shlex_split utility
This works around a bug that does not exist in Python 3.x, and the
workaround (by calling the underlying shlex.split function with bytes)
was causing crashes on some versions of Python 3. Seemed to work fine on
3.10-dev, though, oddly.
2021-08-19 17:14:16 -04:00
..
autotag Add ISRC identifiers from musicbrainz. 2021-05-12 07:44:55 -07:00
dbcore Remove most six.PY2 checks 2021-08-19 16:45:11 -04:00
ui Remove most six.PY2 checks 2021-08-19 16:45:11 -04:00
util Remove shlex_split utility 2021-08-19 17:14:16 -04:00
__init__.py Version bump: v1.5.1 2021-08-19 15:57:14 -04:00
__main__.py Simpler __main__ docstring (#2453) 2017-02-25 13:39:14 -05:00
art.py Woops, this needs to be explicitly multiline 2020-02-22 12:43:22 -05:00
config_default.yaml Change behavior to HTTPS by default for musicbrainz.org, but HTTP by default for custom servers 2021-05-04 16:07:08 +02:00
importer.py fix: transactions and stricter tests 2021-05-13 15:09:55 +02:00
library.py Remove shlex_split utility 2021-08-19 17:14:16 -04:00
logging.py s/utf8/utf-8/ in all encoding/decoding contexts 2016-09-06 23:10:24 -04:00
mediafile.py mediafile: replace with a wrapper around mediafile 2019-05-29 09:35:14 +10:00
plugins.py Remove most six.PY2 checks 2021-08-19 16:45:11 -04:00
random.py random: beets.util.random -> beets.random 2019-04-07 18:46:11 +10:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00