Spotube is an open-source music streaming platform that functions as a lightweight alternative to the official Spotify client[1]. The app allows users to stream music without requiring a Spotify Premium subscription.

Key features include:

  • Ad-free listening using public Spotify and YouTube Music APIs
  • Cross-platform support for mobile and desktop
  • Downloadable tracks for offline listening
  • Time-synced lyrics
  • Anonymous/guest login
  • No telemetry or user data collection
  • Native performance without using Electron

A notable limitation is that Spotube can sometimes play mismatched tracks, particularly for less popular songs. Users have reported cases where the app plays incorrect versions of songs from YouTube when the original Spotify track isn’t found[2].

The app is available through:

  • F-Droid for Android devices[1:1]
  • GitHub releases for desktop platforms[3]

  1. F-Droid - Spotube ↩︎ ↩︎

  2. GitHub - Incorrect, Mismatching Tracks Issue ↩︎

  3. Spotube ↩︎

  • ordnance_qf_17_pounder@reddthat.com
    link
    fedilink
    arrow-up
    1
    ·
    44 minutes ago

    I tried this before and it was complete shit, everything took forever to load.

    Not that I’m dismissing the service, other people may have no issues with it, but personally it was almost unusable for me. I’d still encourage other people to try it and hopefully they’ll have a better time.

  • NONE@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 hours ago

    Oh, were they able to resolve the legal issue they had with the Spotify API? Really glad to hear that.

    • ⓝⓞ🅞🅝🅔@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      I can’t even find the announcement for when they got into the legal issue in the first place. It’s like it didn’t happen.

      • NONE@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        Yeah, me neither. Maybe because it wasn’t a post perse but a modification of the main page that they modified again? I don’t know if github saves previous states of a modified page.

  • Substance_P@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    56 minutes ago

    Is the browse anonymously supposed to work or is this for people who already have a Spotify account?

    • mamg22@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      2 hours ago

      Regarding the API, Spotify does allow free access, but some content and features are restricted to the official apps. For example, personalized playlists such as Weekly Discovery, release radar, daily mixes and the like are not available and return an error. Rate limiting is ok for a personal use case with a custom api key, and maybe some small apps can stay under the limit; developer agreement is also quite restrictive, so they have a bunch of reasons to block you.

      Source: I’ve used the API before and built a small tool to help me export my top listened songs and some recommendations to a list, nothing heavy but still made sure to read the docs needed just in case. Still managed to hit the rate limit with a few tens of requests in a minute, though the way they do limiting is weird and difficult to account for.