Skip to content

Feature Request: URL Scheme / Deep Linking Support #97

Description

@Dr-Goofenthol

Hi! I'm developing a Discord bot that tracks Clone Hero high scores and posts announcements when records are
broken. Currently, we include Enchor.us search links in our announcements, which has been great for
discoverability.

Feature Request: Add URL scheme support (e.g., bridge://) to allow deep linking into Bridge from external
applications.

Use Case:
When our bot posts a high score announcement to Discord, we'd like to include a clickable link that opens Bridge
and searches for the specific chart. This would complement the existing Enchor.us web link and give players quick
access to download the chart directly through the desktop app.

Suggested Implementation:

  • URL scheme: bridge://search?title={song_title}&artist={artist_name}
  • Uses the same search parameters as Enchor.us (title, artist, album, charter, etc.)
  • Opens Bridge app and performs search with provided criteria
  • Falls back gracefully if Bridge isn't installed

Example Discord Announcement:
🏆 New High Score!
Song: Endlessly by Haywyre
View on Enchor.us | [Open in Bridge] Example: bridge://search?title=Endlessly&artist=Haywyre&charter=Rentoraa

This would significantly improve the integration between community tools and make it easier for players to quickly
find and download charts after seeing exciting scores.

Thanks for considering this feature!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions