Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add better metadata and album art functionality to 'now playing' #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 11, 2021

  1. Add 'Now playing' command

    hi-im-buggy committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    7c9217b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    7322c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587d8ae View commit details
    Browse the repository at this point in the history
  3. Add partly functional np() (improved)

    Added fetching of album art to `np()` the 'now playing' command.
    It's a bit of a hit-or-miss though, most likely because it
    is difficult to know which part of the youtube title is
    the track title and which is the artist, leading to an incorrect
    track search, which sometimes fails.
    Needs to be fixed in later versions.
    hi-im-buggy committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    22b3e69 View commit details
    Browse the repository at this point in the history