Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability to rename folder names and audio files based on tag values and other audio attributes #18

Open
audiomuze opened this issue Mar 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@audiomuze
Copy link
Owner

audiomuze commented Mar 10, 2024

Add capability to rename folders holding albums, leveraging:

  • albumartist
  • album
  • /OST -
  • /VA -
  • compilation = 1
  • VERSION tag
  • file bit depth and sampling rate signifying > redbook or DSD
  • Mixed resolution (increasingly common with re-releases and bonus material)

e.g.:

albumartist - album [version] [bit-depth/sampling rate kHz]
albumartist - album [version] [Mixes Res]

@audiomuze audiomuze self-assigned this Mar 10, 2024
@audiomuze audiomuze added the enhancement New feature or request label Mar 10, 2024
@audiomuze audiomuze changed the title Add capability to rename folder names based on tag values and other audio attributes Add capability to rename folder names and audio files based on tag values and other audio attributes Mar 17, 2024
@audiomuze
Copy link
Owner Author

audiomuze commented Mar 17, 2024

Both file and folder renaming are partially implemented - needs further testing and refinement to ensure consistent results with diacritics and elimination of non-printable characters from filenames.

At present files are named as follows:
if compilation is set to 1:
discnumber - track - title
else:
discnumber - track - artist - title

Folders are named thus:
albumartist - album [Version] [Mixed Res if mixed] [Res if > 16/44.1 and not mixed]
VA - album [Version] [Mixed Res if mixed] [Res if > 16/44.1 and not mixed]
OST - album [Version] [Mixed Res if mixed] [Res if > 16/44.1 and not mixed] and RELEASETYPE includes Soundtrack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant