🎵 Rust powered command line tool to create and manage account independent YouTube playlists. 🎵
- Quickly generate a playlist URL of a list of video IDs using
oxysound print --ids <IDS>.... - Create and manage YouTube playlists and save them as
.jsonfiles. - Fetching video meta data via YouTube's API
Download the latest release or build from source:
git clone https://github.com/inkognitobo/oxysound.git
cd oxysound
cargo build --release
To utilise all features obtain an API key for YouTube's Data API. See Configuration for more information.
The API key and save directory can be configured via a config.toml file.
When running a command like oxysound --help for the first time, the application will ask the user to configure these values and inform them about the config file path.
For example on Linux the config file will be located at $HOME/.config/oxysound/config.toml.
For more information run oxysound --help.