pimoroni / pidi-spotify

MIT License
47 stars 12 forks source link

Roadmap & Suggestions #1

Open Gadgetoid opened 4 years ago

Gadgetoid commented 4 years ago

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:

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:

Note: 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: https://github.com/pimoroni/pirate-audio/issues/17

Gadgetoid commented 4 years ago

It should be possible to use the Adafruit Mini PiTFT 1.3" by editing /etc/default/pidi-spotify and adding:

spi-data-command-pin=25
spi-backlight-pin=22

If anyone wants to give it a go, this requires the devel version of the code in the pending PR: https://github.com/pimoroni/pidi-spotify/pull/2

robrecord commented 4 years ago

Will it be possible to clear the display and turn the backlight off when Spotify has stopped?

Gadgetoid commented 4 years ago

Possibly, I think there's a "stop" command issued, but I don't know what circumstances this is triggered by.

JasonLG1979 commented 4 years ago

@Gadgetoid Not so much a suggestion but you and/or your users may find the asound.conf in this Gist useful.

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 plughw on steroids. It allows you to change pretty much everything except channel count and mapping by editing only 1 line (well, 3 if your DAC isn't CARD 0).

See: https://github.com/dtcooper/raspotify/issues/298#issuecomment-702599600

EvanHopps commented 3 years ago

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.