Releases: ohSystemmm/audio-vault
Releases · ohSystemmm/audio-vault
Version 1.0.0 Release
Release 1.0.0
This tool automates the process of fetching and processing audio from YouTube based on a simple Excel manifest.
Features
- Excel Integration: Batch process songs using a .xlsx or .csv file.
- Header Support: Supports files with descriptive headers for better organization.
- High-Quality Audio: Leverages ffmpeg for reliable media conversion.
Prerequisites
Before running the application, ensure you have the following installed:
- FFmpeg: Required for audio processing.
winget install -e --id Gyan.FFmpeg
Data Format
The input Excel file must contain the following columns:
- Song Name
- YouTube Link
Installation & Manual Build
If you prefer to build from source, follow these steps:
Clone & Setup:
# Download the Source (.zip - File) below
# Activate your virtual environment
pip install -r requirements.txt
python .\src\main.pyNotes
Ensure your Excel headers match the required names exactly.
The output files will be saved in the Downloads directory by default.