Re: [SlimDevices: Plugins] Home automation app

2021-12-31 Thread edwin2006


Sorry to revive an old threat.
Does anyone know if the squeezebox plugin for Homeseer is still
supported?
I took the holidays to updrade from Homeseer v2 to v4 and in the process
solve a wish list. One of them being to integrate LMS / player control
into Homeseer.
Found an old plugin but not sure if this is supported anymore or perhaps
there are other ways to integrate player control.



*SqueezeBoxes:* 1x Transporter (Living room) 1x SB2 (shed), 1x Radio
(Kitchen), 1x Boom (Dining room), 1x piCorePlayer (jacuzzi), 1x
piCorePlayer (Garden) 1x OSMC + Squeezelite (Movie room), 1x Touch
(Study 2), few spare unit's (SB2, SB3, Boom, Touch)
*Server:* LMS on Pi3B+ 8.1.2 on PcP 7.0.1
*Network:* Draytek, Netgear Smart Switch 24p, Ubiquiti PoE, 3x Ubiquity

edwin2006's Profile: http://forums.slimdevices.com/member.php?userid=66926
View this thread: http://forums.slimdevices.com/showthread.php?t=108000

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread bpa


slartibartfast wrote: 
> I don't remember the VU meters amplitude changing with volume level in
> Squeezelite. Same with VU meters on the Touch.

I don't use displays and its been a long time since I looked at the
source code.  I always thought "VU" stood for Volume Units  and when I
used tape recorders the VU meter was always affected by volume level and
I assumed the same for SB player.

A quick look now at output_vis.c  - PCM data is shared with the
"visualise" via shared memory and no FFT processing is done within
squeezelite - just copying audio data. 

Since audio gets out of DAC - PCM samples are not clearly not reduced to
zero - but current theory is that it seems PCM data is not shared with
device with no Volume Control

In output_vis.c - there is a boolean "silence" that needs to be checked
out as it stops sharing of PCM data.
There is also some processing of PCM sample due to a replay gain
setting.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104486

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread HansZ


I have exactly the same problem. But please note: Spotty works
flawlessly, if I control it through Squeezer on my tablet. So it is only
the LMS Web menu that fails to show Spotty (and other plugins).

Hans

CosiBone wrote: 
> Dear all, 
> 
> recently I  have a strange issue with SPOTTY (latest version 4.6.2) on
> my debian LMS installation.
> The Spotty-App does not show up on the LMS menu.
> 
> On the devices as such this is working fine.
> 
> Any idea to make the app visible on the browser frontend again?
> 
> Thanks
> Cosi



HansZ's Profile: http://forums.slimdevices.com/member.php?userid=72417
View this thread: http://forums.slimdevices.com/showthread.php?t=115263

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread Michael Herger

I have exactly the same problem. But please note: Spotty works
flawlessly, if I control it through Squeezer on my tablet. So it is only
the LMS Web menu that fails to show Spotty (and other plugins).


But in your case we know by now what the problem is, don't we? Your 
system is so outdated, it can't talk to many servers any more due to 
latest requirements in https. Eg. it fails to connect to mysb, too.

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread slartibartfast


mherger wrote: 
> > I have exactly the same problem. But please note: Spotty works
> > flawlessly, if I control it through Squeezer on my tablet. So it is
> only
> > the LMS Web menu that fails to show Spotty (and other plugins).
> 
> But in your case we know by now what the problem is, don't we? Your 
> system is so outdated, it can't talk to many servers any more due to 
> latest requirements in https. Eg. it fails to connect to mysb, too.This is 
> his first post.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115263

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread Michael Herger

This is his first post.


We've been in touch via email for a few days.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread bpa


Bscott wrote: 
> Yup, same for Dacmagic. No volume control.

Are there any messages logged (squeezelite output not LMS server)  when
squeezelite start ?
Looking at code - if Alsa mixer init fails - it will log an error that
it will revert to s/w volume control.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104486

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread slartibartfast


mherger wrote: 
> > This is his first post.
> 
> We've been in touch via email for a few days.Ah OK

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115263

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] 3rd party plugins on new PiCore player

2021-12-31 Thread The Groundsman


Yesterday I started to move my LMS world from my old windows 10 netbook
to my new pi4 with piCore.

I had a  couple of issues but thanks to the documentation and this great
community I have made some progress. I'm stuck again unfortunately as I
would like to add some plugins. Material, BBC Sounds, Chromecast and
Airplay bridges and Spotty are the essentials. The trouble is I see no
TP plugins on the plugins tab. When I did my trial run installing LMS on
Lubuntu they were just there but it looks like LMS is failing to reach
the repository (is that the right name?)

Would be grateful if someone could give me some direction please.

36594

Logitech Media Server Version: 8.2.0 - 1627922070 @ Tue Aug 3 11:43:18
CEST 2021
Hostname: pCP
Server IP Address: 192.168.1.194
Server HTTP Port Number: 9000
Operating system: piCore - EN - utf8
Platform Architecture: armv7l-linux
Perl Version: 5.32.1 - arm-linux-gnueabihf-thread-multi-64int
Audio::Scan: 1.05
IO::Socket::SSL: 2.071
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 1


+---+
|Filename: tpp.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36594|
+---+


The Groundsman's Profile: http://forums.slimdevices.com/member.php?userid=70305
View this thread: http://forums.slimdevices.com/showthread.php?t=115666

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] 3rd party plugins on new PiCore player

2021-12-31 Thread The Groundsman


sorry - being dumb. restarted everything and i now see them.



The Groundsman's Profile: http://forums.slimdevices.com/member.php?userid=70305
View this thread: http://forums.slimdevices.com/showthread.php?t=115666

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread bakker_be


"Struggling" to get this working ...
Steps taken:
  
- Git cloned the repository into the home dir on my Ubuntu 20.04
  server
- installed requirements using pip
- adapted config.json in music-similarity root directory   
Code:

{
"paths":{
"db":"/home/bart/music-similarity/",
"local":"/mnt/Music/",
"lms":"/mnt/Music/",
"cache":"/home/bart/music-similarity/cache/"
},
"lmsdb":"/var/lib/squeezeboxserver/cache/library.db"
}



  
When launching the analysis this tells me the shared library can't be
found, it is however in the place indicated.

Code:


  bart@p700:~/music-similarity$ ./music-similarity.py --analyse /mnt/Music
  2021-12-31 12:44:20 I Found: 
/home/bart/music-similarity/linux/x86-64/essentia_streaming_extractor_music
  2021-12-31 12:44:20 E Failed to open Musly shared library 
(/home/bart/music-similarity/linux/x86-64/libmusly.so)!
  


36595


+---+
|Filename: Screenshot_27.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36595|
+---+


Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread bakker_be


"Struggling" to get this working ...
Steps taken:
  
- Git cloned the repository into the home dir on my Ubuntu 20.04
  server
- installed requirements using pip
- adapted config.json in music-similarity root directory   
Code:

{
"paths":{
"db":"/home/bart/music-similarity/",
"local":"/mnt/Music/",
"lms":"/mnt/Music/",
"cache":"/home/bart/music-similarity/cache/"
},
"lmsdb":"/var/lib/squeezeboxserver/cache/library.db"
}



  
When launching the analysis this tells me the shared library can't be
found, it is however in the place indicated.

Code:


  bart@p700:~/music-similarity$ ./music-similarity.py --analyse /mnt/Music
  2021-12-31 12:44:20 I Found: 
/home/bart/music-similarity/linux/x86-64/essentia_streaming_extractor_music
  2021-12-31 12:44:20 E Failed to open Musly shared library 
(/home/bart/music-similarity/linux/x86-64/libmusly.so)!
  

36596


+---+
|Filename: Screenshot_28.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36596|
+---+


Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread cpd73


bakker_be wrote: 
> When launching the analysis this tells me the shared library can't be
> found, it is however in the place indicated.

I'm guessing this is due to the musly library having been built on
Fedora. I'll install Ubuntu in a VM and rebuild the library on that.



*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=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread ralphy


cpd73 wrote: 
> I'm guessing this is due to the musly library having been built on
> Fedora. I'll install Ubuntu in a VM and rebuild the library on that.

When I started supporting squeezelite, I've found the plethora of
different libc versions to be a constant issue.  I eventually discovered
that building on an older OS virtually eliminated the problem.

The intel 32 and 64bit binaries are still built on CentOS 6 VMs.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-12-31 Thread tusken


Hi. i am trying to add a sonos 1 to my network using this plugin. I am
using LMS 7.9.1, installed on a headless vortexbox. It hasnt been
updated for some time, mainly because I cant because it is an old
version of VB which is no longer supported (and i have multiple hard
drives mounted as storage which i would lose if i did a clean install.
It is however rock solid and has been for years. So the bottom line is,
i cant update to the latest version of LMS.

in the plugin settings, i seem to be falling at the first hurdle. i keep
getting the error message "configuration file missing, click generate
etc" I do click generate, but still the error message persists.
rebooting the VB and restrarting LMS doesnt help

when i click view on the configuration file, this is what i get:

XML Parsing Error: no element found
Location: [ip address not shown]/upnpbridge-config.xml
Line Number 1, Column 1:

can anyone help please? many thanks in advance



tusken's Profile: http://forums.slimdevices.com/member.php?userid=39322
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] 3rd party plugins on new PiCore player

