URI Scheme for running SpotDl from web applications. #1779
Labels
Feature Request
Feature Request
Good First Issue
Good for newcomers
Help Wanted
Extra attention is needed
Low Priority
Issue with low priority
Stale
Issue with no activity for the last 30 days
Requested Feature
A custom URI Scheme such as 'spotdl://' would allow for the implementation of SpotDL into the Spotify web application or clients such as Spicetify. This would make using SpotDL much easier to use and more user-friendly, without the need of creating a separate GUI tool.
Possible implementation
This could be implemented with the 'winreg' library to create the keys needed for a custom URI Scheme in Python, calling the regedit.exe process or a separate .reg file that is run from Python. A simple Python script would be needed to handle/parse the arguments passed from the URI and redirect them to the main SpotDL script.
The text was updated successfully, but these errors were encountered: