Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-02-12 Thread superstar19

AndrewJs wrote: 
> I’ve been having issues with some squeezelite players using 2.4ghz Wi-Fi
> band. The connections have not been stable and so would sometimes appear
> and be able to connect with airplay briefly or not appear at all. This
> has been caused by my router ASUS zenwifi XT8. I’ve had to roll back to
> older firmware 42095 for the connections issues to go away. This is only
> when connecting to the second node which is connected via wireless
> backhaul. 
> 
> I have also seen reports of older touch devices having connection issues
> potentially due to Wi-Fi6 routers / mesh networks when I was
> investigating my issue. Not sure if it help but could be an avenue to
> explore?

This started happening at the end of last year. I haven't changed any of
the hardware here so I'm guessing a firmware update on the Xfinity
router or by-product of an iOS update or possibly LMS update. Those are
the only changes I can think of. Thankfully it's only an AirPlay issue
and the legacy devices have no issue keeping a WIFI connection (Radio
assisted with a Vonets extender).


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-29 Thread superstar19


superstar19 wrote: 
> Thanks for the reply. I went into my xfinity app and tried looking at
> the router settings but couldn't find anything that looked like an
> option relative to IGMP or mDNS.
Noticing that none of my other household devices have any issues getting
spotted by the iPhones for airplay mode. It just seems to be the Touch,
Radio and SB which are all the oldest devices in the house that I'm
trying to connect. Wondering if there was a change in iOS/airplay which
is preventing these older devices from being found. Anybody else having
trouble with a Tourch/Radio/Squeezebox and AirPlay?



superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-19 Thread superstar19

philippe_44 wrote: 
> So it really means something on your network is filtering out mDNS
> traffic and is mismanaging IGMP snooping. This is the technique of
> sending broadcast messages only to network segments where there is at
> least one requester for such traffic - I’ve seen it failing multiple
> times. I suppose some timeouts are involved as I don’t launch searches,
> I’m just passively listening to traffic. See if you can disable it

Thanks for the reply. I went into my xfinity app and tried looking at
the router settings but couldn't find anything that looked like an
option relative to IGMP or mDNS.


--------
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-17 Thread superstar19


philippe_44 wrote: 
> Maybe there is an issue with dns-sd. Try to edit
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\ShairTunes2W\Plugin.pm,
> line 443 you should see
> > 
Code:

  >   > 
  > if ( $path = which('mDNSPublish') ) {
  > $log->info( "start mDNSPublish \"$apname\"" );
  > $mDNShelper = $path;
  > eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
  > return $proc if $proc;
  > $log->warn( "start mDNSPublish failed" );
  > }
  > $log->info( "mDNSPublish not in path" ) if (!$@);
  > 

> > 
> Remove all that or comment it out by doing this
> > 
Code:

  >   > 
  > =comment
  > if ( $path = which('mDNSPublish') ) {
  > $log->info( "start mDNSPublish \"$apname\"" );
  > $mDNShelper = $path;
  > eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
  > return $proc if $proc;
  > $log->warn( "start mDNSPublish failed" );
  > }
  > 
  > $log->info( "mDNSPublish not in path" ) if (!$@);
  > =cut
  > 

> > 
I tried that and still seeing the same results.



superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread superstar19


philippe_44 wrote: 
> Dac32 and iPhones are on the same wireless segment but Shairtunes I
> assume is on the Ethernet segment. It sounds again like a router doing
> IGMP snooping, can you check if you such option? Otherwise, can you send
> me a server log when you start Shairtunes (republish) so I can see what
> publisher is used?

Thanks. Yes, LMS (and I assume therefore Shairtunes) is running on my
desktop PC which is wired directly via ethernet to my xfinity whole
house router.

Here is the log:


Code:

[22-01-16 16:37:12.1224] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:1404
  [22-01-16 16:37:13.1246] Plugins::ShairTunes2W::Plugin::revoke_publishPlayers 
(410) Stop old publish players services:5604
  [22-01-16 16:37:14.1343] Plugins::ShairTunes2W::Plugin::revoke_publishPlayers 
(410) Stop old publish players services:9492
  [22-01-16 16:37:15.1450] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Touch with 00:04:20:22:17:46, PID 
Proc::Background=HASH(0xc0385e4) will be terminated.
  [22-01-16 16:37:15.1457] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for La Cocina with 00:04:20:07:eb:3a, PID 
Proc::Background=HASH(0xc1e0764) will be terminated.
  [22-01-16 16:37:15.1464] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Radio with 00:04:20:2b:51:c5, PID 
Proc::Background=HASH(0xc707264) will be terminated.
  [22-01-16 16:37:15.1481] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51720
  [22-01-16 16:37:15.1645] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.1713] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Touch"
  [22-01-16 16:37:15.4311] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc1e33ac) with proc 
Proc::Background=HASH(0xc42f7ec)
  [22-01-16 16:37:15.4315] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51721
  [22-01-16 16:37:15.4476] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.4546] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "La Cocina"
  [22-01-16 16:37:15.4578] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::Squeezebox2=ARRAY(0xc30760c) with proc 
Proc::Background=HASH(0x1023430c)
  [22-01-16 16:37:15.4581] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51723
  [22-01-16 16:37:15.4738] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.4809] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Radio"
  [22-01-16 16:37:15.4839] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc01cc24) with proc 
Proc::Background=HASH(0xc1db65c)
  



----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread superstar19


superstar19 wrote: 
> Huh, I had no idea I could do airplay from my PC/iTunes. lol. But yes,
> every device shows up as expected in iTunes on my PC. And it looks like
> all the devices show up in my old iPad so looks like a setup issue with
> the phone?

Checked the 2 other iPhones in the household (XL, 13, SE) and the
Logitech devices aren't in the list but the DAC32 is so something weird
with the iOS phones.


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-15 Thread superstar19


philippe_44 wrote: 
> Does it do the same thing on iTunes?
Huh, I had no idea I could do airplay from my PC/iTunes. lol. But yes,
every device shows up as expected in iTunes on my PC.


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-14 Thread superstar19


I've noticed some issues lately with my devices appearing on my iPhone
in the airplay selections. I have 4 devices (Touch, Radio, Classic, and
Polyvection DAC32), and lately I have to do a "Re-Publish" action in the
LMS settings in order to get the 3 logitech devices to show up. The
DAC32 is always listed, but for the other 3 Logitech devices, it seems
like at least every day require the "Re-Publish" action for me to see
them on the phone. Not sure exactly when this started, but at least a
month ago I noticed it. No issues with Airplay streaming once the device
is found. Any suggestions or thoughts on whether I need to update a
setting so that this isn't required?


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-01-24 Thread superstar19


philippe_44 wrote: 
> Better to set the log for Shairtunes to "info" (in LMS settings, tab
> "advanced", item "logging", find item "plugin.shairtunes2W) and set as
> well "info" in the dedicated log (same place, but use item
> "Shairtunes2W" and you'll see a "Enable logging" line. You can also post
> a screenshot of that page of the plugin's settings.Thanks for the reply. I 
> logged into the Server Settings and saw there
was another update for the shairtunes plugin so I updated that as well
as enabled the info logging. And wouldn't you know it, I now have no
issues connecting!


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-01-23 Thread superstar19


philippe_44 wrote: 
> Router might drop multicast or do IGMP snoopingIs there a setting on the 
> router I should look at?


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-01-21 Thread superstar19


Looking to see if I can get some help on this. I don't use ShairTunes a
lot (only used to stream amazonmusicHD), but just noticed I can no
longer get it to work on any of my devices (Touch, Radio, Slimdevice)
with my iPhone. Last time I used it was probably end of the year or so.
And since then I guess there have been various changes. Home network
kept dropping wifi so we have a new router from Comcast, updated from
7.9.x to 8.1.2, phone is running latest iOS. I get the following message
displayed on my Touch when I attempt connect via airplay:

"Connection reset by
remote host
airplay://10.0.0.169:54342/1"
can't read the next line before it turns off

I had no issues using this on any of my devices before, and I don't
remember having to make any adjustments on the router.


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-05-09 Thread superstar19


pippin wrote: 
> No, currently the NowPlaying screen is not configurable. This mimicks
> the behavior of the Squeezebox Touch and -Radio because that's what a
> lot of people asked for in the past (it used to be the change with the
> most requests before I introduced it).
> 
> 
> Yes, disable audioscrobbler for this player
> 
> 
> Please try to restart your server, this happens occasionally and it's a
> server issue. The reason it comes back the wrong way after a restart is
> that this is the information the server sends...

Thanks!


----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-04-14 Thread superstar19


I'm sure my iPeng settings have always had this but I've recently
noticed (or it's just started bugging me!) that Composer tag info is
displayed after the Artist info like below. Artist = "Billy Strings" in
white bold followed by Composer info in standard font. Is there a way to
remove the composer info from the view without manually deleting the tag
info?

Also, is there a way to remove the "love" option below the artwork from
being displayed?

I've gone through both iPeng settings and the LMS advanced settings but
can't seem to find anything to undo these.

30075


+---+
|Filename: 5-EA0-FCB7-B20-C-46-A8-905-E-8-A6-FFC101-B74.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30075|
+---+

----
superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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