BartolomeoRusso9/SpotiFLAC-Module-Version ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool called SpotiFLAC that can take a Spotify track, album, artist, or playlist link, read the metadata, and then find the best matching lossless audio through user supplied provider extensions like Tidal, Qobuz, or Amazon Music.
I want it to work from the command line, but also have a simple GUI that can run as a desktop window or in a browser on localhost. Please include an interactive setup flow that helps pick an input link, shows which providers are available, remembers the last output folder, and can save and reload profiles.
It should support basic library style use from Python too, not just the app, so people can call it in scripts or bots. Add music metadata enrichment, synced lyrics if available, and an option to convert to MP3 320 when needed. Since this is meant to be extensible, make the provider system modular and leave it up to the user to configure their own extension source. If you need to check current docs or best practices, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit