A completely standalone Spotube metadata plugin written in Hetu Script that uses the undocumented "InnerTube" API to fetch tracks, albums, artists, and playlists from YouTube Music without requiring Spotify.
- Zero Spotify Requirement: Uses YouTube Music purely as a metadata provider.
This plugin compiles to .smplug bytecode which Spotube natively understands.
To compile:
- Ensure the Hetu compiler is installed (
dart pub global activate hetu_script_dev_tools) - Run
make archive(or manually compilesrc/plugin.htand zip the contents). - Load the resulting
build/plugin.smplugvia Settings > Developers > Install from local file inside Spotube.
- Powered by Hetu
- InnerTube logic adapted from
youtube_explode_dart&yt-dlp