Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2019-10-03 Thread philchillbill


d6jg wrote: 
> If you are looking for things that should be added then
> 
> Favourites
> Spotify and other integrated streaming services
> List albums in my collection by artist
> Play X random tracks
> Play X random tracks by artist
> Play X random tracks in genre name 
> Search

Thanks for this. 1 and 2 are already shortlisted. 3 is doable but might
get very long in the teeth (I have 120 albums by Tangerine Dream). 4,5,6
won't work because for the JSON command to loadtracks with namesearch or
titlesearch, you cannot specify a number to limit it to and LMS
automatically adds everything in your library that matches. How do you
envisage 7 (Search) working?



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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2019-10-03 Thread philchillbill


d6jg wrote: 
> When I asked if I had DSOTM in my collection she told me yes I had the
> (1992 Shine On Box Set) version. First in array?

Yes. Album searches with LMS are a little odd, in that the string you
search with matches ANY tags associated with the album. So if you search
for an album called Greatest Hits by e.g. George Michael, and the actual
album is accredited to George Michael and Wham!, you may end up with
search results for Whitney Houston's greatest hits album if she did a
duet with George Michael. Because Greatest Hits as album name will match
for both, and fuzzy-matching may actually decide that Whitney Houston
featuring George Michael is a better match for George Michael than
George Michael and Wham! is, despite being longer. It will then levitate
to the top of the array and will be the reported match. Same can happen
with album names and not just artists. The FuseJS fuzzy matcher
sometimes produces unintuitive results.



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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread mherger


Aymen007 wrote: 
> > 
Code:

  >   > 
  > [19-10-03 17:11:26.0339] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.0337] cannot unlink file for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread\spotty.exe:
 Permission denied at 
/Slim/Utils/PluginDownloader.pm 
line 91

> > 

It seems some spotty.exe helper would still be running in the
background? A reboot should sort this out. I'd still be interested to
know why that process didn't get killed in the restart.



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-10-03 Thread cpd73

philippe_44 wrote: 
> I will re-check but I don’t think I know the player state when it
> self-powers down (sleeps)

Perhaps it does not need to be the real state. The log file I posted has
"keep missing renderer" - when the bridge has a device in that state,
then it could presume the power is "off"???



cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-10-03 Thread philippe_44

cpd73 wrote: 
> Yeah, I'm 99.9% sure it's a bug in the firmware.
> 
> Could the bridge set the lms player state to off when not actively
> connected, and on when it reconnects (when playing)? If so, I could
> write a simple plugin to ensure that when the speaker is switched "on"
> it's volume matches the volume lms had for it when off, at least for the
> first (e.g) 5 seconds. This would work around the issue, plus it would
> be nice for the lms power state to somewhat reflect that of the speaker.

I will re-check but I don’t think I know the player state when it
self-powers down (sleeps)



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-10-03 Thread cpd73


philippe_44 wrote: 
> This log does not show any volume command being sent that is 100% so I
> unfortunately think that the Zipp itself sets its volume to 100% (a bug
> in the firmware update?).

Yeah, I'm 99.9% sure it's a bug in the firmware.

Could the bridge set the lms player state to off when not actively
connected, and on when it reconnects (when playing)? If so, I could
write a simple plugin to ensure that when the speaker is switched "on"
it's volume matches the volume lms had for it when off, at least for the
first (e.g) 5 seconds. This would work around the issue, plus it would
be nice for the lms power state to somewhat reflect that of the speaker.



cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-10-03 Thread rgdawson


ronlog wrote: 
> Hello,
> Nice work.
> I wanted to use the player yesterday, now I have an error on the app:
> "Access violation at address 0070091E in module 'SqueezeliteX.exe'. Read
> of address FFFC"
> 
> EDIT: It seems I have CLI server issues but not Web server.

Can you give me a little more to go on?  It sounds like you are saying
that the Telnet interface is failing.  (Still should not be getting an
Access Violation error.)  Can you show me some log info?

R Greg Dawson



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Random stops / song ends on LMS (Pi4) + Spotty + Group Player + 4x piCorePlayer

2019-10-03 Thread roliko


starting with LMS it works. Using Spotify Connect I have the troubles as
described.



roliko's Profile: http://forums.slimdevices.com/member.php?userid=68192
View this thread: http://forums.slimdevices.com/showthread.php?t=111036

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread skarragallagher


I rebooted and also checked the checkbox in the settings:

Monitor the connection of the Spotty Connect helper with the Spotify
servers. This can be useful if your Spotty Connect enabled devices
regularly disappear from the Spotify apps.  

Tested switching between connect players and also regular track
operations. It seems good so far.



skarragallagher's Profile: http://forums.slimdevices.com/member.php?userid=65298
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-10-03 Thread philippe_44


cpd73 wrote: 
> The full volume issue just happened with that version. Probably wont
> help, but here's the section from the log:
> 
> > 
Code:

  >   > 
  > [20:19:32.850828] _output_frames:100 [0x37ed78]: track start sample rate: 
44100 replay_gain: 0
  > [20:19:32.861480] output_raop_thread:99 [0x37ed78]: track actual start 
time:3842922896 (gap:-452044400)
  > [20:19:33.183571] PlayerThread:505 [0x3d2370]: volume repeat or trigger 
timeout 25
  > [20:19:36.775582] raopcl_send_chunk:606 [0xb66135f0]: check n:3842923591 
p:3842926823 ts:166659155695353 sn:9651
  > retr: 0, avail: 0, send: 0, select: 0)
  > [20:19:41.111308] PlayerThread:558 [0x3d2370]: processing volume: 20 
(-24.18)
  > [20:19:41.117517] PlayerThread:558 [0x3d2370]: processing volume: 20 
(-24.18)
  > [20:19:42.511013] PlayerThread:558 [0x3d2370]: processing volume: 25 
(-22.65)
  > [20:19:42.517884] PlayerThread:558 [0x3d2370]: processing volume: 25 
(-22.65)
  > [20:19:44.335317] PlayerThread:558 [0x3d2370]: processing volume: 30 
(-21.12)
  > [20:19:44.341126] PlayerThread:558 [0x3d2370]: processing volume: 30 
(-21.12)
  > [20:19:46.762601] raopcl_send_chunk:606 [0xb66135f0]: check n:3842933578 
p:3842936816 ts:166659156136057 sn:10903
  > retr: 0, avail: 0, send: 0, select: 0)
  > [20:19:56.762605] raopcl_send_chunk:606 [0xb66135f0]: check n:3842943578 
p:3842946817 ts:166659156577113 sn:12156
  > retr: 0, avail: 0, send: 0, select: 0)
  > 

> > 

This log does not show any volume command being sent that is 100% so I
unfortunately think that the Zipp itself sets its volume to 100% (a bug
in the firmware update?).



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread skarragallagher


Updated to 2.8.7
Looks like the issues with the command prompt popping up is fixed!
Thanks!

Enabling the squeezelite player on the in connect mode did cause
Spotty.exe to crash once

I saw these in the logs

Code:


  [19-10-03 12:26:10.9003] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
a1:22:19:22:5f:ff
  [19-10-03 12:26:52.7498] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
a1:22:19:22:5f:ff
  [19-10-03 12:28:15.5489] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
a1:22:19:22:5f:ff
  [19-10-03 12:29:37.5414] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
a1:22:19:22:5f:ff
  



I normally use the Spotify app on my phone and I tried toggling between
LMS Spotty TV player and my Samsung Fridge while audio is playing.



skarragallagher's Profile: http://forums.slimdevices.com/member.php?userid=65298
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2019-10-03 Thread cpd73

philippe_44 wrote: 
> Yes, that's perfect. I've uploaded a dev version 0.4.21.2-dev-2 that
> ignores volume 0 in all case. If this works, I'll do something a bit
> more elaborated using the device's model

The full volume issue just happened with that version. Probably wont
help, but here's the section from the log:


Code:


  [18:54:59.536501] mDNSsearchCallback:623 [0x3d15d8]: keep missing renderer 
(Dining-Room)
  [18:55:00.532830] mDNSsearchCallback:623 [0x3d2370]: keep missing renderer 
(Living-Room)
  [20:19:28.889592] PlayerThread:543 [0x3d2370]: flushing ...
  [20:19:29.889771] PlayerThread:413 [0x3d2370]: Disconnecting 3842916705
  [20:19:30.531707] PlayerThread:558 [0x3d2370]: processing volume: 25 (-22.65)
  [20:19:30.707568] process_strm:237 [0x37ed78] strm command s
  [20:19:30.707672] process_strm:312 [0x37ed78], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [20:19:30.708013] process_strm:345 [0x37ed78]: codec:f, ch:255, s:255, r:255
  [20:19:30.708113] stream_sock:485 [0x37ed78] connecting to 192.168.1.25:9000
  [20:19:30.708134] PlayerThread:516 [0x3d2370]: raop connecting ...
  [20:19:30.708378] stream_sock:561 [0x37ed78] header: GET 
/stream.mp3?player=aa:aa:0b:25:2a:93 HTTP/1.0
  
  
  [20:19:30.788152] stream_thread:261 [0x37ed78] headers: len: 118
  HTTP/1.1 200 OK
  Server: Logitech Media Server (7.9.2 - 1562753347)
  Connection: close
  Content-Type: audio/x-flac
  
  
  [20:19:30.818380] raopcl_connect:1006 [0xb66135f0]: local interface 
192.168.1.25
  [20:19:31.118471] exec_request:698 [0xb6616948]: Body data 1076, 
†×KÆÒå+¿*ŠÅj¯^i=òÒÃ|Ù¬Ç
  [20:19:31.175025] PlayerThread:527 [0x3d2370]: raop connected
  [20:19:31.175078] PlayerThread:558 [0x3d2370]: processing volume: 25 (-22.65)
  [20:19:32.830342] raopcl_accept_frames:429 [0xb66135f0]: begining to stream 
hts:0 n:3779119172.3566278849
  [20:19:32.830520] raopcl_accept_frames:437 [0xb66135f0]: restarting w/o pause 
n:3779119172.3566278849, hts:166659155521817
  [20:19:32.849051] write_cb:115 [0x37ed78]: setting track_start
  [20:19:32.849142] resample_newstream:244 [0x37ed78]: disable resampling - 
rates match
  [20:19:32.849186] process_newstream:121 [0x37ed78]: processing: inactive
  [20:19:32.850749] _output_frames:53 [0x37ed78]: start buffer frames: 13824
  [20:19:32.850828] _output_frames:100 [0x37ed78]: track start sample rate: 
44100 replay_gain: 0
  [20:19:32.861480] output_raop_thread:99 [0x37ed78]: track actual start 
time:3842922896 (gap:-452044400)
  [20:19:33.183571] PlayerThread:505 [0x3d2370]: volume repeat or trigger 
timeout 25
  [20:19:36.775582] raopcl_send_chunk:606 [0xb66135f0]: check n:3842923591 
p:3842926823 ts:166659155695353 sn:9651
  retr: 0, avail: 0, send: 0, select: 0)
  [20:19:41.111308] PlayerThread:558 [0x3d2370]: processing volume: 20 (-24.18)
  [20:19:41.117517] PlayerThread:558 [0x3d2370]: processing volume: 20 (-24.18)
  [20:19:42.511013] PlayerThread:558 [0x3d2370]: processing volume: 25 (-22.65)
  [20:19:42.517884] PlayerThread:558 [0x3d2370]: processing volume: 25 (-22.65)
  [20:19:44.335317] PlayerThread:558 [0x3d2370]: processing volume: 30 (-21.12)
  [20:19:44.341126] PlayerThread:558 [0x3d2370]: processing volume: 30 (-21.12)
  [20:19:46.762601] raopcl_send_chunk:606 [0xb66135f0]: check n:3842933578 
p:3842936816 ts:166659156136057 sn:10903
  retr: 0, avail: 0, send: 0, select: 0)
  [20:19:56.762605] raopcl_send_chunk:606 [0xb66135f0]: check n:3842943578 
p:3842946817 ts:166659156577113 sn:12156
  retr: 0, avail: 0, send: 0, select: 0)
  




cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Spotty plugin won't install into LMS

2019-10-03 Thread miconone


This problem has now resolved itself, though I don't know how!



Mike

miconone's Profile: http://forums.slimdevices.com/member.php?userid=16139
View this thread: http://forums.slimdevices.com/showthread.php?t=111043

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-10-03 Thread Raymond Woodward


bpa wrote: 
> 
> > 
Code:

  >   > 
iplayer://live?hls=http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_two_beatles.m3u8&dash=http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_two_beatles.mpd&icon=http://radio-service-information.api.bbci.co.uk/logos/bbc_radio_two/128x128.png&onair=bbc_radio_two_beatles

> > 

I notice that this has now switched programe feed and is currently
carrying Radio5 Live ...



Raymond Woodward's Profile: 
http://forums.slimdevices.com/member.php?userid=63990
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-10-03 Thread cpd73


Wigster wrote: 
> 
> 
> Where  at the end there is actually the proper username which
> does appear in iPeng, but doesn't in Material.

Can you try the version of material from git? If the angle bracket is
the issue, then this should be resolved.



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: Material Skin

2019-10-03 Thread cpd73


Wigster wrote: 
> "Little while" is about 1 second's delay befo the menu items appear in
> iPeng.
> 
> This is what I got in the debug console when I clicked on Switch
> Accounts:
> > 
Code:

  >   > 
  > [15:56:06] JSON REQ: 
["02:0f:b5:10:4b:db",["spotty","items",0,25000,"menu:spotty","item_id:9.1"]]
  > utils.min.js?r=1.0.2:24 [15:56:06] JSON RESP: 
{"params":["02:0f:b5:10:4b:db",["spotty","items","0",25000,"menu:spotty","item_id:9.1"]],"method":"slim.request","id":1,"result":{"base":{"actions":{"add-hold":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","insert"],"player":0},"playControl":{"params":{"_index":"0","_quantity":25000,"menu":"spotty","item_id":"9.1"},"itemsParams":"playControlParams","cmd":["spotty","items"],"window":{"isContextMenu":1},"player":0},"add":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","add"],"player":0},"play":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","play"],"player":0,"nextWindow":"nowPlaying"},"more":{"params":{"menu":"spotty"},"itemsParams":"params","window":{"isContextMenu":1},"cmd":["spotty","items"],"player":0},"go":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","items"]}}},"count":1,"window":{"windowStyle":"text_list"},"i
 
tem_loop":[{"actions":{"go":{"params":{"menu":"spotty","item_id":"9.1.0"},"cmd":["spotty","items"],"nextWindow":"parent"}},"addAction":"go","text":"**"}],"title":"Select
 Account","offset":0}}
  > 

> > 
> 
> Where  at the end there is actually the proper username
> which does appear in iPeng, but doesn't in Material.

Hmmm... when I force Material to parse the above resposne, I get a
single item of the username. However, looks like the angle brackets
cause issues. Does your real username entry have angle brackets?



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] Squeezelite-X

2019-10-03 Thread ronlog


Hello,
Nice work.
I wanted to use the player yesterday, now I have an error on the app:
"Access violation at address 0070091E in module 'SqueezeliteX.exe'. Read
of address FFFC"



ronlog's Profile: http://forums.slimdevices.com/member.php?userid=37097
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread Aymen007


Code:

[19-10-03 17:10:06.7861] main::init (387) Starting Logitech Media Server 
(v7.9.2, 1568726655, Tue Sep 17 15:39:05 WEDT 2019) perl 5.014001 - 
MSWin32-x86-multi-thread
  [19-10-03 17:11:26.0096] main::init (387) Starting Logitech Media Server 
(v7.9.2, 1568726655, Tue Sep 17 15:39:05 WEDT 2019) perl 5.014001 - 
MSWin32-x86-multi-thread
  [19-10-03 17:11:26.0339] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.0337] cannot unlink file for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread\spotty.exe:
 Permission denied at 
/Slim/Utils/PluginDownloader.pm 
line 91
  [19-10-03 17:11:26.0356] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.0355] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread:
 Directory not empty at 
/Slim/Utils/PluginDownloader.pm 
line 91
  [19-10-03 17:11:26.0371] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.0369] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin: Directory 
not empty at 
/Slim/Utils/PluginDownloader.pm 
line 91
  [19-10-03 17:11:26.0382] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.0381] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty: Directory not 
empty at 
/Slim/Utils/PluginDownloader.pm 
line 91
  [19-10-03 17:11:26.3479] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.3477] IO error: Can't open file 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread\spotty.exe
 for write : Permission denied 
  at /Slim/Utils/PluginManager.pm 
line 862
  [19-10-03 17:11:26.3544] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.3542] cannot unlink file for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread\spotty.exe:
 Permission denied at 
/Slim/Utils/PluginDownloader.pm 
line 132
  [19-10-03 17:11:26.3552] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.3551] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread:
 Directory not empty at 
/Slim/Utils/PluginDownloader.pm 
line 132
  [19-10-03 17:11:26.3576] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.3559] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin: Directory 
not empty at 
/Slim/Utils/PluginDownloader.pm 
line 132
  [19-10-03 17:11:26.3629] Slim::Utils::Misc::msg (1256) Warning: 
[17:11:26.3627] cannot remove directory for 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty: Directory not 
empty at 
/Slim/Utils/PluginDownloader.pm 
line 132
  [19-10-03 17:11:29.6235] Slim::Web::JSONRPC::requestMethod (486) 
00:04:20:23:71:f8: request not dispatchable!
  [19-10-03 17:12:25.5171] Slim::Plugin::Extensions::Settings::handler (35) 
attempt to set params with band random number - ignoring
  




Aymen007's Profile: http://forums.slimdevices.com/member.php?userid=67112
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread Aymen007


Hello,

Afterbefore the last update for spotify in windows plugins its down and
later its up without any setting 
and now i receive update with details fixed problems with windows 
but after install and reboot the app i have the same problem spotify its
desabled from the list the same probleme before :(

i don't know why all other update its work perfectly in windows only
this last two after install spotify down...

Thanks to fix it



Aymen007's Profile: http://forums.slimdevices.com/member.php?userid=67112
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-10-03 Thread bwaldron


rgdawson wrote: 
> Woops.  Had a typo in a conditional compiler statement that only
> effected the legacy installer version.  I have put a new version up for
> you.

Thanks. You're the best!



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-10-03 Thread Wigster


cpd73 wrote: 
> No idea. How long is a "little while"???
> 
> Post the contents of the debug messages here. Perhaps there will be
> something of use.

"Little while" is about 1 second's delay befo the menu items appear in
iPeng.

This is what I got in the debug console when I clicked on Switch
Accounts:

Code:


  [15:56:06] JSON REQ: 
["02:0f:b5:10:4b:db",["spotty","items",0,25000,"menu:spotty","item_id:9.1"]]
  utils.min.js?r=1.0.2:24 [15:56:06] JSON RESP: 
{"params":["02:0f:b5:10:4b:db",["spotty","items","0",25000,"menu:spotty","item_id:9.1"]],"method":"slim.request","id":1,"result":{"base":{"actions":{"add-hold":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","insert"],"player":0},"playControl":{"params":{"_index":"0","_quantity":25000,"menu":"spotty","item_id":"9.1"},"itemsParams":"playControlParams","cmd":["spotty","items"],"window":{"isContextMenu":1},"player":0},"add":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","add"],"player":0},"play":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","playlist","play"],"player":0,"nextWindow":"nowPlaying"},"more":{"params":{"menu":"spotty"},"itemsParams":"params","window":{"isContextMenu":1},"cmd":["spotty","items"],"player":0},"go":{"params":{"menu":"spotty"},"itemsParams":"params","cmd":["spotty","items"]}}},"count":1,"window":{"windowStyle":"text_list"},"ite
 
m_loop":[{"actions":{"go":{"params":{"menu":"spotty","item_id":"9.1.0"},"cmd":["spotty","items"],"nextWindow":"parent"}},"addAction":"go","text":"**"}],"title":"Select
 Account","offset":0}}
  



Where  at the end there is actually the proper username which
does appear in iPeng, but doesn't in Material.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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] Squeezelite-X

2019-10-03 Thread rgdawson


bwaldron wrote: 
> I'm running the non-store version. As mentioned a few days ago, starting
> with 2.4.13 , I get a log file (SlxLog.txt) placed on my desktop each
> time I run the program. This is still happening with 2.4.16.

Woops.  Had a typo in a conditional compiler statement that only
effected the legacy installer version.  I have put a new version up for
you.

R Greg Dawson



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-10-03 Thread cpd73


Wigster wrote: 
> I mean that in the Spotty app, there is an account menu, which contains
> two items: the name of the current Spotify user and a menu called
> "Switch account". When you browse into the "Switch account" menu, in
> Material nothing appears. In iPeng I get a list with the names of the
> other configured Spotify users, and selecting the user switches Spotty
> to this account. The username items take a little while to appear, which
> is maybe why Material doesn't see it?

No idea. How long is a "little while"??? All I can suggeset is:
  
-  Start Material in a desktop browser - using
  http://SERVER:9000/material/desktop?debug=json
-  Open the browser's developer tools
-  Go to the console tab
-  Clear any current debug messages
-  Navigate into spotty -> "Switch account"
  

Post the contents of the debug messages here. Perhaps there will be
something of use.



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: Material Skin

2019-10-03 Thread Wigster


cpd73 wrote: 
> I assume by "Spotty/Account/Switch Account" what you mean is; Open
> "Spotty" app (click its list entry), this produces a list which has
> "Account", cliking on "Account" should produce another list with "Switch
> Account" ?? If so, what is appearing in Material? Is it showing
> "Account", but when clicked nothing happens, or an empty list shows? Or
> does clicking "Switch Account" do nothing? I don;t use any streaming
> services, so I'm in the dark as to what is happening here...

I mean that in the Spotty app, there is an account menu, which contains
two items: the name of the current Spotify user and a menu called
"Switch account". When you browse into the "Switch account" menu, in
Material nothing appears. In iPeng I get a list with the names of the
other configured Spotify users, and selecting the user switches Spotty
to this account. The username items take a little while to appear, which
is maybe why Material doesn't see it?



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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] Squeezelite-X

2019-10-03 Thread ralphy


rgdawson wrote: 
> Just submitted 2.4.16.  (There was no 2.4.15)
> 
> Changes:
> 
> >   >   > 
  - WMA Support.  Some time ago I inadvertently began including a
  > version of squeezelite-win that did not include the WMA decoder.  I
  > never noticed because I rarely play WMA files and when I do, it
  > works because my server runs on Windows.  Anyway, SLX 2.4.16
  > includes squeezelite-win 1.9.3-1178, which include the WMA decoder.
  > > > 
> 
> R Greg Dawson

Discussed on the 'squeezelite thread'
(https://forums.slimdevices.com/showthread.php?97046-Announce-Squeezelite-a-small-headless-squeezeplay-emulator-for-linux-(alsa-only)&p=952036&viewfull=1#post952036).



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-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=108550

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-10-03 Thread bwaldron


I'm running the non-store version. As mentioned a few days ago, starting
with 2.4.13 , I get a log file (SlxLog.txt) placed on my desktop each
time I run the program. This is still happening with 2.4.16.



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-10-03 Thread cpd73


bobertuk wrote: 
> @cpd73
> 
> I have Material v1.1.0 installed from its github branch but that branch
> seems to have disappeared - it's still showing up in changelog though. 
> 
> I'm guessing that may be because the next official update will be
> v1.1.0. Or is it a mistake and the 1.1 branch should still be there...
> or something else?
> 
> Thanks for the continuing development of Material Skin, it's going from
> strength to strength and we all appreciate you hard work.

Yes, 1.1 is merged into master now. The next release will be 1.1.0



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: Material Skin

2019-10-03 Thread bobertuk


@cpd73

I have Material v1.1.0 installed from its github branch but that branch
seems to have disappeared - it's still showing up in changelog though. 

I'm guessing that may be because the next official update will be
v1.1.0. Or is it a mistake and the 1.1 branch should still be there...
or something else?

Thanks for the continuing development of Material Skin, it's going from
strength to strength and we all appreciate you hard work.



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
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

2019-10-03 Thread cpd73


Wigster wrote: 
> Hi,
> 
> LMS 7.9.2 - 1568726655, Spotty 2.8.7 and Material 1.0.2
> 
> There seems to be small bug with Spotty in Material. I have two Spotify
> accounts and am running the option in Spotty to switch between them
> using a menu.
> 
> This put a menu item in Spotty/Account/Switch Account.
> 
> When I browse into there using iPeng, I see the non-active account,
> which I can then select and switch the player into it. In material (on
> desktop at least in Chrome on Windows) this does not appear: the "Switch
> account" menu remains unpopulated.
> 
> Spotty is pinned if that makes a difference.

I assume by "Spotty/Account/Switch Account" what you mean is; Open
"Spotty" app (click its list entry), this produces a list which has
"Account", cliking on "Account" should produce another list with "Switch
Account" ?? If so, what is appearing in Material? Is it showing
"Account", but when clicked nothing happens, or an empty list shows? Or
does clicking "Switch Account" do nothing? I don;t use any streaming
services, so I'm in the dark as to what is happening 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: Material Skin

2019-10-03 Thread Wigster


Hi,

LMS 7.9.2 - 1568726655, Spotty 2.8.7 and Material 1.0.2

There seems to be small bug with Spotty in Material. I have two Spotify
accounts and am running the option in Spotty to switch between them
using a menu.

This put a menu item in Spotty/Account/Switch Account.

When I browse into there using iPeng, I see the non-active account,
which I can then select and switch the player into it. In material (on
desktop at least in Chrome on Windows) this does not appear: the "Switch
account" menu remains unpopulated.

Spotty is pinned if that makes a difference.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
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] Pocketcasts plugin?

2019-10-03 Thread ButC


I would too appreciate a Pocket Casts plugin. I use Pocket Casts for
hours each day.



//Johan

Windows 10
LMS 7.9.2
Local Player Plugin (Squeezelite)
Intel Compute Stick

ButC's Profile: http://forums.slimdevices.com/member.php?userid=57330
View this thread: http://forums.slimdevices.com/showthread.php?t=111039

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


Re: [SlimDevices: Plugins] Pocketcasts plugin?

2019-10-03 Thread ButC


I'd as well appreciate a Pocket Casts plugin. Using Pocket Casts for
hours each day.



//Johan

Windows 10
LMS 7.9.2
Local Player Plugin (Squeezelite)
Intel Compute Stick

ButC's Profile: http://forums.slimdevices.com/member.php?userid=57330
View this thread: http://forums.slimdevices.com/showthread.php?t=111039

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-03 Thread slartibartfast


slartibartfast wrote: 
> There is a player setting to adjust the volume of remote streams and
> this used to allow me to  reduce the volume of radio stations and
> Spotify to a level close to that of local music with Replaygain applied.
> Recently Spotify seems to have become a lot louder and I found that
> Spotify is no longer affected by this setting which makes it practically
> impossible to use Spotty with Don't Stop The Music. Have Spotify changed
> something? 
> 
> Sent from my SM-G900F using TapatalkI checked my settings for Spotty and 
> found  that "Volume normalisation"
was enabled for two of my players (I didn't enable it and I am pretty
sure I disabled it when it was enabled by default). I assume that having
volume normalisation turned on overrides the global volume adjustment
for remote streams but the odd thing is that the normalised volume is
very much louder than local music or radio. After turning off volume
normalisation the volume is again governed by the global remote stream
setting and more in line with local music.

In the Spotify app I noticed that there are now three settings for
volume normalisation. Loud, Normal and Quiet. I wonder which one Spotty
is using and if all three could be offered via a drop down menu.

Sent from my SM-G900F using Tapatalk





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

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


[SlimDevices: Plugins] Spotty plugin won't install into LMS

2019-10-03 Thread miconone


Hello, I've been happily using Spotify through LMS for sometime and am
grateful to those who have made this possible.
I do have a problem now though and hope someone can assist.
The Spotty plugin won't install into LMS, ie it still shows as an
inactive 3rd part plugin after 'ticking' and restarting LMS.
I've cleared the LMS cache to no avail.
Any help would be very much appreciated.
My system information is below, and I hope I've attached the server log
as a zip file.

Logitech Media Server Version: 7.9.2 - 1568726655 @ Tue Sep 17 15:39:05
WEDT 2019
Hostname: FUJITSU
Server IP Address: 192.168.1.30
Server HTTP Port Number: 9000
Operating system: Windows 10 - EN - cp1252 
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 4


+---+
|Filename: server.log.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28270|
+---+


Mike

miconone's Profile: http://forums.slimdevices.com/member.php?userid=16139
View this thread: http://forums.slimdevices.com/showthread.php?t=111043

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


[SlimDevices: Plugins] Spotify issues on Android

2019-10-03 Thread slartibartfast


It seems to me that some time this year some issues have arisen with the
Android Spotify app. These issues only seem to be apparent when playing
tracks from your Spotify album library. I find that the first tap on a
track often does not register and a second or third tap is required to
start playback. This only happens when playing tracks directly from the
library. If I long press the album title a menu appears and if I  select
"Go to full album" and play tracks from there then playback is
instantaneous at the first tap.
I tried some older Spotify versions and found the last one to work
correctly was
8.5.4.270 from June 2019.
Can anyone using the Android try this out?
Just go to an album in your library and click tracks at random and see
if the clicks always register.

Sent from my SM-G900F using Tapatalk





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

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