Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread Michael Herger

Yes, the CLI commands - I'd like to keep as much internal as possible. I
was thinking along the lines of the search items that appear in the
results from the "More" menu. e.h. "On Spotify: Artist", "On YouTube",
etc.


That's actually something I wanted to ask you about: you haven't 
implemented the "trackinfo" menu on the currently playing item, have 
you? That would provide that very menu.


--

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread cpd73


mherger wrote: 
> > Material uses the -["musicartistinfo", "biography", "html:1"]-
> JSONRPC
> > command to retrieve biography. Could this command be extended to
> provide
> > the Spotify, etc, search links? I could then show these after the
> > biography text - e.g.  in a menu, etc.
> 
> What would you consider search links? HTTP URLs? The CLI commands to get
> 
> there? You could use the already existing artist-/track-/albuminfo query
> 
> to get a context menu for the given item, and drill down from there?

Yes, the CLI commands - I'd like to keep as much internal as possible. I
was thinking along the lines of the search items that appear in the
results from the "More" menu. e.h. "On Spotify: Artist", "On YouTube",
etc.



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread Michael Herger

Material uses the -["musicartistinfo", "biography", "html:1"]- JSONRPC
command to retrieve biography. Could this command be extended to provide
the Spotify, etc, search links? I could then show these after the
biography text - e.g.  in a menu, etc.


What would you consider search links? HTTP URLs? The CLI commands to get 
there? You could use the already existing artist-/track-/albuminfo query 
to get a context menu for the given item, and drill down from there?


--

Michael
___
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-11-26 Thread ynot1234567890


hopeful wrote: 
> I am struggling to work out how to specify an API password. I installed
> Home Assistant using a Pi image and have a password to enter on the web
> page when I go to http://hassio.local:8123
> This isn't the same password as the API password is it? Also,  isn't the
> API password feature is now deprecated?
> 
> Do I need to modify the following lines in configuration.yaml and add a
> line 'api_password: !secret http_password'?
> 
> # Uncomment this if you are using SSL/TLS, running in Docker container,
> etc.
> # http:
> #   base_url: example.duckdns.org:8123
> 
> Do I also need to add the following?
> 
> auth_providers:
> - type: legacy_api_password
> 
> Colin

In the configuration.yaml file the following entry is required in the
http section to set the API password:

-http:
# Secrets are defined in the file secrets.yaml
api_password: !secret http_password
# Uncomment this if you are using SSL/TLS, running in Docker
container, etc.
base_url: !secret base_url
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem-

In my secrets.yaml file the following entries:

-http_password: HA_API_Password
base_url:  https://HA_Link.duckdns.org
-

Hope that helps.  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] Squeezelite-X

2018-11-26 Thread rgdawson


gorman wrote: 
> With Miniplayer, clicking on artist or album invokes the web browser
> version of the interface, instead of restoring Squeezelite-X to normal
> view. Don't know if it's intended behaviour but I find it somewhat
> illogical.
> 
> Edit: I guess some more explanation could be useful. When I'm front of
> my PC I'm not necessarily using the browser. I might be writing
> something, I might be working on a spreadsheet or in Photoshop. To
> launch or bring to front the browser is annoying. It also asks me for
> user and password, something that is not needed with Squeezelite-X,
> since those are stored in its settings. So instead of immediately going
> to browse an artist's list of albums I need to input user and password,
> in addition to having a window open that I might not need/want.

It is illogical.  It is a function of the minibrowser itself, that is
the LMS code driving it.  I see if you are in the full browser
interface, it will open the artist/album info in the left-side pane. 
But in the minibrowser, the is no left-side pane so it (if you still
have the main browser open that was used to invoke the minibrowser), it
will update the left hand pane or (if not) it opens a new browser.  What
you would like then is to open the SLX main browser and update the left
hand pane.  At the time I was implementing the MiniBrowser, which is
intended to be a more usable version than what a regular browser would
give you, I remember thinking about your issue, but deferring it since
it was going to be hard to do.

So as a work-around, you can click the caption arrow to quickly get back
to the main browser and click on the artist there and get what you want.
(so an extra click, I know).  Another work around might to create a
tray menu link that also does what you want.  For example you could
create the following tray menu link:

Artist Discography | https://www.discogs.com/search?q=%Artist%

Which would bring up the currently playing artist on discogs.org.

Lately I have been working on making SLX work with the Material Skin
recently developed by Craig Drummond.  In the process, I may be closer
to having some techniques that might be applicable to solving your
issue, so I will give it a second look after I get the Material skin
working.  Frankly, though, once the new SLX version is available and you
start using it, you might not use the default LMS skin much after that. 
Since it is small and good.

Thanks for reminding me about this issue.  I'm adding it to my queue.

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: Music & Artist Information plugin

2018-11-26 Thread cpd73

mherger wrote: 
> > @michael As MAI is getting a bit of new publicity via Material I
> wonder
> > if you have any plans to modify or improve MAI? If so do they include
> > “discography” via the Allmusic API?
> 
> What would you like to do with that discography? I think it's rather 
> useless if you can't play it. Therefore the plugin currently allows you
> 
> to search an artist on the music service of your choice, doesn't it?

Material uses the -["musicartistinfo", "biography", "html:1"]- JSONRPC
command to retrieve biography. Could this command be extended to provide
the Spotify, etc, search links? I could then show these after the
biography text - e.g.  in a menu, etc.



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread slartibartfast


mherger wrote: 
> > Not sure if this is a new issue or has always been there but the
> plugin
> > produces no results for "The B-52's". I had to check this but
> apparently
> > the apostrophe was officially in the name until 2008.
> 
> Could you please try again with debug logging for plugin.musicartistinfo
> 
> enabled?
> 
> -- 
> 
> MichaelToo late. I've renamed them "The B-52s" (which seems to be the only 
> name
recognised by AllMusic now) and normal service is resumed..

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=99537

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


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

2018-11-26 Thread hm0809


mherger wrote: 
> > have you read post #80?
> 
> Yes I did - but I did not see your edit. All good for you then?
> 
> I should probably add some sanity checking in the authentication 
> routine. But did authentication using the Spotify app not work? Did you
> 
> have to enter credentials?
> 
> -- 
> 
> Michael

See attached server.log.
Different credentials work perfect. But here also I had to enter the
credentials manual.

Holger


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


hm0809's Profile: http://forums.slimdevices.com/member.php?userid=68682
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


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

2018-11-26 Thread Cut-Throat


mherger wrote: 
> > The other account is the very cryptic user name like
> > "hig90iv9o2pimzg1ktq"
> 
> Could you please check the various credentials.json files you'll find in
> 
> LMS' cache folder, below the Spotty sub-folder? They should have a 
> "username" field. Is this the nice name, or the "garbage" you're
> seeing?
> 
> > What do I wrong?
> > Is it possible to rename this entry?
> 
> You certainly don't do anything wrong. I thought I had some code to take
> 
> care of this. But am not sure, tbh.
> 
> -- 
> 
> Michael

I was helping someone set up their Raspberry Pi the last few days and
noticed that Spotify had recently changed their user name to a cryptic
code like '6tvg46bbjjagltzdb4fjxp6xn' for a user name I had this Rpi
set up any working but between the trial and the Premium Version period
some changes at Spotify seemed to 'disconnect' the player from Spotify..
We started over with a new account, but I failed to get the Rpi and
Spotify connected. I am going to take the Rpi Player to my home later
this work and try to get Spotify working again... This is the first time
I have failed to connect a Spotify Account with a LMS Raspberry Pi
Player.  

My System is at home is working, but I have had Spotify for a couple
years So, I am guessing some Changes at Spotify have disrupted
things for new accounts?



Cut-Throat's Profile: http://forums.slimdevices.com/member.php?userid=43167
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread d6jg

mherger wrote: 
> > @michael As MAI is getting a bit of new publicity via Material I
> wonder
> > if you have any plans to modify or improve MAI? If so do they include
> > “discography” via the Allmusic API?
> 
> What would you like to do with that discography? I think it's rather 
> useless if you can't play it. Therefore the plugin currently allows you
> 
> to search an artist on the music service of your choice, doesn't it?
> 
> -- 
> 
> Michael

Err. 
I can only see that it allows info from Allmusic - am I missing
something

I ask about discography as I frequently want to see what other albums
the artist has released and where what I am listening to fits into their
discography. I use pippin’s links to Wikipedia in iPeng to do this but
it would be great if more info /choice of source was available through
MAI

The way Craig has “exposed” MAI in Material has drawn a lot of attention
to your plugin. I’d love to see it further developed so that LMS can
provide the sort of data that’s in Roon or at least Plex. I do of course
appreciate that you do much of this for the love of it.



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=99537

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


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

2018-11-26 Thread Michael Herger

The other account is the very cryptic user name like
"hig90iv9o2pimzg1ktq"


Could you please check the various credentials.json files you'll find in 
LMS' cache folder, below the Spotty sub-folder? They should have a 
"username" field. Is this the nice name, or the "garbage" you're seeing?



What do I wrong?
Is it possible to rename this entry?


You certainly don't do anything wrong. I thought I had some code to take 
care of this. But am not sure, tbh.


--

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


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

2018-11-26 Thread Tien1602


Now it works... I don't know why...

But again: your PlugIn is perfekt! Better than the original spotify
android app! :-)



Tien1602's Profile: http://forums.slimdevices.com/member.php?userid=68687
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread Michael Herger

@michael As MAI is getting a bit of new publicity via Material I wonder
if you have any plans to modify or improve MAI? If so do they include
“discography” via the Allmusic API?


What would you like to do with that discography? I think it's rather 
useless if you can't play it. Therefore the plugin currently allows you 
to search an artist on the music service of your choice, doesn't it?


--

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


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

2018-11-26 Thread Tien1602


Hi Michael,

first let me give you a great THANK YOU for that beautiful plug in!

It works with my Synology very good!

But there is a little issue:
If I select the Spotty menu item on my Squeeze Radio I can select the
different accounts (Premium Family).
But unfortunately only my Name is the real name.
The other account is the very cryptic user name like
"hig90iv9o2pimzg1ktq"
I have tried to close this account and create a new one. But the same
issue...

What do I wrong?
Is it possible to rename this entry?


Thank you very much,
Timo



Tien1602's Profile: http://forums.slimdevices.com/member.php?userid=68687
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-26 Thread bpa


Owen Smith wrote: 
> No, I remembered it the wrong way round in my haste to try to help the
> poster.
That's good - I'm trying to get a 1.6.1 out and was worried I'd
forgotten some bug.



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2018-11-26 Thread d6jg

@michael As MAI is getting a bit of new publicity via Material I wonder
if you have any plans to modify or improve MAI? If so do they include
“discography” via the Allmusic API?



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=99537

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread d6jg

cpd73 wrote: 
> Yeah, only 1 artist was used. I've changed the code now (for the next
> release) to request the list of artist ID's, and for each one I get the
> biography.

How are you going to display that? Don’t answer I will wait to find out.



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] Spotty 2.6.x - Spotify Connect for your Squeezebox

2018-11-26 Thread hm0809


I tried uninstalling and had to enter my credentials manual. The access
to spotify works, spotify connect not.
I will upload the logfile later. 

Holger





hm0809's Profile: http://forums.slimdevices.com/member.php?userid=68682
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-26 Thread Owen Smith


bpa wrote: 
> The HLS problem in Oct  was with Listen Again not with Live - did
> something happen with live HLS ?

No, I remembered it the wrong way round in my haste to try to help the
poster.



Owen Smith's Profile: http://forums.slimdevices.com/member.php?userid=42371
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


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

2018-11-26 Thread Michael Herger

did the update to 7.9.2 some minutes ago ... but no effect :-(


Did you uninstall the plugin? Could you upload your server.log.zip file 
(see Settings/Information)?


--

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


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

2018-11-26 Thread Michael Herger

have you read post #80?


Yes I did - but I did not see your edit. All good for you then?

I should probably add some sanity checking in the authentication 
routine. But did authentication using the Spotify app not work? Did you 
have to enter credentials?


--

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


Re: [SlimDevices: Plugins] play "all title" in Plugin (Deezer)

2018-11-26 Thread Michael Herger

to the OP: Michael has it fixed now in latest nightly build


Now that's very modest of you: Philippe submitted a pull request with 
the change, which I then merged :-). Thanks Philippe!


--

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


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

2018-11-26 Thread hm0809


Hey Michael,
have you read post #80?

Thanks, Holger





hm0809's Profile: http://forums.slimdevices.com/member.php?userid=68682
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-26 Thread bpa


Shellness wrote: 
> I think you have hit on the problem.  The Soma pls doesn't work and nor
> does an example AAC that I downloaded.
> 
> At the risk of heading off topic, is there a fix to get the Classic &
> Duet transcoding the AAC again?  It worked before the holiday and it
> worked on earlier Debians/OMV and LMS.  I shall post elsewhere if
> appropriate.
> 
> Thanks for the help so far.

It'll be eaiser to address issue here - it is well defined.

>From a shell prompt check that you can run faad and flac that are in the
LMS Bin directory (full path is given in LMS WebUI Setting/Information
Helper Application Folder).  It's possible an update has made them
incompatible or maybe wrong permission.



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

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


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

2018-11-26 Thread franny


did the update to 7.9.2 some minutes ago ... but no effect :-(



franny's Profile: http://forums.slimdevices.com/member.php?userid=68685
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] play "all title" in Plugin (Deezer)

2018-11-26 Thread philippe_44


to the OP: Michael has it fixed now in latest nightly build



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=109675

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread Shozzer


cpd73 wrote: 
> Yeah, only 1 artist was used. I've changed the code now (for the next
> release) to request the list of artist ID's, and for each one I get the
> biography.

That sounds great, thanks.



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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: BBCiPlayer Plugin (UK only)

2018-11-26 Thread Shellness


I think you have hit on the problem.  The Soma pls doesn't work and nor
does an example AAC that I downloaded.

At the risk of heading off topic, is there a fix to get the Classic &
Duet transcoding the AAC again?  It worked before the holiday and it
worked on earlier Debians/OMV and LMS.  I shall post elsewhere if
appropriate.

Thanks for the help so far.



Rock 64, 1Gb DRAM, Open Media Vault (OMV)/Debian 4.1.8.2-1 (Arrakis),
Logitech Media Server Version: 7.9.1 - 1522157629

Squeezebox Classic
Squeezebox Duet
Squeezebox Radio

Shellness's Profile: http://forums.slimdevices.com/member.php?userid=17122
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


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

2018-11-26 Thread slartibartfast


franny wrote: 
> I think I do . 
> 
> 
> 26063
> 
> 
> Any updates I have to trigger?You could try uninstalling the old version and 
> hope the new version
shows up.

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=109705

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


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

2018-11-26 Thread franny


I think I do . 


26063


Any updates I have to trigger?


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


franny's Profile: http://forums.slimdevices.com/member.php?userid=68685
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread cpd73


d6jg wrote: 
> That may be why you don't get a result then. 
> In other places Craig has parsed only the first value from a Album
> Artist where I have tagged it with multi-values (see a post from Friday
> 23/11 on the subject). 
> I thought he was using the Track Artist in this speicific instance but
> perhaps he isn't only parsing the first value if it is multi valued.

Yeah, only 1 artist was used. I've changed the code now (for the next
release) to request the list of artist ID's, and for each one I get the
biography.



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: BBCiPlayer Plugin (UK only)

2018-11-26 Thread bpa


Shellness wrote: 
> Thanks for the speedy responses.  I think your feeling could be right. 
> I use my Classic 90% of the time and that has the issue.  It gives
> "Stopped" on the first Play press, and "Item not found" or similar on
> subsequent presses.  I tried the Duet and it behaves exactly as the
> Classic, i.e. only playing mp3.
> 
> However, the Radio behaves exactly as it should, playing all versions of
> Listen Again.
> 
> I have done nothing to the system, I went on holiday on 16th and all was
> well.  I got back last night and the Classic wasn't working.
> 
> For the record I did upgrade the OS a week before the holiday and
> reinstalled LMS.  However, as above, LMS was working fine on the new
> installation.
> 
> Any idea what could be happening and, more importantly, how I fix it?

If Radio works and Classic & Touch doesn't but MP3 stream play OK then
the problem is probably AAC transcoding.

Can you play the following AAC stream on Classic -
http://www.somafm.com/illstreet64.pls

If the stream doesn't play on Classic or Duet - then the issue is not
BBCiplayer plugin specific.



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

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


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

2018-11-26 Thread Michael Herger

Hi, thanks for reply ... I am using 7.9.1 ... isn't that the latest.. ??


That's fine. Now please make sure you really look for Spotty, and 
nothing else.


--

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


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

2018-11-26 Thread franny


Hi, thanks for reply ... I am using 7.9.1 ... isn't that the latest.. ??



franny's Profile: http://forums.slimdevices.com/member.php?userid=68685
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

___
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-11-26 Thread hopeful


kalimeroo wrote: 
> Hi,
> 
> When you first login to Home assistant, it will prompt you with a login
> ans password. This is not an authentification step. Indeed here you can
> create a new home assistant user ans its password. You will then use
> this login/password to effectively login.

Maybe I didn't phrase my question clearly. I created the initial user
and password OK and can login, but I believe that that password is not
the same one as used for an *API password* is it? I was asking how to
create the API password, and whether I even should, as it appears to be
deprecated.



hopeful's Profile: http://forums.slimdevices.com/member.php?userid=65059
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: BBCiPlayer Plugin (UK only)

2018-11-26 Thread Shellness


Thanks for the speedy responses.  I think your feeling could be right. 
I use my Classic 90% of the time and that has the issue.  It gives
"Stopped" on the first Play press, and "Item not found" or similar on
subsequent presses.  I tried the Duet and it behaves exactly as the
Classic, i.e. only playing mp3.

However, the Radio behaves exactly as it should, playing all versions of
Listen Again.

I have done nothing to the system, I went on holiday on 16th and all was
well.  I got back last night and the Classic wasn't working.

For the record I did upgrade the OS a week before the holiday and
reinstalled LMS.  However, as above, LMS was working fine on the new
installation.

Any idea what could be happening and, more importantly, how I fix it?



Rock 64, 1Gb DRAM, Open Media Vault (OMV)/Debian 4.1.8.2-1 (Arrakis),
Logitech Media Server Version: 7.9.1 - 1522157629

Squeezebox Classic
Squeezebox Duet
Squeezebox Radio

Shellness's Profile: http://forums.slimdevices.com/member.php?userid=17122
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


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

2018-11-26 Thread Michael Herger

I can't make 2.6.x available in Plugins  still have 1.2 ..


That would very much surprise me... this is "Spotty", not "Spotify".


Can someone tell me if it is available for Windows based LMS?


Yes, it is. What LMS version are you using? If you still got Spotify 
1.2, then it might be pretty old.


--

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


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

2018-11-26 Thread franny


Hi all, 

I can't make 2.6.x available in Plugins  still have 1.2 .. 

Can someone tell me if it is available for Windows based LMS? 

Thank's in advace!  Franny



franny's Profile: http://forums.slimdevices.com/member.php?userid=68685
View this thread: http://forums.slimdevices.com/showthread.php?t=109705

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-26 Thread bpa


Shellness wrote: 
> I am just back from holiday and the only bit of the iPlayer plugin that
> is now working is the Listen Live mp3 one, the others just give the
> thumbnail and a zero below it (i.e. Listen Live UK & non-UK, Listen Live
> alt CDN UK & non-UK, and Listen Again).  BBCiPlayer Extras does the
> same.
> 
> I have
> http://downloads.sourceforge.net/project/bpaplugins/betarelease-repo.xml
> and http://sbplugins.servies.net/repo.xml installed, with "Update
> plugins automatically" ticked.
> 
> All worked fine on 16th Nov.  Any ideas, please?
Ignore Extra issues - it needs BBCiPlayer to be working.

All working for me with 1.6 - LIve both DASH and HLS , Live.  Listen
Again only DASH. 

It "feels" like an issue with your installation.
What type of player ?  Could there be a transcoding issue  ?
Any OS update since 16th Nov ?

I have a fix for the HLS Listen Again but I just need to package to get
it out - but this shouldn't affect "Live".

Owen Smith wrote: 
> Ensure you have Dash before HLS in the iPlayer plugin settings, there
> has been an HLS format change by the BBC that the plugin does not
> support. That said, I thought the problem was isolated to live streams.
Don't think this is the issue.  The HLS problem in Oct  was with Listen
Again not with Live - did something happen with live HLS ?



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

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2018-11-26 Thread Owen Smith


Shellness wrote: 
> I am just back from holiday and the only bit of the iPlayer plugin that
> is now working is the Listen Live mp3 one, the others just give the
> thumbnail and a zero below it (i.e. Listen Live UK & non-UK, Listen Live
> alt CDN UK & non-UK, and Listen Again).  BBCiPlayer Extras does the
> same.
> 
> I have
> http://downloads.sourceforge.net/project/bpaplugins/betarelease-repo.xml
> and http://sbplugins.servies.net/repo.xml installed, with "Update
> plugins automatically" ticked.
> 
> All worked fine on 16th Nov.  Any ideas, please?

Ensure you have Dash before HLS in the iPlayer plugin settings, there
has been an HLS format change by the BBC that the plugin does not
support. That said, I thought the problem was isolated to live streams.



Owen Smith's Profile: http://forums.slimdevices.com/member.php?userid=42371
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread d6jg


Shozzer wrote: 
> Correct.

That may be why you don't get a result then. 
In other places Craig has parsed only the first value from a Album
Artist where I have tagged it with multi-values (see a post from Friday
23/11 on the subject). 
I thought he was using the Track Artist in this speicific instance but
perhaps he isn't only parsing the first value if it is multi valued.



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-11-26 Thread Shozzer


d6jg wrote: 
> Do you mean it also has multi values ?

Correct.



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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: BBCiPlayer Plugin (UK only)

2018-11-26 Thread Shellness


I am just back from holiday and the only bit of the iPlayer plugin that
is now working is the Listen Live mp3 one, the others just give the
thumbnail and a zero below it (i.e. Listen Live UK & non-UK, Listen Live
alt CDN UK & non-UK, and Listen Again).  BBCiPlayer Extras does the
same.

I have
http://downloads.sourceforge.net/project/bpaplugins/betarelease-repo.xml
and http://sbplugins.servies.net/repo.xml installed, with "Update
plugins automatically" ticked.

All worked fine on 16th Nov.  Any ideas, please?



Rock 64, 1Gb DRAM, Open Media Vault (OMV)/Debian 4.1.8.2-1 (Arrakis),
Logitech Media Server Version: 7.9.1 - 1522157629

Squeezebox Classic
Squeezebox Duet
Squeezebox Radio

Shellness's Profile: http://forums.slimdevices.com/member.php?userid=17122
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread d6jg


Shozzer wrote: 
> The Track Artist mirrors the Album Artist

Do you mean it also has multi values ?



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-11-26 Thread IanHaynes


cpd73 wrote: 
> Select option to get categories from server.

Excellent, thank you.



IAN
Netgear NAS Duo
*Main System*: RPi2 / iQAudio DAC+ / PiCorePlayer with LMS
*Second System*: RPiZero / iQAudio DAC Zero / PiCorePlayer
*PC:* Squeezelite-X

IanHaynes's Profile: http://forums.slimdevices.com/member.php?userid=68595
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-11-26 Thread Shozzer


d6jg wrote: 
> It's coming from the MAI plugin but Craig is only sending the currently
> playing artist information to MAI for it to display the result. You
> don't say what the Track Artist tag was in your Mozart example.

The Track Artist mirrors the Album Artist



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


Shozzer wrote: 
> 
> 
> Where is the "i" information collated from?
> 
> 

It's coming from the MAI plugin but Craig is only sending the currently
playing artist information to MAI for it to display the result. You
don't say what the Track Artist tag was in your Mozart example.



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-11-26 Thread Shozzer


slartibartfast wrote: 
> I hope you mean "Jeff Wayne". [emoji3]
> 
> Sent from my SM-G900F using Tapatalk

Ha! Absolutely.



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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-11-26 Thread slartibartfast


Shozzer wrote: 
> I understand.
> 
> 
> 
> 
> 
> Let me give you an example. I have The War of the Worlds with Jeff Lynne
> as the Album and Track Artist. When I click "i" then information for
> both Jeff and also for the album displays (along with the lyrics!) This
> information is the same you get when clicking the "more" entry on the
> standard webUI.
> 
> On another album (Mozart Piano Concerto 27) I have the following tagged:
> Murray Perahia (Album Artist)  English Chamber Orchestra (Album Artist) 
> Mozart, Wolfgang Amadeus (1756-1791) (Composer). Clicking the "i"
> produces no artist information whereas clicking the "more" entry shows
> bio information for both Murray Perahia and English Chamber Orchestra.
> No information shows for Mozart as this is the wrong format (something I
> need to address in my tags).
> 
> Where is the "i" information collated from?
> 
> As to the Music and Artist Information plugin all that seems to be
> configurable there relates to artwork...I hope you mean "Jeff Wayne". [emoji3]

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=109624

___
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-11-26 Thread kalimeroo


Hi,

When you first login to Home assistant, it will prompt you with a login
ans password. This is not an authentification step. Indeed here you can
create a new home assistant user ans its password. You will then use
this login/password to effectively login.



kalimeroo's Profile: http://forums.slimdevices.com/member.php?userid=68671
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-11-26 Thread Shozzer


cpd73 wrote: 
> This is what I'm going to go with.


I understand.



cpd73 wrote: 
> I would think that needs to be implemented in the "Music And Artist
> Information" plugin - then its available everywhere.
> 
> 
> 
> What "information page" ? The one from now-paying access via the "i"
> button? Or the info that comes from the "More" menu entry?
> 
> The now-playing one has no artist selection, so I assume you mean the
> other. If, so then this is all handled via the MAI plugin.

Let me give you an example. I have The War of the Worlds with Jeff Lynne
as the Album and Track Artist. When I click "i" then information for
both Jeff and also for the album displays (along with the lyrics!) This
information is the same you get when clicking the "more" entry on the
standard webUI.

On another album (Mozart Piano Concerto 27) I have the following tagged:
Murray Perahia (Album Artist)  English Chamber Orchestra (Album Artist) 
Mozart, Wolfgang Amadeus (1756-1791) (Composer). Clicking the "i"
produces no artist information whereas clicking the "more" entry shows
bio information for both Murray Perahia and English Chamber Orchestra.
No information shows for Mozart as this is the wrong format (something I
need to address in my tags).

Where is the "i" information collated from?

As to the Music and Artist Information plugin all that seems to be
configurable there relates to artwork...



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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-11-26 Thread Michael Herger

I was thinking of a button which would link directly through to the
Comments tag rather than additional information. This would be helpful
in the absence of information under Album review. In many cases where
CDs are split then Album Review will not work. I was not thinking of
Spotify - just access to own Comments.


I would think that needs to be implemented in the "Music And Artist
Information" plugin - then its available everywhere.


I'd agree... your skin is giving the MAI plugin a whole new level of 
exposure :-).


Shozzer - could you please follow up in a MAI specific thread? It's out 
of the scope of the Material Skin thread.


--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-26 Thread cpd73


Shozzer wrote: 
> I guess that depending on how albums are created then there might be
> multiple groups with 1 or few entries. I like Album view as you can
> browse your collection and remind yourself of what's there. Thinking
> back to the previous version of Material where letters were merged that
> was not an issue. Splitting a single letter is more of an issue for me
> personally and I would go with your previous suggestion of increasing
> the group size.
>  

This is what I'm going to go with.

Shozzer wrote: 
> 
> I was thinking of a button which would link directly through to the
> Comments tag rather than additional information. This would be helpful
> in the absence of information under Album review. In many cases where
> CDs are split then Album Review will not work. I was not thinking of
> Spotify - just access to own Comments.
> 

I would think that needs to be implemented in the "Music And Artist
Information" plugin - then its available everywhere.

Shozzer wrote: 
> 
> With the Information page, there seems to be a problem bringing up
> artist information where there are multiple artists noted. To access the
> information you have to go into the individual track, click on Artist
> Information and then select the artist you want the information on. Is
> this a system limitation?

What "information page" ? The one from now-paying access via the "i"
button? Or the info that comes from the "More" menu entry?

The now-playing one has no artist selection, so I assume you mean the
other. If, so then this is all handled via the MAI plugin.



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-11-26 Thread Shozzer


cpd73 wrote: 
> The problem with not combing letters is the case where you have 1 A, 1
> B, 1 C, etc. then you get lots of groups with a single entry. This
> letter grouping is not a feature I use - my collection is not that large
> - so I have no real bias one way or the other.

I guess that depending on how albums are created then there might be
multiple groups with 1 or few entries. I like Album view as you can
browse your collection and remind yourself of what's there. Thinking
back to the previous version of Material where letters were merged that
was not an issue. Splitting a single letter is more of an issue for me
personally and I would go with your previous suggestion of increasing
the group size.


cpd73 wrote: 
> Do you mean provide a button that simulates the "More" menu entry? As in
> click on the button, and the browse page would be shown with the same
> contents as if you had navigated the library, and selected the track? If
> so, perhaps for local tracks - but not sure about Spotify, etc.


I was thinking of a button which would link directly through to the
Comments tag rather than additional information. This would be helpful
in the absence of information under Album review. In many cases where
CDs are split then Album Review will not work. I was not thinking of
Spotify - just access to own Comments.


With the Information page, there seems to be a problem bringing up
artist information where there are multiple artists noted. To access the
information you have to go into the individual track, click on Artist
Information and then select the artist you want the information on. Is
this a system limitation?



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2018-11-26 Thread hopeful


I am struggling to work out how to specify an API password. I installed
Home Assistant using a Pi image and have a password to enter on the web
page when I go to http://hassio.local:8123
This isn't the same password as the API password is it? Also,  isn't the
API password feature is now deprecated?

Do I need to modify the following lines in configuration.yaml and add a
line 'api_password: !secret http_password'?

# Uncomment this if you are using SSL/TLS, running in Docker container,
etc.
# http:
#   base_url: example.duckdns.org:8123

Do I also need to add the following?

auth_providers:
- type: legacy_api_password

Colin



hopeful's Profile: http://forums.slimdevices.com/member.php?userid=65059
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-11-26 Thread cpd73


Shozzer wrote: 
> What are your thoughts on combining letters - would it be a problem to
> have A-Z with no combining of letters or would this be unwieldy? Failing
> that, your suggestion above would work - for me at any rate. I don't
> know what others think?
> 

The problem with not combing letters is the case where you have 1 A, 1
B, 1 C, etc. then you get lots of groups with a single entry. This
letter grouping is not a feature I use - my collection is not that large
- so I have no real bias one way or the other.

Shozzer wrote: 
> 
> Can I make a suggestion for possible inclusion in a future release?
> Increasingly when adding new material to my library I am adding comments
> - programme notes from the CD booklet. Would it be possible please to
> add a link to this in the Information Screen as this would be far more
> accessible than having to delve into the track information to find the
> comments? This is of particular benefit in the case of classical music
> where CDs are split into different albums by work and the Information
> screen cannot link through to the correct information. I wondered if
> there could be a button next to the others at the bottom of the screen
> that could toggle this?
> 

Do you mean provide a button that simulates the "More" menu entry? As in
click on the button, and the browse page would be shown with the same
contents as if you had navigated the library, and selected the track? If
so, perhaps for local tracks - but not sure about Spotify, etc.



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-11-26 Thread Shozzer


cpd73 wrote: 
> Yeah, I'm not to keen on the letter splitting. Perhaps, what I should do
> is set a max-group size of (e.g.) 100 (so that letters are only combined
> if less than this), and the set a letter splitting size of (e.g.) 250?
> So if A has 40, B 50, C 20, D 90, E 300 - you would get A..B, C, D, E
> (1..250), E (251..300)

Hi Craig

What are your thoughts on combining letters - would it be a problem to
have A-Z with no combining of letters or would this be unwieldy? Failing
that, your suggestion above would work - for me at any rate. I don't
know what others think?

Can I make a suggestion for possible inclusion in a future release?
Increasingly when adding new material to my library I am adding comments
- programme notes from the CD booklet. Would it be possible please to
add a link to this in the Information Screen as this would be far more
accessible than having to delve into the track information to find the
comments? This is of particular benefit in the case of classical music
where CDs are split into different albums by work and the Information
screen cannot link through to the correct information. I wondered if
there could be a button next to the others at the bottom of the screen
that could toggle this?


Thanks.



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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-11-26 Thread cpd73


IanHaynes wrote: 
> I don't see an option to select by composers on either desktop or mobile
> ???

Select option to get categories from server.



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-11-26 Thread IanHaynes


> For example, under Composers, clicking A (101..103), C S Lewis, C Taylor
> and Caetano Veloso appear.

I don't see an option to select by composers on either desktop or mobile
???

It would be very welcome.



IAN
Netgear NAS Duo
*Main System*: RPi2 / iQAudio DAC+ / PiCorePlayer with LMS
*Second System*: RPiZero / iQAudio DAC Zero / PiCorePlayer
*PC:* Squeezelite-X

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