Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropbox detection #9

Open
faroit opened this issue May 8, 2021 · 3 comments
Open

dropbox detection #9

faroit opened this issue May 8, 2021 · 3 comments

Comments

@faroit
Copy link
Member

faroit commented May 8, 2021

No description provided.

@ThreeDeeJay
Copy link

Currently it detects dropbox links, but it doesn't seem to parse them properly.
For example, when sharing dropbox gives me a link like this:
https://www.dropbox.com/scl/fi/qcc1huj581v62rb64wko1/Stereo.flac?rlkey=6rjllecxo3o9414glrq8kzjgd&dl=0
and when I paste it into the Unmix URL box, it turns it into this:
https://dl.dropboxusercontent.com/s/fi/qcc1huj581v62rb64wko1
but that won't work (gets stuck loading when clicking Preview Track), so I have to manually copypaste the rlkey parameter manually, so this is what works:
https://dl.dropboxusercontent.com/s/fi/qcc1huj581v62rb64wko1?rlkey=6rjllecxo3o9414glrq8kzjgd

@faroit
Copy link
Member Author

faroit commented Jan 23, 2024

@ThreeDeeJay Yeah. They have changed the api at some point. Do you want to make a PR to change the code?

@ThreeDeeJay
Copy link

I had looked at the code but I'm not familiar with this language/format so I'm not sure how to fix the behavior 😔

:prepend-icon="stem.is_dropbox ? 'mdi-dropbox' : ''"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants