Angelo Verlain Shema

Results 68 issues of Angelo Verlain Shema

A follow-up to: #28 TODO: - [ ] add more item types to library - [ ] allow subscribing/unsubscribing to library (this is actually adding them to library??) - [...

Better queue management includes following: - [x] Add to queue for songs and playlists - [ ] Fetch more queue items for huge playlists - [ ] Sometimes, when changing...

this is a list of things that must be ready for v1 - [x] explore (and charts) page - [x] #28 - [ ] add/remove playlists/artists/songs to library - [x]...

Should run on every commit/PR to check for code issues.

Would be nice if we handled these types of issues correctly: - [ ] Show a more helpful message when the user is offline - [x] Catch all promise issues

Should probably load all playlist items when a search is initiated...

The current usage of `ListView` is problematic, as it essentially loads all elements inline. This is the main reason the app feels *very* slow. We should take an approach similar...

When playback is paused and you click on a track, it will just load it but not play it. Same when you click a lyric line.

When you do "Shuffle" using a context menu on a playlist in a card view, say in the Home view, it will just play the playlist inline

When the current song is about to end, the player should automatically try to load the next one to ensure smooth playback. Currently blocked on: https://gitlab.gnome.org/GNOME/gjs/-/issues/557