Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

beets-1.4.6-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: beets Distribution: openSUSE Leap 15.2
Version: 1.4.6 Vendor: openSUSE
Release: lp152.3.3 Build date: Tue Mar 10 03:31:57 2020
Group: Productivity/Multimedia/Sound/Players Build host: cloud106
Size: 2464006 Source RPM: beets-1.4.6-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://beets.io/
Summary: Music tagger and library organizer
Beets is a media library management system for obsessive-compulsive music
geeks.

The purpose of beets is to get a music collection right once and for all.
It catalogs the collection, automatically improving its metadata as it goes.
It then provides a bouquet of tools for manipulating and accessing the music.

beets is designed as a library, has a number of plugins which
support these actions:

- Fetch or calculate all the metadata that could possibly be needed:
  album art, lyrics, genres, tempos, ReplayGain levels, or acoustic
  fingerprints.
- Get metadata from MusicBrainz, Discogs, and Beatport, or guess
  metadata using songs' filenames or their acoustic fingerprints.
- Transcode audio to any format.
- Check your library for duplicate tracks and albums or for albums that
  are missing tracks.
- Clean up crufty tags left behind by other tools.
- Embed and extract album art from files' metadata.
- Browse the music library graphically through a Web browser and play it in any
  browser that supports HTML5 Audio.
- Analyze music files' metadata from the command line.
- Listen to your library with a music player that speaks the MPD protocol
  and works with a variety of interfaces.

Writing additional plugins for beets is possible using Python.

Provides

Requires

License

MIT

Changelog

* Thu Jan 04 2018 alarrosa@suse.com
  - Update to 1.4.6:
    * The highlight of this release is "album merging," an often requested
      option in the importer to add new tracks to an existing album you already
      have in your library. This way, you no longer need to resort to removing
      the partial album from your library, combining the files manually, and
      importing again.
    * Here are the larger new features in this release:
    * When the importer finds duplicate albums, you can now merge all the
      tracks—old and new—together and try importing them as a single,
      combined album.
    * lyrics: The plugin can now produce reStructuredText files for beautiful,
      readable books of lyrics.
    * A new from_scratch configuration option makes the importer remove old
      metadata before applying new metadata. This new feature complements the
      zero and scrub plugins but is slightly different: beets clears out all
      the old tags it knows about and only keeps the new data it gets from
      the remote metadata source.
    * There are also somewhat littler, but still great, new features:
    * convert: A new no_convert option lets you skip transcoding items matching
      a query. Instead, the files are just copied as-is.
    * fetchart: A new quiet switch that only prints out messages when album art
      is missing.
    * mbcollection: You can configure a custom MusicBrainz collection via the
      new collection configuration option.
    * mbcollection: The collection update command can now remove albums from
      collections that are longer in the beets library.
    * fetchart: The clearart command now asks for confirmation before touching
      your files.
    * mpdstats: The plugin now correctly updates song statistics when MPD
      switches from a song to a stream and when it plays the same song
      multiple times consecutively.
    * acousticbrainz: The plugin can now be configured to write only a specific
      list of tags.
    * Lots of bug fixes.
    * The full changelog can be read at
      https://github.com/beetbox/beets/blob/master/docs/changelog.rst
  - Fixed rpm package group
* Tue Aug 08 2017 jengelh@inai.de
  - Improve write style of description
* Mon Aug 07 2017 alarrosa@suse.com
  - Remove %check since it makes random failures that are fixed just
    by retriggering a package build.
* Thu Jun 29 2017 alarrosa@suse.com
  - Update to 1.4.5:
    * You can now set fields to certain values during import, using either
      a --set field=value command-line flag or a new set_fields configuration
      option under the importer section.
    * Date queries can now include times, so you can filter your music down
      to the second.
    * Date queries can also be relative. You can say added:-1w.. to match
      music added in the last week, for example.
    * A new gmusic lets you interact with your Google Play Music library.
    * replaygain: We now keep R128 data in separate tags from classic
      ReplayGain data for formats that need it (namely, Ogg Opus). A new r128
      configuration option enables this behavior for specific formats.
    * The move command gained a new --export flag, which copies files to an
      external location without changing their paths in the library database.
    * There are also some bug fixes:
    * lastgenre: Fix a crash when using the prefer_specific and canonical
      options together.
    * web: Fix a crash on Windows under Python 2 when serving non-ASCII
      filenames.
    * metasync: Fix a crash in the Amarok backend when filenames contain
      quotes.
    * More informative error messages are displayed when the file format is not
      recognized.
  - Update to 1.4.4:
    * Added support for DSF files, once a future version of Mutagen is released
      that supports them.
    * A new hardlink config option instructs the importer to create hard links
      on filesystems that support them.
    * A new kodiupdate lets you keep your Kodi library in sync with beets.
    * A new bell configuration option under the import section enables
      a terminal bell when input is required.
    * A new field, composer_sort, is now supported and fetched from MusicBrainz.
    * The MusicBrainz backend and discogs now both provide a new attribute
      called track_alt that stores more nuanced, possibly non-numeric track
      index data. For example, some vinyl or tape media will report the side of
      the record using a letter instead of a number in that field.
    * web: Added a new endpoint, /item/path/foo, which will return the item info
      for the file at the given path, or 404.
    * web: Added a new config option, include_paths, which will cause paths
      to be included in item API responses if set to true.
    * The %aunique template function for aunique now takes a third argument that
      specifies which brackets to use around the disambiguator value. The
      argument can be any two characters that represent the left and right
      brackets. It defaults to [] and can also be blank to turn off bracketing.
    * Added a --move or -m option to the importer so that the files can be moved
      to the library instead of being copied or added "in place."
    * badfiles: Added a --verbose or -v option. Results are now displayed only
      for corrupted files by default and for all the files when the verbose
      option is set.
    * embedart: The explicit embedart command now asks for confirmation before
      embedding art into music files.
    * You can now run beets by typing python -m beets.
    * smartplaylist: Different playlist specifications that generate
      identically-named playlist files no longer conflict; instead, the
      resulting lists of tracks are concatenated.
    * missing: A new mode lets you see missing albums from artists you have in
      your library.
    * web : Add new reverse_proxy config option to allow serving the web plugins
      under a reverse proxy.
    * Importing a release with multiple release events now selects the event
      based on your preferred countries.
    * play: A new -y or --yes parameter lets you skip the warning message
      if you enqueue more items than the warning threshold usually allows.
    * Fix a bug where commands which forked subprocesses would sometimes
      prevent further inputs. This bug mainly affected convert.
    * There are also quite a few fixes:
    * In the replace configuration option, we now replace a leading hyphen (-)
      with an underscore.
    * absubmit: We no longer filter audio files for specific formats---we will
      attempt the submission process for all formats.
    * mpdupdate: Fix Python 3 compatibility.
    * replaygain: Fix Python 3 compatibility in the bs1770gain backend.
    * bpd: Report playback times as integers.
    * mpdstats: Fix Python 3 compatibility. The plugin also now requires
      version 0.4.2 or later of the python-mpd2 library.
    * mpdstats: Improve handling of MPD status queries.
    * badfiles: Fix Python 3 compatibility.
    * Fix some cases where album-level ReplayGain/SoundCheck metadata would be
      written to files incorrectly.
    * badfiles: The command no longer bails out if the validator command is
      not found or exits with an error.
    * lyrics: The Google search backend no longer crashes when the server
      responds with an error.
    * discogs: You can now authenticate with Discogs using a personal access
      token.
    * Fix Python 3 compatibility when extracting rar archives in the importer.
    * duplicates: Fix Python 3 compatibility when using the copy and move
      options.
    * mbsubmit: The tracks are now sorted properly.
    * thumbnails: Fix a string-related crash on Python 3.
    * beatport: More than just 10 songs are now fetched per album.
    * On Python 3, the terminal_encoding setting is respected again for output
      and printing will no longer crash on systems configured with a limited
      encoding.
    * convert: The default configuration uses FFmpeg's built-in AAC codec
      instead of faac.
    * Fix the importer's detection of multi-disc albums when other
      subdirectories are present.
    * Invalid date queries now print an error message instead of being
      silently ignored.
    * When the SQLite database stops being accessible, we now print a friendly
      error message.
    * web: Avoid a crash when sending binary data, such as Chromaprint
      fingerprints, in music attributes.
    * Fix a hang when parsing templates that end in newlines.
    * Fix a crash when reading non-ASCII characters in configuration files on
      Windows under Python 3.
    * Some backends were removed from two metadata plugins because of bitrot:
    * lyrics: The Lyrics.com backend has been removed. (It stopped working
      because of changes to the site's URL structure.)
    * fetchart: The documentation no longer recommends iTunes Store artwork
      lookup because the unmaintained python-itunes is broken.
  - Dropped patches already included upstream:
    * 0001-Add-missing-unittest-suite-declaration.patch
    * 0001-Fix-2381-mpdupdate-on-Python-3.patch
    * 0001-Fix-2382-replaygain-backend-parsing-on-Python-3.patch
    * 0001-Fixed-failing-test-because-mocked-data-was-missing-p.patch
    * 0001-Fixed-failing-test-where-track-number-was-missing-fr.patch
    * 0001-Remove-dependencies-from-convert_stub.py.patch
    * 0001-badfiles-Better-logging-and-error-handling.patch
    * 0001-mpdstats-Fix-Python-3-compatibility.patch
    * 0002-badfiles-Python3-compatibility.patch
    * 0001-Run-python2-or-python3.patch
  - Rebase fix_test_command_line_option_relative_to_working_dir.diff
  - Changed url to use the github release link.
  - BuildRequires python3-python-mpd2 >= 0.4.2
* Mon Apr 10 2017 alarrosa@suse.com
  - Only BuildRequire python3-pathlib when not in Tumbleweed, since
    the pathlib module was included in the standard library in python 3.4
* Thu Jan 19 2017 alarrosa@suse.com
  - Initial release.
  - Add 0001-Add-missing-unittest-suite-declaration.patch,
    0001-Fix-2381-mpdupdate-on-Python-3.patch,
    0001-Fix-2382-replaygain-backend-parsing-on-Python-3.patch,
    0001-Fixed-failing-test-because-mocked-data-was-missing-p.patch,
    0001-Fixed-failing-test-where.patch,
    0001-Fixed-failing-test-where-track-number-was-missing-fr.patch,
    0001-Remove-dependencies-from-convert_stub.py.patch,
    0001-Run-python2-or-python3.patch,
    0001-mpdstats-Fix-Python-3-compatibility.patch,
    0001-badfiles-Better-logging-and-error-handling.patch and
    0002-badfiles-Python3-compatibility.patch from upstream to fix
    most failing tests and python3 issues.
  - Add fix_test_command_line_option_relative_to_working_dir.diff
    to fix test_ui.py making all tests run successfully.

Files

/usr/bin/beet
/usr/lib/python3.6/site-packages/beets
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/beets-1.4.6-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/beets/__init__.py
/usr/lib/python3.6/site-packages/beets/__main__.py
/usr/lib/python3.6/site-packages/beets/__pycache__
/usr/lib/python3.6/site-packages/beets/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/art.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/importer.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/library.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/logging.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/mediafile.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/plugins.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/__pycache__/vfs.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/art.py
/usr/lib/python3.6/site-packages/beets/autotag
/usr/lib/python3.6/site-packages/beets/autotag/__init__.py
/usr/lib/python3.6/site-packages/beets/autotag/__pycache__
/usr/lib/python3.6/site-packages/beets/autotag/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/autotag/__pycache__/hooks.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/autotag/__pycache__/match.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/autotag/__pycache__/mb.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/autotag/hooks.py
/usr/lib/python3.6/site-packages/beets/autotag/match.py
/usr/lib/python3.6/site-packages/beets/autotag/mb.py
/usr/lib/python3.6/site-packages/beets/config_default.yaml
/usr/lib/python3.6/site-packages/beets/dbcore
/usr/lib/python3.6/site-packages/beets/dbcore/__init__.py
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__/db.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__/query.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__/queryparse.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/dbcore/__pycache__/types.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/dbcore/db.py
/usr/lib/python3.6/site-packages/beets/dbcore/query.py
/usr/lib/python3.6/site-packages/beets/dbcore/queryparse.py
/usr/lib/python3.6/site-packages/beets/dbcore/types.py
/usr/lib/python3.6/site-packages/beets/importer.py
/usr/lib/python3.6/site-packages/beets/library.py
/usr/lib/python3.6/site-packages/beets/logging.py
/usr/lib/python3.6/site-packages/beets/mediafile.py
/usr/lib/python3.6/site-packages/beets/plugins.py
/usr/lib/python3.6/site-packages/beets/ui
/usr/lib/python3.6/site-packages/beets/ui/__init__.py
/usr/lib/python3.6/site-packages/beets/ui/__pycache__
/usr/lib/python3.6/site-packages/beets/ui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/ui/__pycache__/commands.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/ui/commands.py
/usr/lib/python3.6/site-packages/beets/ui/completion_base.sh
/usr/lib/python3.6/site-packages/beets/util
/usr/lib/python3.6/site-packages/beets/util/__init__.py
/usr/lib/python3.6/site-packages/beets/util/__pycache__
/usr/lib/python3.6/site-packages/beets/util/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/artresizer.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/bluelet.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/confit.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/enumeration.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/functemplate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/hidden.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/__pycache__/pipeline.cpython-36.pyc
/usr/lib/python3.6/site-packages/beets/util/artresizer.py
/usr/lib/python3.6/site-packages/beets/util/bluelet.py
/usr/lib/python3.6/site-packages/beets/util/confit.py
/usr/lib/python3.6/site-packages/beets/util/enumeration.py
/usr/lib/python3.6/site-packages/beets/util/functemplate.py
/usr/lib/python3.6/site-packages/beets/util/hidden.py
/usr/lib/python3.6/site-packages/beets/util/pipeline.py
/usr/lib/python3.6/site-packages/beets/vfs.py
/usr/lib/python3.6/site-packages/beetsplug
/usr/lib/python3.6/site-packages/beetsplug/__init__.py
/usr/lib/python3.6/site-packages/beetsplug/__pycache__
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/absubmit.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/acousticbrainz.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/badfiles.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/beatport.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/bench.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/bpm.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/bucket.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/chroma.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/convert.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/cue.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/discogs.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/duplicates.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/edit.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/embedart.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/embyupdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/export.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/fetchart.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/filefilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/freedesktop.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/fromfilename.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/ftintitle.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/fuzzy.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/gmusic.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/hook.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/ihate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/importadded.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/importfeeds.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/info.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/inline.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/ipfs.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/keyfinder.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/kodiupdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/lastimport.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/lyrics.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/mbcollection.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/mbsubmit.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/mbsync.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/missing.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/mpdstats.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/mpdupdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/permissions.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/play.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/plexupdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/random.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/replaygain.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/rewrite.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/scrub.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/smartplaylist.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/spotify.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/the.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/thumbnails.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/types.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/__pycache__/zero.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/absubmit.py
/usr/lib/python3.6/site-packages/beetsplug/acousticbrainz.py
/usr/lib/python3.6/site-packages/beetsplug/badfiles.py
/usr/lib/python3.6/site-packages/beetsplug/beatport.py
/usr/lib/python3.6/site-packages/beetsplug/bench.py
/usr/lib/python3.6/site-packages/beetsplug/bpd
/usr/lib/python3.6/site-packages/beetsplug/bpd/__init__.py
/usr/lib/python3.6/site-packages/beetsplug/bpd/__pycache__
/usr/lib/python3.6/site-packages/beetsplug/bpd/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/bpd/__pycache__/gstplayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/bpd/gstplayer.py
/usr/lib/python3.6/site-packages/beetsplug/bpm.py
/usr/lib/python3.6/site-packages/beetsplug/bucket.py
/usr/lib/python3.6/site-packages/beetsplug/chroma.py
/usr/lib/python3.6/site-packages/beetsplug/convert.py
/usr/lib/python3.6/site-packages/beetsplug/cue.py
/usr/lib/python3.6/site-packages/beetsplug/discogs.py
/usr/lib/python3.6/site-packages/beetsplug/duplicates.py
/usr/lib/python3.6/site-packages/beetsplug/edit.py
/usr/lib/python3.6/site-packages/beetsplug/embedart.py
/usr/lib/python3.6/site-packages/beetsplug/embyupdate.py
/usr/lib/python3.6/site-packages/beetsplug/export.py
/usr/lib/python3.6/site-packages/beetsplug/fetchart.py
/usr/lib/python3.6/site-packages/beetsplug/filefilter.py
/usr/lib/python3.6/site-packages/beetsplug/freedesktop.py
/usr/lib/python3.6/site-packages/beetsplug/fromfilename.py
/usr/lib/python3.6/site-packages/beetsplug/ftintitle.py
/usr/lib/python3.6/site-packages/beetsplug/fuzzy.py
/usr/lib/python3.6/site-packages/beetsplug/gmusic.py
/usr/lib/python3.6/site-packages/beetsplug/hook.py
/usr/lib/python3.6/site-packages/beetsplug/ihate.py
/usr/lib/python3.6/site-packages/beetsplug/importadded.py
/usr/lib/python3.6/site-packages/beetsplug/importfeeds.py
/usr/lib/python3.6/site-packages/beetsplug/info.py
/usr/lib/python3.6/site-packages/beetsplug/inline.py
/usr/lib/python3.6/site-packages/beetsplug/ipfs.py
/usr/lib/python3.6/site-packages/beetsplug/keyfinder.py
/usr/lib/python3.6/site-packages/beetsplug/kodiupdate.py
/usr/lib/python3.6/site-packages/beetsplug/lastgenre
/usr/lib/python3.6/site-packages/beetsplug/lastgenre/__init__.py
/usr/lib/python3.6/site-packages/beetsplug/lastgenre/__pycache__
/usr/lib/python3.6/site-packages/beetsplug/lastgenre/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/lastgenre/genres-tree.yaml
/usr/lib/python3.6/site-packages/beetsplug/lastgenre/genres.txt
/usr/lib/python3.6/site-packages/beetsplug/lastimport.py
/usr/lib/python3.6/site-packages/beetsplug/lyrics.py
/usr/lib/python3.6/site-packages/beetsplug/mbcollection.py
/usr/lib/python3.6/site-packages/beetsplug/mbsubmit.py
/usr/lib/python3.6/site-packages/beetsplug/mbsync.py
/usr/lib/python3.6/site-packages/beetsplug/metasync
/usr/lib/python3.6/site-packages/beetsplug/metasync/__init__.py
/usr/lib/python3.6/site-packages/beetsplug/metasync/__pycache__
/usr/lib/python3.6/site-packages/beetsplug/metasync/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/metasync/__pycache__/amarok.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/metasync/__pycache__/itunes.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/metasync/amarok.py
/usr/lib/python3.6/site-packages/beetsplug/metasync/itunes.py
/usr/lib/python3.6/site-packages/beetsplug/missing.py
/usr/lib/python3.6/site-packages/beetsplug/mpdstats.py
/usr/lib/python3.6/site-packages/beetsplug/mpdupdate.py
/usr/lib/python3.6/site-packages/beetsplug/permissions.py
/usr/lib/python3.6/site-packages/beetsplug/play.py
/usr/lib/python3.6/site-packages/beetsplug/plexupdate.py
/usr/lib/python3.6/site-packages/beetsplug/random.py
/usr/lib/python3.6/site-packages/beetsplug/replaygain.py
/usr/lib/python3.6/site-packages/beetsplug/rewrite.py
/usr/lib/python3.6/site-packages/beetsplug/scrub.py
/usr/lib/python3.6/site-packages/beetsplug/smartplaylist.py
/usr/lib/python3.6/site-packages/beetsplug/spotify.py
/usr/lib/python3.6/site-packages/beetsplug/the.py
/usr/lib/python3.6/site-packages/beetsplug/thumbnails.py
/usr/lib/python3.6/site-packages/beetsplug/types.py
/usr/lib/python3.6/site-packages/beetsplug/web
/usr/lib/python3.6/site-packages/beetsplug/web/__init__.py
/usr/lib/python3.6/site-packages/beetsplug/web/__pycache__
/usr/lib/python3.6/site-packages/beetsplug/web/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/beetsplug/web/static
/usr/lib/python3.6/site-packages/beetsplug/web/static/backbone.js
/usr/lib/python3.6/site-packages/beetsplug/web/static/beets.css
/usr/lib/python3.6/site-packages/beetsplug/web/static/beets.js
/usr/lib/python3.6/site-packages/beetsplug/web/static/jquery.js
/usr/lib/python3.6/site-packages/beetsplug/web/static/underscore.js
/usr/lib/python3.6/site-packages/beetsplug/web/templates
/usr/lib/python3.6/site-packages/beetsplug/web/templates/index.html
/usr/lib/python3.6/site-packages/beetsplug/zero.py
/usr/share/doc/packages/beets
/usr/share/doc/packages/beets/LICENSE
/usr/share/doc/packages/beets/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024