2021-12-31 Thread paul-


Could have been many thing.  Local networking problem, or just a GitHub
problem.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=115666

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ALAC support in PiCorePlayer

2021-12-31 Thread paul-

It’s there by default in the latest pCP.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=115664

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread mruddo


I'm currently mid-way through a second pass analysis of my 681 files,
and so far there's only been the one failure - so it's looking like the
change to allow accented characters has worked successfully.
(Incidentally, I believe the track that failed this time was OK in the
last run.)

I'll update later with info on how long it took this time when my PC
wasn't quite so busy. 

I may re-run later to see if it plugs any gaps from the first pass. In
your README it says:

-If re-run new tracks will be added, and old (non-existent) will be
removed. Pass `--keep-old` to keep these old tracks.-

Does this mean it will actually skip the tracks already there too as
well, or will it re-analyse them? I guess I'll find out soon enough if I
give it a go. ;)



mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread cpd73


mruddo wrote: 
> 
> -If re-run new tracks will be added, and old (non-existent) will be
> removed. Pass `--keep-old` to keep these old tracks.-
> 
> Does this mean it will actually skip the tracks already there too as
> well, or will it re-analyse them? I guess I'll find out soon enough if I
> give it a go. ;)

If you re-run then newly, or un-analysed, tracks will be analysed and
added. Any tracks that are in the DB but not on disk will be removed
from the DB. If you want to keep these non-existant tracks in the DB the
pass "--keep-old"



*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=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-12-31 Thread jakalad


expectingtofly wrote: 
> I don't know why you think you need to go to the github page, or why you
> think it is necessary to be so rude.It is a one click action to
> install from 3rd party plugins, just like any other plugin, no need to
> go to the github page, or be offended by it (Although, I've no idea what
> the content of that is that offends you so)

HANDS UP HIGH  for being such a bloody frustrated fool who at the time
was obviously frustrated and incapable of taking a step back and
re-analysing the problem. I truly am very sorry for my very rude
behavior/comments and I do appreciate the huge amount of work and time
you 'expecting to fly' does.

I willl retire to my shell for another two decades and promise to think
again before pressing the submit button.  

Yes I hope you had a good Xmas and wish you a good New Year.

Once again I offer my sincere apologies. 

Patience and manners are not what I unfortunately am reknowned for -
having died twice so far you think I would have learned!

Regards Jak



jakalad's Profile: http://forums.slimdevices.com/member.php?userid=37140
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread cpd73


bakker_be wrote: 
> 
> When launching the analysis this tells me the shared library can't be
> found, it is however in the place indicated.

It's not that the library cannot be found, its that it cannot be opened.
The reason for this is that you need to install the ffmpeg libraries.
You can do this by just installing ffmpeg iteself (sudo apt install
ffmpeg) or install the libavformat, libavcodec, and libavutil
libraries.

I've installed 20.04 in a VM, installed ffmpeg, and analysis works.



*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=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread cpd73


ralphy wrote: 
> When I started supporting squeezelite, I've found the plethora of
> different libc versions to be a constant issue.  I eventually discovered
> that building on an older OS virtually eliminated the problem.
> 
> The intel 32 and 64bit binaries are still built on CentOS 6 VMs.

Thanks. I tried installing a centos6 VM, but then installing packages
failed - something todo with repos not found. Was about to try centos7,
but installing ffmpeg in an Ubuntu VM seems to have resolved the library
loading. So, the library itself was OK, just needed its dependencies to
be installed.



*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=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread bakker_be


cpd73 wrote: 
> It's not that the library cannot be found, its that it cannot be opened.
> The reason for this is that you need to install the ffmpeg libraries.
> You can do this by just installing ffmpeg iteself (sudo apt install
> ffmpeg) or install the libavformat, libavcodec, and libavutil
> libraries.
> 
> I've installed 20.04 in a VM, installed ffmpeg, and analysis works.
Indeed, now it seems to work. Thanks!



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-12-31 Thread Robb_G


Phillippe - First off, thank you for such an awesome plugin!

Now my issue - I have been using CastBridge for a while, and I have had
a problem that has been fairly consistent the whole time.  Everything
will be working great, then all of a sudden the player starts skipping
ahead to the next song before the current song is done.  I will restart
LMS, and it may (or may not) work properly again for a while, but the
issue invariably returns.  This is something that happens every day, and
I have just been trying to live with it.  I have attached a log for the
time that it happened most recently.  Is there any obvious setting that
I should change?  

(Possibly related, I have had a recent issue where the player starts up
randomly after I pause the music.  I do not have a log for that right
now.)


+---+
|Filename: CastBridge Log.txt   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36597|
+---+


Robb_G's Profile: http://forums.slimdevices.com/member.php?userid=38233
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread mruddo


cpd73 wrote: 
> If you re-run then newly, or un-analysed, tracks will be analysed and
> added. Any tracks that are in the DB but not on disk will be removed
> from the DB. If you want to keep these non-existant tracks in the DB the
> pass "--keep-old"

Thanks for confirming... sure enough, a re-run was very quick - and it
failed to add that file again. This was the one:

MUSLY_TRACK_ANALYZE_AUDIOFILE FAILED FOR M:\TESTLIBRARY\GORILLAZ\HUMANZ
(DELUXE)\09-INTERLUDE- ELEVATOR GOING UP.FLAC

I may have been mistaken, and can't be sure it made it in on the
previous (Alpha2) build.

It's not so obvious to me what's wrong with this one. The "-" after
Interlude is actually a ":" that's been substituted in the filename
already, but given there are a number of other similarly named tracks on
that album it does not look obviously different in any way.

Anyway, 680 out of 681 trackes analysed this time in 2 hours 5 mins
so that's not too bad.

I'm tempted to give my whole library a go, but may play around with some
more sample mixes first.

I'm not sure where you are in the world, but Happy New Year!



mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2021-12-31 Thread cpd73


mruddo wrote: 
> musly_track_analyze_audiofile failed for M:\TestLibrary\Gorillaz\Humanz
> (Deluxe)\09-Interlude- Elevator Going Up.flac

Odd. Can you run ffprobe against this file? ffbrobe.exe should be in the
'windows' folder - and it should print info such as the track's
duration. Also, if you edit musly.py (in the lib folder) and uncomment
(remove the '#') lines 71 and 72 (these lines have musly_debug)
and re-run, then you should have more debug (comming from libmusly).
This -might- provide more info.

mruddo wrote: 
> The "-" after Interlude is actually a ":" that's been substituted in the
> filename already, but given there are a number of other similarly named
> tracks on that album it does not look obviously different in any way.

Yeah, the contents of the tags shouldn't matter - and I have a few with
a colon (mind you I'm on Linux, so my filesystem accepts a colon in a
filename).

mruddo wrote: 
> Anyway, 680 out of 681 trackes analysed this time in 2 hours 5 mins
> so that's not too bad.

Not bad? To me that's -slow-! On my 6 (or 7?) year old laptop I get 1140
tracks/hour. Perhaps its because my libmusly uses the ffmpeg libraries,
so does not need to start the executables for each track. Still, that's
quite a difference!



*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=115609

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread Bscott


Here are some of the logs for picorePlayer using Dacmagic that seemed
most pertinent.

Output devices:
null   - Discard all samples (playback) or
generate zero samples (capture)
sysdefault - Default Audio Device
default   
plugequal 
equal 
hw:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio -
Direct hardware device without any conversions
plughw:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio -
Hardware device with all software conversions
sysdefault:CARD=C20- CA DacMagic 200M 2.0, USB Audio -
Default Audio Device
front:CARD=C20,DEV=0   - CA DacMagic 200M 2.0, USB Audio -
Front output / input
surround21:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 2.1
Surround output to Front and Subwoofer speakers
surround40:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 4.0
Surround output to Front and Rear speakers
surround41:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 4.1
Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 5.0
Surround output to Front, Center and Rear speakers
surround51:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 5.1
Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio - 7.1
Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=C20,DEV=0  - CA DacMagic 200M 2.0, USB Audio -
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=C20,DEV=0- CA DacMagic 200M 2.0, USB Audio -
Direct sample mixing device

Squeezelite Volume Controls
Volume controls for default

Squeezelite Process
/usr/local/bin/squeezelite -n Outside -o hw:CARD=C20,DEV=0 -a 80 4 
0  -r 768000 -R vX  4 28 99 100 50 -v

Current PCP.cfg

WIFI="off"
DEBUG="0"
MODE="10"
TEST="0"
NAME="Outside"
PCP_CUR_REPO="1"
THEME="Light"
OUTPUT="hw:CARD=C20,DEV=0"
ALSA_PARAMS="80:4::0:"
BUFFER_SIZE=""
_CODEC=""
XCODEC=""
PRIORITY=""
MAX_RATE="768000"
UPSAMPLE="vX::4:28:99:100:50"
MAC_ADDRESS=""
SERVER_IP=""
LOGLEVEL=""
LOGFILE=""
DSDOUT=""
VISUALISER="yes"
CLOSEOUT=""
UNMUTE=""
ALSAVOLUME=""
OTHER=""
AUDIO="USB"
AUDIOBOOTSCRIPT=""
HOST="Outside"
TIMEZONE="PST8PDT,M3.2.0,M11.1.0"
CPUGOVERNOR="ondemand"
OVERCLOCK="NONE"
ADVOVERCLOCK="None"
CPUISOL=""
SQLAFFINITY=""
SQLOUTAFFINITY=""
CMD="Default"
FIQ="0x1"
ALSAlevelout="Default"
ALSAeq="no"
EQUAL_OUT_DEVICE="hw:CARD=C20,DEV=0"
STREAMER="no"
STREAMER_IN_DEVICE=""
REBOOT="Disabled"
RB_H="0"
RB_WD="*"
RB_DMONTH="*"
RESTART="Disabled"
RS_H="0"
RS_WD="*"
RS_DMONTH="*"
CRON_COMMAND=""
AUTOSTARTLMS=""
A_S_LMS="Disabled"
AUTOSTARTFAV=""
A_S_FAV="Disabled"
USER_COMMAND_1=""
USER_COMMAND_2=""
USER_COMMAND_3=""
JIVELITE="yes"
SCREENROTATE="0"
JL_SCREEN_WIDTH="0"
JL_SCREEN_HEIGHT="0"
JL_FRAME_BUFFER="/dev/fb0"
JL_FRAME_RATE=""
JL_FRAME_DEPTH=""
SHAIRPORT="no"
LMSERVER="no"
LMSDATA="default"
LMSBRANCH="release"
NTPD="no"
SQLT_VERSION="basic"
SQBINARY="default"
SQUEEZELITE="yes"
POWER_GPIO=""
POWER_OUTPUT="L"
POWER_SCRIPT=""
GPIOPOWEROFF="no"
GPIOPOWEROFF_GPIO="17"
GPIOPOWEROFF_HI="yes"
GPIOSHUTDOWN="no"
GPIOSHUTDOWN_GPIO="22"
GPIOSHUTDOWN_HI="yes"
GPIOSHUTDOWN_PU="down"
IR_LIRC="no"
IR_KEYTABLES="no"
IR_GPIO_IN="25"
IR_GPIO_OUT=""
IR_DEVICE="lirc0"
IR_CONFIG=""
LMSWEBPORT=""
FSM="Default"
LMSCONTROLS="yes"
PLAYERTABS="yes"
HDMIPOWER="off"
APMODE="no"
AP_IP=""
RPI3INTWIFI="off"
RPIBLUETOOTH="off"
BTDISCOVERTIME="180"
SAMBA="disabled"
WOL="no"
WOL_NIC=""
WOL_LMSMACADDRESS=""
SPARAMS1=""
SPARAMS2=""
SPARAMS3=""
SPARAMS4=""
SPARAMS5=""
INTERNET_CHECK_IP=""
ROTDASH="no"
SHAIRPORT_OUT=""
SHAIRPORT_CONTROL=""
NETWORK_WAIT="50"
GUI_DISABLE="0"
WWW_PORT="80"
MDNSD="yes"
SDIMAGELOCATION=""



Bscott's Profile: http://forums.slimdevices.com/member.php?userid=72330
View this thread: http://forums.slimdevices.com/showthread.php?t=104486

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread Bscott


DMESG

[0.00] Booting Linux on physical CPU 0x00 [0x410fd083]
[0.00] Linux version 5.10.77-pcpCore-v8 (pCP@SoundStation)
(aarch64-linux-gnu-gcc (crosstool-NG 1.24.0.351_511442b) 10.3.0, GNU ld
(crosstool-NG 1.24.0.351_511442b) 2.34) #1 SMP PREEMPT Sat Nov 13
15:46:02 EST 2021
[0.00] random: fast init done
[0.00] Machine model: Raspberry Pi 4 Model B Rev 1.4
[0.00] efi: UEFI not found.
[0.00] Reserved memory: created CMA memory pool at
0x2a80, size 64 MiB
[0.00] OF: reserved mem: initialized node linux,cma, compatible
id shared-dma-pool
[0.00] Zone ranges:
[0.00]   DMA  [mem 0x-0x3fff]
[0.00]   DMA32[mem 0x4000-0x]
[0.00]   Normal   [mem 0x0001-0x0001]
[0.00] Movable zone start for each node
[0.00] Early memory node ranges
[0.00]   node   0: [mem 0x-0x3e5f]
[0.00]   node   0: [mem 0x4000-0xfbff]
[0.00]   node   0: [mem 0x0001-0x0001]
[0.00] Initmem setup node 0 [mem
0x-0x0001]
[0.00] On node 0 totalpages: 2074112
[0.00]   DMA zone: 4096 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 255488 pages, LIFO batch:63
[0.00]   DMA32 zone: 12288 pages used for memmap
[0.00]   DMA32 zone: 770048 pages, LIFO batch:63
[0.00]   Normal zone: 16384 pages used for memmap
[0.00]   Normal zone: 1048576 pages, LIFO batch:63
[0.00] On node 0, zone DMA32: 512 pages in unavailable ranges
[0.00] percpu: Embedded 32 pages/cpu s91416 r8192 d31464
u131072
[0.00] pcpu-alloc: s91416 r8192 d31464 u131072 alloc=32*4096
[0.00] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[0.00] Detected PIPT I-cache on CPU0
[0.00] CPU features: detected: Spectre-v2
[0.00] CPU features: detected: Spectre-v4
[0.00] CPU features: detected: ARM errata 1165522, 1319367, or
1530923
[0.00] Built 1 zonelists, mobility grouping on.  Total pages:
2041344
[0.00] Kernel command line: coherent_pool=1M 8250.nr_uarts=1
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1
bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbdepth=16
bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:2E:80:38
vc_mem.mem_base=0x3f00 vc_mem.mem_size=0x3f60  host=Outside
dwc_otg.fiq_fsm_mask=0x1 tz=PST8PDT,M3.2.0,M11.1.0 dwc_otg.lpm_enable=0
console=tty1 root=/dev/ram0 rootwait quiet nortc loglevel=3 noembed
smsc95xx.turbo_mode=N noswap consoleblank=0 waitusb=2
[0.00] Dentry cache hash table entries: 1048576 (order: 11,
8388608 bytes, linear)
[0.00] Inode-cache hash table entries: 524288 (order: 10,
4194304 bytes, linear)
[0.00] mem auto-init: stack:off, heap alloc:off, heap free:off
[0.00] software IO TLB: mapped [mem
0x3a60-0x3e60] (64MB)
[0.00] Memory: 7977152K/8296448K available (11392K kernel code,
1948K rwdata, 3960K rodata, 3648K init, 1255K bss, 253760K reserved,
65536K cma-reserved)
[0.00] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4,
Nodes=1
[0.00] ftrace: allocating 35681 entries in 140 pages
[0.00] ftrace: allocated 140 pages with 3 groups
[0.00] rcu: Preemptible hierarchical RCU implementation.
[0.00] rcu: RCU event tracing is enabled.
[0.00] rcu: RCU restricting CPUs from NR_CPUS=256 to
nr_cpu_ids=4.
[0.00]  Trampoline variant of Tasks RCU enabled.
[0.00]  Rude variant of Tasks RCU enabled.
[0.00]  Tracing variant of Tasks RCU enabled.
[0.00] rcu: RCU calculated value of scheduler-enlistment delay
is 25 jiffies.
[0.00] rcu: Adjusting geometry for rcu_fanout_leaf=16,
nr_cpu_ids=4
[0.00] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[0.00] GIC: Using split EOI/Deactivate mode
[0.00] random: get_random_bytes called from
start_kernel+0x3b8/0x578 with crng_init=1
[0.00] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[0.00] clocksource: arch_sys_counter: mask: 0xff
max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[0.03] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps
every 4398046511102ns
[0.000115] Console: colour dummy device 80x25
[0.000142] printk: console [tty1] enabled
[0.000171] Calibrating delay loop (skipped), value calculated using
timer frequency.. 108.00 BogoMIPS (lpj=216000)
[0.000183] pid_max: default: 32768 minimum: 301
[0.000248] LSM: Security Framework initializing
[0.000385] Mount-cache hash table entries: 16384 (order: 5, 131072
bytes, linear)
[0.000447] Mountpoint-cache hash table entries: 16384 (order: 5,
131072 bytes, linear)
[0.001030] cgroup: Disabling memory control

Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread Bscott


[0.635952] kvm [1]: IPA Size Limit: 44 bits
[0.636437] kvm [1]: vgic interrupt IRQ9
[0.636567] kvm [1]: Hyp mode initialized successfully
[0.637540] Initialise system trusted keyrings
[0.637710] workingset: timestamp_bits=46 max_order=21
bucket_order=0
[0.640343] zbud: loaded
[0.641069] FS-Cache: Netfs 'nfs' registered for caching
[0.641362] NFS: Registering the id_resolver key type
[0.641381] Key type id_resolver registered
[0.641385] Key type id_legacy registered
[0.641433] nfs4filelayout_init: NFSv4 File Layout Driver
Registering...
[0.641438] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver
Registering...
[0.641930] Key type asymmetric registered
[0.641936] Asymmetric key parser 'x509' registered
[0.641959] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 249)
[0.642077] io scheduler mq-deadline registered
[0.642082] io scheduler kyber registered
[0.644010] brcm-pcie fd50.pcie: host bridge /scb/pcie@7d50
ranges:
[0.644023] brcm-pcie fd50.pcie:   No bus range found for
/scb/pcie@7d50, using [bus 00-ff]
[0.644050] brcm-pcie fd50.pcie:  MEM
0x06..0x063fff -> 0x00c000
[0.644084] brcm-pcie fd50.pcie:   IB MEM
0x00..0x01 -> 0x04
[0.709140] brcm-pcie fd50.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[0.709295] brcm-pcie fd50.pcie: PCI host bridge to bus :00
[0.709304] pci_bus :00: root bus resource [bus 00-ff]
[0.709311] pci_bus :00: root bus resource [mem
0x6-0x63fff] (bus address [0xc000-0x])
[0.709351] pci :00:00.0: [14e4:2711] type 01 class 0x060400
[0.709458] pci :00:00.0: PME# supported from D0 D3hot
[0.711054] pci :01:00.0: [1106:3483] type 00 class 0x0c0330
[0.711212] pci :01:00.0: reg 0x10: [mem 0x-0x0fff
64bit]
[0.711487] pci :01:00.0: PME# supported from D0 D3hot
[0.724385] pci :00:00.0: BAR 8: assigned [mem
0x6-0x6000f]
[0.724395] pci :01:00.0: BAR 0: assigned [mem
0x6-0x60fff 64bit]
[0.724413] pci :00:00.0: PCI bridge to [bus 01]
[0.724422] pci :00:00.0:   bridge window [mem
0x6-0x6000f]
[0.724715] bcm2708_fb soc:fb: FB found 1 display(s)
[0.727260] Console: switching to colour frame buffer device 100x30
[0.727977] bcm2708_fb soc:fb: Registered framebuffer for display 0,
size 800x480
[0.730107] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[0.731294] iproc-rng200 fe104000.rng: hwrng registered
[0.731444] vc-mem: phys_addr:0x mem_base=0x3f00
mem_size:0x3f60(1014 MiB)
[0.731959] gpiomem-bcm2835 fe20.gpiomem: Initialised: Registers
at 0xfe20
[0.732117] cacheinfo: Unable to detect cache hierarchy for CPU 0
[0.736859] brd: module loaded
[0.742770] loop: module loaded
[0.743597] Loading iSCSI transport class v2.0-870.
[0.744961] libphy: Fixed MDIO Bus: probed
[0.745613] bcmgenet fd58.ethernet: GENET 5.0 EPHY: 0x
[0.755102] libphy: bcmgenet MII bus: probed
[0.807139] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[0.807655] usbcore: registered new interface driver r8152
[0.807686] usbcore: registered new interface driver lan78xx
[0.807707] usbcore: registered new interface driver smsc95xx
[0.853335] pci :00:00.0: enabling device ( -> 0002)
[0.853449] xhci_hcd :01:00.0: xHCI Host Controller
[0.853464] xhci_hcd :01:00.0: new USB bus registered, assigned
bus number 1
[0.853833] xhci_hcd :01:00.0: hcc params 0x002841eb hci version
0x100 quirks 0x06000890
[0.854360] xhci_hcd :01:00.0: xHCI Host Controller
[0.854369] xhci_hcd :01:00.0: new USB bus registered, assigned
bus number 2
[0.854378] xhci_hcd :01:00.0: Host supports USB 3.0 SuperSpeed
[0.854569] usb usb1: New USB device found, idVendor=1d6b,
idProduct=0002, bcdDevice= 5.10
[0.854575] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[0.854581] usb usb1: Product: xHCI Host Controller
[0.854586] usb usb1: Manufacturer: Linux 5.10.77-pcpCore-v8
xhci-hcd
[0.854591] usb usb1: SerialNumber: :01:00.0
[0.854909] hub 1-0:1.0: USB hub found
[0.854936] hub 1-0:1.0: 1 port detected
[0.855365] usb usb2: New USB device found, idVendor=1d6b,
idProduct=0003, bcdDevice= 5.10
[0.855371] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[0.855376] usb usb2: Product: xHCI Host Controller
[0.855381] usb usb2: Manufacturer: Linux 5.10.77-pcpCore-v8
xhci-hcd
[0.855386] usb usb2: SerialNumber: :01:00.0
[0.855650] hub 2-0:1.0: USB hub found
[0.855678] hub 2-0:1.0: 4 ports detected
[0.856309] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[0.856419] dwc_otg: FIQ enabled
[0.856423] dwc_otg: NAK holdoff enabled
[0.856427] dwc_otg: FIQ spl

Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread bpa


Bscott wrote: 
> Here are some of the logs for picorePlayer using Dacmagic that seemed
> most pertinent. Apologize for the long post. Also, I am a newb to
> squeezelite and picoreplayer, so please excuse my ignorance.
Everything but the log output from squeezelite.
I don't know PCP so I'm guessing there is an option somewhere to save
the log output from squeezelite somewhere.

For an idea of what the log looks like - the output can look something
like this

Code:


  [01:10:08.097856] output_init_alsa:940 init output
  [01:10:08.097945] output_init_alsa:980 requested alsa_buffer: 40 alsa_period: 
4 format: any mmap: 1
  [01:10:08.111422] output_init_common:422 supported rates: 384000 352800 
192000 176400 96000 88200 48000 44100 32000 24000 22500 16000 12000 11025 8000 
  [01:10:08.111444] output_init_alsa:1004 unable to lock memory: Cannot 
allocate memory
  [01:10:08.111451] output_init_alsa:1012 glibc detected using mallopt
  [01:10:08.113064] output_thread:687 open output device: default
  [01:10:08.113094] alsa_open:351 opening device at: 44100
  [01:10:08.114128] alsa_open:422 opened device default using format: S32_LE 
sample rate: 44100 mmap: 0
  [01:10:08.114153] alsa_open:513 buffer: 40 period: 4 -> buffer size: 1764 
period size: 441
  [01:10:08.247034] output_flush:435 flush output buffer
  [01:10:10.600659] output_close_alsa:1037 close output




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104486

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2021-12-31 Thread kidhazy


Just noticed a "?" appearing at the end of my display when using
SuperDateTime standby display.

It appears to be related to the weather.com identifier I'm using:
ASXX6846:1:AS
https://weather.com/en-AU/weather/today/l/ASXX6846:1:AS

Happens also on other Victorian cities.  eg. Melbourne ASXX0075:1:AS. 
https://weather.com/en-AU/weather/today/l/ASXX0075:1:AS
Yet, Sydney in NSW is OK ASXX0112:1:AS.  
https://weather.com/en-AU/weather/today/l/ASXX0112:1:AS

Even if I leave the line fields blank the "?" still shows on the right
hand side of the Boom display (using the original identifier)

Any suggestions?

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-31 Thread Bscott


Got it:-)

I'm about to jump into New Years Party. Will get into this tomorrow.

As always, thank you for helping. Happy New Year!



Bscott's Profile: http://forums.slimdevices.com/member.php?userid=72330
View this thread: http://forums.slimdevices.com/showthread.php?t=104486

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2021-12-31 Thread BoomX2


kidhazy wrote: 
> Just noticed a "?" appearing at the end of my display when using
> SuperDateTime standby display.
> 
> It appears to be related to the weather.com identifier I'm using:
> ASXX6846:1:AS
> https://weather.com/en-AU/weather/today/l/ASXX6846:1:AS
> 
> Happens also on other Victorian cities.  eg. Melbourne ASXX0075:1:AS. 
> https://weather.com/en-AU/weather/today/l/ASXX0075:1:AS
> Yet, Sydney in NSW is OK ASXX0112:1:AS.  
> https://weather.com/en-AU/weather/today/l/ASXX0112:1:AS
> 
> Even if I leave the line fields blank the "?" still shows on the right
> hand side of the Boom display (using the original identifier)
> 
> Any suggestions?
> 
> Thanks.I don't think your issue is with your weather station.   I tried
ASXX6846:1:AS and info came through fine.   Check your server log.   It
should provide an indication of what is causing the ? In SDT. If not
increase the logging level for SDT to Info.

Sent from my SM-G975U using Tapatalk





BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins