-
Notifications
You must be signed in to change notification settings - Fork 51
First click after starting the app doesn't start the station #69
Comments
Uhmm the mini player should be disabled because it is too buggy. Do you have the mini player icon in the headerbar? |
In the headerbar? Can you attach a screenshot showing what you mean.. Well the behaviour is not only about mini player.. just follow this steps:
|
I can confirm this bug. |
What is then main player, I mean non-MiniPlayer , or the other player (whatever it's called) beside mini player ? |
I'm not sure but I think it's the one involved when you click on a station, also the station's item itself. In the "old" design it was as a popup.. @haecker-felix Should now better :) |
I liked the old design better :) |
I'm sure there is much to improve in the design. Maybe a brainstorming topic about it can help collecting some ideas.. |
At least he can add tooltips for each button which would describe what each button would do, took me a long time to figure out how to add stations and remove them in this new design, that button on the bottom with star icon on it was doing that, but somehow I wasn't expecting that, used to be + / - button in the old design. It's not that this new design is bad, but it's very confusing. He's totally unpredictable, for example I can fix this double click bug but I don't even look at the code anymore precisely because of that reason, he might re-design the whole thing tomorrow, so there's no point :) |
I see what you are talking about. It's basically a one person project, so the lack of planning on a long term and unpredictability are maybe okay, at least for him.. A roadmap for the next steps, more documentation would be however very helpful to get more people involved :) |
Agreed. |
Good morning. I was a bit confused, because i named a other widget "mini player". This what you mean that is the player toolbar. Now is the bug a bit more clear to me. The headerbar is the top bar with discover/library. Yeah the old design was better in some points, but the New design isn't finished and i have many ideas to improve it (like right click menu). I'll add tooltips! Sorry I haven't time yet. Since yesterday i started my new full time shop, so i'm a bit busy now. Yeah i admit i often completely redesign things. Sorry :/. The 4.1 release should squash many bugs and improve the data backend. The current backend is horrible and buggy, so i rewrite many things within the time. The documentation is also missing... English isn't my main language, so it is a bit hard for me to write longer texts. @kajzersoze if you want add new features / fix bugs, feel free to ask me. Than i can say you if i'm currently rewriting the whole code base or not :). The situation should be better with the 5.0 release. |
You could write the documentation in your main language. I think it's German, isn't it? There will be people who can help translate it or at least use a translator to translate it for themselves if they want to understand the app's structure and get involved... |
sorry for delayed answer. |
Mhm. Cannot reproduce. Happen this on all stations? |
Yes. |
Could you try it with the latest commit? Thanks. |
For me it happened not only when you first start application, but even later, I just tested it with latest commits and it's still like that. For example I play one radio station then later I click on some other station and I can hear the sound from OS when something is clicked, so it's not like I somehow missed to click it, but still it doesn't play, I need to click one more time on it and then it plays. And it's not always like that, sometimes it needs 2 clicks, sometimes it needs just one. |
Ah, never mind about crashing and notifications not showing, it was because of my additional patches, I'll look at that later. But without any patches, it still needs 2 clicks to start playing (not always) |
Mhm. Is this station specific? And what does your patches do (except libnotify)? My goal is to implent all features, so you dont need patching ;) Whats your opinion to the new sidebar? Need a bit feedback. |
According to my tests this bug is fixed.
|
I think you should start a new general topic/issue about the design if you want to discuss a change or have feedback because feedback here will be lost after the issue is closed. |
Nah, it wasn't libnotify, I just added icon support for gnotification, here's the patch : I found the problem, it was App.player.tag_homepage but I removed that part, I'll deal with that later. |
@kajzersoze ah okay. This part will be useful for the new image class 👍 Are there specific stations which have this bug?
|
You mean bug with single / double click ? As for notifcations and crashing issue I had earlier, it was because of this :
that worked until today, so for now I just left : Util.send_notification(summary, body, station.Icon); |
The discover button should show the default lists when the search box is empty or inactive. |
Ah yes, you removed EndsWithFoo function in "new sidebar in the discover tab" commit. |
@haecker-felix 4) What about adding "submit feedback..." in the App's menu where you have "Settings, report an error, about, quit"? The item can than link to a general issue that can stay open for feedback (not errors) or to a wiki entry or to send an email. |
But itself: I cannot reproduce it in the latest commit. If the bug still persist, please reopen. Yeah working on a new feedback option ;) |
After starting the app when you click on a station the miniplayer appears but it doesn't start playing. You should click a second time to play the station.
This behaviour happens only after you start the application.
I think this is a bug.
The text was updated successfully, but these errors were encountered: