Process Recorded Files Using Spotify Playlists
In this guide you will learn how to automate splitting a recorded file into individual tracks using a Spotify playlist. These tracks will be normalized and exported with a configured bitrate and file format with tags pre-populated.
Prerequisites
Why process recorded files
Manually splitting a recorded audio file into individual tracks is both time consuming and error prone. Users may forget to apply amplitude normalization or mistype the filenames which are inputs to downstream processes like extracting title and artist tags. Users may also forget to export files with an acceptable file format or bit rate which can degrade the quality of your collection.
How it's done
- Configure recording_fileto point to your recorded audio file
- Configure recording_playlistto a valid Spotify playlist name present in yourspotify_playlists.yaml
- Configure audio_bitrate,audio_format, andaudio_headroomto the desired values (defaults are320k,mp3, and0.0respectively)
- Configure audio_destinationto point to where you want the files to export to
- Run the command --process-recording