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

Add soundcloak (frontend for soundcloud) #998

Open
LaptopCat opened this issue Sep 19, 2024 · 0 comments
Open

Add soundcloak (frontend for soundcloud) #998

LaptopCat opened this issue Sep 19, 2024 · 0 comments
Labels
New Frontend Request for addition of new Frontend

Comments

@LaptopCat
Copy link

LaptopCat commented Sep 19, 2024

Repository: https://github.com/maid-zone/soundcloak

Written in Go, has a pretty minimal UI. Images and song streams are not proxied (might add support in the future)

Redirecting:
soundcloud.com/<username> -> <instance>/<username>
soundcloud.com/<username>/sets/<playlist> -> <instance>/<username>/sets/<playlist>
soundcloud.com/<username>/<track> -> <instance>/<username>/<track>
on.soundcloud.com/<random id> -> <instance>/on/<random id>

soundcloud.com/search/sounds?q=<query> -> <instance>/search?q=<query>&type=tracks
soundcloud.com/search/people?q=<query> -> <instance>/search?q=<query>&type=users

It might be good to also redirect album and set searches, but I'm unsure, as they are not split by category in soundcloak search (you can only search for playlists, not specifically albums or sets)

@ManeraKai ManeraKai added the New Frontend Request for addition of new Frontend label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Frontend Request for addition of new Frontend
2 participants