..
rsrc
created Spotify track and album info rsrcs
2021-11-17 16:25:26 -08:00
__init__.py
Remove unused imports
2021-08-26 20:59:48 +10:00
_common.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
helper.py
test helper: add support for multi-disc album fixtures
2022-01-22 14:00:32 +01:00
lyrics_download_samples.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_acousticbrainz.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_albumtypes.py
Fix up invalid master merges
2021-09-26 17:33:15 +10:00
test_art.py
Remove as many as possible sys.version tests
2021-08-27 10:24:27 +10:00
test_art_resize.py
artresizer: in backends, always use the appropriate ArtResizer instance
2022-02-12 22:45:22 +01:00
test_autotag.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_bareasc.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_beatport.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_bucket.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_config_command.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_convert.py
Remove a relevant test
2022-01-29 18:35:36 -05:00
test_datequery.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_dbcore.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_discogs.py
discogs: allow style to be appended to genre
2022-03-02 22:04:36 +00:00
test_edit.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_embedart.py
artresizer: fix image comparison test
2022-02-14 22:52:00 +01:00
test_embyupdate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_export.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_fetchart.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_filefilter.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_files.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_ftintitle.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_hidden.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_hook.py
Fix @unittest.skipIf annotations to ignore only win32
2022-01-07 21:29:44 -08:00
test_ihate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_importadded.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_importer.py
really remove all six imports
2022-01-20 00:26:01 +01:00
test_importfeeds.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_info.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_ipfs.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_keyfinder.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_lastgenre.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_library.py
Prevent fails of tests when path contains dots
2021-11-19 16:54:28 +01:00
test_limit.py
Test failing due to unidentified argument processing issue; replacing with API calls gives expected results.
2021-12-27 13:26:38 -05:00
test_logging.py
test_logging: fix incorrect exception handling
2022-01-20 21:16:17 +01:00
test_lyrics.py
lyrics: Rework lyrics assertions for more useful output on failure
2022-01-31 21:07:28 +01:00
test_mb.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_mbsubmit.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_mbsync.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_metasync.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_mpdstats.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_parentwork.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_permissions.py
Commit #4036
2021-09-26 16:41:13 +10:00
test_pipeline.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_play.py
Fix @unittest.skipIf annotations to ignore only win32
2022-01-07 21:29:44 -08:00
test_player.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_playlist.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_plexupdate.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_plugin_mediafield.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_plugins.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_query.py
Fix bug in StringQuery.string_match
2022-01-25 16:24:04 -08:00
test_random.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_replaygain.py
test_replaygain: fix exception handling again
2022-02-01 21:39:42 +01:00
test_smartplaylist.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_sort.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_spotify.py
really remove all six imports
2022-01-20 00:26:01 +01:00
test_subsonicupdate.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_template.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_the.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_thumbnails.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_types_plugin.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_ui.py
Fix @unittest.skipIf annotations to ignore only win32
2022-01-07 21:29:44 -08:00
test_ui_commands.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_ui_importer.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_ui_init.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_util.py
confit: Improve deprecation warning
2022-02-01 19:10:24 +01:00
test_vfs.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
test_web.py
Remove unused imports
2021-08-26 20:59:48 +10:00
test_zero.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00
testall.py
pyupgrade beetsplug and tests
2021-08-26 19:12:51 +10:00