-
Notifications
You must be signed in to change notification settings - Fork 11
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
Roadmap & Suggestions #1
Comments
It should be possible to use the Adafruit Mini PiTFT 1.3" by editing
If anyone wants to give it a go, this requires the |
Will it be possible to clear the display and turn the backlight off when Spotify has stopped? |
Possibly, I think there's a "stop" command issued, but I don't know what circumstances this is triggered by. |
@Gadgetoid Not so much a suggestion but you and/or your users may find the asound.conf can be a bit of black magic for most people, the above Gist vastly simplifies audio configuration and tweaking. It creates sorta a |
Would there be a way to rotate the display like there was in Mopidy? I my Pi on the wall in its case with the LCD on the bottom because of space requirements and the direction my aux jack needed to point. In Mopidy I used Rotate=270 in the config file. Now I don't use Mopidy at all and didn't see a good place to rotate the display. |
This isn't a super complex package, and I intend to keep the feature-set pretty narrow although it could be expanded to display this same information on almost any other LCD display with some tweaks.
However for now my roadmap is as follows:
/etc/default/pidi_spotify
perhaps?pidi_spotify
"binary".If you have any suggestions, desires or requests then please add them here. However I intend to keep this tool pretty slimline and wont be adding any complicated features.
Here's what it will never do:
RPi.GPIO
orgpiozero
and write your own scriptNote: This will not run alongside Mopidy and is not indended for Mopidy users. If you're installing Raspotify alongside Mopidy then you can use
mpc
to push Spotify tracks into Mopidy. See my last post here: pimoroni/pirate-audio#17The text was updated successfully, but these errors were encountered: