Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-13 Thread DYmR*
Sorry for the inconvenience, the problem was not with the piCorePlayer itself, but with a muting script that I still have running. There I have temporarily entered the IP instead of the hostname and since then is silence with the DNS requests. --

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-08 Thread d6jg
Roland0 wrote: > name -> IP is done by the OS' resolver, not by the application > > > A cluster has one external IP address//port per service > > OP has to set up local DNS to resolve the hostname (= service name) ( > e.g. "logitechmediaserver") to the external cluster IP if LMS is running >

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-08 Thread Roland0
d6jg wrote: > I don’t think Squeezelite/LMS was designed to work against hostnames > only IP addresses. name -> IP is done by the OS' resolver, not by the application > I’m pretty sure that MySqueezebox.com operates on a clustered server > with multiple IP addresses but LMS doesn’t. A cluster ha

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-07 Thread Michael Herger
Why do you want to tell the player where LMS is? Because the LMS is running in a kubernetes-cluster and so the pCP can find him. Does automatic discovery not work in your environment? ___ plugins mailing list plugins@lists.slimdevices.com http://lists

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-07 Thread d6jg
DYmR* wrote: > Because the LMS is running in a kubernetes-cluster and so the pCP can > find him. I don’t think Squeezelite/LMS was designed to work against hostnames only IP addresses. I’m pretty sure that MySqueezebox.com operates on a clustered server with multiple IP addresses but LMS doesn’t

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-06 Thread DYmR*
Paul Webster wrote: > Why do you want to tell the player where LMS is? Because the LMS is running in a kubernetes-cluster and so the pCP can find him. DYmR*'s Profile: http://forums.slimdevices.com/member.php?userid=72030

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-06 Thread Paul Webster
I know - see my earlier question. I’m interested to know what the reason is here just in case it is not needed. Paul Webster author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc australia and cbc/radio-canada and,

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-06 Thread urknall
Paul Webster wrote: > Why do you want to tell the player where LMS is? Maybe depending on the network configuration this is needed, lms and player in different subnets, routing/nat or vpn... urknall's Profile: http://for

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread Paul Webster
Why do you want to tell the player where LMS is? Paul Webster author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc australia and cbc/radio-canada and, via the extra \"radio now playing\" plugin lots more - see htt

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread DYmR*
Jeff07971 wrote: > Are you sure you have your domain names correctly set on pihole ? am not sure... which one exactly do you mean? Jeff07971 wrote: > Whats is the output from https://paste.dismail.de/?43ae41bb502fac84#EHDJ1iSVkHGbWaeD8TfMCUmLtXR6oXcVsoPpfYSYjwme RobbH wrote: > What happens i

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread RobbH
DYmR* wrote: > > > Code: > > squeezelite -n "DiningRoom" -o card1_stereofront -a 80:::0: -m ab:ef:cd:34:12:55 -C 1 -z -s logitechmediaserver > > > > "logitechmediaserver" is the hostname of my LMS > > What happens if you use "logitech

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread Jeff07971
DYmR* wrote: > Thanks for your answers and please excuse my unclear question. > > Actually I wanted to attach a picture -which unfortunately did not work- > then it would have become clear which DNS queries it is about. > > It concerns requests to my LogitechMediaServer(LMS)... > > here is an

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread Paul Webster
Use an IP address not hostname for the link to LMS ... however, the player should autodiscover LMS and the field is not needed. If you have a complicated LAN set-up then that discovery might not work ... in which case you need it ... but to a fixed IP address not a hostname. Paul Webster autho

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-05 Thread DYmR*
Thanks for your answers and please excuse my unclear question. Actually I wanted to attach a picture -which unfortunately did not work- then it would have become clear which DNS queries it is about. It concerns requests to my LogitechMediaServer(LMS)... here is an example how my squeezelite in

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-04 Thread ralphy
If you are running jivelite, it makes DNS calls, but shouldn't be a lot. 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=LL5P6365K

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-02 Thread paul-
Very little runs on pCP by default. Squeezelite is about it, which should not use DNS. If you are actively using the pCP web interface, then there are some internet checks. So we need to know what you have installed, and what scripts you run. piCorePlayer a small player for the Raspberry P

Re: [SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-02 Thread Paul Webster
Can you determine what the requests are? Paul Webster author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc australia and cbc/radio-canada and, via the extra \"radio now playing\" plugin lots more - see https://for

[SlimDevices: Plugins] piCorePlayer spams with DNS requests

2022-12-02 Thread DYmR*
Hello, have successfully the piCorePlayer with multiple instances for Multiroom in operation, however the pCP spams my pihole with several DNS requests per second. Anyone have an idea how I can fix this? PS: I want to stay with the hostname and not connect the LMS via IP. ---