Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 4, 2020 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/00f61a11c332a0161fbc734c0bc6c9ae to your computer and use it in GitHub Desktop.
Save r-ryantm/00f61a11c332a0161fbc734c0bc6c9ae to your computer and use it in GitHub Desktop.
/nix/store/hba3i74w20cm6ys6pi34bj8z71bkaxbc-picard-2.5.1
├── bin
│   └── picard
├── lib
│   └── python3.8
│   └── site-packages
│   ├── picard
│   │   ├── acoustid
│   │   │   ├── __init__.py
│   │   │   ├── json_helpers.py
│   │   │   ├── manager.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── json_helpers.cpython-38.pyc
│   │   │   └── manager.cpython-38.pyc
│   │   ├── album.py
│   │   ├── browser
│   │   │   ├── browser.py
│   │   │   ├── filelookup.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── browser.cpython-38.pyc
│   │   │   ├── filelookup.cpython-38.pyc
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── cluster.py
│   │   ├── collection.py
│   │   ├── config.py
│   │   ├── config_upgrade.py
│   │   ├── const
│   │   │   ├── attributes.py
│   │   │   ├── countries.py
│   │   │   ├── __init__.py
│   │   │   ├── languages.py
│   │   │   ├── locales.py
│   │   │   ├── __pycache__
│   │   │   │   ├── attributes.cpython-38.pyc
│   │   │   │   ├── countries.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── languages.cpython-38.pyc
│   │   │   │   ├── locales.cpython-38.pyc
│   │   │   │   └── sys.cpython-38.pyc
│   │   │   └── sys.py
│   │   ├── coverart
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── providers
│   │   │   │   ├── caa.py
│   │   │   │   ├── caa_release_group.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── local.py
│   │   │   │   ├── provider.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── caa.cpython-38.pyc
│   │   │   │   │   ├── caa_release_group.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── local.cpython-38.pyc
│   │   │   │   │   ├── provider.cpython-38.pyc
│   │   │   │   │   └── urlrels.cpython-38.pyc
│   │   │   │   └── urlrels.py
│   │   │   ├── __pycache__
│   │   │   │   ├── image.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── utils.cpython-38.pyc
│   │   │   └── utils.py
│   │   ├── dataobj.py
│   │   ├── disc.py
│   │   ├── file.py
│   │   ├── formats
│   │   │   ├── ac3.py
│   │   │   ├── apev2.py
│   │   │   ├── asf.py
│   │   │   ├── id3.py
│   │   │   ├── __init__.py
│   │   │   ├── midi.py
│   │   │   ├── mp4.py
│   │   │   ├── mutagenext
│   │   │   │   ├── aac.py
│   │   │   │   ├── ac3.py
│   │   │   │   ├── compatid3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aac.cpython-38.pyc
│   │   │   │   │   ├── ac3.cpython-38.pyc
│   │   │   │   │   ├── compatid3.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── tak.cpython-38.pyc
│   │   │   │   └── tak.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ac3.cpython-38.pyc
│   │   │   │   ├── apev2.cpython-38.pyc
│   │   │   │   ├── asf.cpython-38.pyc
│   │   │   │   ├── id3.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── midi.cpython-38.pyc
│   │   │   │   ├── mp4.cpython-38.pyc
│   │   │   │   ├── util.cpython-38.pyc
│   │   │   │   ├── vorbis.cpython-38.pyc
│   │   │   │   └── wav.cpython-38.pyc
│   │   │   ├── util.py
│   │   │   ├── vorbis.py
│   │   │   └── wav.py
│   │   ├── i18n.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── mbjson.py
│   │   ├── metadata.py
│   │   ├── oauth.py
│   │   ├── pluginmanager.py
│   │   ├── plugin.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── __pycache__
│   │   │   ├── album.cpython-38.pyc
│   │   │   ├── cluster.cpython-38.pyc
│   │   │   ├── collection.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── config_upgrade.cpython-38.pyc
│   │   │   ├── dataobj.cpython-38.pyc
│   │   │   ├── disc.cpython-38.pyc
│   │   │   ├── file.cpython-38.pyc
│   │   │   ├── i18n.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── log.cpython-38.pyc
│   │   │   ├── mbjson.cpython-38.pyc
│   │   │   ├── metadata.cpython-38.pyc
│   │   │   ├── oauth.cpython-38.pyc
│   │   │   ├── plugin.cpython-38.pyc
│   │   │   ├── pluginmanager.cpython-38.pyc
│   │   │   ├── releasegroup.cpython-38.pyc
│   │   │   ├── resources.cpython-38.pyc
│   │   │   ├── similarity.cpython-38.pyc
│   │   │   ├── tagger.cpython-38.pyc
│   │   │   ├── track.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── releasegroup.py
│   │   ├── resources.py
│   │   ├── script
│   │   │   ├── functions.py
│   │   │   ├── __init__.py
│   │   │   ├── parser.py
│   │   │   └── __pycache__
│   │   │   ├── functions.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── parser.cpython-38.pyc
│   │   ├── similarity.py
│   │   ├── tagger.py
│   │   ├── track.py
│   │   ├── ui
│   │   │   ├── aboutdialog.py
│   │   │   ├── cdlookup.py
│   │   │   ├── checkbox_list_item.py
│   │   │   ├── collectionmenu.py
│   │   │   ├── colors.py
│   │   │   ├── coverartbox.py
│   │   │   ├── edittagdialog.py
│   │   │   ├── filebrowser.py
│   │   │   ├── infodialog.py
│   │   │   ├── infostatus.py
│   │   │   ├── __init__.py
│   │   │   ├── item.py
│   │   │   ├── itemviews.py
│   │   │   ├── logview.py
│   │   │   ├── mainwindow.py
│   │   │   ├── metadatabox.py
│   │   │   ├── moveable_list_view.py
│   │   │   ├── options
│   │   │   │   ├── advanced.py
│   │   │   │   ├── cdlookup.py
│   │   │   │   ├── cover.py
│   │   │   │   ├── dialog.py
│   │   │   │   ├── fingerprinting.py
│   │   │   │   ├── general.py
│   │   │   │   ├── genres.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── interface_colors.py
│   │   │   │   ├── interface.py
│   │   │   │   ├── interface_top_tags.py
│   │   │   │   ├── matching.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── network.py
│   │   │   │   ├── plugins.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── advanced.cpython-38.pyc
│   │   │   │   │   ├── cdlookup.cpython-38.pyc
│   │   │   │   │   ├── cover.cpython-38.pyc
│   │   │   │   │   ├── dialog.cpython-38.pyc
│   │   │   │   │   ├── fingerprinting.cpython-38.pyc
│   │   │   │   │   ├── general.cpython-38.pyc
│   │   │   │   │   ├── genres.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── interface_colors.cpython-38.pyc
│   │   │   │   │   ├── interface.cpython-38.pyc
│   │   │   │   │   ├── interface_top_tags.cpython-38.pyc
│   │   │   │   │   ├── matching.cpython-38.pyc
│   │   │   │   │   ├── metadata.cpython-38.pyc
│   │   │   │   │   ├── network.cpython-38.pyc
│   │   │   │   │   ├── plugins.cpython-38.pyc
│   │   │   │   │   ├── ratings.cpython-38.pyc
│   │   │   │   │   ├── releases.cpython-38.pyc
│   │   │   │   │   ├── renaming.cpython-38.pyc
│   │   │   │   │   ├── scripting.cpython-38.pyc
│   │   │   │   │   ├── tags_compatibility_aac.cpython-38.pyc
│   │   │   │   │   ├── tags_compatibility_ac3.cpython-38.pyc
│   │   │   │   │   ├── tags_compatibility_id3.cpython-38.pyc
│   │   │   │   │   ├── tags_compatibility_wave.cpython-38.pyc
│   │   │   │   │   └── tags.cpython-38.pyc
│   │   │   │   ├── ratings.py
│   │   │   │   ├── releases.py
│   │   │   │   ├── renaming.py
│   │   │   │   ├── scripting.py
│   │   │   │   ├── tags_compatibility_aac.py
│   │   │   │   ├── tags_compatibility_ac3.py
│   │   │   │   ├── tags_compatibility_id3.py
│   │   │   │   ├── tags_compatibility_wave.py
│   │   │   │   └── tags.py
│   │   │   ├── passworddialog.py
│   │   │   ├── playertoolbar.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aboutdialog.cpython-38.pyc
│   │   │   │   ├── cdlookup.cpython-38.pyc
│   │   │   │   ├── checkbox_list_item.cpython-38.pyc
│   │   │   │   ├── collectionmenu.cpython-38.pyc
│   │   │   │   ├── colors.cpython-38.pyc
│   │   │   │   ├── coverartbox.cpython-38.pyc
│   │   │   │   ├── edittagdialog.cpython-38.pyc
│   │   │   │   ├── filebrowser.cpython-38.pyc
│   │   │   │   ├── infodialog.cpython-38.pyc
│   │   │   │   ├── infostatus.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── item.cpython-38.pyc
│   │   │   │   ├── itemviews.cpython-38.pyc
│   │   │   │   ├── logview.cpython-38.pyc
│   │   │   │   ├── mainwindow.cpython-38.pyc
│   │   │   │   ├── metadatabox.cpython-38.pyc
│   │   │   │   ├── moveable_list_view.cpython-38.pyc
│   │   │   │   ├── passworddialog.cpython-38.pyc
│   │   │   │   ├── playertoolbar.cpython-38.pyc
│   │   │   │   ├── ratingwidget.cpython-38.pyc
│   │   │   │   ├── scriptsmenu.cpython-38.pyc
│   │   │   │   ├── statusindicator.cpython-38.pyc
│   │   │   │   ├── tablebaseddialog.cpython-38.pyc
│   │   │   │   ├── tagsfromfilenames.cpython-38.pyc
│   │   │   │   ├── theme.cpython-38.pyc
│   │   │   │   ├── ui_aboutdialog.cpython-38.pyc
│   │   │   │   ├── ui_cdlookup.cpython-38.pyc
│   │   │   │   ├── ui_edittagdialog.cpython-38.pyc
│   │   │   │   ├── ui_infodialog.cpython-38.pyc
│   │   │   │   ├── ui_infostatus.cpython-38.pyc
│   │   │   │   ├── ui_options_advanced.cpython-38.pyc
│   │   │   │   ├── ui_options_cdlookup.cpython-38.pyc
│   │   │   │   ├── ui_options_cdlookup_select.cpython-38.pyc
│   │   │   │   ├── ui_options_cover.cpython-38.pyc
│   │   │   │   ├── ui_options.cpython-38.pyc
│   │   │   │   ├── ui_options_fingerprinting.cpython-38.pyc
│   │   │   │   ├── ui_options_general.cpython-38.pyc
│   │   │   │   ├── ui_options_genres.cpython-38.pyc
│   │   │   │   ├── ui_options_interface_colors.cpython-38.pyc
│   │   │   │   ├── ui_options_interface.cpython-38.pyc
│   │   │   │   ├── ui_options_interface_top_tags.cpython-38.pyc
│   │   │   │   ├── ui_options_matching.cpython-38.pyc
│   │   │   │   ├── ui_options_metadata.cpython-38.pyc
│   │   │   │   ├── ui_options_network.cpython-38.pyc
│   │   │   │   ├── ui_options_plugins.cpython-38.pyc
│   │   │   │   ├── ui_options_ratings.cpython-38.pyc
│   │   │   │   ├── ui_options_releases.cpython-38.pyc
│   │   │   │   ├── ui_options_renaming.cpython-38.pyc
│   │   │   │   ├── ui_options_script.cpython-38.pyc
│   │   │   │   ├── ui_options_tags_compatibility_aac.cpython-38.pyc
│   │   │   │   ├── ui_options_tags_compatibility_ac3.cpython-38.pyc
│   │   │   │   ├── ui_options_tags_compatibility.cpython-38.pyc
│   │   │   │   ├── ui_options_tags_compatibility_id3.cpython-38.pyc
│   │   │   │   ├── ui_options_tags_compatibility_wave.cpython-38.pyc
│   │   │   │   ├── ui_options_tags.cpython-38.pyc
│   │   │   │   ├── ui_passworddialog.cpython-38.pyc
│   │   │   │   ├── ui_provider_options_caa.cpython-38.pyc
│   │   │   │   ├── ui_provider_options_local.cpython-38.pyc
│   │   │   │   ├── ui_scripting_documentation_dialog.cpython-38.pyc
│   │   │   │   ├── ui_tagsfromfilenames.cpython-38.pyc
│   │   │   │   ├── ui_widget_taglisteditor.cpython-38.pyc
│   │   │   │   └── util.cpython-38.pyc
│   │   │   ├── ratingwidget.py
│   │   │   ├── scriptsmenu.py
│   │   │   ├── searchdialog
│   │   │   │   ├── album.py
│   │   │   │   ├── artist.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── album.cpython-38.pyc
│   │   │   │   │   ├── artist.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── track.cpython-38.pyc
│   │   │   │   └── track.py
│   │   │   ├── statusindicator.py
│   │   │   ├── tablebaseddialog.py
│   │   │   ├── tagsfromfilenames.py
│   │   │   ├── theme.py
│   │   │   ├── ui_aboutdialog.py
│   │   │   ├── ui_cdlookup.py
│   │   │   ├── ui_edittagdialog.py
│   │   │   ├── ui_infodialog.py
│   │   │   ├── ui_infostatus.py
│   │   │   ├── ui_options_advanced.py
│   │   │   ├── ui_options_cdlookup.py
│   │   │   ├── ui_options_cdlookup_select.py
│   │   │   ├── ui_options_cover.py
│   │   │   ├── ui_options_fingerprinting.py
│   │   │   ├── ui_options_general.py
│   │   │   ├── ui_options_genres.py
│   │   │   ├── ui_options_interface_colors.py
│   │   │   ├── ui_options_interface.py
│   │   │   ├── ui_options_interface_top_tags.py
│   │   │   ├── ui_options_matching.py
│   │   │   ├── ui_options_metadata.py
│   │   │   ├── ui_options_network.py
│   │   │   ├── ui_options_plugins.py
│   │   │   ├── ui_options.py
│   │   │   ├── ui_options_ratings.py
│   │   │   ├── ui_options_releases.py
│   │   │   ├── ui_options_renaming.py
│   │   │   ├── ui_options_script.py
│   │   │   ├── ui_options_tags_compatibility_aac.py
│   │   │   ├── ui_options_tags_compatibility_ac3.py
│   │   │   ├── ui_options_tags_compatibility_id3.py
│   │   │   ├── ui_options_tags_compatibility.py
│   │   │   ├── ui_options_tags_compatibility_wave.py
│   │   │   ├── ui_options_tags.py
│   │   │   ├── ui_passworddialog.py
│   │   │   ├── ui_provider_options_caa.py
│   │   │   ├── ui_provider_options_local.py
│   │   │   ├── ui_scripting_documentation_dialog.py
│   │   │   ├── ui_tagsfromfilenames.py
│   │   │   ├── ui_widget_taglisteditor.py
│   │   │   ├── util.py
│   │   │   └── widgets
│   │   │   ├── editablelistview.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── editablelistview.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── scriptlistwidget.cpython-38.pyc
│   │   │   │   ├── scripttextedit.cpython-38.pyc
│   │   │   │   ├── taglisteditor.cpython-38.pyc
│   │   │   │   └── tristatesortheaderview.cpython-38.pyc
│   │   │   ├── scriptlistwidget.py
│   │   │   ├── scripttextedit.py
│   │   │   ├── taglisteditor.py
│   │   │   └── tristatesortheaderview.py
│   │   ├── util
│   │   │   ├── _astrcmp.cpython-38-x86_64-linux-gnu.so
│   │   │   ├── astrcmp.py
│   │   │   ├── bytes2human.py
│   │   │   ├── cdrom.py
│   │   │   ├── checkupdate.py
│   │   │   ├── emptydir.py
│   │   │   ├── filenaming.py
│   │   │   ├── icontheme.py
│   │   │   ├── imageinfo.py
│   │   │   ├── imagelist.py
│   │   │   ├── __init__.py
│   │   │   ├── lrucache.py
│   │   │   ├── natsort.py
│   │   │   ├── preservedtags.py
│   │   │   ├── progresscheckpoints.py
│   │   │   ├── __pycache__
│   │   │   │   ├── astrcmp.cpython-38.pyc
│   │   │   │   ├── bytes2human.cpython-38.pyc
│   │   │   │   ├── cdrom.cpython-38.pyc
│   │   │   │   ├── checkupdate.cpython-38.pyc
│   │   │   │   ├── emptydir.cpython-38.pyc
│   │   │   │   ├── filenaming.cpython-38.pyc
│   │   │   │   ├── icontheme.cpython-38.pyc
│   │   │   │   ├── imageinfo.cpython-38.pyc
│   │   │   │   ├── imagelist.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── lrucache.cpython-38.pyc
│   │   │   │   ├── natsort.cpython-38.pyc
│   │   │   │   ├── preservedtags.cpython-38.pyc
│   │   │   │   ├── progresscheckpoints.cpython-38.pyc
│   │   │   │   ├── scripttofilename.cpython-38.pyc
│   │   │   │   ├── settingsoverride.cpython-38.pyc
│   │   │   │   ├── tags.cpython-38.pyc
│   │   │   │   ├── textencoding.cpython-38.pyc
│   │   │   │   ├── thread.cpython-38.pyc
│   │   │   │   ├── versions.cpython-38.pyc
│   │   │   │   ├── webbrowser2.cpython-38.pyc
│   │   │   │   └── xml.cpython-38.pyc
│   │   │   ├── scripttofilename.py
│   │   │   ├── settingsoverride.py
│   │   │   ├── tags.py
│   │   │   ├── textencoding.py
│   │   │   ├── thread.py
│   │   │   ├── versions.py
│   │   │   ├── webbrowser2.py
│   │   │   └── xml.py
│   │   ├── version.py
│   │   └── webservice
│   │   ├── api_helpers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api_helpers.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── ratecontrol.cpython-38.pyc
│   │   └── ratecontrol.py
│   └── picard-2.5.1.dist-info
│   ├── AUTHORS.txt
│   ├── COPYING.txt
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── org.musicbrainz.Picard.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   ├── 16x16
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   ├── 24x24
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   ├── 256x256
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   ├── 32x32
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   ├── 48x48
│   │   └── apps
│   │   └── org.musicbrainz.Picard.png
│   └── scalable
│   └── apps
│   └── org.musicbrainz.Picard.svg
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── cy
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── de_CH
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── en
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── en_AU
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── en_CA
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── es_419
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── fo
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── fr_CA
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── fy
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── is
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── kn
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── ms_MY
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── nds
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── ne
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── nl_BE
│   │   └── LC_MESSAGES
│   │   └── picard-countries.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   └── picard.mo
│   ├── pa
│   │   └── LC_MESSAGES
│   │   └── picard-countries.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── pt_PT
│   │   └── LC_MESSAGES
│   │   └── picard-attributes.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── sco
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── te
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── picard.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── zh
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   ├── zh-Hans
│   │   └── LC_MESSAGES
│   │   ├── picard-attributes.mo
│   │   ├── picard-countries.mo
│   │   └── picard.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   ├── picard-attributes.mo
│   ├── picard-countries.mo
│   └── picard.mo
└── metainfo
└── org.musicbrainz.Picard.appdata.xml
192 directories, 530 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment