Skip to content

zhelezov/beetsplug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins

rename

The plugin lets you rename untracked audio files located outside of the beets music library according to a path template. It provides the rename command.

$ beet rename --help
Usage: beet rename [options] PATH...

Options:
  -h, --help            show this help message and exit
  -L, --follow-links    follow symbolic links to files
  -n, --dry-run         only show the changes to be made
  -r, --recursive       scan directories recursively
  -R, --replace         replace existing files
  -t TEMPLATE, --template=TEMPLATE
                        override default template: "$track $title"

Configuration

  • template: Path template relative to current file location. Default: $track $title

forcewrite

This is a workaround some bug or plugin conflict because of which metadata is not written to disk after the import of Opus files (any files?). Usage of this plugin will ignore any configuration and forcefully write the changes to files.

Configuration

  • whitelist: a list of file formats which trigger the write. All by default: ['*']

About

Local beets plugins

Resources

Stars

Watchers

Forks

Languages