aunetx / deezer-linux

An universal linux port of deezer, supporting Flatpak, Appimage, Snap, RPM, DEB...
https://flathub.org/apps/dev.aunetx.deezer
288 stars 14 forks source link

Flow not shown in app #39

Closed cstamas closed 1 year ago

cstamas commented 1 year ago

Since today the 1st row where Flow is is not shown to me in the App, first row is "Your Favorite Artists".

When I go directly to deezer.com as logged in user, the Deezer UI looks "normal", Flow is there and "Your Favorite Artists" is 2nd row..

How come? How to listen to Flow in this app?

Miikka69 commented 1 year ago

I noticed the same thing, that flow is missing!

StollD commented 1 year ago

I just updated the app to v5.30.570 myself, and after installing the new package the app looks exactly like the website.

Miikka69 commented 1 year ago

But where can I get v5.30.570 when everything is still v5.30.520-1?

StollD commented 1 year ago

Either by editing the version number at the top of the Makefile and then building your own package, or by waiting for @aunetx to do that and make a new release.

cstamas commented 1 year ago

I still have no flow with this change https://github.com/aunetx/deezer-linux/pull/40

StollD commented 1 year ago

This is what it looks like for me. I am on Fedora 38 with deezer installed as an RPM package if that helps.

Since you said your first row is favourite artists, and my first row is what I listed to recently, could this be some country specific difference?

deezer

Miikka69 commented 1 year ago

image

Miikka69 commented 1 year ago

image It can't be about the country, because the browser also shows flow

cstamas commented 1 year ago

For me, same as @Miikka69 Edit: also on Fedora 38 WS but using flatpak deezer (and rebuilt from PR, to no avail)

cstamas commented 1 year ago

Wow, now rebuilt rpm out of PR #40 and it WORKS for me as for @StollD .

Uninstalled flatpak one, as it anyway dragged some pretty old flatpak dependencies as well...

@Miikka69 can you rebuild rpm yourself? What OS are you on?

StollD commented 1 year ago

So this is weird. I just built the app as a flatpak (which was kinda tricky), and I also see flow with that. How did you build the flatpak after bumping the version number?

What I had to do was something like this:

$ rm -rf docs
$ flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak --user install org.freedesktop.Sdk org.electronjs.Electron2.BaseApp org.freedesktop.Sdk.Extension.node16
$ make export_flatpak # after editing out the GPG signing
$ flatpak build-bundle docs deezer.flatpak dev.aunetx.deezer
$ flatpak install deezer.flatpak
cstamas commented 1 year ago

I use flatpak, but did not built flatpak but AppImage version and it behaved 100% as (old) flatpak I had installed.... did not want to fiddle with flatpak env

aunetx commented 1 year ago

Sorry guys, updating this right now

aunetx commented 1 year ago

This seems fixed by last update, sorry for the delay

Miikka69 commented 1 year ago

Thank you very much to everyone.