Crosstune takes a Spotify track link and opens a search for that song in YouTube Music or YouTube.
- Open Spotify links directly in Crosstune.
- Share a Spotify link to Crosstune from another app.
- Paste a Spotify link manually.
- Choose your default opening target:
YouTube MusicorYouTube. - Copy or share the generated search query/link.
https://open.spotify.com/track/...https://spotify.link/...
If links keep opening in your browser, use the in-app Open Link Settings button and enable Crosstune for supported links.
- Android SDK
- JDK 17+
- Android Studio or Gradle CLI
If building from CLI, ensure local.properties has your SDK path:
sdk.dir=/path/to/Android/Sdk
./gradlew :app:assembleDebug
APK output:
app/build/outputs/apk/debug/app-debug.apk
adb install -r app/build/outputs/apk/debug/app-debug.apk
- The app uses public Spotify page metadata (no Spotify API key needed).
- If Spotify changes their page metadata format, some links may stop resolving until updated.
- Android version metadata is derived from Git at build time:
versionNameuses the latest tag (without a leadingv) and adds-dev.Nwhen commits exist after that tag, whileversionCodeuses total commit count.