just pushed an update
caught another edge case
some fixes in tag logic too - composer and quoted strings (JSON side effects)
let me know how that looks
if still seeing odd behavior add the --verbose flag and post the output
cheers
Results 211 to 220 of 254
Thread: ANNOUNCE: LMS Monitor 2020
-
2021-01-14, 10:26 #211As of 26-Feb-2021 my digitized collection is (25608 hours 20 minutes) + (15 seconds) or
2.921 years in duration
random continuous play would really annoy the neighbors...
Digitized thus far:
Total Tracks: 165,586
Total Albums: 15,155
Total Artists: 21,734
Total Genres: 765
Total Playing Time: 25608:20:15
With another ~2400 yet to be ripped... a moving target such that it is ...
-
2021-01-14, 12:48 #212
- Join Date
- Dec 2017
- Posts
- 57
verbose looks ok, but still the same results.
Soft power on, display stays black:
...
2021-01-14 20:43:16 :: src/lmsmonitor.c-1029 : isRefreshed
2021-01-14 20:43:16 :: src/lmsmonitor.c-1067 : activeScroller test
2021-01-14 20:43:16 :: src/lmsmonitor.c-1072 : display clock test
2021-01-14 20:43:16 :: src/lmsmonitor.c-1142 : clockPage
LMS:Player Powered ..: On
LMS:Playing .........: Yes
LMS:Time Played .....: 173.699988101959
2021-01-14 20:43:17 :: src/lmsmonitor.c-0397 : power test
2021-01-14 20:43:17 :: src/lmsmonitor.c-1029 : isRefreshed
2021-01-14 20:43:17 :: src/lmsmonitor.c-1040 : isPlaying
2021-01-14 20:43:17 :: src/lmsmonitor.c-0397 : power test
2021-01-14 20:43:17 :: src/lmsmonitor.c-1029 : isRefreshed
2021-01-14 20:43:17 :: src/lmsmonitor.c-1040 : isPlaying
2021-01-14 20:43:19 :: src/lmsmonitor.c-0397 : power test
2021-01-14 20:43:19 :: src/lmsmonitor.c-1029 : isRefreshed
...
-
2021-01-14, 18:42 #213
- Join Date
- Jan 2021
- Posts
- 18
Waveshare
.
Last edited by LiFePO4; 2021-02-24 at 17:29.
-
2021-01-14, 18:43 #214
- Join Date
- Jan 2021
- Posts
- 18
Links
.
Last edited by LiFePO4; 2021-02-24 at 17:28.
-
2021-01-14, 20:04 #215
@Aki7 - very odd
this is a nice to have but I'll keep poking at it to see where it could be going awry - until I do remove the argument from your call
that extra line in the script controls the mute/unmute on one of my amps - it shouldn't be in the deployed script so remove it
I'll be pushing an updated archive shortly that removes that command
I'll keep you posted with progress
@LiFePO4
These two seem like safe choices:
0.96inch OLED (B)
1.3inch OLED (B)
0.96inch OLED (B) OLED 128×64 3-wire SPI, 4-wire SPI, I2C SSD1306
1.3inch OLED (B) OLED 128×64 3-wire SPI, 4-wire SPI, I2C SH1106
Any chance these will work in the near future?
1.5inch OLED Module OLED White (16 gray scale) 128×128 4-wire SPI, I2C SSD1327
1.5inch RGB OLED Module OLED 65K colorful 128×128 3-wire SPI, 4-wire SPI SSD1351
The grey scale and color aren't on the radar, although 1327 should be a quick tack on top of the 1322 implementation
I've both of those devices but no plans for the color 128x128 - I'm favoring a 240x240 version
There's a TODO section on the README and those have priority - its finding the cycles to make that happen especially when I have to redo the artwork too
I just got a couple of 128x32 that I've plumbed into a dekpiPro enclosure so I'd like to add a simple text scroller for that setup too, theres a git repo for that too - lots of fun routing and polishing acrylic on top of writing the software. Next step for this is to add a DAC or amp - I've several pi0 hats that are candidates.
art is also a hobby of mine so theres fun to be had designing the new setups
art on dribble
art on devianart
art on zazzle - t-shirts etc...As of 26-Feb-2021 my digitized collection is (25608 hours 20 minutes) + (15 seconds) or
2.921 years in duration
random continuous play would really annoy the neighbors...
Digitized thus far:
Total Tracks: 165,586
Total Albums: 15,155
Total Artists: 21,734
Total Genres: 765
Total Playing Time: 25608:20:15
With another ~2400 yet to be ripped... a moving target such that it is ...
-
2021-01-14, 21:17 #216
- Join Date
- Jan 2021
- Posts
- 18
.
Last edited by LiFePO4; 2021-02-24 at 17:29.
-
2021-01-15, 09:15 #217
@LifePO4
Okay, thanks. I won't take any risks with the 1.5Inch and take a small risk with a 128x32 (SSD1306):
you can get the 128x64 up to 2.4 inches (diagonal) - see the main picture in the README
The 'zon has those devices at reasonable prices 128x64
If you do want the 128x32 this is the device I have in the deskpi 2x 128x32 for under $10
the 128x32 for the deskpi is currently another project. I'm looking at popping a justBoom amp or IQAudio DAC into the mix soon, then a very much cutdown monitor will be ported over with a simple scrolling interface.
I have to open up the unit as the M.2 drive isn't being detected so I'm swapping it out for a cheap Kingston SSD
It'll make for a solid portable system
Its a nice enclosure for those interested but it does have some rough edges and its been a bit of a time-suck standing it up
note OOTB = Out Of The Box - works without issueLast edited by shunte88; 2021-01-15 at 09:16. Reason: punctuation - meh!
As of 26-Feb-2021 my digitized collection is (25608 hours 20 minutes) + (15 seconds) or
2.921 years in duration
random continuous play would really annoy the neighbors...
Digitized thus far:
Total Tracks: 165,586
Total Albums: 15,155
Total Artists: 21,734
Total Genres: 765
Total Playing Time: 25608:20:15
With another ~2400 yet to be ripped... a moving target such that it is ...
-
2021-01-15, 10:14 #218
- Join Date
- Dec 2017
- Posts
- 57
-
2021-01-15, 11:46 #219
- Join Date
- Jan 2021
- Posts
- 18
-
2021-01-15, 12:56 #220
hi @Aki7, what I meant was remove the -K or --powersave so you don't trigger the power save on the OLED and stick with your script that does your own power down.
I could have sworn you also asked about an API call you found in the code, at least I think you did
I reviewed the deployed script and couldn't find the call, and checking through the thread I'm not seeing the question so I do think I need some hot milk and a nap is likely overdue
apologies for any confusion
I'll keep picking at the power save and keep you posted should the veil lift and I discover the issueAs of 26-Feb-2021 my digitized collection is (25608 hours 20 minutes) + (15 seconds) or
2.921 years in duration
random continuous play would really annoy the neighbors...
Digitized thus far:
Total Tracks: 165,586
Total Albums: 15,155
Total Artists: 21,734
Total Genres: 765
Total Playing Time: 25608:20:15
With another ~2400 yet to be ripped... a moving target such that it is ...