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

2018-11-09 Thread philippe_44


Paul Webster wrote: 
> Thanks for the details.
> I'll temporarily back out the recent change in my local copy
> I'll disable showing song duration for now (remembered that I made it a
> plugin setting)
> https://forums.slimdevices.com/showthread.php?106900-Announce-Song-info-plugin-for-FIP-radio=922672=1#post922672
> 
> Update:
> Damn - didn't work. Song duration no longer shown in players but track
> did not update on AirPlay (or UPnP Bridge) device on change

Found a way to have that work which I think is acceptable in term of
frequency of polling LMS in all cases. Look at version 0.4.6.0



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

2018-11-09 Thread Michael Herger
Please start a new thread about your Perl issues on El Cap. The 
discussion doesn't belong here.


--

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread philippe_44


schoeppi wrote: 
> On Fri, Nov 09, 2018 at 03:47:47PM +, philippe_44 wrote:
> >Well, if there is no log, then you either did not enable logging, or
> you
> >have not selected a helper or it is crashing immediately (look at the
> >server.log)
> 
> I saw logs where the bridge was crashing, selecting the static binary 
> fixed those crashes.
> 
> But however, something strange is going on with the plugin.
> 
> I've tryed to regenerate the upnpbridge.xml file to be sure to have a 
> clean file to start from and ahve all found players in it, but whatever 
> I am trying, the file is not generated. Nothing in the logs why...
> 
> After that I deinstalled the plugin, restarted the server, removed the 
> xml file and installed the plugin again. Same situation..., the xml file
> 
> is not generated.
> 
> I have no idea what is going on there, but I think trying to get my 
> player working should be the second step after the problems from above 
> are clear.
> 
> What in detail do I have todo to generate a new upnpbridge.mxl file? 
> Just clicking the generate button does not work, no matter if autosave 
> is activated or not.
> 
> Sorry for asking such a stupid question, but it is really not working on
> 
> my system :-(.
> 
> Thanks,
> 
> Schoepp

You don't really need to generate the config file, one day I should
remove that option. Best is to have "autosave" enabled and then let the
bridge run, it will create / update the file automatically. So try to
use the "erase" button and let it run. If it works, ~30s later (max) if
you refresh the page you should see your player listed.

Now if you have that message about squeeze2upnp crashing, I need to know
what system (CPU, OS) you're using to try to understand why.



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

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread philippe_44


Henkjan wrote: 
> any idea what causes this?

No I don't - unless you know how to start squeeze2upnp manually from the
command line, it will be too difficult for me to investigate



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

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


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

2018-11-09 Thread philippe_44


askvictor wrote: 
> I'm happy to make some changes; I used to program Perl (some 10 years
> ago now so I've forgotten some bits but the basics are still there). The
> main thing getting in my way is understanding the LMS framework and how
> the plugin interacts with youtube.

Perfect. Then look at the file ProtocolHandler, a function named
"sysread". This is called by LMS everytime it needs audio data. Here
you'll find a piece of codec

Code:


Slim::Networking::SimpleAsyncHTTP->new(
sub {
$v->{'inBuf'} .= $_[0]->content;
$v->{'fetching'} = 0;
if ( $props->{'segmentURL'} ) {
$v->{'streaming'} = 0 if $v->{'offset'} 
== @{$props->{'segmentURL'}};
main::DEBUGLOG && $log->is_debug && 
$log->debug("got chunk $v->{'offset'} length: ", length $_[0]->content, " for 
$url");
} else {
main::DEBUGLOG && $log->is_debug && 
$log->debug("got chunk length: ", length $_[0]->content, " from ", $v->{offset} 
- DATA_CHUNK, " for $url");
$v->{'streaming'} = 0 if 
length($_[0]->content) < DATA_CHUNK;
}   
},
  
sub {
if (main::DEBUGLOG && $log->is_debug) {
$log->debug("error fetching $url")
}
# only log error every x seconds - it's too 
noisy for regular use
elsif (time() > $nextWarning) {
$log->warn("error fetching $url");
$nextWarning = time() + 10;
}
  
$v->{'inBuf'} = '';
$v->{'fetching'} = 0;
}, 

)->get($url, @range);
  



Just replace get($url, @range) by get($url, 'User-Agent' => ,
@range) where  is the user-agent you want to try. For example, my
chrome is

Code:


  Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/70.0.3538.77 Safari/537.36
  


Then stop and restart LMS.

Just a quick note if you want to understand a bit more the LMS framework
and my code: LMS runs in a cooperative mode, so no code should be
blocking, typically a GET shall not use LWP, but use Async. So sysread,
when called, process as much audio as possible from its input buffer and
returns it in an output buffer. If that output buffer reaches a low
watermark, it does a new HTTP GET for another chunk. That GET is made
using Async, so the result is received later, asynchronously and all it
does is filling the input buffer. Next call to sysread will use that
newly filled input buffer



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

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


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

2018-11-09 Thread askvictor


philippe_44 wrote: 
> The problem is that unless I can reproduce this, this will be very
> painful trial & error for you guys, unless one of you if confortable
> enough with doing some changes in Perl. No complicated, but I can't
> guide somebody that does not know it, too time consuming (no offense)

I'm happy to make some changes; I used to program Perl (some 10 years
ago now so I've forgotten some bits but the basics are still there). The
main thing getting in my way is understanding the LMS framework and how
the plugin interacts with youtube.



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

2018-11-09 Thread rgdawson


left channel wrote: 
> This is great! I've been watching the progress of the the Material Skin
> jealously. Having that as an option for Squeezelite-X would be another
> dream-come-true for me!

I'll working on it hard this weekend while the wife is away :) I love
the new Material skin and the author is working hard on it.  It's not
quite there yet, but I'm confident it will be.  I sorta have it working,
but I still have some problems to work out.  I need to figure out how to
determine what player is selected in the new skin, which is necessary in
order for many of the tray menu built-in commands to work.  With the
default skin, I can monitor cookies, but the new skin does not use
cookies, so I have that to figure out.  The new skin also does not store
any of it's state (such as its settings, pinned items, preferences) in
cookies, so they are lost if the cache is cleared or is not persistent. 
SLX will periodically clear the cache (when it grows greater than 100MB)
without really losing anything, but this would be annoying in the
Material Skin, so I have to think on how to deal with that.  Today I
re-coded the Settings so that the controls will automatically flow
according to the shape of the window as the material skin is ideally
much narrower.  I'm hoping I'm ready about the time the skin
stabilizes.

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

2018-11-09 Thread rgdawson


gorman wrote: 
> That new skin looks quite interesting!
> 
> I wanted to ask if it was possible to have the tray icon in a different
> color when using an external squeezelite. I have it as a service and the
> "grayed out" icon is easy to confuse with other grayed out icons which
> mean "bad" things in my system (namely VPN not working).
> I hope it's not a too annoying request and I would understand if it's
> not possible to implement it.
> 
> Thanks and keep up the good work. What you're doing has contributed to
> my pleasure in listening to music when working at my PC. I discovered
> that I'm listening to much more music, as Squeezelite-X is such a joy to
> use. :)

I'm thinking about it.  One idea would be to use the traditional teal
Squeezebox icon when the local player is disabled.  Then still use gray
if the player being controlled is powered off. (Or not?)

When something is wrong, you will see a gray icon with a warning sign in
it (as it is today).

I'll play around with the idea this weekend.  This is not an annoying
request.  SO many good ideas have come from people on this forum.  And
this would not be hard to do.

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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread Christian Schoepplein
On Fri, Nov 09, 2018 at 03:47:47PM +, philippe_44 wrote:
>Well, if there is no log, then you either did not enable logging, or you
>have not selected a helper or it is crashing immediately (look at the
>server.log)

I saw logs where the bridge was crashing, selecting the static binary 
fixed those crashes.

But however, something strange is going on with the plugin.

I've tryed to regenerate the upnpbridge.xml file to be sure to have a 
clean file to start from and ahve all found players in it, but whatever 
I am trying, the file is not generated. Nothing in the logs why...

After that I deinstalled the plugin, restarted the server, removed the 
xml file and installed the plugin again. Same situation..., the xml file 
is not generated.

I have no idea what is going on there, but I think trying to get my 
player working should be the second step after the problems from above 
are clear.

What in detail do I have todo to generate a new upnpbridge.mxl file? 
Just clicking the generate button does not work, no matter if autosave 
is activated or not.

Sorry for asking such a stupid question, but it is really not working on 
my system :-(.

Thanks,

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


Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.7

2018-11-09 Thread Tony T


mherger wrote: 
> > 7.9.1 release OSX El Capitan. SSL otherwise works in LMS
> 
> Ok. I finally got to reproduce this on an El Capitan based system. 
> Argh... No idea why that would be.
> 
> -- 
> 
> Michael

Michael,

In relation to my install problem with Material Skin, this thread was
linked, so I gave your plugin a try.
I can install Band's Campout, but I can't pay any tracks.
(macOS 10.11.6, El Captain.)

I updated IO::Socket::SSL to 2.060 and Net::SSLeay to 1.85 

Is there anything else I can try?



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
View this thread: http://forums.slimdevices.com/showthread.php?t=108832

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread rgdawson


cpd73 wrote: 
> Fixed. Please keep reporting bugs, I'll try and make the next release
> mainly a bug fix release.

The scrollbar beatifying you did in 0.0.8 is there (at least for
Chrome/Chromium), and narrower, too.  Scroll arrows at top and bottom of
scroller are not there, maybe that is intentional, not a big deal for
me.  In settings, I think you have an unintentional horizontal scroll
bar at the bottom.

25928

R Greg Dawson


+---+
|Filename: Capture4.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25928|
+---+


Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
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-09 Thread Tony T


Tony T wrote: 
> ok, so looks like you're correct.  
> I installed perl 5.28 in /usr/share/bin and still have 5.18 in
> /usr/bin.
> Didn't help as LMS is using my 5.18 perl install.
> So, next I tried an install (update?) of IO::socket::SSL with:  sudo
> /usr/bin/perl -MCPAN -e 'install IO::Socket::SSL'
> Installed, and now I have: "IO::Socket::SSL is up to date (2.060)"
> 
> Still, no luck.

Also updated: Net::SSLeay 
(Net::SSLeay is up to date (1.85))

STILL, NO LUCK
(Also Band's Campout installs, but can't play)



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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-09 Thread rgdawson


mherger wrote: 
> > Not sure how there could be differences between calls. Material gets
> the
> > list of apps from LMS, and the same call is used each time. If there
> was
> > an error with the call, an error message would appear in red, and no
> > items would be displayed.
> 
> It can be player specific, can it not? rgdawson - could it be you have 
> different apps on different players?
> 
> -- 
> 
> Michael

Testing your theory and for one player, it shows two apps, when I
selected a different player it shows all four.  The default skin always
shows all four.  But I am seeing other unexpected behavior.  For example
in this case, just to confirm what I am saying I switched players again.
It says 4 Apps, but is only displaying 3 this time.  And pinned Items
and My Music are showing up under Apps.  On another occasion, I saw
behavior like this and the skin locked up and became unresponsive and I
had to restart the browser.

25927

R Greg Dawson


+---+
|Filename: Capture3.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25927|
+---+


Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
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-09 Thread slartibartfast


cpd73 wrote: 
> I'm confused now. The original icon in this thread was icon-ios.png this
> is the square icon used for iOS devices, so that they don't get the back
> areas because the actual icon has transparency.
> 
> Are you suggesting that --
> needs to be -- for
> Android?

This is what I get on my Android Nougat phone. When I said change the
name I meant the name of the shortcut from Slimserver to something else.
[image:
https://uploads.tapatalk-cdn.com/20181109/14569498679154582f1c92c7cf0515b8.jpg]

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

2018-11-09 Thread left channel

This is great! I've been watching the progress of the the Material Skin
jealously. Having that as an option for Squeezelite-X would be another
dream-come-true for me!



LMS: SGC microJukebox • Players: Duet, Touch (two), ultraRendu, Mac
SqueezePlay, Win Squeezelite-X • Control apps: Android Squeezer, Win
Squeezelite-X

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread cpd73


slartibartfast wrote: 
> When I changed the name to something else I didn't see an icon but
> leaving it as Slimserver I get the round icon. I'm using Nougat as
> well.
> 
> Sent from my SM-G900F using Tapatalk

I'm confused now. The original icon in this thread was icon-ios.png this
is the square icon used for iOS devices, so that they don't get the back
areas because the actual icon has transparency.

Are you suggesting that --
needs to be -- for
Android?



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

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


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

2018-11-09 Thread gorman


That new skin looks quite interesting!

I wanted to ask if it was possible to have the tray icon in a different
color when using an external squeezelite. I have it as a service and the
"grayed out" icon is easy to confuse with other grayed out icons which
mean "bad" things in my system (namely VPN not working).
I hope it's not a too annoying request and I would understand if it's
not possible to implement it.

Thanks and keep up the good work. What you're doing has contributed to
my pleasure in listening to music when working at my PC. I discovered
that I'm listening to much more music, as Squeezelite-X is such a joy to
use. :)



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread slartibartfast


IanHaynes wrote: 
> For me it gave no icon at all. Adding 'shortcut icon' gives the circular
> icon on the home screen. This on Moto 4 running Android Nougat.
> 
> 
> IanWhen I changed the name to something else I didn't see an icon but
leaving it as Slimserver I get the round icon. I'm using Nougat as well.

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

2018-11-09 Thread rgdawson


There is some interesting work going on.  CDrummond is developing a new
skin, which looks quite good.

'Announce-Material-Skin'
(https://forums.slimdevices.com/showthread.php?109624-Announce-Material-Skin)

I'm working on being able to select and use this skin in SLX.  I'm
experimenting with it and it would look something like this:

25926

Check out the link for more info on the skin.

I have some work to do, since interacting with the Material skin is
different, but I should be able to get there as it matures.  Also, since
it is more of a portrait style skin, I'll want to modify the SLX
settings tab to flow its controls depending on the shape.

Also, I am adding addition built-in commands to power On|Off all
players, similar to the ones I added recently to Mute|UnMute players.  

R Greg Dawson


+---+
|Filename: Capture1.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25926|
+---+


Squeezelite-X

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread IanHaynes


slartibartfast wrote: 
> Hmm. Add to home screen works for me. At least I think it does. How does
> it fail?
> 
> Sent from my SM-G900F using Tapatalk

For me it gave no icon at all. Adding 'shortcut icon' gives the circular
icon on the home screen. This on Moto 4 running Android Nougat.


Ian



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-09 Thread Tony T


slartibartfast wrote: 
> So do you have IO::socket::SSL installed?
> 
> Sent from my SM-G900F using Tapatalk

ok, so looks like you're correct.  
I installed perl 5.28 in /usr/share/bin and still have 5.18 in
/usr/bin.
Didn't help as LMS is using my 5.18 perl install.
So, next I tried an install (update?) of IO::socket::SSL with:  sudo
/usr/bin/perl -MCPAN -e 'install IO::Socket::SSL'
Installed, and now I have: "IO::Socket::SSL is up to date (2.060)"

Still, no luck.



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread Henkjan


Henkjan wrote: 
> variations of this:
> > > > Retarting Squeeze2upnp after crash:
> > /c/.squeezeboxserver/cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-sparc-static
> > -Z -b 192.168.1.152 -i /c/.squeezeboxserver/prefs/upnpbridge.xml> > 
any idea what causes this?



Henkjan's Profile: http://forums.slimdevices.com/member.php?userid=66842
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread Tony T


mherger wrote: 
> > I can't get it installed either.
> > macOS, using the repo link.
> 
> What macOS version?
> 
> -- 
> 
> Michael

I installed the latest perl (5.28) on El Capitain in /usr/local/bin, (I
also have perl 5.18 in /usr/bin)
My Path points to /usr/local/bin ; /usr/bin, so 5.28 will be called when
I'm in Terminal.

How is LMS calling Perl? is it using a relative path to /usr/bin/perl?



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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-09 Thread cpd73


IanHaynes wrote: 
> I see you've modified the code to enable 'add to the home screen' to
> work on Android. There's a minor syntax error which still prevents this
> from working.
> 
> 
> needs to have 'rel=shortcut icon' not just 'shortcut'.
> 

Works fine for me without. The problem of using "icon" as well, is that
it gives a square icon for Android - and I don't want this.



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-09 Thread slartibartfast


IanHaynes wrote: 
> I see you've modified the code to enable 'add to the home screen' to
> work on Android. There's a minor syntax error which still prevents this
> from working.
> 
> 
> needs to have 'rel=shortcut icon' not just 'shortcut'.
> 
> I've tested this locally and it does then work.
> 
> Another possible change would be to have an elapsed time showing for
> radio stations, to indicate that they are in fact playing.
> 
> Great to see all the changes being made. Thank you.
> 
> Ian
> pi 2 + iqaudio dac
> picoreplayerHmm. Add to home screen works for me. At least I think it does. 
> How does
it fail?

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

2018-11-09 Thread cpd73


mherger wrote: 
> > mherger wrote:
> >> Don't know whether this matters: this is running it from a Home
> screen
> >> item on iOS 12.
> >> There are 9 items. Youtube I can't scroll up. Maybe it's an edge
> case
> >> with an item half hidden?
> > 
> > Does it happen with other lists? i.e. is the last one always 1/2
> hidden?
> > Could be the code to calculate the size of the list is broken for
> iOS.
> 
> I'm seeing it indeed with the favorites, too. It has the same number of
> 
> items, thus the last one half hidden.
> 
> BUT this only happens when launching it from the Home screen, not in the
> 
> browser. In the latter case the size of the menus is slightly smaller, 
> due to title bars etc.

Thanks. Thought it might be that, basically the page height is not being
updated/set correctly.



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-09 Thread Michael Herger

mherger wrote:

Don't know whether this matters: this is running it from a Home screen
item on iOS 12.
There are 9 items. Youtube I can't scroll up. Maybe it's an edge case
with an item half hidden?


Does it happen with other lists? i.e. is the last one always 1/2 hidden?
Could be the code to calculate the size of the list is broken for iOS.


I'm seeing it indeed with the favorites, too. It has the same number of 
items, thus the last one half hidden.


BUT this only happens when launching it from the Home screen, not in the 
browser. In the latter case the size of the menus is slightly smaller, 
due to title bars etc.



--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread IanHaynes


I see you've modified the code to enable 'add to the home screen' to
work on Android. There's a minor syntax error which still prevents this
from working.


needs to have 'rel=shortcut icon' not just 'shortcut'.

I've tested this locally and it does then work.

Another possible change would be to have an elapsed time showing for
radio stations, to indicate that they are in fact playing.

Great to see all the changes being made. Thank you.

Ian
pi 2 + iqaudio dac
picoreplayer



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-09 Thread MrC


This is a nice skin - thanks for creating it.

A little request.  Can you remove the confirmation dialog that is
presented when a user selects the Switch Off (e.g. the player) menu
item?  It's one of the Windows-isms that asks for confirmation on
everything you do (Are you SURE you want to push this button?).  The
action is not destructive - worst case - the user just switches the
player back on.



MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
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-09 Thread slartibartfast


martin.schaible wrote: 
> LMS Version: 7.9.1
> Spotty: 2.6.0 (Info from install.xml), Timestamp spotty.exe: 18.05.2018
> OS: Windows Server 2008 R2 (LMS runs since ages on this server with no
> problems) 
> 
> Where do i change the log level?

Settings/Advanced/Logging. 

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-09 Thread martin.schaible


LMS Version: 7.9.1
Spotty: 2.6.0 (Info from install.xml), Timestamp spotty.exe: 18.05.2018
OS: Windows Server 2008 R2 (LMS runs since ages on this server with no
problems) 

Where do i change the log level?



martin.schaible's Profile: http://forums.slimdevices.com/member.php?userid=64274
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] Radio Paradise Lossless Streaming (Plugin v2)

2018-11-09 Thread left channel

If you've heard about the horrible wildfire consuming Paradise today,
you'll be happy to hear that Bill and Rebecca are not in Paradise and
are OK. 

It must be a monster. We are choking on smoke way down here in Silicon
Valley, 200 miles / 322 km to the south. 

News reports say the whole town is on fire, all roads are closed, and
some of the people trying to evacuate have had to jump out of their cars
and flee with whatever they can carry.



LMS: SGC microJukebox • Players: Duet, Touch (two), ultraRendu, Mac
SqueezePlay, Win Squeezelite-X • Control apps: Android Squeezer, Win
Squeezelite-X

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread pippin


slartibartfast wrote: 
> Do you think it is related to this issue?
> https://forums.slimdevices.com/showthread.php?p=914678
> 

Sounds similar. El Cap, too.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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-09 Thread pippin


mherger wrote: 
> 
> What macOS version?
> 

10.11.6



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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-09 Thread slartibartfast


pippin wrote: 
> I can't get it installed either.
> macOS, using the repo link.
> 
> > 
Code:

  >   > 
  > [18-11-09 16:59:51.9173] Slim::Utils::PluginDownloader::_downloadError 
(217) unable to download MaterialSkin from 
https://github.com/CDrummond/lms-material/releases/download/0.0.8/lms-material-0.0.8.zip
 - Connect timed out: 
  > 

> > Do you think it is related to this issue?
https://forums.slimdevices.com/showthread.php?p=914678

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

2018-11-09 Thread Michael Herger

I can't get it installed either.
macOS, using the repo link.


What macOS version?

--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread pippin


I can't get it installed either.
macOS, using the repo link.


Code:


  [18-11-09 16:59:51.9173] Slim::Utils::PluginDownloader::_downloadError (217) 
unable to download MaterialSkin from 
https://github.com/CDrummond/lms-material/releases/download/0.0.8/lms-material-0.0.8.zip
 - Connect timed out: 
  




---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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-11-09 Thread philippe_44

Paul Webster wrote: 
> Thanks for the details.
> I'll temporarily back out the recent change in my local copy
> I'll disable showing song duration for now (remembered that I made it a
> plugin setting)
> https://forums.slimdevices.com/showthread.php?106900-Announce-Song-info-plugin-for-FIP-radio=922672=1#post922672
> 
> Update:
> Damn - didn't work. Song duration no longer shown in players but track
> did not update on AirPlay (or UPnP Bridge) device on change

You would have to make sure duration, as reported by LMS is zero. After
my post yesterday, I have a few new ideas, I’ll see what I can do over
the weekend



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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread philippe_44


schoeppi wrote: 
> On Fri, November 9, 2018 3:39 am, philippe_44 wrote:
> > schoeppi wrote:
> >>
> >> with the newest version of the upnp bridge and the newest beta
> firmware
> >>
> >>
> >> of my player from Auralic the device is recognized by the upnp bridge
> >> plugin and I can see a section for the device in the upnpbridge.xml
> >> file.
> >>
> >> But what ever I am trying, the player, and also other players which
> >> were
> >>
> >> visible before, do not show up as players in LMS. I have also a
> >> TX-NR509
> >>
> >>
> >> from Onkyo and this player was visible before, but now it isn't...,
> >> even
> >>
> >> if I remove all other players from the upnpbridge.xml file.
> >>
> >> Has anyone an idea whats going on there?
> >>
> >
> > log, log, log :)
> 
> Yes, I know, but there is nothing in the logs.
> 
> I set all kind of loging for the players in LMS to debug, but only my
> normal Transporter shows up and nothing about the Auralic. for the upnp
> bridge debuging is enabled, but also nothing in the logs.
> 
> Please can you tell me what entries in the upnpbridge.xml file are
> needed
> to get propper debug loging?
> 
> Thanks,
> 
> Schoepp

Well, if there is no log, then you either did not enable logging, or you
have not selected a helper or it is crashing immediately (look at the
server.log)



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

___
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-11-09 Thread SamY


philippe_44 wrote: 
> No update - but you should not have a problem in flac transcode mode and
> Tidal. I don't have anymore a Tidal subscription, so I can't test. Maybe
> you can send me a log (just let additional debugging empty to start
> with)
I will try to get a debug log, Philippe. In the meantime, I have
discovered that everything including Tidal works correctly if I use mp3
transcoding.



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

2018-11-09 Thread Tony T


mherger wrote: 
> >> So do you have IO::socket::SSL installed?
> 
> What macOS version are you using? It should have that module, but it 
> could be outdated.
> 
> The error from the log is pointing in to networking issues direction:
> 
> [18-11-09 03:20:47.9878] Slim::Utils::PluginDownloader::_downloadError 
> (217) unable to download MaterialSkin from 
> https://github.com/CDrummond/lms-material/releases/download/0.0.8/lms-material-0.0.8.zip
> 
> - Connect timed out:
> 
> This _could_ be caused by SSL refusing to connect due to outdated certs
> etc.
> 
> If you're running a recent macOS, then you should probably try to figure
> 
> out whether there's some "security" related software or/and hardware in
> 
> between your computer and github.
> 
> -- 
> 
> Michael


I'm using macOS 10.11.6, El Captain.
FWIW, if i enter
https://github.com/CDrummond/lms-material/releases/download/0.0.8/lms-material-0.0.8.zip
into my browser, it downloads.



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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-09 Thread cpd73


mherger wrote: 
> Don't know whether this matters: this is running it from a Home screen
> item on iOS 12.
> There are 9 items. Youtube I can't scroll up. Maybe it's an edge case
> with an item half hidden?

Does it happen with other lists? i.e. is the last one always 1/2 hidden?
Could be the code to calculate the size of the list is broken for iOS.



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-09 Thread mherger


cpd73 wrote: 
> Odd. I can't recreate here. How many apps do you have installed? Do
> other lists scroll correctly? Is this in iOS? All OSs?

Don't know whether this matters: this is running it from a Home screen
item on iOS 12.

25925

There are 9 items. Youtube I can't scroll up. Maybe it's an edge case
with an item half hidden?


+---+
|Filename: 2018-11-08 23.20.22.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25925|
+---+


Michael

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

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread d6jg


cpd73 wrote: 
> Odd. I can't recreate here. How many apps do you have installed? Do
> other lists scroll correctly? Is this in iOS? All OSs?

I have just managed to scroll down the player list on iOS (iPhone 6S)
but it seems a bit hit and miss. Sometimes works, sometimes not.

EDIT. It works in iOS if you are on Now Playing but not from Home Screen


On Windows running material in a Chrome App I can just about re-size the
window sufficiently to get to the bottom of the list but if I had all my
varios players switched on I wouldn't be able to.



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-09 Thread cpd73


d6jg wrote: 
> I have just managed to scroll down the player list on iOS (iPhone 6S)
> but it seems a bit hit and miss. Sometimes works, sometimes not.
> 
> On Windows running material in a Chrome App I can just about re-size the
> window sufficiently to get to the bottom of the list but if I had all my
> varios players switched on I wouldn't be able to.

No, I meant the apps list Michael was referring to. This seems to scroll
fine for me, and I see no reason why it would scroll differently to any
other list - the code does not care.

I can recreate the player menu issue, and I have a fix for this (making
the menu itself scrollable).



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-09 Thread cpd73


mherger wrote: 
> > I have quite a lot of players and some grouped - it isn't possible to
> > scroll down sufficiently to select those at the bottom of the list
> 
> I'm seeing the same problem with the Apps menu. I can't scroll down to 
> Youtube. My kids would hate it :-)

Odd. I can't recreate here. How many apps do you have installed? Do
other lists scroll correctly? Is this in iOS? All OSs?



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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2018-11-09 Thread Christian Schoepplein
On Fri, November 9, 2018 3:39 am, philippe_44 wrote:
> schoeppi wrote:
>>
>> with the newest version of the upnp bridge and the newest beta firmware
>>
>>
>> of my player from Auralic the device is recognized by the upnp bridge
>> plugin and I can see a section for the device in the upnpbridge.xml
>> file.
>>
>> But what ever I am trying, the player, and also other players which
>> were
>>
>> visible before, do not show up as players in LMS. I have also a
>> TX-NR509
>>
>>
>> from Onkyo and this player was visible before, but now it isn't...,
>> even
>>
>> if I remove all other players from the upnpbridge.xml file.
>>
>> Has anyone an idea whats going on there?
>>
>
> log, log, log :)

Yes, I know, but there is nothing in the logs.

I set all kind of loging for the players in LMS to debug, but only my
normal Transporter shows up and nothing about the Auralic. for the upnp
bridge debuging is enabled, but also nothing in the logs.

Please can you tell me what entries in the upnpbridge.xml file are needed
to get propper debug loging?

Thanks,

  Schoepp


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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread Michael Herger

I have quite a lot of players and some grouped - it isn't possible to
scroll down sufficiently to select those at the bottom of the list


I'm seeing the same problem with the Apps menu. I can't scroll down to 
Youtube. My kids would hate it :-)


--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread d6jg


cpd73 wrote: 
> Select the option to use categories as supplied by the sever. This will
> then only show views that have been enabled on the server, and they will
> all appear in the top-level. (So, "New Music" would be on the first
> screen). Currently I have no plans to allow manual sorting of the list.

Thanks. Got it. Perhaps of more real concern is my other post. The
navigation to Players via a mobile if there are loads of players is
impossible.



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-09 Thread cpd73


d6jg wrote: 
> I'd love to be able to "pin" New Music so I don't have to navigate via
> More

Select the option to use categories as supplied by the sever. This will
then only show views that have been enabled on the server, and they will
all appear in the top-level. (So, "New Music" would be on the first
screen). Currently I have no plans to allow manual sorting of the list.



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-09 Thread d6jg


Just found a bug with the changed scrolling - numbers of players

I have quite a lot of players and some grouped - it isn't possible to
scroll down sufficiently to select those at the bottom of the list

25923


+---+
|Filename: 2018-11-09 12_44_13-Window.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25923|
+---+


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-09 Thread d6jg


This plugin is getting really quite good.

Since "pinning" has been implemented for Apps & Favourites would it be
possible to apply the same to normal LMS menu items e.g. I'd love to be
able to "pin" New Music so I don't have to navigate via More or better
still re-organise the Home menu structure entirely in the same way as
iPeng can



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-09 Thread Michael Herger

Thinking aloud ... how about generalising this now to a LMS feature and
have a tag for it so that it could be applied to local music as well?


Totally off-topic in this thread. But you can already define a custom 
library based on whatever criteria you like.


--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread Michael Herger

So do you have IO::socket::SSL installed?


What macOS version are you using? It should have that module, but it 
could be outdated.


The error from the log is pointing in to networking issues direction:

[18-11-09 03:20:47.9878] Slim::Utils::PluginDownloader::_downloadError 
(217) unable to download MaterialSkin from 
https://github.com/CDrummond/lms-material/releases/download/0.0.8/lms-material-0.0.8.zip 
- Connect timed out:


This _could_ be caused by SSL refusing to connect due to outdated certs etc.

If you're running a recent macOS, then you should probably try to figure 
out whether there's some "security" related software or/and hardware in 
between your computer and github.


--

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-09 Thread Paul Webster


bakker_be wrote: 
> And how would you tag this so LMS knows it? AFAIK there's no field in
> the tags to set an "Explicit" flag ...

By inventing one!
Could call it ITUNESADVISORY for other benefits ...
https://www.maketecheasier.com/add-explicit-clean-tags-itunes/



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread sbp


cpd73 wrote: 
> Possible. But, the issue is that all items are then part of the page -
> as in if you have 3 albums, I'd need to create that many items, with
> only the visible currently populated. I'd then have to watch for items
> becoming visible, and update. Which in itself is probably not that hard.
> However, the scrolling will become slower the more items there are.
> Early releases used a library that only added part of the list to the
> DOM (i.e. the page), and updated this when scrolled. But this has issues
> where some items would not be drawn.
> 
> The current A..Z grouping is a work-around for large lists.

Thanks for the explanation, I think I understand the concern about the
slow scrolling with large lists.

Maybe I found a possible solution, here the list is actualling scrolling
faster the more items it contains.
https://css-tricks.com/long-dropdowns-solution/



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: 'https://www.picoreplayer.org' (https://www.picoreplayer.org/)

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like piCorePlayer*

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
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-11-09 Thread Paul Webster


philippe_44 wrote: 
> 
> I will re-think about that over the weekend to see if I can still, in
> the case of remote streams, do the subscription or find out a way to
> keep polling but do a better job with estimated duration (like getting
> metadata at the end of the estimated duration and if it has not changed,
> keep polling for N periods of 5 sec until a change is seen - there are
> some difficulties here around keeping an absolute / relative time
> reference.

Thanks for the details.
I'll temporarily back out the recent change in my local copy
https://forums.slimdevices.com/showthread.php?106900-Announce-Song-info-plugin-for-FIP-radio=922672=1#post922672



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

___
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-09 Thread bakker_be


Paul Webster wrote: 
> I track by "The Decemberists" played last night in the kitchen ... and I
> heard words ... so I turned on the explicit content filter this morning
> and tried to get the same track to play ... and Spotty blocked it
> because Spotify had the flag set.
> 
> Thinking aloud ... how about generalising this now to a LMS feature and
> have a tag for it so that it could be applied to local music as well?
And how would you tag this so LMS knows it? AFAIK there's no field in
the tags to set an "Explicit" flag ...



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

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

2018-11-09 Thread Fmal


philippe_44 wrote: 
> FMTP is not needed when sending raw PCM. It's only there when you send
> ALAC-encoded frame. Your problem here is likely that you have not
> enabled encryption

I installed the missing libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb   and I
rebuilt shairport-sync with this configuration:

./configure --sysconfdir=/etc --with-alsa --with-pipe --with-avahi
--with-ssl=openssl --with-metadata --with-systemd

The the shairport-sync devices are correctly handled by Airplay devices
such Ipad and Itunes, but not from LMS.

I have :
[10:59:01.882166] codec_open:225 codec open: 'm'
[10:59:01.882229] process_strm:341 [0xb6268]: codec:m, ch:255, s:255,
r:255
[10:59:01.882307] stream_sock:395 [0xb6268] connecting to
212.162.68.150:80
[10:59:01.882455] PlayerThread:394 [0x10b390]: tick 1239892474
[10:59:01.882494] PlayerThread:497 [0x10b390]: raop connecting ...
[10:59:01.883367] raopcl_connect:1011 [0x76008970]: local interface
192.168.1.15
[10:59:01.884818] exec_request:622 [0x7600bcd8]: > : write ANNOUNCE
rtsp://192.168.1.15/0780205610 RTSP/1.0^M
Content-Type: application/sdp^M
Content-Length: 523^M
CSeq: 1^M
User-Agent: iTunes/7.6.2 (Windows; N;)^M
Client-Instance: bae6dc9ef8c91449^M
DACP-ID: 1A2B3D4EA1B2C3D4^M
Active-Remote: 1045417794^M
Apple-Challenge: 5nK6I+OoNggM/jOrVKMMCg^M
^M
v=0^M
o=iTunes 0780205610 0 IN IP4 192.168.1.15^M
s=iTunes^M
c=IN IP4 192.168.1.10^M
t=0 0^M
m=audio 0 RTP/AVP 96^M
a=rtpmap:96 L16/44100/2^M
a=rsaaeskey:pGSpRHdyAGag430FZnOGrB19zM+4iJBViUoWHO2b57BTuDYeMRS9g24CSPtTbktFrr1WPUBMRVKquKl1Ut+mA35U4Q8Tr8MESB5UqE6nCB9KnzgqKV0LcJlZDVy/gUv3OPTOf7yuwZW60sryNwB6atq8+wJ/tm/n7MFOQktqHCp9+Msk+Ax6EEV4eE95bomVCVeAvuPGW7huGSQ5lhVsXj98wDMGrl2IUw87X9SpJTn5U1k5EXdEPqT/cHv5C3IaWdeC0nXveH2K+GTlwbnv6T3qauFo6uQtFuWEeQ5I2EGAslZWlAtr68A/xiuEhqGGdaO6rkNSiKTB7ofyDPIT3A^M
a=aesiv:+9zLIShstnNjoxEHdMTHOQ^M

[10:59:01.926779] exec_request:643 [0x7600bcd8]: <-- : request
failed, error RTSP/1.0
[10:59:01.943811] stream_sock:424 [0xb6268] header: GET /2.mp3
HTTP/1.0^M
Cache-Control: no-cache^M
Connection: close^M
Accept: */*^M
Host: icestreaming.rai.it^M
User-Agent: iTunes/4.7.1 (Linux; N; Debian; armv7l-linux; IT; utf8)
SqueezeCenter, Squeezebox Server, Logitech Media
Server/7.9.1/1522157629^M
Icy-Metadata: 1^M
^M

[10:59:01.944611] sendSTAT:134 [0xb6268]: ms_played: 0
[10:59:01.945045] sendSTAT:158 [0xb6268]: STAT: STMc
[10:59:01.945407] process:533 [0xb6268] audg
[10:59:01.945707] process_audg:430 [0xb6268] (old) audg gainL: 46 gainR:
46
[10:59:02.000489] process:533 [0xc0588] strm
[10:59:02.001116] process:533 [0xbdcc0] strm
[10:59:02.001227] process_strm:236 [0xbdcc0] strm command t
[10:59:02.001264] sendSTAT:134 [0xbdcc0]: ms_played: 0
[10:59:02.001294] sendSTAT:158 [0xbd

What do you mean for encryption? where is that parameter?



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


cpd73 wrote: 
> Music and artist information.Would it be possible to have a context menu 
> appear with a long press on
an item giving access to things like Music and Artist information?
Similar to the M (more) button in the default skin.

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

2018-11-09 Thread cpd73


slimhase wrote: 
> One question: Which plugin needs to be installed, so that hitting the
> infomation button in the top will show entries song texts / bio / ...?

Music and artist information.



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

2018-11-09 Thread Paul Webster


mherger wrote: 
> Minor new feature update: filter explicit content. 
> 
> In the player settings in the LMS web UI you'll find a new option to
> deal with explicit content. These tracks can optionally be hidden, or
> marked as non-playable (they'd still show up in the menus).

I track by "The Decemberists" played last night in the kitchen ... and I
heard words ... so I turned on the explicit content filter this morning
and tried to get the same track to play ... and Spotty blocked it
because Spotify had the flag set.

Thinking aloud ... how about generalising this now to a LMS feature and
have a tag for it so that it could be applied to local music as well?



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-09 Thread cpd73


sbp wrote: 
> Would it be possible to have a quick alphabetic scrollbar  (like Orage,
> Squeezebox controller and iPeng have) instead of the A-Z grouping:
> 
> Here is an example:
> https://stackoverflow.com/questions/40200050/fast-scrollbar-with-alphabet-bubble-in-list-view

Possible. But, the issue is that all items are then part of the page -
as in if you have 3 albums, I'd need to create that many items, with
only the visible currently populated. I'd then have to watch for items
becoming visible, and update. Which in itself is probably not that hard.
However, the scrolling will become slower the more items there are.
Early releases used a library that only added part of the list to the
DOM (i.e. the page), and updated this when scrolled. But this has issues
where some items would not be drawn.

The current A..Z grouping is a work-around for large lists.



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-09 Thread sbp


Would it be possible to have a quick alphabetic scrollbar  (like Orage,
Squeezebox controller and iPeng have) instead of the A-Z grouping:

Here is an example:
https://stackoverflow.com/questions/40200050/fast-scrollbar-with-alphabet-bubble-in-list-view



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: 'https://www.picoreplayer.org' (https://www.picoreplayer.org/)

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like piCorePlayer*

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
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-09 Thread slartibartfast


cpd73 wrote: 
> ...and the problem is? ;)
> 
> Yeah, I've just noticed that the A..Z is also broken here. It should not
> be applied to random albums or new music - but the method to detect
> these relied upon the non-server listing.
> 
> Album sorts will also not be applied when browse mode list comes from
> server; to be fixed in next release.
> 
> BTW: Does the A..Z work OK for the main artist and albums lists? I had
> some weird responses when getting the initial alphabet listing, which I
> worked around. This seems to work OK for my library, but not sure if its
> 100% correct.As far as I can tell the A...Z listing works for Artists and 
> Albums.

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

2018-11-09 Thread cpd73


slartibartfast wrote: 
> Here's a good one. If I set "get categories from server" and "split
> artists into a-z" then "New Music" looks like this.

...and the problem is? ;)

Yeah, I've just noticed that the A..Z is also broken here. It should not
be applied to random albums or new music - but the method to detect
these relied upon the non-server listing.

Album sorts will also not be applied when browse mode list comes from
server; to be fixed in next release.

BTW: Does the A..Z work OK for the main artist and albums lists? I had
some weird responses when getting the initial alphabet listing, which I
worked around. This seems to work OK for my library, but not sure if its
100% correct.



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-09 Thread Tony T


mherger wrote: 
> > Not sure what the problem is, but without automatic updates like all
> my
> > other LMS plug-in's, I'll have to pass on this for now.
> 
> It's hard to help with the confusing feedback you give, and the 
> server.log you don't give... Feel free to upload it to 
> https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a if you don't want 
> to post it here.
> 
> One thing is for sure: don't mess with the plugin installation folders 
> you showed in the screenshot. Fiddling around there is almost certain to
> 
> cause a headache.
> 
> -- 
> 
> Michael

I did upload the server.log, but here it is again with Debug set for
"(server.plugins) - Plugin Module Loading" and  "(plugin.extensions) -
Extension Downloader"
(and I only fiddled with the installation folder per the instructions on
https://github.com/CDrummond/lms-material when using the LMS plugin tab
failed.


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


Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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-09 Thread Tony T


slartibartfast wrote: 
> So do you have IO::socket::SSL installed?
> 
> Sent from my SM-G900F using Tapatalk

First let me start over with the server.log file to Michael (but
shouldn't that effect all 3rd party plugin's?_



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
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-09 Thread slartibartfast


cpd73 wrote: 
> Fixed. Please keep reporting bugs, I'll try and make the next release
> mainly a bug fix release.Here's a good one. If I set "get categories from 
> server" and "split
artists into a-z" then "New Music" looks like this.
[image:
https://uploads.tapatalk-cdn.com/20181109/18c7cbb4b073cb83108a42c25f269f2e.jpg]

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