Kingkor Roy Tirtho
Kingkor Roy Tirtho
A default (unmodifiable) set of keymaps are already present in the app. And yes, Pressing `Space` to play/pause is already a functionality as long as the App window is in...
That's a great find. I don't know how it got missed because I also remember it worked. Probably some kind of API change in the Spotify API
By default, Spotify API sends 5 lines of the whole lyrics maybe to show it as preview. From now on, Spotube will switch to LRCLIB when the line count
Launch the app from terminal and submit the logs here. On M1 (and onwards) mac it's working fine. I doubt it will be any different for x86_64 macs. It's probably...
Run following to start from the terminal: ```bash ERROR=true DEBUG=true VERBOSE=true /Applications/spotube.app/Contents/MacOS/spotube -v ```
Ok, found the issue. I guess this will happen for every ***new*** mac users. I accidentally removed code for creating the Logs Directory before using it. So, just creating that...
> ``` > [WARNING:flutter/common/graphics/persistent_cache.cc(284)] Could not acquire the persistent cache directory. > Caching of GPU resources on disk is disabled. > ``` Also, why's it running on Software rendering? Flutter...
That's a great success. My CircleCI free tier got full thus the builds were not working anymore. I was already using for a lot other projects before so that's why....
I was finally able successfully build for aarch64 through Github CI. Well not through M1 because Apple Sillicon doesn't support nested virtualization (Docker in Docker). So used Docker buildx with...
New updated ARM-64 binaries are available on the [nightly](https://github.com/KRTirtho/spotube/releases/tag/nightly) RPM is not available though as the packager `flutter_distributor` doesn't support arm64 for RPM yet (I think I've to create another...