Skip to content

mikeacameron/beets-albumquality-mediainfo.exe-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beets-albumquality

Beets plugin to allow the usage of the imported album quality with the help from MediaInfo.

Installation (WIP)

pip install beets-albumquality

Configuration

plugins: albumquality

Usage

Plugin adds a new album field called quality. This field will return one of the following depending on the album's quality.

  • 96K
  • 128K
  • 160K
  • 192K
  • 224K
  • 320K
  • V0..V9
  • VBR (only used if the LAME encoding settings cannot be determined)
paths:
    default: $albumartist - $album [$quality]/$track. $title

You can query your library for all albums whose quality is V0.

beet list -a quality:v0

or...

beet list -a quality:192

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages