Skip to content

Plugin for beets to use VocaDB (or similar) as an autotagger source.

License

Notifications You must be signed in to change notification settings

prTopi/beets-vocadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beets-vocadb

Plugin for beets to use VocaDB (or similar) as an autotagger source.

Configuration

The plugin uses beets default language list to determine which language to use for tags.

vocadb:
  source_weight: 0.5    # Penalty to be added to all matches (0 disabled, 1 highest)
  prefer_romaji: false  # Prefer romanized if they exist rather than Japanese
  translated_lyrics: false  # Always get translated lyrics if they're available

Advanced configuration

Source name and URLs can be changed inside the plugin source code in case another site uses the same software as VocaDB (UtaiteDB, TouhouDB)

VOCADB_NAME = "VocaDB"
VOCADB_BASE_URL = "https://vocadb.net/"
VOCADB_API_URL = "https://vocadb.net/api/"

About

Plugin for beets to use VocaDB (or similar) as an autotagger source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages