Re: [SlimDevices: Plugins] Custom Clock with PiCorePlayer + jivelite
You need to install the applet manually to your pCP device. Look at the /home/tc/.jivelite folder. Then be sure to backup when done. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://picoreplayer.org/index.html#donate) if you like the piCorePlayer paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=116265 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS
philchillbill wrote: > EDIT: I've added url-encoding to the so streaming may work > for you now as-is. Bingo ! It works again :D Fantastic - many thanks for your help. (and yes the password did have one of those characters in it) Great stuff - I have 2 very happy kids in the house again ! Thanks again! smarties's Profile: http://forums.slimdevices.com/member.php?userid=72742 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS
smarties wrote: > Could be related, but playing directly from Amazon music or BBC radio > works fine on the echos so I'm not sure its exactly same problem. > > I've tried de-registering and re-registering the echo too, and that made > no difference. > > It's a bit weird how the echo player never appears as a player in the > front end, in my case it only appears on the Settings - Information > screen with the same IP as the LMS server itself (as a Web Client) - is > that expected ? > > When I access the stream.mp3 endpoint from a browser on my laptop - the > laptop appears as a player in LMS with the laptop IP - hence the > question > > Can you also advise what the UUID is used for in the set up process ? > I'm using the the one that appears on the echo spot screen when I ask it > to discover my players (the ngrok-updater.sh script succeeds fine with > that UUID but I'm still curious if it is relevant) Just thought of something: A while back I was asked by a user with an odd setup (he did not have credentials on his non-ngrok proxy but did have credentials on his LMS instead) if I could pass the credentials through in the stream-URL which seemed harmless at the time. These then end up in the path to the /stream.mp3 endpoint but are ignored if LMS has no credential enabled: http://username:password@192.168.1.2:9000/stream.mp3?player=Alexa-x However, if you have any of the characters : @ / = ? in your username or password, it would mess up streaming. If that's the case for you, remove the offending character and re-try. If that was the issue then I'll have a think how I could get around the issue by perhaps urlencoding (not sure if LMS would accept URL encoded credentials for him). Regarding the uuid, I don't want to store people's privacy-sensitive data so you don;t have an account/login with my back-end (smartskills.tech). Instead, I recognise users anonymously by assigning a uuid to them. You actually store the uuid, not me. It's kept in your browser's localStorage database which normally survives clearing your browser cache. philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] Custom Clock with PiCorePlayer + jivelite
Hi, I'm running PicorePlayer 8.0.0 with Jivelite using the official 7" touch screen and trying to use SuperDateTime savescreen. I found I needed custom clock applet and Custom Clock helper. problem is, after installing Custom Clock applet and rebooting evice there is no custom clock under Extras. Any idea how to troubleshoot this? I checked logs but could see nothing. Maybe need to increase level of detail for LMS logs? PicorePlayer 8.0.0 Squeezelite v1.9.9-1386-pCP Thanks in advance! Martí waldo's Profile: http://forums.slimdevices.com/member.php?userid=19888 View this thread: http://forums.slimdevices.com/showthread.php?t=116265 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
cpd73 wrote: > Yeah, this bugs me to. The font is not as large for me, but the white > background with black text is a pain. But, I'm not sure how to resolve. > These pop-up menus are drawn by the application, not the web page - so > not Material Skin directly. Your screenshot looks like its from the APK, > which uses Android's WebView - and I'm not sure how to change the menu > colours there, as the rest of the APKs UI is dark. Even in chrome the > menu has larger text than the web page. Thanks for the quick reply. A shame it's not easily fixable (although, obviously, if it were you'd already have done it). But set against how generally excellent MS is, it's small potatoes* (it's not often I need to browse into Server Settings). Jon * an odd expression, now I think about it, as small potatoes (eg, Jersey royals) are generally considered much better than big ones. Duet x 3, via various hi-fi. LMS running on Raspberry Pi OS (Debian 10) + OMV on a Pi4 (4GB RAM) in an Argon Neo case. SpiderJon's Profile: http://forums.slimdevices.com/member.php?userid=21798 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
SpiderJon wrote: > It's also not themed the same ie, it's black on white, rather than > white on black but that's less of a UX issue for me; I'd just like > much more compact menu text. > Yeah, this bugs me to. The font is not as large for me, but the white background with black text is a pain. But, I'm not sure how to resolve. These pop-up menus are drawn by the application, not the web page - so not Material Skin directly. Your screenshot looks like its from the APK, which uses Android's WebView - and I'm not sure how to change the menu colours there, as the rest of the APKs UI is dark. Even in chrome the menu has larger text than the web page. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS
philchillbill wrote: > See > https://www.amazonforum.com/s/question/0D54P6zSqxtSAC/echo-will-reply-to-command-but-wont-play-music > for proof youre not alone with this. I had it myself on one of my Echo > Dots but not on other Dots or on my Shows. Methinks its a firmware bug > that is triggered from time to time due to who knows what. > Could be related, but playing directly from Amazon music or BBC radio works fine on the echos so I'm not sure its exactly same problem. I've tried de-registering and re-registering the echo too, and that made no difference. It's a bit weird how the echo player never appears as a player in the front end, in my case it only appears on the Settings - Information screen with the same IP as the LMS server itself (as a Web Client) - is that expected ? When I access the stream.mp3 endpoint from a browser on my laptop - the laptop appears as a player in LMS with the laptop IP - hence the question Can you also advise what the UUID is used for in the set up process ? I'm using the the one that appears on the echo spot screen when I ask it to discover my players (the ngrok-updater.sh script succeeds fine with that UUID but I'm still curious if it is relevant) smarties's Profile: http://forums.slimdevices.com/member.php?userid=72742 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
In the Android webview wrapper, if I go to "Server Settings" 37734 and then open the dropdown menu, the text size on the menu is huge, compared with that on the main UI. 37735 It's also not themed the same ie, it's black on white, rather than white on black but that's less of a UX issue for me; I'd just like much more compact menu text. (Apologies if this has been raised previously. I did search the thread, but couldn't find anything relevant.) +---+ |Filename: Screenshot_20220417-105348_LMS.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=37735| +---+ Duet x 3, via various hi-fi. LMS running on Raspberry Pi OS (Debian 10) + OMV on a Pi4 (4GB RAM) in an Argon Neo case. SpiderJon's Profile: http://forums.slimdevices.com/member.php?userid=21798 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS
smarties wrote: > Yep that's the correct IP and Port > > And no luck with switching device language to US - everything works > except streaming. See https://www.amazonforum.com/s/question/0D54P6zSqxtSAC/echo-will-reply-to-command-but-wont-play-music for proof youre not alone with this. I had it myself on one of my Echo Dots but not on other Dots or on my Shows. Methinks its a firmware bug that is triggered from time to time due to who knows what. All the skill does for streaming is start up the /stream.mp3 stream in LMS and tell the Echo how to grab it within your LAN. Then the skill exits and its up to your Echo to actually play the stream. As you said, you hear music when you visit /stream.mp3 in a browser so you know thats working. Conclusion is that the Echo is rejecting the stream due to an Echo bug. Sorry I cannot fix anything on my end. philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins