Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-25 Thread cpd73


Shozzer wrote: 
> There appears to be an issue with some of the menus under My Music.
> Whereas 'Artists' seems to be working ok, other options aren't. For
> example, under Composers, clicking A (101..103), C S Lewis, C Taylor and
> Caetano Veloso appear. The same type of thing happens under other menus
> as well - all the entries seem to be lumped together under the first
> couple of letters of the alphabet.

Ah! Looks like I'm not passing the artist role when getting the letter
groups. Sort is also missing... Will fix for the next release, sorry!

Shozzer wrote: 
> Would you consider changing back the A..Z so that entries are not split
> over the same letter of the alphabet? I have not found scolling within a
> single letter to be too time consuming and with a changing library it
> will be hard to remember which albums fall within each section. Does
> that make sense? I appreciate that others with larger libraries might
> disagree. The most number of albums I have under one letter is 173.

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)



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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2018-11-25 Thread bluetdi


Thank you very much, I sucessfully changed the data format to european.

Attached is the Custom Clock file, I share it gladly. But be warned,
there are some german expressions you have to translate back to english.
And more important: it is written for a piCorePlayer so will not run on
a Touch. It also loads images from my server to show the grid and icons.
The server will be shut off in the near future because I want to store
the images that are needed locally.


+---+
|Filename: Karl - Off Pico - jivelite800x480.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26062|
+---+


Odroid U3+m2p+LMS | Pi3-7"+pCP+LMS | Transporter | 2x Touch | 2x Classic
| 2x Boom | 2x Radio | iPeng

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2018-11-25 Thread bluetdi


Thank you very much, I sucessfully changed the data format to european.

Attached is the Custom Clock file, I share it gladly. But be warned,
there are some german expressions you have to translate back to english.
And more important: it is written for a piCorePlayer so will not run on
a Touch. It also loads images from my server to show the grid and icons.
The server will be shut off in the near future because I want to store
the images that are needed locally.


+---+
|Filename: Karl - Off Pico - jivelite800x480.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26061|
+---+


Odroid U3+m2p+LMS | Pi3-7"+pCP+LMS | Transporter | 2x Touch | 2x Classic
| 2x Boom | 2x Radio | iPeng

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2018-11-25 Thread BoomX2


bluetdi wrote: 
> @boomX2
> 
> I change from tcuttings-STD-plugin to yours recently. It works fine, but
> there are a few questions left.
> 
> 1. When I looked into your code, I saw at line 2932
> 
> > 
Code:

  >   > my $dates = $perldata->{'vt1dailyforecast'}->{'validDate'} ;
  > my $sunrises = $perldata->{'vt1dailyforecast'}->{'sunrise'} ;
  > my $sunsets = $perldata->{'vt1dailyforecast'}->{'sunset'} ;
  > my $moonIcons = $perldata->{'vt1dailyforecast'}->{'moonIcon'} ;
  > my $moonPhrases = $perldata->{'vt1dailyforecast'}->{'moonPhrase'} ;
  > my $moonrises = $perldata->{'vt1dailyforecast'}->{'moonrise'} ;
  > my $moonsets = $perldata->{'vt1dailyforecast'}->{'moonset'} ;
  > my $days = $perldata->{'vt1dailyforecast'}->{'dayOfWeek'} ;
  > 

> > 
> 
> Is this to save data for moonrise etc. too? If yes, how may I show
> them, tcuttings parameters g and G dont seem to work any more?
> 

When I noticed weather.com started providing moon data in their newer
JSON files I extracted the array data, but have not processed it
further.  I'll look at adding it in a future release.

> 
> 
> 2. I found that the icon for weather tonight (second from left) does not
> show the night icon whereas the icon for tomorrow night (left) is
> correct. Is this a bug or related to the change of today to tonight in
> the plugin at a given time and cannot be changed?
> 
> 26060
> 
Weather.com provides icon numbers in the JSON file for the various
periods that the plugin maps to the icon graphic files.  I do not
process it further for day verses night icons.  I think if you look at
the weather.com website when it is completely cloudy at night I think
you'll see the same icon as during the day when it is completely cloudy.
When it is partly cloudy or clear you will see the moon or sun in the
icon as appropriate.  I think this is what your picture shows.
> 
> 3. I would like to change day/date (middle) from englisch "Mittwoch, Nov
> 28" to german "Mittwoch, 28. Nov". In tcuttings plugin it was an easy
> task, but I cannot find the code for this in your plugin. Please give me
> a hint to the appropiate line or just say it is not possible.
> 
Look at the code at line 3191.  You can adjust it for the date format
you prefer.  I'll look at adding logic for returning US verses European
date format in a future release.

Code:


  $dv = "$mons{$2} $3\n";
  



> 
> 4. The word "Currently" for weather condition is not translated to
> german "Aktuell" so I substituted it with a stdtext. Should it be
> translated by the plugin automatically?
> 
I have hard coded "Currently" at line 3274.   The period description is
not returned in the vt1observation JSON file.  The only translation
provided for so far within the plugin is in the strings.txt file which
is used only in the HTML for the LMS web interface.  Weather.com also
returns in appropriate language in the JSON files.  Since it is a single
word that is hard coded I suppose I can add some code to return the
appropriate language, unless someone has a better idea.
> 
> 
> Please give me some feedback to these questions.
> 
> Finally: Many many thanks for your work, I appreaciate your continous
> efforts very much. So happy I can use STD with your plugin even after
> the Wunderground API shuts down.



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
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-25 Thread Michael Herger

I have moved the discussion in the developper section as it is not
specific to Deezer (and I’ve edited my post a few times ...)


...which unfortunately seems to have taken the OP out of the loop.

--

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

Everything works great with the new version of Spotty on the device
except for the lack of control from the Spotify application on Mac. It
is possible to choose the device to be used for playback. When I do it
nothing happens on the Logitech device, no sound is produced although
Spotify displays as if the music is being played. On the other hand from
the Logitech device I can see all the Spotify content and start and stop
playing the music directly from the device.


Can you enable INFO logging for plugin.spotty, then try again. Once it 
has failed, provide the server.log file (together with information about 
your server, LMS version etc.).


--

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

Something I forgot to mention that might help, I'm in Germany and my
account is a UK Account.


I fear there are too many users having similar issues that this isn't 
the limitation. Though for most it seems to be intermittent.


--

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2018-11-25 Thread BoomX2


darwinesque wrote: 
> I've got SDT running on a few Squeezebox Radios, and there are some
> visual quirks that impair usability. Please see the screenshots, which
> are rendering ginormous in the preview (sorry).
> 
> Is there a way to customize some of the visuals for the Radio's smaller
> screen?
> 
> 260512605226053

Try using the Custom Clock app on the radio and the Custom Clock Helper
plugin.



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2018-11-25 Thread wt0


What encoding?jstraw wrote: 
> Is there a fix for 48k-sampled files. OrangeSqueeze/Squeezeplayer will
> play them, Squeeze Ctrl/SB Player will not. Is there a setting I need to
> change in SB Player?

Sent from my Pixel 3 using Tapatalk



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

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


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2018-11-25 Thread jstraw


Is there a fix for 48k-sampled files. OrangeSqueeze/Squeezeplayer will
play them, Squeeze Ctrl/SB Player will not. Is there a setting I need to
change in SB Player?



jstraw's Profile: http://forums.slimdevices.com/member.php?userid=17008
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-25 Thread Shozzer


cpd73 wrote: 
> Main changes:
> >   > 
  - Fix virtual library handling
  - Change A..Z group sizes
  - Add support for remote libraries
  - Add playall/addall entries to song lists
  - Fix desktop volume when change players
  > > > 

Thanks Craig. I have just been testing the changes out. It was good to
discover the combined Manage Players/Sync with the ability to switch
players - nice! I have pretty much just used Material over the past
couple of weeks rather than anything else - it is so quick and intuitive
to use.

There appears to be an issue with some of the menus under My Music.
Whereas 'Artists' seems to be working ok, other options aren't. For
example, under Composers, clicking A (101..103), C S Lewis, C Taylor and
Caetano Veloso appear. The same type of thing happens under other menus
as well - all the entries seem to be lumped together under the first
couple of letters of the alphabet.

Would you consider changing back the A..Z so that entries are not split
over the same letter of the alphabet? I have not found scolling within a
single letter to be too time consuming and with a changing library it
will be hard to remember which albums fall within each section. Does
that make sense? I appreciate that others with larger libraries might
disagree. The most number of albums I have under one letter is 173.

I hope this helps.



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


Main changes:
  
- Fix virtual library handling
- Change A..Z group sizes
- Add support for remote libraries
- Add playall/addall entries to song lists
- Fix desktop volume when change players



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


cpd73 wrote: 
> Is your server (as in LMS) heavily loaded? That's a lot of network
> errors.

Absolutely not overloaded.

My first thought was towards a wake-from-sleep issue, but we can reject
that possibility as my system and disks are set to never sleep.

A scenario I can think of - Time Machine may be doing its backups and if
Material Skin has a very short timeout or LMS doesn't respond quickly
enough, perhaps this situation can occur?   Clearly it is getting the
metadata, enough to start playback and show the track count.  I'll
certainly watch for Time Machine interactions in the future.

I almost always use Firefox - I could use Safari exclusively for
Material Skin to test if the issue is triggered by Firefox (and the few
extensions I have installed).  I'll start with this now.



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] Qobuz.com streaming plugin

2018-11-25 Thread left channel

tank121 wrote: 
> Just trialing Qobuz and have have my SB touch connected via coaxial into
> my Arcam SA10 amp with its built in Sabre DAC, is the maximum bitrate I
> can expect 96KHZ?

24/96 is the maximum unless you install the 'enhanced digital output
(edo) app'
(https://forums.slimdevices.com/showthread.php?94512-Announce-Enhanced-Digital-Output-app-USB-Dac-and-192k-Digital-Ouput)
and connect via USB. Then you'll increase the maximum to 24/192.



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

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2018-11-25 Thread tank121


Just trialing Qobuz and have have my SB touch connected via coaxial into
my Arcam SA10 amp with its built in Sabre DAC, is the maximum bitrate I
can expect 96KHZ?



Squeezebox touch
Logitech Media server 7.9.1 running on Asus Beebox 3050 SFF Pc with USB
3.0 750GB HD
Arcam SA10 amplifier
Chord rumour speaker cable
Dali Mentor Menuets on Custom Design stands

tank121's Profile: http://forums.slimdevices.com/member.php?userid=17169
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
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-25 Thread philippe_44


thk_ms wrote: 
> Hello,
> 
> the Version 1.73 is crashing again. 
> 
> Greatings, thk_ms

Can you try the 2 binaries here
https://www.dropbox.com/sh/l152q06f688xd1d/AAD_i-7GeFL4mFcsxLUx2moba?dl=0.
They should just say "hello work X" (where X is some number). The names
are self-explanatory. If ever you have "file" app installed can you run
file on these 2 names and see what it says . Same, if you have "strace"
can you run on both.



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

2018-11-25 Thread slartibartfast


Just tried the desktop skin on my laptop and the volume reported at the
top right of the screen is incorrect. My Touch volume is set to 100% and
a Radio is set to 40% but the skin is reporting 40% for the Touch. If I
change to the mobile skin and back to desktop then the volume is
correctly reported as 100%. If I then switch back to the Radio the
volume is correctly reported as 40% but switching back to the Touch the
volume remains at 40%. 

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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2018-11-25 Thread bluetdi


@boomX2

I change from tcuttings-STD-plugin to yours recently. It works fine, but
there are a few questions left.

1. When I looked into your code, I saw at line 2932


Code:

my $dates = $perldata->{'vt1dailyforecast'}->{'validDate'} ;
  my $sunrises = $perldata->{'vt1dailyforecast'}->{'sunrise'} ;
  my $sunsets = $perldata->{'vt1dailyforecast'}->{'sunset'} ;
  my $moonIcons = $perldata->{'vt1dailyforecast'}->{'moonIcon'} ;
  my $moonPhrases = $perldata->{'vt1dailyforecast'}->{'moonPhrase'} ;
  my $moonrises = $perldata->{'vt1dailyforecast'}->{'moonrise'} ;
  my $moonsets = $perldata->{'vt1dailyforecast'}->{'moonset'} ;
  my $days = $perldata->{'vt1dailyforecast'}->{'dayOfWeek'} ;
  



Is this to save data for moonrise etc. too? If yes, how may I show them,
tcuttings parameters g and G dont seem to work any more?

2. I found that the icon for weather tonight (second from left) does not
show the night icon whereas the icon for tomorrow night (left) is
correct. Is this a bug or related to the change of today to tonight in
the plugin at a given time and cannot be changed?

26060

3. I would like to change day/date (middle) from englisch "Mittwoch, Nov
28" to german "Mittwoch, 28. Nov". In tcuttings plugin it was easy an
task, but I cannot find the code for this in your plugin. Please give me
a hint to the appropiate line or just say it is not possible.

4. The word "Currently" for weather condition is not translated to
german "Aktuell" so I substituted it with a stdtext. Should it be
translatedby the plugin automatically?

Please give me some feedback to these questions.

Finally: Many many thanks for your work, I appreaciate your continous
efforts very much. So happy I can use STD with your plugin even after
the Wunderground API shuts down.


+---+
|Filename: IMG_2197.JPG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26060|
+---+


Odroid U3+m2p+LMS | Pi3-7"+pCP+LMS | Transporter | 2x Touch | 2x Classic
| 2x Boom | 2x Radio | iPeng

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-11-25 Thread cpd73


MrC wrote: 
> It appears the bug has not been fully squashed in 0.1.2.   Just occurred
> again
> 
> Here are the JS console messages:
> 
> One change, this time, a re-queuing of the album did populate the track
> list.

Is your server (as in LMS) heavily loaded? That's a lot of network
errors.



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


d6jg wrote: 
> @craig
> Did I read that you are short of players for testing? Pm me if you would
> like a Pi based player. I have spares.

Thanks for the offer, very generous - but I'll just run multiple
instances of squeezelite.



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] play "all title" in Plugin (Deezer)

2018-11-25 Thread philippe_44

mherger wrote: 
> > is there nobody who cares, are you all just playing single songs with
> > Deezer?:confused:
> 
> Is this limited to the web UI? Or what other UI?
> 
> I haven't looked into Deezer, as I haven't a working account. But eg. in
> 
> Spotty I would have the play all item...
> 
> -- 
> 
> Michael

I have moved the discussion in the developper section as it is not
specific to Deezer (and I’ve edited my post a few times ...)



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] play "all title" in Plugin (Deezer)

2018-11-25 Thread Michael Herger

is there nobody who cares, are you all just playing single songs with
Deezer?:confused:


Is this limited to the web UI? Or what other UI?

I haven't looked into Deezer, as I haven't a working account. But eg. in 
Spotty I would have the play all item...


--

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