Skip to content

Provides helper functions to convert a library to Title Case.

License

Notifications You must be signed in to change notification settings

watkins-matt/beets-titlecase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beets-titlecase

Provides helper functions to convert a library to Title Case. Also provides some other useful helper functions to fix and normalize tags.

Commands

$ beet titlecase

Converts every tag to Title Case. Please make sure that this is what you prefer before using this command. If you want to go back, you will need to reimport your files again to reset the tags.

$ beet mixfixer

This command does a few things:

  • Removes "(Original Mix)" text from song titles, case insensitive.
  • Converts brackets [ and ] to parentheses ( and )
  • Converts Spotify style tags with the text " - Radio Edit" to "(Radio Edit)"
  • Converts Spotify style tags with the text " - Extended Mix" to "(Extended Mix)"
$ beet quotefixer

Replaces all instances of the ’ character with ' (since many users do not have ’ on their keyboard)

About

Provides helper functions to convert a library to Title Case.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages