Oggify: Download Songs Directly from Spotify

Oggify: Download Songs Directly from Spotify

This is another unbelievable add-on.

Download Spotify tracks to Ogg Vorbis (with a premium account).

This library uses librespot. It is my first program in Rust so you may see some horrors in the way I handle tokio, futures and such.

To download a number of tracks as “artists” – “title”.ogg, run

oggify “spotify-premium-user” “spotify-premium-password”Copy Song Link” or “Share->Copy Song URI” in the Spotify client, for example open.spotify.com/track/1xPQDRSXDN5QJWm7qHg5Ku or spotify:track:1xPQDRSXDN5QJWm7qHg5Ku.

Helper script
A second form of invocation of oggify is

oggify “spotify-premium-user” “spotify-premium-password” “helper_script”Read More
Share this on knowasiak.com to discuss with people on this topicSign up on Knowasiak.com now if you’re not registered yet.

Related Articles

Search info from Coalescing in Async Rust

As the popular saying goes, there are only two hard problems in computer science: caching, off-by-one errors, and getting a Rust job that isn’t cryptocurrency-related. Today, we’ll discuss caching! Or rather, we’ll discuss… “request coalescing”, or “request deduplication”, or “single-flighting” – there’s many names for that concept, which we’ll get into fairly soon. That is,…

Replace about const generics in Rust

A year has passed and we’re finally stabilizing the next feature related to const generics: ✨ feature(const_generics_defaults) ✨ With this, I am going to once again summarize the progress made here. This summary was written by @lcnr and therefore overrepresents parts I have been involved with while not giving other areas the focus they deserve.…

Windows 11 Guide

A guide on setting up your Windows 11 Desktop with all the essential Applications, Tools, and Games to make your experience with Windows 11 great! Note: You can easily convert this markdown file to a PDF in VSCode using this handy extension Markdown PDF. Getting Started Windows 11 Desktop Bypass Windows 11’s TPM, CPU and…