Commit Graph

691 Commits

Author SHA1 Message Date
Philippe G
575118f62c release 2020-05-13 20:14:59 -07:00
Philippe G
6705301f7e Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-05-13 20:11:49 -07:00
Philippe G
7d2d4a6f77 AAC files might be blocked in a loop at the end 2020-05-13 20:11:45 -07:00
philippe44
66a7e22d2e Update README.md 2020-05-12 00:09:28 -07:00
Philippe G
edf1d454a2 enable "remote" menu in settings 2020-05-10 14:51:11 -07:00
Philippe G
bbe62352a2 CRLF in strings.txt - grrr! 2020-05-10 12:04:38 -07:00
Philippe G
f01d746e9b plugin clean-up, add equalizer auto-update, add CLI for equalizer - Thanks Michael! 2020-05-10 11:51:02 -07:00
philippe44
2821a85328 Merge pull request #26 from michaelherger/live-eq
Make the EQ in player settings update the player in "real time"
2020-05-10 10:45:07 -07:00
philippe44
c150177adb Merge pull request #27 from michaelherger/fix-plugin-prefs
Fix plugin prefs reading in settings pages
2020-05-10 10:43:51 -07:00
Michael Herger
90860afe3d As spectrum and artwork prefs are not handled by the default Settings handler we can't expect the values to be in the prefs element. 2020-05-10 11:17:24 +02:00
Philippe G
c827dea05a forced - release 2020-05-09 21:53:01 -07:00
Philippe G
7844456be1 Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-05-09 21:18:53 -07:00
Philippe G
d2fc45eca2 forced - release 2020-05-09 21:18:48 -07:00
philippe44
63bfa1daa8 Update README.md 2020-05-09 18:15:48 -07:00
philippe44
1671dc5cbd Update README.md 2020-05-09 18:15:03 -07:00
Philippe G
fb9fce3d4c Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-05-09 18:07:29 -07:00
Philippe G
5b6ddf0b02 add IR and "raw" button mode - release 2020-05-09 18:07:26 -07:00
philippe44
1f40b1d4d4 Update README.md 2020-05-09 18:05:48 -07:00
philippe44
bdafa34c8a Update README.md 2020-05-09 18:05:14 -07:00
philippe44
a9833d2637 Update README.md 2020-05-09 14:25:02 -07:00
Michael Herger
192847af89 Make the EQ in player settings update the player in "real time" as you change the values. 2020-05-08 13:42:40 +02:00
philippe44
338c6e5a1b Update README.md 2020-05-07 15:00:12 -07:00
philippe44
be00683b66 Merge pull request #24 from michaelherger/fix-no-display-use-case-and-some
Fix #23 - fix some issues when SqueezeAmp doesn't have a display
2020-05-06 19:34:40 -07:00
Michael Herger
fd16af1ae6 We need to wrap the callback to make it unique. Otherwise subscriptions would overwrite each other. 2020-05-06 06:17:00 +02:00
Philippe G
1dcc16e03d Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-05-05 17:40:13 -07:00
philippe44
3dad1e07e6 Merge pull request #25 from michaelherger/German
German Translation
2020-05-05 16:12:04 -07:00
Michael Herger
5e00288f11 German Translation 2020-05-05 23:04:12 +02:00
Michael Herger
9f23b79818 Fix some issues when SqueezeAmp doesn't have a display
* only push simple prefs on the list of automatically managed items - hashes and lists can't be managed by the Settings super class
* only push display/artwork related prefs on the list if deal with a player which has a display
* move most artwork/display handling code out of the plugin to the Player class
* rename `eq` pref to `equalizer`, as `eq` is a reserved word
* automatically update the player when the `equalizer` pref is changed
* strip down Plugin to the bare minimum needed with any SqueezeAMP, no matter whether it has a display or not
2020-05-05 22:45:54 +02:00
Philippe G
325dc2ad05 comment typo 2020-05-05 11:17:10 -07:00
Philippe G
4f324b90d7 Merge branch 'master' of https://github.com/sle118/squeezelite-esp32 2020-05-04 18:40:52 -07:00
Philippe G
8f0709d5b1 clarify our licensing intention 2020-05-04 18:40:48 -07:00
philippe44
4da58ff1dc Update README.md 2020-04-29 14:10:00 -07:00
Philippe G
f0d5c1da01 AirPlay: moveback to simplified sync - release 2020-04-28 14:44:29 -07:00
Philippe G
bb1266ed5d more AirPlay - release 2020-04-26 12:56:56 -07:00
Philippe G
7a44e379ed set defautl value in settings 2020-04-22 14:59:39 -07:00
Philippe G
014aa91fdd add RSSI + disable equalizer when not needed - release 2020-04-19 23:01:07 -07:00
Philippe G
e0e309c4ed equalizer w/o display 2020-04-17 14:54:39 -07:00
Philippe G
30454bbd0c player.html was missing - release 2020-04-17 08:35:02 -07:00
Philippe G
394d6b6465 equalizer - release 2020-04-17 08:03:17 -07:00
Philippe G
7e4c0d2ac4 opus codec update for webradio (stack overflow) - release 2020-04-08 17:27:45 -07:00
Philippe G
1ab183335e more airplay saga - release 2020-04-04 13:28:57 -07:00
Philippe G
a094b0d61f visu with fixed output - release 2020-04-03 18:40:45 -07:00
Philippe G
402da30bea forgot SHA1 2020-04-02 17:22:42 -07:00
Philippe G
c994c5f3e3 tweak for square displays & vertical VU - release 2020-04-02 17:07:54 -07:00
Philippe G
26330ee69e add SSD1322 + few tweaks - release 2020-04-01 20:03:57 -07:00
philippe44
4c546180fd continue the AirPlay saga - release 2020-03-29 22:40:40 -07:00
philippe44
6b5c9188c6 continue the AirPlay saga - release 2020-03-29 22:36:23 -07:00
philippe44
d2a9454200 block all screen update when using full screen visu on small screens - release 2020-03-24 17:31:07 -07:00
philippe44
cd5693a81c VU bitmap is 8bits grayscale, not RGB332 - release 2020-03-24 15:31:13 -07:00
philippe44
6ad532a276 reset style for small visu - release 2020-03-22 20:38:44 -07:00