You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpris crate doesn't support async and unmaintaned.
Everything is done thru polling because of above. Meaning that every some milliseconds or whatever u put in the fps it will fetch a new music info which is not ideal for performance and i want to update the song as soon as the music metadata changes.
I want async
I want async
I want async
Please let me have my beloved tokio!
Transitioning to async means that fetching and displaying the cover art will be done async and will not block rendering, same can said on input handling.
So i can procrastinate on other projects.
Also be rewriting the internals of widget placements. Things can be unpredictable.
Features i want to add (no pinky promise):
Have an option to just play your mp3's. This way fum will be a dedicated music player instead of relying on mpris. mpris feature will still exists and will be the default and will be the secondary, fum being a dedicated music player will be the default.
Track or Playlist viewer / selector widget. so this thing can be possible (it looks so cool)
Motivations:
EDIT: this rewrite will be fum's v2.
mpris
crate doesn't support async and unmaintaned.fps
it will fetch a new music info which is not ideal for performance and i want to update the song as soon as the music metadata changes.Features i want to add (no pinky promise):
and will be the defaultand will be the secondary, fum being a dedicated music player will be the default.Progress / TODO's
The text was updated successfully, but these errors were encountered: