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

2018-10-25 Thread Michael Herger

What kind of player are you using?

You mean the Squeezebox? It's the Receiver one, a small-ish black
plastic brick, connected to a gbit switch via ethernet.


Then I'm very much surprised the "optimize buffer" option has a positive 
effect... Good to hear anyway.


--

Michael
___
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)

2018-10-25 Thread philippe_44


johnieutah wrote: 
> I recently bought 5 Yamaha WX-010s to add to my SB Radio. I was amazed
> that they worked in perfect sync with your plugin with no tuning
> required. Yesterday I noticed that they no longer played in sync
> (regardless of the sync with the SB or between themselves). That's when
> I noticed in the web interface that the plugin had been upgraded and
> figured it was too much of a coincidence that they no longer played
> properly and the plugin was updated.
> 
> I will try and pull some logs tonight.
> 
> Cheers.

I've tried my wx-10 and the MacOS version which is the only one where
there could have been a change. I did not see a synchronization problem



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)

2018-10-25 Thread philippe_44


castalla wrote: 
> If Yamaha update to Airplay 2, avoid like the plague as it will kill the
> bridge capability stone-dead.

Normally, with the recent plugin versions, most of AirPlay2-compatible
devices should be supported (in AirPlay2 mode of course), I corrected
that



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.5.x - Spotify Connect for your Squeezebox

2018-10-25 Thread pteittinen


mherger wrote: 
> That certainly doesn't make any positive difference for playback issues
> 
> when controlling though LMS anyway...
Okay, just reporting what changes I made.

> What kind of player are you using?
You mean the Squeezebox? It's the Receiver one, a small-ish black
plastic brick, connected to a gbit switch via ethernet.

> Did you read the info for this option? It will automatically be set if 
> the daemon crashes repeatedly.
Ah, okay, that explains that then.



pteittinen's Profile: http://forums.slimdevices.com/member.php?userid=58212
View this thread: http://forums.slimdevices.com/showthread.php?t=109598

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


Re: [SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-10-25 Thread ynot1234567890


bitterroots wrote: 
> I have not been able to get the query to work without authentication.
> Removing the password protection allows it to work. I think that the
> main issue with the password is that it only works in a telnet session.
> There does not seem to be a log in/log out. I am currently using HTML
> webhooks through IFTTT.  The usage is
> http://USERNAME:password@HA_Link.duckdns.org:9000/anyurl?p0=radiotime=playlist=play=item_id:0.5=XX:XX:XX:XX:XX:XX.
> But you have to issue it each time. If I use this: | nc 192.168.1.X |
> \login USERNAME password ) I get a password prompt when I run the
> script. But it will not take the typed password.

Looking at the way the shell scripts are written, it opens and closes
the connection each time it asks for something from the LMS CLI
interface.  In order to make the login thing work, I believe you would
need to issue two lines at each call, the first for login, the second
being the request.

As an example:  

query=$(printf "artists 0 20 search:$1 tags:a \nexit\n" | nc localhost
9090 )

becomes

query=$(printf "login username password\nartists 0 20 search:$1 tags:a
\nexit\n" | nc localhost 9090 )

Give something like that a shot and let me know.  Ynot



*software* - logitech media server version: 7.9.1, home assistant
0.75.3, dialogflow - v.2 api, lms controls app - voice control of lms, 
openmediavault 4.1.9 - storage
*add-ons* - spotty, upnp / dlna bridge, chromecast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0, android- sb player
v1.4.0, airplay to googlehome and minis
*hardware* - server - i7-3.4ghz, 4gb ram, 6tb storage, debian - 4.16.5

ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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


Re: [SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-10-25 Thread ynot1234567890


bitterroots wrote: 
> I have not been able to get the query to work without authentication.
> Removing the password protection allows it to work. I think that the
> main issue with the password is that it only works in a telnet session.
> There does not seem to be a log in/log out. I am currently using HTML
> webhooks through IFTTT.  The usage is
> http://USERNAME:password@HA_Link.duckdns.org:9000/anyurl?p0=radiotime=playlist=play=item_id:0.5=XX:XX:XX:XX:XX:XX.
> But you have to issue it each time. If I use this: | nc 192.168.1.X |
> \login USERNAME password ) I get a password prompt when I run the
> script. But it will not take the typed password.

Well, glad to see it worked without authentication.  I will take a look
at it when I get a chance to see if I can make it work.  Will have to
play with my setup a bit to try it out. 

Ynot



*software* - logitech media server version: 7.9.1, home assistant
0.75.3, dialogflow - v.2 api, lms controls app - voice control of lms, 
openmediavault 4.1.9 - storage
*add-ons* - spotty, upnp / dlna bridge, chromecast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0, android- sb player
v1.4.0, airplay to googlehome and minis
*hardware* - server - i7-3.4ghz, 4gb ram, 6tb storage, debian - 4.16.5

ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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


Re: [SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-10-25 Thread bitterroots


ynot1234567890 wrote: 
> Port 9000 is not used in the scripting.  Only the CLI port which by
> default is 9090.  As for the rest of the errors, they may clear up after
> you fix the login thing.
> 
> Ynot

I have not been able to get the query to work without authentication.
Removing the password protection allows it to work. I think that the
main issue with the password is that it only works in a telnet session.
There does not seem to be a log in/log out. I am currently using HTML
webhooks through IFTTT.  The usage is
http://USERNAME:password@HA_Link.duckdns.org:9000/anyurl?p0=radiotime=playlist=play=item_id:0.5=XX:XX:XX:XX:XX:XX.
But you have to issue it each time. If I use this: | nc 192.168.1.X |
\login USERNAME password ) I get a password prompt when I run the
script. But it will not take the typed password.



bitterroots's Profile: http://forums.slimdevices.com/member.php?userid=67665
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-10-25 Thread Michael Herger

3. I have a largish library. Scrolling from A to Z takes a long time.
Suggest you add A/B/C/D type navigation to Artists & Albums if you can


What I could do is group A-Z listings in blocks of (e.g.) 100 items. So


Using SlimBrowse IIRC there should be "textkey" information. Information 
which can be used to create an index to jump by first letter quickly.


--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-10-25 Thread Michael Herger

3410 Artists, 2531 Albums, 30,000+ Tracks


Wow! That's a lot! That will *definitely* need some splitting up for the
UI to still be responsive! I'll implement the letter grouping in a later
release.


Isn't there an option to "lazily" render items in a long list? Eg. it 
could only render the currently shown items, plus a buffer before and 
after them. Anything else would dynamically be added/removed.


--

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


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

2018-10-25 Thread Michael Herger

I enabled Spotify Connect in player settings, unticked the "Don't


That certainly doesn't make any positive difference for playback issues 
when controlling though LMS anyway...



announce players" box in plug-in settings, and enabled the "Optimized
Pre-buffering" feature. As a result the playback performance improved
remarkably; gaps between tracks disappeared almost completely, and
during approx. 5 hours of play a song has become 'stuck' at the end only
twice.


What kind of player are you using?


Oddly enough, now that I took another look at plug-in settings, I
noticed the "Don't announce players" box has its tick back, and I'm 100%
sure I didn't put it there. Huh.


Did you read the info for this option? It will automatically be set if 
the daemon crashes repeatedly.


--

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2018-10-25 Thread askvictor


philippe_44 wrote: 
> Oh, I see - I think what I've created to handle favorites does exactly
> what you want. There is a protocolhander that deals with URLs like
> ytplaylist://playlistId=, so you should just try to ask LMS to play
> such URL

So I've just discovered that on youtube music, if you (in the browser)
go to a URL such as https://music.youtube.com/watch?v=fn1R-5p_j5c it
will redirect to a URL such as
https://music.youtube.com/watch?v=fn1R-5p_j5c=RDAMVMfn1R-5p_j5c -
in effect, it will create a playlist/radio station automatically based
on a song. It does seem to work with video IDs that are not music
videos, though I have no idea how it creates the playlist in that case.

Would it be feasible to implement this behaviour in the form
ytplaylist://songId=fn1R-5p_j5c or something to that effect that would
go through the redirects and grab and play the playlist? Unless there is
an easier way using a direct API (which I doubt given how young youtube
music is)



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-10-25 Thread cpd73


d6jg wrote: 
> 3410 Artists, 2531 Albums, 30,000+ Tracks

Wow! That's a lot! That will *definitely* need some splitting up for the
UI to still be responsive! I'll implement the letter grouping in a later
release.


Released 0.0.4 - only minor changes:

  
- Fix retrieval of language files.
- Add en-gb translation.
- Add "id" tag to install.xml file.
- Fix restoring dark/light status.
- If asked to scroll to current track, and its not in currently
  fetched list of items - then fetch to current index + 50
- For app entries that have isuadio=1 and hasitems=1 and there are
  actually child items, then use playall/addall. Fixes playing
  BandCampout weeklies "Listen to songs (without comments)" entries.
- Fix scrolling to more search results.
- Dim speaker/group icon of powered off players.
- Use currently visible page size to calculate when to fetch more
  items.



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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2018-10-25 Thread sgmlaw


philippe_44 wrote: 
> Was a silly mistake - please udpdate to 1.6.3

Fixed.

But it was an arduous journey under Mojave.  Mojave has enhanced file
permission restrictions that create a bit of a minefield when anything
is modified past a point.  

At one point, not even LMS would start from the process of clearing out
old directories, files and caches.

It took a clean reinstall of LMS 7.9, an adjustment of restricted
permissions on some log directories, and some judicious time machine
file recoveries, to get everything back in order, including recovery of
all preferences, playlists and favorites.

Once LMS was re-installed and running, your plugin promptly updated
itself, and all was well again.

Hopefully, some future beta version of LMS 7.9 will overcome all these
silly OSX nanny restrictions that unnecessarily freeze some apps.

Many thanks again for your help.



sgmlaw's Profile: http://forums.slimdevices.com/member.php?userid=13995
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] Spotty 2.5.x - Spotify Connect for your Squeezebox

2018-10-25 Thread pteittinen


Hi Michael,

I enabled Spotify Connect in player settings, unticked the "Don't
announce players" box in plug-in settings, and enabled the "Optimized
Pre-buffering" feature. As a result the playback performance improved
remarkably; gaps between tracks disappeared almost completely, and
during approx. 5 hours of play a song has become 'stuck' at the end only
twice.

Oddly enough, now that I took another look at plug-in settings, I
noticed the "Don't announce players" box has its tick back, and I'm 100%
sure I didn't put it there. Huh.

mherger wrote: 
> > I set logging, started play with Spotty and it's performing
> > flawlessly. Practically zero gap between songs, and hasn't gotten
> stuck
> > at the end of a song once. Dogdammit... I'll send you a log once (if)
> > playback begins choking again. Apologies for the bother :(
> 
> There are some signs of temporary internet hiccups - not only by Spotty
> 
> related code, but LMS in general. Sometimes it seems to fail to lookup 
> information from mysb.com (eg. the Sounds & Effects menu data)
> 
> -- 
> 
> Michael



pteittinen's Profile: http://forums.slimdevices.com/member.php?userid=58212
View this thread: http://forums.slimdevices.com/showthread.php?t=109598

___
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)

2018-10-25 Thread SamY


d6jg wrote: 
> Phillipe. Although "flow" is mentioned under the *i* it isn't actually
> available to choose.
> 25835

The "Flow" option only appears if you select a Transcode option other
than "none".



SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
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] BBCiplayer play it again list shows 404

2018-10-25 Thread mikebainbridge


VFRBOB wrote: 
> Thanks again BPA and Ronnie for all your hard work and help. I'm at the
> day job just now but I'll make the changes in listen again this evening
> when I get home. !! If either of you is ever in Toronto I owe you both a
> pint or three !!!
> 
> Best regards
> 
> Steve

The same offer applies in Sydney Australia too - Back up and running
here. Many thanks.

Michael
LMS Server: ReadyNAS 421
Squeezeplayers on Max2play: Pi3 and HiFi Berry DigiPro into Onkyo 509:
PiB and Wolfson (yes _that_ one) original soundcard card in B+W speaker:
Squeezeplay 7.8.0r1101 on Mac
Ipeng 9 on iphone and ipad



mikebainbridge's Profile: http://forums.slimdevices.com/member.php?userid=67896
View this thread: http://forums.slimdevices.com/showthread.php?t=109446

___
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)

2018-10-25 Thread castalla


johnieutah wrote: 
> I recently bought 5 Yamaha WX-010s to add to my SB Radio. I was amazed
> that they worked in perfect sync with your plugin with no tuning
> required. Yesterday I noticed that they no longer played in sync
> (regardless of the sync with the SB or between themselves). That's when
> I noticed in the web interface that the plugin had been upgraded and
> figured it was too much of a coincidence that they no longer played
> properly and the plugin was updated.
> 
> I will try and pull some logs tonight.
> 
> Cheers.

If Yamaha update to Airplay 2, avoid like the plague as it will kill the
bridge capability stone-dead.



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos, Libratone Zipp, GGMM
E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google Home Mini, Pioneer
WX-SMA1, O2 Joggler, Cisco Joggler

Brexit =   stupidity




castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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: Material Skin

2018-10-25 Thread d6jg


cpd73 wrote: 
> Wasn't planning on this. Makes the code a bit more complicated. I don't
> use Genres either, but the ones that are presented (I think) are the
> usual ones found/used in media players. What I could do (as a
> compromise) is remember if "More" was previously entered, and save this
> so that it is restored when the app is restarted.
> 
> 
> 
> There is a link to server settings - and from there you can scan. Not
> sure if this belongs in a 'mobile' app.
> 
> 
> 
> What I could do is group A-Z listings in blocks of (e.g.) 100 items. So
> if you have 50 artist starting with A, 40 with B, 60 with C, etc. you
> Would have an "A..B" listing and a "C..?" listing. Make sense? How many
> artists do you have? I group by AlbumArtists, and only have 260, and
> this scrolls fine. Just wandering at what could the split should occur.

3410 Artists, 2531 Albums, 30,000+ Tracks
My library is small in comparison to some on here.


Sent from my iPhone using Tapatalk



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

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

2018-10-25 Thread cpd73


d6jg wrote: 
> 
> 1. Will you eventually make it possible to choose the menu items /
> ordering that appear on Browse i.e. I don't use Genres but I do use New
> Music a lot ?
> 

Wasn't planning on this. Makes the code a bit more complicated. I don't
use Genres either, but the ones that are presented (I think) are the
usual ones found/used in media players. What I could do (as a
compromise) is remember if "More" was previously entered, and save this
so that it is restored when the app is restarted.

d6jg wrote: 
> 
> 2. Under Settings perhaps you could consider making it possible to
> initiate a Rescan ?
> 

There is a link to server settings - and from there you can scan. Not
sure if this belongs in a 'mobile' app.

d6jg wrote: 
> 
> 3. I have a largish library. Scrolling from A to Z takes a long time.
> Suggest you add A/B/C/D type navigation to Artists & Albums if you can

What I could do is group A-Z listings in blocks of (e.g.) 100 items. So
if you have 50 artist starting with A, 40 with B, 60 with C, etc. you
Would have an "A..B" listing and a "C..?" listing. Make sense? How many
artists do you have? I group by AlbumArtists, and only have 260, and
this scrolls fine. Just wandering at what could the split should occur.



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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2018-10-25 Thread philippe_44


johnieutah wrote: 
> I recently bought 5 Yamaha WX-010s to add to my SB Radio. I was amazed
> that they worked in perfect sync with your plugin with no tuning
> required. Yesterday I noticed that they no longer played in sync
> (regardless of the sync with the SB or between themselves). That's when
> I noticed in the web interface that the plugin had been upgraded and
> figured it was too much of a coincidence that they no longer played
> properly and the plugin was updated.
> 
> I will try and pull some logs tonight.
> 
> Cheers.

Are you running on MacOS or any other OS?



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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2018-10-25 Thread SamY


d6jg wrote: 
> Phillipe. Although "flow" is mentioned under the *i* it isn't actually
> available to choose.
> 25835

The "Flow" option only appears if you select a Transcode option other
than "none".



SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
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] Synology 7.9.2 packages

2018-10-25 Thread HappyStreamer


I'm running 0014 quite happily on my NAS here, but I do have a question
about the DSD player.
I have the plugin installed, configured it via Player -> DSDPlayer and
set the filetypes in Advanced as well. However, if I try to play a DSD
on either my SB Receiver or the Squeezebox 2, nothing happens. It gets
stuck at 0:00, doesn't play at all. Can't seem to find anything in the
logs either. I seem to be doing something rather wrong, but what?



HappyStreamer's Profile: http://forums.slimdevices.com/member.php?userid=65673
View this thread: http://forums.slimdevices.com/showthread.php?t=108960

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-10-25 Thread d6jg


I like this.

It won't replace iPeng on my iPhone and other iOS devices but it will
replace my PC desktop control and I will use on Android devices

I have a new shortcut on my PC as follows

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
--app="http://LMSIP:9000/material;

A Couple of points / ideas
1. Will you eventually make it possible to choose the menu items /
ordering that appear on Browse i.e. I don't use Genres but I do use New
Music a lot ?
2. Under Settings perhaps you could consider making it possible to
initiate a Rescan ?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

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

2018-10-25 Thread cpd73


Peter Galbavy wrote: 
> One thing immediately apparent to me, with a number of players, is there
> is no visual indication in the drop-down which ones are on or off

That's a good point! I only actually have 2 players, so never thought
about this. Perhaps dimming the speaker icon of powered off players? Or
colouring the icon blue for powered on players? Don't really want to add
another icon next to the player (as there already is a tick and
speaker/group icon).

I was thinking of adding a dialog to manage the volume of all players.
Perhaps this could also be used to power them on/off...



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

2018-10-25 Thread Peter Galbavy


Very nice indeed, thanks for the work.

One thing immediately apparent to me, with a number of players, is there
is no visual indication in the drop-down which ones are on or off - you
have to select each on and then see the state and the switch. Any way in
the material design world to decorate each player and maybe incorporate
the on/off toggle directly?



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
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: YouTube Plugin (API v3)

2018-10-25 Thread askvictor


philippe_44 wrote: 
> Oh, I see - I think what I've created to handle favorites does exactly
> what you want. There is a protocolhander that deals with URLs like
> ytplaylist://playlistId=, so you should just try to ask LMS to play
> such URL

Oh cool - that does exactly what I want. Will update the app with this
functionality soon. Thanks!



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2018-10-25 Thread Paul Webster

Found the problem with “FIP autour du reggae” ... TuneIn ID has changed
from s283680 to s293090

My guess is that the original number (now dead on TuneIn) was for “FIP
evenement” ... which would, in theory change content type over the year
but FIP decided to leave it as Reggae all of the time so a new “FIP
autour du reggae” was created.

This change meant that some matching between stream URL and internal
names was not possible.

I will resolve this for the official release.

If you want to hack it for now then edit the RadioFrance/Plugin.pm and
change the two occurrences of s283680 to s293090



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=106900

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


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2018-10-25 Thread Max2Play


Hi slimdevices forums!

We recently published a new Instructable based on our head developer's
Max2Play + LMS Setups in bath and bedroom.

It includes different tips on setting up new multiroom zones with
Max2Play and Squeezebox software as well as new info on using our free
API-Examples plugin to quickly implement various commands and tasks like
play, new song, etc. by copy-pasting from our web interface to a home
automation system of your choice.

'Check it out on Instructables.com
'
(https://www.instructables.com/id/Smart-Music-in-Bedroom-and-Bath-With-Raspberry-Pi-/)

Here's an excerpt:

25837

-For the bedroom setup we built wooden boxes where our speakers would
fit in. Then we cut out holes of the wall, which had the size of those
boxes. Finally, we screwed the boxes tight into the wall. All hardware
is still accessible through a revision opening.

To control the speakers, you may use a smartphone app or connect the
player with existing home automation buttons e.g. on the door of your
bedroom. You could add a long button push to activate the sleep timer
and a short push for Play/Pause. The Squeezebox Server, thanks to its
open interface, offers many possibilities to configure any commands.
Fitting HTTP and CLI commands can be found in our API-Examples plugin
which is also preinstalled and can be activated free in our inactive
Plugins section under Settings/Reboot.

Example HTTP command for "start playing":

http://SQUEEBOXSERVERIP:PORT/status.html?p0=play=MACADDRESS-


+---+
|Filename: FSEH821JMYWTRTT.LARGE.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25837|
+---+


Max2Play's Profile: http://forums.slimdevices.com/member.php?userid=66120
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] BBCiplayer play it again list shows 404

2018-10-25 Thread bencat


I have not done this and it is a long overdue , thank to BPA and ronnie
for al the work and help they offer to many on here and other forums in
using the LMS and Logtitech related players . Without the general hard
work and willingness to get things fixed many of the plug ins (BBC ,
Spotify to name but two) would have gone and left lots of users very
unhappy . While some seem to feel the LMS is a poor piece of software I
know this to be wrong . Most of the problems that occur are caused by
Providers and not the software at all . Given that LMS is still a free
software the back up and work done on the nasic program and all plug ins
by various members makes this in my view the best supported Server
Software with real responsive and inclusive help not only fixing the
issue but letting you know what was the problem . 

So better late than never - Thank you



System - Concordant Exhilirant Valve Pre , SBT Triode EDO,Toolbox 3.0 ,
Theta Data Basic II Transport , Perpetual Technology P-1a,P-3a,Anti Mode
2.0 Dual Core,Krell KSA50 MK 1 .

bencat's Profile: http://forums.slimdevices.com/member.php?userid=54878
View this thread: http://forums.slimdevices.com/showthread.php?t=109446

___
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)

2018-10-25 Thread johnieutah


philippe_44 wrote: 
> The whole history is here
> https://sourceforge.net/projects/lms-plugins-philippe44/files. Just get
> the version you want and unzip it in the plugin directory to overwrite
> the current version. 
> 
> Can you tell me a bit more about your configuration? There are no
> changes in 0.4.5.3 except that I've moved all my projects to
> cross-compiling for OSX, Solaris and FreeBSD which saves me a ton of
> time (all other platform where already cross-compiled). OSX was the only
> non cross-compiled version for the AirPlay bridge, so unless you're on
> MacOS, there should be no change

I recently bought 5 Yamaha WX-010s to add to my SB Radio. I was amazed
that they worked in perfect sync with your plugin with no tuning
required. Yesterday I noticed that they no longer played in sync
(regardless of the sync with the SB or between themselves). That's when
I noticed in the web interface that the plugin had been upgraded and
figured it was too much of a coincidence that they no longer played
properly and the plugin was updated.

I will try and pull some logs tonight.

Cheers.



johnieutah's Profile: http://forums.slimdevices.com/member.php?userid=29483
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2018-10-25 Thread d6jg


philippe_44 wrote: 
> When you create a group of chromecast player (using Google Home
> application), it appears as a new player in LMS. When you play to that
> player, all slaves play in sync as they should. That does not give you
> sync between CC and non-CC, only amongst the CC devices. 
> Wrt gapless, starting version 1.x.x of my plugin, you have a "flow" mode
> that gives you real gapless

Phillipe. Although "flow" is mentioned under the *i* it isn't actually
available to choose.
25835


+---+
|Filename: 2018-10-25 09_41_16-Window.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25835|
+---+


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2018-10-25 Thread castalla


cpd73 wrote: 
> Hmm!!! Which means I need to make sure not to upgrade, as I only bought
> this speaker to use with the AirPlay bridge! Do you know if it's
> possible to manually downgrade (just in case an upgrade happens in
> error)? I looked, but could not find any info, or links to old firmware.

No way to downgrade ... so don't allow it to update! 

It works with upnpbridge if all goes awol!   Why can't they offer a
choice for airplay?



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos, Libratone Zipp, GGMM
E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google Home Mini, Pioneer
WX-SMA1, O2 Joggler, Cisco Joggler

Brexit =   stupidity




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

2018-10-25 Thread cpd73


castalla wrote: 
> Libratone have confirmed there is a problem with the new airplay 2 and
> iTunes ...
> 
> I doubt any fix will recover the airplay bridge compatability.  Pity.

Hmm!!! Which means I need to make sure not to upgrade, as I only bought
this speaker to use with the AirPlay bridge! Do you know if it's
possible to manually downgrade (just in case an upgrade happens in
error)? I looked, but could not find any info, or links to old firmware.



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