Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 756 Bytes

File metadata and controls

11 lines (10 loc) · 756 Bytes

Planned features (in no particular order):

  • A better configuration experience (such as ability to use flags and a dedicated config file in ~/.config).
  • Support for specifically Spotify's (and other platforms) api
  • A proper window without the need for a terminal
  • A client-server setup allowing for more flexibility
    • Ability for multiple clients to hook up to a server instead of fetching duplicate information each.
    • A fourth output mode, returning only the current lyric, most suitable for scripting.
    • Locally caching lyrics up to a certain size for speed and to not abuse lrclib.net.
  • Performance optimizations
    • Switch to using dbus signals instead of fetching information every cycle