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

Mark II - Simple UI addition #52

Open
ralieghnet opened this issue Jan 25, 2023 · 0 comments
Open

Mark II - Simple UI addition #52

ralieghnet opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ralieghnet
Copy link

Would it be possible to add a simple UI to the skill.

We would just need to add these lines to the init.py

line 93: self.play_info["song_art"] = ""
line 310: self.gui.show_image(self.play_info["song_art"])
line 311: self.gui.show_text(self.play_info["song_artist"] + "\n" + "\n" + self.play_info["song_title"])
line 378: self.play_info["song_art"] = info.get("coverArt", "")

This will give us on the left side of the screen the album art. The right side will have the artist and title of the screen. After the idle timer it will return to the homescreen backdrop.

@ralieghnet ralieghnet added the enhancement New feature or request label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant