sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v4.4.0 making output directory... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 87 added, 0 changed, 0 removed reading sources... [ 1%] changelog reading sources... [ 2%] contributing reading sources... [ 3%] dev/cli reading sources... [ 4%] dev/importer reading sources... [ 5%] dev/index reading sources... [ 6%] dev/library reading sources... [ 8%] dev/plugins reading sources... [ 9%] faq reading sources... [ 10%] guides/advanced reading sources... [ 11%] guides/index reading sources... [ 12%] guides/main reading sources... [ 13%] guides/tagger reading sources... [ 14%] index reading sources... [ 16%] plugins/absubmit reading sources... [ 17%] plugins/acousticbrainz reading sources... [ 18%] plugins/albumtypes reading sources... [ 19%] plugins/aura reading sources... [ 20%] plugins/badfiles reading sources... [ 21%] plugins/bareasc reading sources... [ 22%] plugins/beatport reading sources... [ 24%] plugins/bpd reading sources... [ 25%] plugins/bpm reading sources... [ 26%] plugins/bpsync reading sources... [ 27%] plugins/bucket reading sources... [ 28%] plugins/chroma reading sources... [ 29%] plugins/convert reading sources... [ 31%] plugins/deezer reading sources... [ 32%] plugins/discogs reading sources... [ 33%] plugins/duplicates reading sources... [ 34%] plugins/edit reading sources... [ 35%] plugins/embedart reading sources... [ 36%] plugins/embyupdate reading sources... [ 37%] plugins/export reading sources... [ 39%] plugins/fetchart reading sources... [ 40%] plugins/filefilter reading sources... [ 41%] plugins/fish reading sources... [ 42%] plugins/freedesktop reading sources... [ 43%] plugins/fromfilename reading sources... [ 44%] plugins/ftintitle reading sources... [ 45%] plugins/fuzzy reading sources... [ 47%] plugins/gmusic reading sources... [ 48%] plugins/hook reading sources... [ 49%] plugins/ihate reading sources... [ 50%] plugins/importadded reading sources... [ 51%] plugins/importfeeds reading sources... [ 52%] plugins/index reading sources... [ 54%] plugins/info reading sources... [ 55%] plugins/inline reading sources... [ 56%] plugins/ipfs reading sources... [ 57%] plugins/keyfinder reading sources... [ 58%] plugins/kodiupdate reading sources... [ 59%] plugins/lastgenre reading sources... [ 60%] plugins/lastimport reading sources... [ 62%] plugins/loadext reading sources... [ 63%] plugins/lyrics reading sources... [ 64%] plugins/mbcollection reading sources... [ 65%] plugins/mbsubmit reading sources... [ 66%] plugins/mbsync reading sources... [ 67%] plugins/metasync reading sources... [ 68%] plugins/missing reading sources... [ 70%] plugins/mpdstats reading sources... [ 71%] plugins/mpdupdate reading sources... [ 72%] plugins/parentwork reading sources... [ 73%] plugins/permissions reading sources... [ 74%] plugins/play reading sources... [ 75%] plugins/playlist reading sources... [ 77%] plugins/plexupdate reading sources... [ 78%] plugins/random reading sources... [ 79%] plugins/replaygain reading sources... [ 80%] plugins/rewrite reading sources... [ 81%] plugins/scrub reading sources... [ 82%] plugins/smartplaylist reading sources... [ 83%] plugins/sonosupdate reading sources... [ 85%] plugins/spotify reading sources... [ 86%] plugins/subsonicplaylist reading sources... [ 87%] plugins/subsonicupdate reading sources... [ 88%] plugins/the reading sources... [ 89%] plugins/thumbnails reading sources... [ 90%] plugins/types reading sources... [ 91%] plugins/unimported reading sources... [ 93%] plugins/web reading sources... [ 94%] plugins/zero reading sources... [ 95%] reference/cli reading sources... [ 96%] reference/config reading sources... [ 97%] reference/index reading sources... [ 98%] reference/pathformat reading sources... [100%] reference/query WARNING: autodoc: failed to import class 'library.Library' from module 'beets'; the following exception was raised: No module named 'beets' WARNING: autodoc: failed to import class 'library.LibModel' from module 'beets'; the following exception was raised: No module named 'beets' WARNING: autodoc: failed to import class 'library.Item' from module 'beets'; the following exception was raised: No module named 'beets' WARNING: autodoc: failed to import class 'library.Album' from module 'beets'; the following exception was raised: No module named 'beets' WARNING: autodoc: failed to import class 'dbcore.db.Transaction' from module 'beets'; the following exception was raised: No module named 'beets' WARNING: autodoc: failed to import method 'plugins.BeetsPlugin.add_media_field' from module 'beets'; the following exception was raised: No module named 'beets' looking for now-outdated files... none found pickling environment... done checking consistency... done writing... beet.1 { } /build/beets/src/beets/docs/reference/cli.rst:64: WARNING: hardcoded link 'https://pypi.org/project/py7zr/' could be replaced by an extlink (try using ':pypi:`py7zr`' instead) /build/beets/src/beets/docs/reference/cli.rst:467: WARNING: hardcoded link 'https://github.com/scop/bash-completion' could be replaced by an extlink (try using ':user:`scop/bash-completion`' instead) /build/beets/src/beets/docs/reference/cli.rst:494: WARNING: hardcoded link 'https://github.com/beetbox/beets/blob/master/extra/_beet' could be replaced by an extlink (try using ':user:`beetbox/beets/blob/master/extra/_beet`' instead) beetsconfig.5 { } done build succeeded, 9 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. running build running build_py creating build creating build/lib creating build/lib/beets copying beets/logging.py -> build/lib/beets copying beets/random.py -> build/lib/beets copying beets/art.py -> build/lib/beets copying beets/mediafile.py -> build/lib/beets copying beets/vfs.py -> build/lib/beets copying beets/__main__.py -> build/lib/beets copying beets/library.py -> build/lib/beets copying beets/__init__.py -> build/lib/beets copying beets/importer.py -> build/lib/beets copying beets/plugins.py -> build/lib/beets creating build/lib/beets/ui copying beets/ui/commands.py -> build/lib/beets/ui copying beets/ui/__init__.py -> build/lib/beets/ui creating build/lib/beets/autotag copying beets/autotag/hooks.py -> build/lib/beets/autotag copying beets/autotag/match.py -> build/lib/beets/autotag copying beets/autotag/__init__.py -> build/lib/beets/autotag copying beets/autotag/mb.py -> build/lib/beets/autotag creating build/lib/beets/util copying beets/util/artresizer.py -> build/lib/beets/util copying beets/util/enumeration.py -> build/lib/beets/util copying beets/util/confit.py -> build/lib/beets/util copying beets/util/hidden.py -> build/lib/beets/util copying beets/util/functemplate.py -> build/lib/beets/util copying beets/util/__init__.py -> build/lib/beets/util copying beets/util/bluelet.py -> build/lib/beets/util copying beets/util/pipeline.py -> build/lib/beets/util creating build/lib/beets/dbcore copying beets/dbcore/types.py -> build/lib/beets/dbcore copying beets/dbcore/__init__.py -> build/lib/beets/dbcore copying beets/dbcore/query.py -> build/lib/beets/dbcore copying beets/dbcore/queryparse.py -> build/lib/beets/dbcore copying beets/dbcore/db.py -> build/lib/beets/dbcore creating build/lib/beetsplug copying beetsplug/filefilter.py -> build/lib/beetsplug copying beetsplug/permissions.py -> build/lib/beetsplug copying beetsplug/mbcollection.py -> build/lib/beetsplug copying beetsplug/albumtypes.py -> build/lib/beetsplug copying beetsplug/unimported.py -> build/lib/beetsplug copying beetsplug/discogs.py -> build/lib/beetsplug copying beetsplug/convert.py -> build/lib/beetsplug copying beetsplug/random.py -> build/lib/beetsplug copying beetsplug/bpm.py -> build/lib/beetsplug copying beetsplug/rewrite.py -> build/lib/beetsplug copying beetsplug/freedesktop.py -> build/lib/beetsplug copying beetsplug/info.py -> build/lib/beetsplug copying beetsplug/inline.py -> build/lib/beetsplug copying beetsplug/zero.py -> build/lib/beetsplug copying beetsplug/smartplaylist.py -> build/lib/beetsplug copying beetsplug/ipfs.py -> build/lib/beetsplug copying beetsplug/thumbnails.py -> build/lib/beetsplug copying beetsplug/aura.py -> build/lib/beetsplug copying beetsplug/mpdstats.py -> build/lib/beetsplug copying beetsplug/lyrics.py -> build/lib/beetsplug copying beetsplug/bareasc.py -> build/lib/beetsplug copying beetsplug/embedart.py -> build/lib/beetsplug copying beetsplug/mbsubmit.py -> build/lib/beetsplug copying beetsplug/loadext.py -> build/lib/beetsplug copying beetsplug/gmusic.py -> build/lib/beetsplug copying beetsplug/ftintitle.py -> build/lib/beetsplug copying beetsplug/spotify.py -> build/lib/beetsplug copying beetsplug/chroma.py -> build/lib/beetsplug copying beetsplug/hook.py -> build/lib/beetsplug copying beetsplug/kodiupdate.py -> build/lib/beetsplug copying beetsplug/importfeeds.py -> build/lib/beetsplug copying beetsplug/lastimport.py -> build/lib/beetsplug copying beetsplug/fetchart.py -> build/lib/beetsplug copying beetsplug/export.py -> build/lib/beetsplug copying beetsplug/play.py -> build/lib/beetsplug copying beetsplug/subsonicplaylist.py -> build/lib/beetsplug copying beetsplug/beatport.py -> build/lib/beetsplug copying beetsplug/acousticbrainz.py -> build/lib/beetsplug copying beetsplug/types.py -> build/lib/beetsplug copying beetsplug/mbsync.py -> build/lib/beetsplug copying beetsplug/the.py -> build/lib/beetsplug copying beetsplug/plexupdate.py -> build/lib/beetsplug copying beetsplug/embyupdate.py -> build/lib/beetsplug copying beetsplug/badfiles.py -> build/lib/beetsplug copying beetsplug/keyfinder.py -> build/lib/beetsplug copying beetsplug/mpdupdate.py -> build/lib/beetsplug copying beetsplug/scrub.py -> build/lib/beetsplug copying beetsplug/__init__.py -> build/lib/beetsplug copying beetsplug/deezer.py -> build/lib/beetsplug copying beetsplug/absubmit.py -> build/lib/beetsplug copying beetsplug/bench.py -> build/lib/beetsplug copying beetsplug/fromfilename.py -> build/lib/beetsplug copying beetsplug/ihate.py -> build/lib/beetsplug copying beetsplug/subsonicupdate.py -> build/lib/beetsplug copying beetsplug/edit.py -> build/lib/beetsplug copying beetsplug/replaygain.py -> build/lib/beetsplug copying beetsplug/duplicates.py -> build/lib/beetsplug copying beetsplug/sonosupdate.py -> build/lib/beetsplug copying beetsplug/fuzzy.py -> build/lib/beetsplug copying beetsplug/parentwork.py -> build/lib/beetsplug copying beetsplug/fish.py -> build/lib/beetsplug copying beetsplug/bpsync.py -> build/lib/beetsplug copying beetsplug/bucket.py -> build/lib/beetsplug copying beetsplug/missing.py -> build/lib/beetsplug copying beetsplug/playlist.py -> build/lib/beetsplug copying beetsplug/importadded.py -> build/lib/beetsplug creating build/lib/beetsplug/bpd copying beetsplug/bpd/gstplayer.py -> build/lib/beetsplug/bpd copying beetsplug/bpd/__init__.py -> build/lib/beetsplug/bpd creating build/lib/beetsplug/web copying beetsplug/web/__init__.py -> build/lib/beetsplug/web creating build/lib/beetsplug/lastgenre copying beetsplug/lastgenre/__init__.py -> build/lib/beetsplug/lastgenre creating build/lib/beetsplug/metasync copying beetsplug/metasync/itunes.py -> build/lib/beetsplug/metasync copying beetsplug/metasync/__init__.py -> build/lib/beetsplug/metasync copying beetsplug/metasync/amarok.py -> build/lib/beetsplug/metasync running egg_info creating beets.egg-info writing beets.egg-info/PKG-INFO writing dependency_links to beets.egg-info/dependency_links.txt writing entry points to beets.egg-info/entry_points.txt writing requirements to beets.egg-info/requires.txt writing top-level names to beets.egg-info/top_level.txt writing manifest file 'beets.egg-info/SOURCES.txt' reading manifest file 'beets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'test/rsrc' warning: no previously-included files matching '*.pyo' found under directory 'test/rsrc' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'beets.egg-info/SOURCES.txt' copying beets/config_default.yaml -> build/lib/beets copying beets/ui/completion_base.sh -> build/lib/beets/ui creating build/lib/beetsplug/web/static copying beetsplug/web/static/backbone.js -> build/lib/beetsplug/web/static copying beetsplug/web/static/beets.css -> build/lib/beetsplug/web/static copying beetsplug/web/static/beets.js -> build/lib/beetsplug/web/static copying beetsplug/web/static/jquery.js -> build/lib/beetsplug/web/static copying beetsplug/web/static/underscore.js -> build/lib/beetsplug/web/static creating build/lib/beetsplug/web/templates copying beetsplug/web/templates/index.html -> build/lib/beetsplug/web/templates copying beetsplug/lastgenre/genres-tree.yaml -> build/lib/beetsplug/lastgenre copying beetsplug/lastgenre/genres.txt -> build/lib/beetsplug/lastgenre running sdist running check creating beets-1.6.0 creating beets-1.6.0/beets creating beets-1.6.0/beets.egg-info creating beets-1.6.0/beets/autotag creating beets-1.6.0/beets/dbcore creating beets-1.6.0/beets/ui creating beets-1.6.0/beets/util creating beets-1.6.0/beetsplug creating beets-1.6.0/beetsplug/bpd creating beets-1.6.0/beetsplug/lastgenre creating beets-1.6.0/beetsplug/metasync creating beets-1.6.0/beetsplug/web creating beets-1.6.0/beetsplug/web/static creating beets-1.6.0/beetsplug/web/templates creating beets-1.6.0/docs creating beets-1.6.0/docs/dev creating beets-1.6.0/docs/guides creating beets-1.6.0/docs/plugins creating beets-1.6.0/docs/reference creating beets-1.6.0/extra creating beets-1.6.0/man creating beets-1.6.0/test creating beets-1.6.0/test/rsrc creating beets-1.6.0/test/rsrc/acousticbrainz creating beets-1.6.0/test/rsrc/beetsplug creating beets-1.6.0/test/rsrc/lyrics creating beets-1.6.0/test/rsrc/lyrics/examplecom creating beets-1.6.0/test/rsrc/lyrics/geniuscom creating beets-1.6.0/test/rsrc/spotify copying files to beets-1.6.0... copying LICENSE -> beets-1.6.0 copying MANIFEST.in -> beets-1.6.0 copying README.rst -> beets-1.6.0 copying setup.cfg -> beets-1.6.0 copying setup.py -> beets-1.6.0 copying beets/__init__.py -> beets-1.6.0/beets copying beets/__main__.py -> beets-1.6.0/beets copying beets/art.py -> beets-1.6.0/beets copying beets/config_default.yaml -> beets-1.6.0/beets copying beets/importer.py -> beets-1.6.0/beets copying beets/library.py -> beets-1.6.0/beets copying beets/logging.py -> beets-1.6.0/beets copying beets/mediafile.py -> beets-1.6.0/beets copying beets/plugins.py -> beets-1.6.0/beets copying beets/random.py -> beets-1.6.0/beets copying beets/vfs.py -> beets-1.6.0/beets copying beets.egg-info/PKG-INFO -> beets-1.6.0/beets.egg-info copying beets.egg-info/SOURCES.txt -> beets-1.6.0/beets.egg-info copying beets.egg-info/dependency_links.txt -> beets-1.6.0/beets.egg-info copying beets.egg-info/entry_points.txt -> beets-1.6.0/beets.egg-info copying beets.egg-info/not-zip-safe -> beets-1.6.0/beets.egg-info copying beets.egg-info/requires.txt -> beets-1.6.0/beets.egg-info copying beets.egg-info/top_level.txt -> beets-1.6.0/beets.egg-info copying beets/autotag/__init__.py -> beets-1.6.0/beets/autotag copying beets/autotag/hooks.py -> beets-1.6.0/beets/autotag copying beets/autotag/match.py -> beets-1.6.0/beets/autotag copying beets/autotag/mb.py -> beets-1.6.0/beets/autotag copying beets/dbcore/__init__.py -> beets-1.6.0/beets/dbcore copying beets/dbcore/db.py -> beets-1.6.0/beets/dbcore copying beets/dbcore/query.py -> beets-1.6.0/beets/dbcore copying beets/dbcore/queryparse.py -> beets-1.6.0/beets/dbcore copying beets/dbcore/types.py -> beets-1.6.0/beets/dbcore copying beets/ui/__init__.py -> beets-1.6.0/beets/ui copying beets/ui/commands.py -> beets-1.6.0/beets/ui copying beets/ui/completion_base.sh -> beets-1.6.0/beets/ui copying beets/util/__init__.py -> beets-1.6.0/beets/util copying beets/util/artresizer.py -> beets-1.6.0/beets/util copying beets/util/bluelet.py -> beets-1.6.0/beets/util copying beets/util/confit.py -> beets-1.6.0/beets/util copying beets/util/enumeration.py -> beets-1.6.0/beets/util copying beets/util/functemplate.py -> beets-1.6.0/beets/util copying beets/util/hidden.py -> beets-1.6.0/beets/util copying beets/util/pipeline.py -> beets-1.6.0/beets/util copying beetsplug/__init__.py -> beets-1.6.0/beetsplug copying beetsplug/absubmit.py -> beets-1.6.0/beetsplug copying beetsplug/acousticbrainz.py -> beets-1.6.0/beetsplug copying beetsplug/albumtypes.py -> beets-1.6.0/beetsplug copying beetsplug/aura.py -> beets-1.6.0/beetsplug copying beetsplug/badfiles.py -> beets-1.6.0/beetsplug copying beetsplug/bareasc.py -> beets-1.6.0/beetsplug copying beetsplug/beatport.py -> beets-1.6.0/beetsplug copying beetsplug/bench.py -> beets-1.6.0/beetsplug copying beetsplug/bpm.py -> beets-1.6.0/beetsplug copying beetsplug/bpsync.py -> beets-1.6.0/beetsplug copying beetsplug/bucket.py -> beets-1.6.0/beetsplug copying beetsplug/chroma.py -> beets-1.6.0/beetsplug copying beetsplug/convert.py -> beets-1.6.0/beetsplug copying beetsplug/deezer.py -> beets-1.6.0/beetsplug copying beetsplug/discogs.py -> beets-1.6.0/beetsplug copying beetsplug/duplicates.py -> beets-1.6.0/beetsplug copying beetsplug/edit.py -> beets-1.6.0/beetsplug copying beetsplug/embedart.py -> beets-1.6.0/beetsplug copying beetsplug/embyupdate.py -> beets-1.6.0/beetsplug copying beetsplug/export.py -> beets-1.6.0/beetsplug copying beetsplug/fetchart.py -> beets-1.6.0/beetsplug copying beetsplug/filefilter.py -> beets-1.6.0/beetsplug copying beetsplug/fish.py -> beets-1.6.0/beetsplug copying beetsplug/freedesktop.py -> beets-1.6.0/beetsplug copying beetsplug/fromfilename.py -> beets-1.6.0/beetsplug copying beetsplug/ftintitle.py -> beets-1.6.0/beetsplug copying beetsplug/fuzzy.py -> beets-1.6.0/beetsplug copying beetsplug/gmusic.py -> beets-1.6.0/beetsplug copying beetsplug/hook.py -> beets-1.6.0/beetsplug copying beetsplug/ihate.py -> beets-1.6.0/beetsplug copying beetsplug/importadded.py -> beets-1.6.0/beetsplug copying beetsplug/importfeeds.py -> beets-1.6.0/beetsplug copying beetsplug/info.py -> beets-1.6.0/beetsplug copying beetsplug/inline.py -> beets-1.6.0/beetsplug copying beetsplug/ipfs.py -> beets-1.6.0/beetsplug copying beetsplug/keyfinder.py -> beets-1.6.0/beetsplug copying beetsplug/kodiupdate.py -> beets-1.6.0/beetsplug copying beetsplug/lastimport.py -> beets-1.6.0/beetsplug copying beetsplug/loadext.py -> beets-1.6.0/beetsplug copying beetsplug/lyrics.py -> beets-1.6.0/beetsplug copying beetsplug/mbcollection.py -> beets-1.6.0/beetsplug copying beetsplug/mbsubmit.py -> beets-1.6.0/beetsplug copying beetsplug/mbsync.py -> beets-1.6.0/beetsplug copying beetsplug/missing.py -> beets-1.6.0/beetsplug copying beetsplug/mpdstats.py -> beets-1.6.0/beetsplug copying beetsplug/mpdupdate.py -> beets-1.6.0/beetsplug copying beetsplug/parentwork.py -> beets-1.6.0/beetsplug copying beetsplug/permissions.py -> beets-1.6.0/beetsplug copying beetsplug/play.py -> beets-1.6.0/beetsplug copying beetsplug/playlist.py -> beets-1.6.0/beetsplug copying beetsplug/plexupdate.py -> beets-1.6.0/beetsplug copying beetsplug/random.py -> beets-1.6.0/beetsplug copying beetsplug/replaygain.py -> beets-1.6.0/beetsplug copying beetsplug/rewrite.py -> beets-1.6.0/beetsplug copying beetsplug/scrub.py -> beets-1.6.0/beetsplug copying beetsplug/smartplaylist.py -> beets-1.6.0/beetsplug copying beetsplug/sonosupdate.py -> beets-1.6.0/beetsplug copying beetsplug/spotify.py -> beets-1.6.0/beetsplug copying beetsplug/subsonicplaylist.py -> beets-1.6.0/beetsplug copying beetsplug/subsonicupdate.py -> beets-1.6.0/beetsplug copying beetsplug/the.py -> beets-1.6.0/beetsplug copying beetsplug/thumbnails.py -> beets-1.6.0/beetsplug copying beetsplug/types.py -> beets-1.6.0/beetsplug copying beetsplug/unimported.py -> beets-1.6.0/beetsplug copying beetsplug/zero.py -> beets-1.6.0/beetsplug copying beetsplug/bpd/__init__.py -> beets-1.6.0/beetsplug/bpd copying beetsplug/bpd/gstplayer.py -> beets-1.6.0/beetsplug/bpd copying beetsplug/lastgenre/__init__.py -> beets-1.6.0/beetsplug/lastgenre copying beetsplug/lastgenre/genres-tree.yaml -> beets-1.6.0/beetsplug/lastgenre copying beetsplug/lastgenre/genres.txt -> beets-1.6.0/beetsplug/lastgenre copying beetsplug/metasync/__init__.py -> beets-1.6.0/beetsplug/metasync copying beetsplug/metasync/amarok.py -> beets-1.6.0/beetsplug/metasync copying beetsplug/metasync/itunes.py -> beets-1.6.0/beetsplug/metasync copying beetsplug/web/__init__.py -> beets-1.6.0/beetsplug/web copying beetsplug/web/static/backbone.js -> beets-1.6.0/beetsplug/web/static copying beetsplug/web/static/beets.css -> beets-1.6.0/beetsplug/web/static copying beetsplug/web/static/beets.js -> beets-1.6.0/beetsplug/web/static copying beetsplug/web/static/jquery.js -> beets-1.6.0/beetsplug/web/static copying beetsplug/web/static/underscore.js -> beets-1.6.0/beetsplug/web/static copying beetsplug/web/templates/index.html -> beets-1.6.0/beetsplug/web/templates copying docs/Makefile -> beets-1.6.0/docs copying docs/changelog.rst -> beets-1.6.0/docs copying docs/conf.py -> beets-1.6.0/docs copying docs/contributing.rst -> beets-1.6.0/docs copying docs/faq.rst -> beets-1.6.0/docs copying docs/index.rst -> beets-1.6.0/docs copying docs/dev/cli.rst -> beets-1.6.0/docs/dev copying docs/dev/importer.rst -> beets-1.6.0/docs/dev copying docs/dev/index.rst -> beets-1.6.0/docs/dev copying docs/dev/library.rst -> beets-1.6.0/docs/dev copying docs/dev/plugins.rst -> beets-1.6.0/docs/dev copying docs/guides/advanced.rst -> beets-1.6.0/docs/guides copying docs/guides/index.rst -> beets-1.6.0/docs/guides copying docs/guides/main.rst -> beets-1.6.0/docs/guides copying docs/guides/tagger.rst -> beets-1.6.0/docs/guides copying docs/plugins/absubmit.rst -> beets-1.6.0/docs/plugins copying docs/plugins/acousticbrainz.rst -> beets-1.6.0/docs/plugins copying docs/plugins/albumtypes.rst -> beets-1.6.0/docs/plugins copying docs/plugins/aura.rst -> beets-1.6.0/docs/plugins copying docs/plugins/badfiles.rst -> beets-1.6.0/docs/plugins copying docs/plugins/bareasc.rst -> beets-1.6.0/docs/plugins copying docs/plugins/beatport.rst -> beets-1.6.0/docs/plugins copying docs/plugins/beetsweb.png -> beets-1.6.0/docs/plugins copying docs/plugins/bpd.rst -> beets-1.6.0/docs/plugins copying docs/plugins/bpm.rst -> beets-1.6.0/docs/plugins copying docs/plugins/bpsync.rst -> beets-1.6.0/docs/plugins copying docs/plugins/bucket.rst -> beets-1.6.0/docs/plugins copying docs/plugins/chroma.rst -> beets-1.6.0/docs/plugins copying docs/plugins/convert.rst -> beets-1.6.0/docs/plugins copying docs/plugins/deezer.rst -> beets-1.6.0/docs/plugins copying docs/plugins/discogs.rst -> beets-1.6.0/docs/plugins copying docs/plugins/duplicates.rst -> beets-1.6.0/docs/plugins copying docs/plugins/edit.rst -> beets-1.6.0/docs/plugins copying docs/plugins/embedart.rst -> beets-1.6.0/docs/plugins copying docs/plugins/embyupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/export.rst -> beets-1.6.0/docs/plugins copying docs/plugins/fetchart.rst -> beets-1.6.0/docs/plugins copying docs/plugins/filefilter.rst -> beets-1.6.0/docs/plugins copying docs/plugins/fish.rst -> beets-1.6.0/docs/plugins copying docs/plugins/freedesktop.rst -> beets-1.6.0/docs/plugins copying docs/plugins/fromfilename.rst -> beets-1.6.0/docs/plugins copying docs/plugins/ftintitle.rst -> beets-1.6.0/docs/plugins copying docs/plugins/fuzzy.rst -> beets-1.6.0/docs/plugins copying docs/plugins/gmusic.rst -> beets-1.6.0/docs/plugins copying docs/plugins/hook.rst -> beets-1.6.0/docs/plugins copying docs/plugins/ihate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/importadded.rst -> beets-1.6.0/docs/plugins copying docs/plugins/importfeeds.rst -> beets-1.6.0/docs/plugins copying docs/plugins/index.rst -> beets-1.6.0/docs/plugins copying docs/plugins/info.rst -> beets-1.6.0/docs/plugins copying docs/plugins/inline.rst -> beets-1.6.0/docs/plugins copying docs/plugins/ipfs.rst -> beets-1.6.0/docs/plugins copying docs/plugins/keyfinder.rst -> beets-1.6.0/docs/plugins copying docs/plugins/kodiupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/lastgenre.rst -> beets-1.6.0/docs/plugins copying docs/plugins/lastimport.rst -> beets-1.6.0/docs/plugins copying docs/plugins/loadext.rst -> beets-1.6.0/docs/plugins copying docs/plugins/lyrics.rst -> beets-1.6.0/docs/plugins copying docs/plugins/mbcollection.rst -> beets-1.6.0/docs/plugins copying docs/plugins/mbsubmit.rst -> beets-1.6.0/docs/plugins copying docs/plugins/mbsync.rst -> beets-1.6.0/docs/plugins copying docs/plugins/metasync.rst -> beets-1.6.0/docs/plugins copying docs/plugins/missing.rst -> beets-1.6.0/docs/plugins copying docs/plugins/mpdstats.rst -> beets-1.6.0/docs/plugins copying docs/plugins/mpdupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/parentwork.rst -> beets-1.6.0/docs/plugins copying docs/plugins/permissions.rst -> beets-1.6.0/docs/plugins copying docs/plugins/play.rst -> beets-1.6.0/docs/plugins copying docs/plugins/playlist.rst -> beets-1.6.0/docs/plugins copying docs/plugins/plexupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/random.rst -> beets-1.6.0/docs/plugins copying docs/plugins/replaygain.rst -> beets-1.6.0/docs/plugins copying docs/plugins/rewrite.rst -> beets-1.6.0/docs/plugins copying docs/plugins/scrub.rst -> beets-1.6.0/docs/plugins copying docs/plugins/smartplaylist.rst -> beets-1.6.0/docs/plugins copying docs/plugins/sonosupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/spotify.rst -> beets-1.6.0/docs/plugins copying docs/plugins/subsonicplaylist.rst -> beets-1.6.0/docs/plugins copying docs/plugins/subsonicupdate.rst -> beets-1.6.0/docs/plugins copying docs/plugins/the.rst -> beets-1.6.0/docs/plugins copying docs/plugins/thumbnails.rst -> beets-1.6.0/docs/plugins copying docs/plugins/types.rst -> beets-1.6.0/docs/plugins copying docs/plugins/unimported.rst -> beets-1.6.0/docs/plugins copying docs/plugins/web.rst -> beets-1.6.0/docs/plugins copying docs/plugins/zero.rst -> beets-1.6.0/docs/plugins copying docs/reference/cli.rst -> beets-1.6.0/docs/reference copying docs/reference/config.rst -> beets-1.6.0/docs/reference copying docs/reference/index.rst -> beets-1.6.0/docs/reference copying docs/reference/pathformat.rst -> beets-1.6.0/docs/reference copying docs/reference/query.rst -> beets-1.6.0/docs/reference copying extra/_beet -> beets-1.6.0/extra copying extra/ascii_logo.txt -> beets-1.6.0/extra copying extra/beets.reg -> beets-1.6.0/extra copying extra/release.py -> beets-1.6.0/extra copying man/beet.1 -> beets-1.6.0/man copying man/beetsconfig.5 -> beets-1.6.0/man copying test/__init__.py -> beets-1.6.0/test copying test/_common.py -> beets-1.6.0/test copying test/helper.py -> beets-1.6.0/test copying test/lyrics_download_samples.py -> beets-1.6.0/test copying test/test_acousticbrainz.py -> beets-1.6.0/test copying test/test_albumtypes.py -> beets-1.6.0/test copying test/test_art.py -> beets-1.6.0/test copying test/test_art_resize.py -> beets-1.6.0/test copying test/test_autotag.py -> beets-1.6.0/test copying test/test_bareasc.py -> beets-1.6.0/test copying test/test_beatport.py -> beets-1.6.0/test copying test/test_bucket.py -> beets-1.6.0/test copying test/test_config_command.py -> beets-1.6.0/test copying test/test_convert.py -> beets-1.6.0/test copying test/test_datequery.py -> beets-1.6.0/test copying test/test_dbcore.py -> beets-1.6.0/test copying test/test_discogs.py -> beets-1.6.0/test copying test/test_edit.py -> beets-1.6.0/test copying test/test_embedart.py -> beets-1.6.0/test copying test/test_embyupdate.py -> beets-1.6.0/test copying test/test_export.py -> beets-1.6.0/test copying test/test_fetchart.py -> beets-1.6.0/test copying test/test_filefilter.py -> beets-1.6.0/test copying test/test_files.py -> beets-1.6.0/test copying test/test_ftintitle.py -> beets-1.6.0/test copying test/test_hidden.py -> beets-1.6.0/test copying test/test_hook.py -> beets-1.6.0/test copying test/test_ihate.py -> beets-1.6.0/test copying test/test_importadded.py -> beets-1.6.0/test copying test/test_importer.py -> beets-1.6.0/test copying test/test_importfeeds.py -> beets-1.6.0/test copying test/test_info.py -> beets-1.6.0/test copying test/test_ipfs.py -> beets-1.6.0/test copying test/test_keyfinder.py -> beets-1.6.0/test copying test/test_lastgenre.py -> beets-1.6.0/test copying test/test_library.py -> beets-1.6.0/test copying test/test_logging.py -> beets-1.6.0/test copying test/test_lyrics.py -> beets-1.6.0/test copying test/test_mb.py -> beets-1.6.0/test copying test/test_mbsubmit.py -> beets-1.6.0/test copying test/test_mbsync.py -> beets-1.6.0/test copying test/test_metasync.py -> beets-1.6.0/test copying test/test_mpdstats.py -> beets-1.6.0/test copying test/test_parentwork.py -> beets-1.6.0/test copying test/test_permissions.py -> beets-1.6.0/test copying test/test_pipeline.py -> beets-1.6.0/test copying test/test_play.py -> beets-1.6.0/test copying test/test_player.py -> beets-1.6.0/test copying test/test_playlist.py -> beets-1.6.0/test copying test/test_plexupdate.py -> beets-1.6.0/test copying test/test_plugin_mediafield.py -> beets-1.6.0/test copying test/test_plugins.py -> beets-1.6.0/test copying test/test_query.py -> beets-1.6.0/test copying test/test_random.py -> beets-1.6.0/test copying test/test_replaygain.py -> beets-1.6.0/test copying test/test_smartplaylist.py -> beets-1.6.0/test copying test/test_sort.py -> beets-1.6.0/test copying test/test_spotify.py -> beets-1.6.0/test copying test/test_subsonicupdate.py -> beets-1.6.0/test copying test/test_template.py -> beets-1.6.0/test copying test/test_the.py -> beets-1.6.0/test copying test/test_thumbnails.py -> beets-1.6.0/test copying test/test_types_plugin.py -> beets-1.6.0/test copying test/test_ui.py -> beets-1.6.0/test copying test/test_ui_commands.py -> beets-1.6.0/test copying test/test_ui_importer.py -> beets-1.6.0/test copying test/test_ui_init.py -> beets-1.6.0/test copying test/test_util.py -> beets-1.6.0/test copying test/test_vfs.py -> beets-1.6.0/test copying test/test_web.py -> beets-1.6.0/test copying test/test_zero.py -> beets-1.6.0/test copying test/testall.py -> beets-1.6.0/test copying test/rsrc/abbey-different.jpg -> beets-1.6.0/test/rsrc copying test/rsrc/abbey-similar.jpg -> beets-1.6.0/test/rsrc copying test/rsrc/abbey.jpg -> beets-1.6.0/test/rsrc copying test/rsrc/archive.7z -> beets-1.6.0/test/rsrc copying test/rsrc/archive.rar -> beets-1.6.0/test/rsrc copying test/rsrc/bpm.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/convert_stub.py -> beets-1.6.0/test/rsrc copying test/rsrc/coverart.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/date.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/date_with_slashes.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/discc.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/empty.aiff -> beets-1.6.0/test/rsrc copying test/rsrc/empty.alac.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/empty.ape -> beets-1.6.0/test/rsrc copying test/rsrc/empty.dsf -> beets-1.6.0/test/rsrc copying test/rsrc/empty.flac -> beets-1.6.0/test/rsrc copying test/rsrc/empty.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/empty.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/empty.mpc -> beets-1.6.0/test/rsrc copying test/rsrc/empty.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/empty.opus -> beets-1.6.0/test/rsrc copying test/rsrc/empty.wma -> beets-1.6.0/test/rsrc copying test/rsrc/empty.wv -> beets-1.6.0/test/rsrc copying test/rsrc/emptylist.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/full.aiff -> beets-1.6.0/test/rsrc copying test/rsrc/full.alac.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/full.ape -> beets-1.6.0/test/rsrc copying test/rsrc/full.dsf -> beets-1.6.0/test/rsrc copying test/rsrc/full.flac -> beets-1.6.0/test/rsrc copying test/rsrc/full.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/full.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/full.mpc -> beets-1.6.0/test/rsrc copying test/rsrc/full.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/full.opus -> beets-1.6.0/test/rsrc copying test/rsrc/full.wma -> beets-1.6.0/test/rsrc copying test/rsrc/full.wv -> beets-1.6.0/test/rsrc copying test/rsrc/image-2x3.jpg -> beets-1.6.0/test/rsrc copying test/rsrc/image-2x3.png -> beets-1.6.0/test/rsrc copying test/rsrc/image-2x3.tiff -> beets-1.6.0/test/rsrc copying test/rsrc/image-jpeg.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/image.ape -> beets-1.6.0/test/rsrc copying test/rsrc/image.flac -> beets-1.6.0/test/rsrc copying test/rsrc/image.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/image.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/image.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/image.wma -> beets-1.6.0/test/rsrc copying test/rsrc/image_unknown_type.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/itunes_library_unix.xml -> beets-1.6.0/test/rsrc copying test/rsrc/itunes_library_windows.xml -> beets-1.6.0/test/rsrc copying test/rsrc/lyricstext.yaml -> beets-1.6.0/test/rsrc copying test/rsrc/min.flac -> beets-1.6.0/test/rsrc copying test/rsrc/min.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/min.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/oldape.ape -> beets-1.6.0/test/rsrc copying test/rsrc/only-magic-bytes.jpg -> beets-1.6.0/test/rsrc copying test/rsrc/partial.flac -> beets-1.6.0/test/rsrc copying test/rsrc/partial.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/partial.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/pure.wma -> beets-1.6.0/test/rsrc copying test/rsrc/soundcheck-nonascii.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/space_time.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/t_time.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/test_completion.sh -> beets-1.6.0/test/rsrc copying test/rsrc/unicode’d.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.aiff -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.alac.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.ape -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.dsf -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.flac -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.m4a -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.mp3 -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.mpc -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.opus -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.wma -> beets-1.6.0/test/rsrc copying test/rsrc/unparseable.wv -> beets-1.6.0/test/rsrc copying test/rsrc/year.ogg -> beets-1.6.0/test/rsrc copying test/rsrc/acousticbrainz/data.json -> beets-1.6.0/test/rsrc/acousticbrainz copying test/rsrc/beetsplug/test.py -> beets-1.6.0/test/rsrc/beetsplug copying test/rsrc/lyrics/examplecom/beetssong.txt -> beets-1.6.0/test/rsrc/lyrics/examplecom copying test/rsrc/lyrics/geniuscom/Wutangclancreamlyrics.txt -> beets-1.6.0/test/rsrc/lyrics/geniuscom copying test/rsrc/lyrics/geniuscom/sample.txt -> beets-1.6.0/test/rsrc/lyrics/geniuscom copying test/rsrc/spotify/album_info.json -> beets-1.6.0/test/rsrc/spotify copying test/rsrc/spotify/missing_request.json -> beets-1.6.0/test/rsrc/spotify copying test/rsrc/spotify/track_info.json -> beets-1.6.0/test/rsrc/spotify copying test/rsrc/spotify/track_request.json -> beets-1.6.0/test/rsrc/spotify Writing beets-1.6.0/setup.cfg creating dist Creating tar archive removing 'beets-1.6.0' (and everything under it)