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

Process recorded file using Spotify playlist #127

Closed
a-rich opened this issue Jul 29, 2023 · 1 comment
Closed

Process recorded file using Spotify playlist #127

a-rich opened this issue Jul 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@a-rich
Copy link
Owner

a-rich commented Jul 29, 2023

Is your feature request related to a problem? Please describe.
Splitting a recorded audio file into tracks is time consuming and error prone. Mistypes in the file names affect downstream processes like deriving title and artist tags and create similarity search issues when using features like CHECK_TRACKS. Title, artist, and other tags can automatically be exported with tracks using data from the Spotify API.

Describe the solution you'd like
Given a RECORDING_FILE and a RECORDING_PLAYLIST, split a file into individual tracks, name the files using the title and artist from the Spotify API, normalize the amplitude using NORMALIZE_AUDIO_HEADROOM, and then export in the desired AUDIO_FORMAT and AUDIO_BITRATE with tags.

@a-rich a-rich added the enhancement New feature or request label Jul 29, 2023
@a-rich a-rich self-assigned this Jul 29, 2023
@a-rich
Copy link
Owner Author

a-rich commented Aug 5, 2023

This is included in the releases/2.7.0 branch and the latest beta release.

@a-rich a-rich closed this as completed Sep 10, 2023
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

When branches are created from issues, their pull requests are automatically linked.

1 participant