AUTHORS.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING.txt
INSTALL.md
MANIFEST.in
NEWS.md
README.md
RELEASING.md
appxmanifest.xml.in
org.musicbrainz.Picard.appdata.xml.in
org.musicbrainz.Picard.desktop
requirements-build.txt
requirements-dev.txt
requirements-macos.txt
requirements-win.txt
requirements.txt
setup.cfg
setup.py
tagger.py.in
win-version-info.txt.in
picard/__init__.py
picard/album.py
picard/cluster.py
picard/collection.py
picard/config.py
picard/config_upgrade.py
picard/dataobj.py
picard/disc.py
picard/file.py
picard/i18n.py
picard/log.py
picard/mbjson.py
picard/metadata.py
picard/oauth.py
picard/plugin.py
picard/pluginmanager.py
picard/releasegroup.py
picard/resources.py
picard/similarity.py
picard/tagger.py
picard/track.py
picard/version.py
picard.egg-info/PKG-INFO
picard.egg-info/SOURCES.txt
picard.egg-info/dependency_links.txt
picard.egg-info/requires.txt
picard.egg-info/top_level.txt
picard/acoustid/__init__.py
picard/acoustid/json_helpers.py
picard/acoustid/manager.py
picard/browser/__init__.py
picard/browser/browser.py
picard/browser/filelookup.py
picard/const/__init__.py
picard/const/attributes.py
picard/const/countries.py
picard/const/languages.py
picard/const/locales.py
picard/const/sys.py
picard/coverart/__init__.py
picard/coverart/image.py
picard/coverart/utils.py
picard/coverart/providers/__init__.py
picard/coverart/providers/caa.py
picard/coverart/providers/caa_release_group.py
picard/coverart/providers/local.py
picard/coverart/providers/provider.py
picard/coverart/providers/whitelist.py
picard/formats/__init__.py
picard/formats/ac3.py
picard/formats/apev2.py
picard/formats/asf.py
picard/formats/id3.py
picard/formats/midi.py
picard/formats/mp4.py
picard/formats/util.py
picard/formats/vorbis.py
picard/formats/wav.py
picard/formats/mutagenext/__init__.py
picard/formats/mutagenext/aac.py
picard/formats/mutagenext/ac3.py
picard/formats/mutagenext/compatid3.py
picard/formats/mutagenext/tak.py
picard/plugins/__init__.py
picard/script/__init__.py
picard/script/functions.py
picard/script/parser.py
picard/ui/__init__.py
picard/ui/aboutdialog.py
picard/ui/cdlookup.py
picard/ui/checkbox_list_item.py
picard/ui/collectionmenu.py
picard/ui/colors.py
picard/ui/coverartbox.py
picard/ui/edittagdialog.py
picard/ui/filebrowser.py
picard/ui/infodialog.py
picard/ui/infostatus.py
picard/ui/item.py
picard/ui/itemviews.py
picard/ui/logview.py
picard/ui/mainwindow.py
picard/ui/metadatabox.py
picard/ui/moveable_list_view.py
picard/ui/passworddialog.py
picard/ui/playertoolbar.py
picard/ui/ratingwidget.py
picard/ui/scriptsmenu.py
picard/ui/statusindicator.py
picard/ui/tablebaseddialog.py
picard/ui/tagsfromfilenames.py
picard/ui/theme.py
picard/ui/ui_aboutdialog.py
picard/ui/ui_cdlookup.py
picard/ui/ui_edittagdialog.py
picard/ui/ui_infodialog.py
picard/ui/ui_infostatus.py
picard/ui/ui_options.py
picard/ui/ui_options_advanced.py
picard/ui/ui_options_cdlookup.py
picard/ui/ui_options_cdlookup_select.py
picard/ui/ui_options_cover.py
picard/ui/ui_options_fingerprinting.py
picard/ui/ui_options_general.py
picard/ui/ui_options_genres.py
picard/ui/ui_options_interface.py
picard/ui/ui_options_interface_colors.py
picard/ui/ui_options_interface_top_tags.py
picard/ui/ui_options_matching.py
picard/ui/ui_options_metadata.py
picard/ui/ui_options_network.py
picard/ui/ui_options_plugins.py
picard/ui/ui_options_ratings.py
picard/ui/ui_options_releases.py
picard/ui/ui_options_renaming.py
picard/ui/ui_options_script.py
picard/ui/ui_options_tags.py
picard/ui/ui_options_tags_compatibility.py
picard/ui/ui_options_tags_compatibility_aac.py
picard/ui/ui_options_tags_compatibility_ac3.py
picard/ui/ui_options_tags_compatibility_id3.py
picard/ui/ui_options_tags_compatibility_wave.py
picard/ui/ui_passworddialog.py
picard/ui/ui_provider_options_caa.py
picard/ui/ui_provider_options_local.py
picard/ui/ui_scripting_documentation_dialog.py
picard/ui/ui_tagsfromfilenames.py
picard/ui/ui_widget_taglisteditor.py
picard/ui/util.py
picard/ui/options/__init__.py
picard/ui/options/advanced.py
picard/ui/options/cdlookup.py
picard/ui/options/cover.py
picard/ui/options/dialog.py
picard/ui/options/fingerprinting.py
picard/ui/options/general.py
picard/ui/options/genres.py
picard/ui/options/interface.py
picard/ui/options/interface_colors.py
picard/ui/options/interface_top_tags.py
picard/ui/options/matching.py
picard/ui/options/metadata.py
picard/ui/options/network.py
picard/ui/options/plugins.py
picard/ui/options/ratings.py
picard/ui/options/releases.py
picard/ui/options/renaming.py
picard/ui/options/scripting.py
picard/ui/options/tags.py
picard/ui/options/tags_compatibility_aac.py
picard/ui/options/tags_compatibility_ac3.py
picard/ui/options/tags_compatibility_id3.py
picard/ui/options/tags_compatibility_wave.py
picard/ui/searchdialog/__init__.py
picard/ui/searchdialog/album.py
picard/ui/searchdialog/artist.py
picard/ui/searchdialog/track.py
picard/ui/widgets/__init__.py
picard/ui/widgets/editablelistview.py
picard/ui/widgets/scriptlistwidget.py
picard/ui/widgets/scripttextedit.py
picard/ui/widgets/taglisteditor.py
picard/ui/widgets/tristatesortheaderview.py
picard/util/__init__.py
picard/util/_astrcmp.c
picard/util/astrcmp.py
picard/util/bytes2human.py
picard/util/cdrom.py
picard/util/checkupdate.py
picard/util/emptydir.py
picard/util/filenaming.py
picard/util/icontheme.py
picard/util/imageinfo.py
picard/util/imagelist.py
picard/util/lrucache.py
picard/util/natsort.py
picard/util/preservedtags.py
picard/util/progresscheckpoints.py
picard/util/scripttofilename.py
picard/util/settingsoverride.py
picard/util/tags.py
picard/util/textencoding.py
picard/util/thread.py
picard/util/versions.py
picard/util/webbrowser2.py
picard/util/xml.py
picard/webservice/__init__.py
picard/webservice/api_helpers.py
picard/webservice/ratecontrol.py
po/README.md
po/af.po
po/ar.po
po/ast.po
po/bg.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/de_CH.po
po/el.po
po/en.po
po/en_AU.po
po/en_CA.po
po/en_GB.po
po/eo.po
po/es.po
po/es_419.po
po/et.po
po/fa.po
po/fi.po
po/fo.po
po/fr.po
po/fr_CA.po
po/fy.po
po/gl.po
po/he.po
po/hi.po
po/hr.po
po/hu.po
po/id.po
po/is.po
po/it.po
po/ja.po
po/kn.po
po/ko.po
po/lt.po
po/mr.po
po/ms_MY.po
po/nb.po
po/nds.po
po/ne.po
po/nl.po
po/oc.po
po/picard.pot
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sco.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sv.po
po/ta.po
po/te.po
po/tr.po
po/uk.po
po/vi.po
po/zh-Hans.po
po/zh.po
po/zh_CN.po
po/zh_TW.po
po/appstream/LINGUAS
po/appstream/bg.po
po/appstream/ca.po
po/appstream/cs.po
po/appstream/cy.po
po/appstream/da.po
po/appstream/de.po
po/appstream/el.po
po/appstream/en_CA.po
po/appstream/es.po
po/appstream/et.po
po/appstream/fi.po
po/appstream/fr.po
po/appstream/fr_CA.po
po/appstream/ga.po
po/appstream/gl.po
po/appstream/he.po
po/appstream/hu.po
po/appstream/is.po
po/appstream/it.po
po/appstream/ja.po
po/appstream/ko.po
po/appstream/mr.po
po/appstream/ms_MY.po
po/appstream/nb.po
po/appstream/nl.po
po/appstream/oc.po
po/appstream/picard-appstream.pot
po/appstream/pl.po
po/appstream/pt.po
po/appstream/pt_BR.po
po/appstream/ro.po
po/appstream/ru.po
po/appstream/sk.po
po/appstream/sl.po
po/appstream/sq.po
po/appstream/sv.po
po/appstream/tr.po
po/appstream/uk.po
po/appstream/zh-Hans.po
po/appstream/zh.po
po/appstream/zh_CN.po
po/appstream/zh_TW.po
po/attributes/.gitignore
po/attributes/da.po
po/attributes/de.po
po/attributes/el.po
po/attributes/en_AU.po
po/attributes/en_CA.po
po/attributes/en_GB.po
po/attributes/eo.po
po/attributes/es.po
po/attributes/et.po
po/attributes/fi.po
po/attributes/fr.po
po/attributes/fr_CA.po
po/attributes/gl.po
po/attributes/he.po
po/attributes/hr.po
po/attributes/it.po
po/attributes/ja.po
po/attributes/ms_MY.po
po/attributes/nb.po
po/attributes/nl.po
po/attributes/oc.po
po/attributes/pl.po
po/attributes/pt_BR.po
po/attributes/pt_PT.po
po/attributes/ro.po
po/attributes/ru.po
po/attributes/sk.po
po/attributes/sq.po
po/attributes/sv.po
po/attributes/tr.po
po/attributes/zh-Hans.po
po/attributes/zh.po
po/attributes/zh_CN.po
po/attributes/zh_TW.po
po/countries/ca.po
po/countries/cs.po
po/countries/cy.po
po/countries/da.po
po/countries/de.po
po/countries/el.po
po/countries/en_AU.po
po/countries/en_CA.po
po/countries/en_GB.po
po/countries/eo.po
po/countries/es.po
po/countries/es_419.po
po/countries/et.po
po/countries/fi.po
po/countries/fr.po
po/countries/fr_CA.po
po/countries/gl.po
po/countries/he.po
po/countries/hi.po
po/countries/hr.po
po/countries/it.po
po/countries/ja.po
po/countries/ko.po
po/countries/mr.po
po/countries/ms_MY.po
po/countries/nb.po
po/countries/nl.po
po/countries/nl_BE.po
po/countries/pa.po
po/countries/pl.po
po/countries/pt.po
po/countries/pt_BR.po
po/countries/ro.po
po/countries/ru.po
po/countries/sk.po
po/countries/sl.po
po/countries/sq.po
po/countries/sr.po
po/countries/sv.po
po/countries/te.po
po/countries/tr.po
po/countries/vi.po
po/countries/zh-Hans.po
po/countries/zh.po
po/countries/zh_CN.po
po/countries/zh_TW.po
resources/org.musicbrainz.Picard.svg
resources/images/128x128/org.musicbrainz.Picard.png
resources/images/16x16/org.musicbrainz.Picard.png
resources/images/24x24/org.musicbrainz.Picard.png
resources/images/256x256/org.musicbrainz.Picard.png
resources/images/32x32/org.musicbrainz.Picard.png
resources/images/48x48/org.musicbrainz.Picard.png
scripts/picard.in
test/__init__.py
test/picardtestcase.py
test/test_acoustid.py
test/test_acoustidmanager.py
test/test_amazon_urls.py
test/test_api_helpers.py
test/test_browser.py
test/test_bytes2human.py
test/test_compatid3.py
test/test_config.py
test/test_config_upgrade.py
test/test_coverart_image.py
test/test_coverart_utils.py
test/test_coverartprovider_caa.py
test/test_dataobj.py
test/test_disc.py
test/test_emptydir.py
test/test_file.py
test/test_filesystem.py
test/test_imagelist.py
test/test_interface_colors.py
test/test_mbjson.py
test/test_metadata.py
test/test_plugins.py
test/test_releaseversions.py
test/test_script.py
test/test_scripttofilename.py
test/test_settingsoverride.py
test/test_similarity.py
test/test_taggenrefilter.py
test/test_textencoding.py
test/test_tracknum.py
test/test_union_sorted_lists.py
test/test_util_astrcmp.py
test/test_util_filenaming.py
test/test_util_lrucache.py
test/test_util_natsort.py
test/test_util_preservedtags.py
test/test_util_progresscheckpoints.py
test/test_util_tags.py
test/test_utils.py
test/test_versions.py
test/test_webservice.py
test/data/b2h_test_C.dat
test/data/mb.gif
test/data/mb.jpg
test/data/mb.pdf
test/data/mb.png
test/data/test-apev2.aac
test/data/test-apev2.ac3
test/data/test-dsd.dff
test/data/test-dst.dff
test/data/test-id3-rename-tags.mp3
test/data/test-invalid-rating.ogg
test/data/test-oggflac.oga
test/data/test-sv7.mpc
test/data/test-sv8.mpc
test/data/test.aac
test/data/test.ac3
test/data/test.aiff
test/data/test.ape
test/data/test.asf
test/data/test.dsf
test/data/test.eac3
test/data/test.flac
test/data/test.ini
test/data/test.m4a
test/data/test.m4v
test/data/test.mid
test/data/test.mp3
test/data/test.ofr
test/data/test.ofs
test/data/test.ogg
test/data/test.ogv
test/data/test.opus
test/data/test.spx
test/data/test.tak
test/data/test.tta
test/data/test.wav
test/data/test.wma
test/data/test.wmv
test/data/test.wv
test/data/testplugins/module/dummyplugin/__init__.py
test/data/testplugins/module/dummyplugin/__pycache__/__init__.cpython-38.pyc
test/data/testplugins/packaged_module/dummyplugin.picard.zip
test/data/testplugins/singlefile/dummyplugin.py
test/data/testplugins/singlefile/__pycache__/dummyplugin.cpython-38.pyc
test/data/testplugins/zipped_module/dummyplugin.zip
test/data/testplugins/zipped_singlefile/dummyplugin.zip
test/data/ws_data/acoustid.json
test/data/ws_data/acoustid_null.json
test/data/ws_data/artist.json
test/data/ws_data/artist_null.json
test/data/ws_data/country.json
test/data/ws_data/country_null.json
test/data/ws_data/label_info.json
test/data/ws_data/label_info_null.json
test/data/ws_data/media.json
test/data/ws_data/media_null.json
test/data/ws_data/recording.json
test/data/ws_data/recording_credits.json
test/data/ws_data/recording_instrumental.json
test/data/ws_data/recording_null.json
test/data/ws_data/release.json
test/data/ws_data/release_group.json
test/data/ws_data/release_group_2.json
test/data/ws_data/release_group_3.json
test/data/ws_data/release_group_4.json
test/data/ws_data/release_group_null.json
test/data/ws_data/release_null.json
test/data/ws_data/track.json
test/data/ws_data/track_null.json
test/data/ws_data/track_pregap.json
test/formats/__init__.py
test/formats/common.py
test/formats/coverart.py
test/formats/test_aac.py
test/formats/test_ac3.py
test/formats/test_apev2.py
test/formats/test_asf.py
test/formats/test_id3.py
test/formats/test_midi.py
test/formats/test_mp4.py
test/formats/test_mutagenext.py
test/formats/test_vorbis.py
test/formats/test_wav.py