I think about switching from Spotify for a longer time now, but with the recent ICE ads I want to be in solidarity with the people in the US and kick Spotify out.

Now I checked the Quboz app and I am in a test month with Tidal right now - so far Tidal is great on my mobile. However I also need a client for Linux!

I am using spotify-client on Linux Mint and works flawlessly. I know its development is not the main goal of Spotify engineers, but it just works.

Now for Tidal and Quboz it seems to be problematic - only Electron apps without HiFi sound because the chromium engine throttles the quality. How am I supposed to switch from Spotify if I can’t use the alternative on Linux? Any advices/experiences?

  • trolololol@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    The what ads???

    I gave up on native client for a couple things. So instead of downloading someone else’s electron packaging I use the web app shortcut using Firefox to fake that qobuz is an actual app.

    It’s a thing on Linux Mint, not sure about your distro. You can choose icon, and make location bar visible or not. No tabs, it doesn’t get mixed with other Firefox tabs, and that is it.

  • data1701d (He/Him)@startrek.website
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 hours ago

    Honestly, while I still use Apple Music for some things (I don’t like Apple, but I’m unfortunately stuck on it right now), I’m a big fan of building up a collection of digital media files bought either directly from artists or ripped from the CD collection I’m building. I usually go for FLAC, though less for its compression and more for its superior metadata support compared to WAVs.

    For discovering new music, Bandcamp allows you to check out some songs; otherwise, check it out on YouTube or something and buy it directly from the artist later.

    Like others have said, Bandcamp might not have everyone, but they do have a lot of indie artists and even some bigger ones. Some artists that don’t have everything on Bandcamp might have their own store you can buy from.

  • e8d79@discuss.tchncs.de
    link
    fedilink
    arrow-up
    15
    ·
    16 hours ago

    I use an alternative to Spotify called “a folder full of mp3s”. If you are into selfhosting you could also stream your collection using Navidrome but putting audio files on your phone works as well. If you need a recommendation algorithm you can sync your listens to listenbrainz.org or lastfm. There are quite a few Linux audio players that support the scrobble API.

    • rozodru@pie.andmc.ca
      link
      fedilink
      English
      arrow-up
      6
      ·
      15 hours ago

      very much this. server with navidrome and a soulseek script to download spotify and youtube playlists.

  • hanrahan@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    Mostly MP3s but I also use internet radio for streaming. I use the RadioDroid app from F Droid for that

  • dudesss@piefed.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    I use the web app for Qobuz, and it looks and fees like a regular Qobuz app.

  • Eeyore_Syndrome@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    18 hours ago

    I quit Tidal because even they have BS Ai Albums/Bands/“Singers”.

    Fuck SUNO.

    Granted Tidal doesn’t randomly start adding/playing them, you’d have to play them, but adding them to recent/growing playlists is BS too IMHO.

    Anyway checkout TIDAL Hi-Fi For Tidal + HiFi on Linux.

    I’m back to just using Shortwave to record radio station tracks to grow my own local self hosted music cloud now.

    Not giving my $$$$ towards enabling Ai slop.

  • Ulrich@feddit.org
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    17 hours ago

    Any reason in particular you need a dedicated client? Can you not just use a PWA?

    • gigachad@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      2
      ·
      17 hours ago

      No particular reason. I don’t really have much experiences with web apps. I don’t like the idea of putting every functionality into my Browser and I like it simple.

      • trolololol@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        Look at it this way, if you run all pws with same browser you’re not increasing the memory footprint, but if it’s electron you do because you have multiple copies of electron in your disk and your memory.

        And there’s more electron apps out there than you know. Slack, visual studio and Spotify, apparently, included.

          • Ulrich@feddit.org
            link
            fedilink
            English
            arrow-up
            4
            ·
            17 hours ago

            PWA is basically just a browser window that looks and functions like an app on your computer. You can launch it from wherever you launch apps. It will open in its’ own window. It’s functionally identical.

      • Ulrich@feddit.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        17 hours ago

        You think a dedicated app is going to use less RAM than a browser window?

        RAM is only expensive if you’re dumb enough to buy a modern Mac.

        • FishFace@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          16 hours ago

          Uh… yes?

          Spotify memory usage: 450MB

          Rhythmbox memory usage: 95MB

          A browser is one of the most complicated applications commonly running on a computer; its code is massive before you load in the mountains of javascript. Also that is measured by RSS - the difference is even starker when you bear in mind that of the 50MB that rhythmbox might be sharing with other processes, most of it probably is being, because a lot will be graphical toolkits used by other programs. Spotify has a smaller fraction, at about 130MB, and god knows what it’s pulling in and is able to share with e.g. the main browser process.

          RAM is only not expensive in desktops. In laptops, getting more RAM almost always means getting a higher-tier laptop in other ways which adds a lot to the price.

          • Ulrich@feddit.org
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            edit-2
            16 hours ago

            Spotify is not a browser, it’s an app.

            In laptops, getting more RAM almost always means getting a higher-tier laptop in other ways which adds a lot to the price.

            That’s only true if you buy soldered RAM. Don’t do that.

            • data1701d (He/Him)@startrek.website
              link
              fedilink
              English
              arrow-up
              0
              ·
              5 hours ago

              It for a fact uses CEF: https://www.spotify.com/us/opensource/

              Chromium Embedded Framework literally describes itself as follows on its Git repos: “Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.”

              The Spotify “app” is mostly just web app code running on top of a single page Chromium instance, meaning for the most part, it isn’t truly native.

                • FishFace@piefed.social
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  12 hours ago

                  So those require what is effectively a web browser to run them - do you know what the “WA” in “PWA” stands for?

                  None of this goes against the fact that I went and checked for you and indeed the Spotify app takes about 5x as much RAM as the native app. Do you want to, I don’t know, give a hint of recognition that you erred in some way?

                  BTW when I replied you hadn’t edited your post. I’m getting to get the laptop that suits my needs, not yours. You said RAM is only expensive if you’re “dumb enough to buy a Mac” and now you’ve retreated to, “or any of the hundreds of non-Apple laptops with soldered RAM.”

                  I mean, it’s OK and good to adapt your position as you come to new realisations, but if you continue to do it this gracelessly, I will just block you because it’s annoying and there’s no reason to put up with it.

  • owenfromcanada@lemmy.ca
    link
    fedilink
    arrow-up
    3
    ·
    18 hours ago

    I’ve been using the web player for Qobuz, and it appears to allow for high quality output–I’m streaming at 24bit/96kHz at the moment (though I’m no audiophile, so I guess I can’t confirm that’s what I’m actually getting).

    And apparently Qobuz pays the most per track of any streaming service, which is cool. The only thing it doesn’t have is customizable “radio”, but otherwise it’s solid.

    • owenfromcanada@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      And apparently installing the Windows client in a Bottle works well too, or so I’ve read. Can’t say I’ve tried it.

    • gigachad@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      1
      ·
      17 hours ago

      Sounds interesting. If I understood correctly, it’s about 5 bucks a month for remote access and tidal/Quboz integration? Also I need to set it up on a server or raspberry pi? Could be a bit overkill for just a music player…

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        15 hours ago

        Mines on a Pi2b with a DAC hat, access through web or android app. I suppse you could add it as a docker image.

        It may be overkill for your needs. I like it because I can browse my own music library or, online stream, plus it has a slew of internet radio stations included in the free version (you can custom add others)

  • mfed1122@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 hours ago

    I’ve been thinking about this too. Does anyone know if band camp is any good for this sort of thing?? I know that you can listen to some music there.

    Music is one of the few things where I actually like for the service to have a recommendation algorithm. I don’t think Bandcamp has anything like that. I’m not opposed to switching up my ways of discovering new music and instead just finding it by engaging with communities… But let’s be honest that isn’t quite as effective nor as plentiful as a good algorithm. If bandcamp doesn’t really have any way of discovering artists then it just seems sort of supplementary.

    • eatCasserole@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      Bandcamp has a whole editorial section, lots of stuff to discover there. The only reason I spend more time on Spotify is the limited catalogue…a lot of the artists I already enjoy aren’t on Bandcamp.

      • mfed1122@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 hours ago

        What about the other way around? Are there artists on Bandcamp that aren’t on Spotify? I would imagine that Bandcamp has more small indie artists and Spotify has more major ones, right? That’s great that they have the editorials. But what I really crave is some sort of “tracks similar to this” feature - a lot of times I’m in a very particular mood or looking for something very specific where I know one or two songs that hit the mark and want more.

        • eatCasserole@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          13 hours ago

          times I’m in a very particular mood

          I feel like Spotify is useless in this regard, it only seems to understand my tastes in the broadest possible sense, but hey if it works for you, cool.

          When I want specific recommendations, I need them from humans. Sometimes unpredictable, sometimes gold. ifyoulikeblank on reddit (spits) has led me to some really great stuff. Unfortunately I don’t yet know of a good place for this on Lemmy, but if anyone has recommendations 😁

      • Ŝan@piefed.zip
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        17 hours ago

        If you really enjoy þem, why aren’t you buying þeir music directly? Streaming services pay artists pennies.

          • Ŝan@piefed.zip
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            edit-2
            13 hours ago

            Fair enough. Maybe you do.

            a lot of the artists I already enjoy aren’t on Bandcamp.

            why have you assumed that I’m not supporting the artists I love?

            … because of the implications.