Skip to content

eliximinatus/soundpadinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple, lightweight Python script to automate downloading sound files from YouTube, BiliBili, and any other supported sites, and installing them to Soundpad.

Explanation

This script downloads the file with the prefix "SOUNDPADINSTALL.", looks for each and every file with that same prefix in the current directory, adds it to a list, hosts the directory on localhost, then runs "soundpad://sound/url/https://localhost:45993/FileName"

Dependencies

You need ffmpeg + ffprobe in the script's directory, or the directory you're running it in, and yt_dlp

Run pip install yt_dlp in your terminal, or ./bin/pip install yt_dlp if you're using a VENV

ffmpeg can be installed through your distro's package manager, or through the links provided above.

About

Automatically downloads and installs sounds/videos to Soundpad, and cleans up after itself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages