Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-12-19 Thread Michael Herger

It's embarrassing but on a new pi 3b+ raspian install, when I add my


That install only? I bet it's a recent 7.9.2?


Group Players plugin, I can't get the separation line anymore between
the real players and the groups (per what you did Michael here
https://forums.slimdevices.com/showthread.php?106960-UI-change-for-sync-groups=903109=1#post903109).
The JS is here, and I don't see an error in the log. I can't figure out
what I'm missing ...


When you say "the JS is there": in the browser? Wiped all caches?

--

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-12-19 Thread thk_ms


philippe_44 wrote: 
> I'm sorry I don't understand the question. Are you using "thru" or
> another mode?

Hello,

Where I ca find the Thru-mode to activate/or not? I soveld the problem
by deinstalling the LMS-Server an reinstall. Then install 1.74 of the
bridge and downgrade to 1.4. It works but not very stable.

It will be a great pleasure when we can solve the problem of
chrashing-bridge on a synology-ppc-model.

Thanks,... thk_ms



thk_ms's Profile: http://forums.slimdevices.com/member.php?userid=68284
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: Group Players

2018-12-19 Thread philippe_44


It's embarrassing but on a new pi 3b+ raspian install, when I add my
Group Players plugin, I can't get the separation line anymore between
the real players and the groups (per what you did Michael here
https://forums.slimdevices.com/showthread.php?106960-UI-change-for-sync-groups=903109=1#post903109).
The JS is here, and I don't see an error in the log. I can't figure out
what I'm missing ...



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

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


Re: [SlimDevices: Plugins] [Announce] LMS Announce - play announcements / notifications

2018-12-19 Thread mrw

Roland0 wrote: 
> I get the the same message, you can ignore it.
> (Technical background: LMS writes 3 wierd characters ( (hex
> %EF%BB%BF)) at the start of a playlist file, which I already had to work
> around when reading it from other applications. The plugin, however,
> only uses the LMS API, so this is the first time I've seen LMS having
> problems reading it's own playlists. Not sure how to handle this, maybe
> I'll file an issue with Logitech))

It's a BOM (https://en.wikipedia.org/wiki/Byte_order_mark), which for
some reason LMS always puts at the start of a playlist file. (See
https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Formats/Playlists/Base.pm#L75).

And it seems that -playlistEntryIsValid- will issue a warning when it
sees it !
(https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Formats/Playlists/Base.pm#L108).



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-12-19 Thread grimmace92


cpd73 wrote: 
> Main changes:
> 
> >   > 
  - Fix cover display when re-ordering favourites.
  - Use current cover as queue background, and album/artist as browse
  > background
  - Re-add option to sort favourites, disables drag'n'drop ordering.
  - Add button to save default UI settings, and pinned items, on
  > server.
  - Re-add swipe to change view.
  - Fix pinned apps breaking browse view.
  > > > 

Use current cover as queue background, and album/artist as browse
background

This looks great!  Do you plan on adding this to the now playng screen
in the mobile version?  Would look awesome there too.  Thanks!



grimmace92's Profile: http://forums.slimdevices.com/member.php?userid=67328
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-12-19 Thread cpd73


Main changes:

  
- Fix cover display when re-ordering favourites.
- Use current cover as queue background, and album/artist as browse
  background
- Re-add option to sort favourites, disables drag'n'drop ordering.
- Add button to save default UI settings, and pinned items, on
  server.
- Re-add swipe to change view.
- Fix pinned apps breaking browse view.



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] LMS Announce - play announcements / notifications

2018-12-19 Thread Roland0


petar wrote: 
> Regardless of which playerid I specify in the announceFile API call, the
> announcement is always played on the same SqueezeBox player. I've
> enabled debug logging and I can definitely see that the different MAC
> addresses are being received by the plugin, but for some reason, LMS
> always plays the file on the same player regardless of the MAC address
> requested.
> 

Specifying a player isn't currently implemented, unfortunately. I
thought about supporting this (that's why the player id can be passed as
a parameter), but never got around to actually adding the functionality
to the plugin.



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

___
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-12-19 Thread baggins


Hi,

After adding the plugin I wanted to generate a configuration file using
the 'Generate' button. This does not seem to work as no configuration
file is created in /var/lib/squeezeboxserver/prefs.
This is on Fedora 28 with Logitech Media Server Version: 7.9.1 -
0.6.20170705git1498799744 @ Sun 20 May 11:26:31 BST 2018.

I set debugging to all and this is the log file:

Code:


  Starting Squeeze2upnp: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-x86-64
 -Z -I -f /var/log/squeezeboxserver/upnpbridge.log -d all=debug -x 
/var/lib/squeezeboxserver/prefs/upnpbridge.xml
  [18:38:13.186886] main:1538 Starting squeeze2upnp version: v1.7.5 (Dec 14 
2018 @ 17:39:05)
  [18:38:13.186923] main:1546 
  
  !! ERROR LOADING CONFIG FILE !
  
  [18:38:13.193806] output_init:591 success loading FLAC encoder
  [18:38:13.193842] register_alac:545 using alac to decode alc
  [18:38:13.193924] load_mad:408 loaded libmad.so.0
  [18:38:13.193936] register_mad:430 using mad to decode mp3
  [18:38:13.194009] load_faad:602 dlerror: libfaad.so.2: cannot open shared 
object file: No such file or directory
  [18:38:13.194172] load_vorbis:323 loaded libvorbisfile.so.3
  [18:38:13.194184] register_vorbis:344 using vorbis to decode ogg
  [18:38:13.194191] register_pcm:274 using pcm
  [18:38:13.194200] load_flac:266 loaded libFLAC.so.8
  [18:38:13.194206] register_flac:287 using flac to decode flc
  [18:38:13.194211] register_m4a_thru:301 using mp4 to aac (ADTS)
  [18:38:13.194217] register_flac_thru:247 using flac
  [18:38:13.194222] register_thru:106 using thru
  [18:38:13.194228] register_soxr:394 using soxr for resampling
  [18:38:13.194232] Start:1317 Binding to 192.168.0.246:49152
  [18:38:33.000479] UpdateThread:950 Presence checking
  [18:38:53.001494] UpdateThread:950 Presence checking
  [18:39:13.001460] UpdateThread:950 Presence checking
  [18:39:33.001224] UpdateThread:950 Presence checking
  [18:39:53.001271] UpdateThread:950 Presence checking
  [18:40:13.000472] UpdateThread:950 Presence checking
  [18:40:33.001349] UpdateThread:950 Presence checking
  [18:40:53.001334] UpdateThread:950 Presence checking



Interestingly, under the Players tab, my other LMS server shows up with
all players connected to that machine (including DLNA clients), that
despite the fact that I have disabled to look for other LMS servers. I
also disabled looking for other UPnP/DLNA servers.
This is using the Default skin. 
Using the Material skin only one client shows up (a Max2Play instance
that has been setup to connect to this server using the -s option of
squeezelite.



baggins's Profile: http://forums.slimdevices.com/member.php?userid=63843
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] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2018-12-19 Thread bpa


mrw wrote: 
> Good luck !
> 
> I recall a few years ago regularly seeing "doubly encoded/converted"
> stuff, e.g. utf8 source text treated as iso-8859-1, and then converted
> to utf8 all over again... all very confusing and almost impossible to
> deal with in a mechanical way.
> 
> But I'm not so aware of that sort of issue now, presumably people have
> tidied up their back-end processes over time.

I'm in luck - The Extra plugin passes all the text to Player in params
at the end the iplayer URL - so it looks like all the changes (the same
Encode::decode('utf8') just need to be be applied in Player plugin to
all params in addition to the uri_unescape.

Yeah, the problem is when a UTF8 string get HTML encoded and the extra
step is needed when decoding to make the string explicitly a UTF8 string
as there is no way to tell how to treat the HTML encoded string.



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

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


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

2018-12-19 Thread mrw


bpa wrote: 
> I have found more UTF8 problem titles there now.  Hope I can put the lid
> back on this can of worms now.

Good luck !

I recall a few years ago regularly seeing "doubly encoded/converted"
stuff, e.g. utf8 source text treated as iso-8859-1, and then converted
to utf8 all over again... all very confusing and almost impossible to
deal with in a mechanical way.

But I'm not so aware of that sort of issue now, presumably people have
tidied up their back-end processes over time.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-12-19 Thread cpd73


Thanks all, I've found the error - stupid copy'n'paste error. I wasn't
seeing it as the error is no longer in git! Will be fixed in next
release - which I'll try and make later.



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-12-19 Thread ElFishi


cpd73 wrote: 
> When the error occurs again, please
> 
> >   > 
  - Open your browser's developer tools.
  - Open the console tab - errors causing the view not to be drawn
  > should be logged here
  - Open the storage tab and expand local storage on the left. 
  - Click the LMS url that appears.
  - On the right should now be listed materials settings that are
  > stored
  - Paste the contents of "lms-material::pinned" here. This is the
  > setting that contains the details of pinned apps.
  > > > 
> 
> The above is for firefox - don't currently have chrome installed here,
> but you should be able to locate 'locate storage' in a similar vein.
> 
> I can only assume that a pinned app is causing the storage to be
> corrupt. But as it does not happen here, kinda hard to determine the
> issue. Perhaps an encoding issue? However, there were no changes
> between 0.2.0 and 0.2.1 that should have affected this.

clearing the cache in chrome or edge does not bring back the left pane
for me. 
I presume the equivalent info to the one asked above is for chrome: 

Code:


  
[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]



and for edge 

Code:


[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]




ElFishi's Profile: http://forums.slimdevices.com/member.php?userid=15528
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-12-19 Thread slimhase

slartibartfast wrote: 
> I can reproduce the issue on my phone by simply pinning an app, closing
> the webapp and reopening it. With no pinned apps it doesn't seem to
> occur.
> 
> Sent from my SM-G900F using Tapatalk

Yes - that is the way to reproduce it!
Also on i.e. Chrome:
- pinning an app, 
- closing the browser
- and reopening the browser

Then I get these errors in the console:

Code:

 HTML1300: Navigation wurde ausgeführt. mobile (1,1)
  - ReferenceError: 'i' is not defined
  - TypeError: Unable to get property 'addEventListener' of undefined or null 
reference
  - ReferenceError: 'i' is not defined



And this is contents of "lms-material::pinned":

Code:

key,value
  
lms-material::pinned,"[{""id":"apps.podcasts","title":"Podcasts","image":"/plugins/Podcast/html/images/icon_50x50_o.png","command":["podcasts","items"],"params":["menu:podcasts"]},{"id":"apps.radioparadise","title":"Radio
 
Paradise","image":"/plugins/RadioParadise/html/icon_50x50_o.png","command":["radioparadise","items"],"params":["menu:radioparadise"]},{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]"




slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
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-12-19 Thread slartibartfast


cpd73 wrote: 
> But, does it *only* happen if you have pinned apps? Please try removing
> all of these, and see if the error re-occurs.I can reproduce the issue on my 
> phone by simply pinning an app, closing
the webapp and reopening it. With no pinned apps it doesn't seem to
occur.

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-12-19 Thread cpd73


slimhase wrote: 
> Finally, the "left pane missing bug" reoccured - however, both on the
> iPhone as well as on Windows through SLX, I do not have browser
> developer tools.
> (Or I don't know how to enable it in SLX)  Sorry. :-(
> I am now exercising the skin via Chrome & Edge; hopefully, I will see
> the bug there as well at some point.
> 
> (BTW: On the iphone, clearing the cache is not enough to make it funtion
> again - I also need to recreate the Material Web-App.)

But, does it *only* happen if you have pinned apps? Please try removing
all of these, and see if the error re-occurs.



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-12-19 Thread slimhase


slimhase wrote: 
> I re-upgraded today to 0.2.1 to provide the requested information - and
> now I can not reproduce the error!
> Very strange - yesterday it happened very consistent multiple times both
> on my phone as well as SLX on W10.
> (I changed nothing from yesterday to today other than re-upgrading to
> current skin version)
> Very, very odd.

Finally, the "left pane missing bug" reoccured - however, both on the
iPhone as well as on Windows through SLX, I do not have browser
developer tools.
(Or I don't know how to enable it in SLX)  Sorry. :-(
I am now exercising the skin via Chrome & Edge; hopefully, I will see
the bug there as well at some point.

(BTW: On the iphone, clearing the cache is not enough to make it funtion
again - I also need to recreate the Material Web-App.)



slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
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] Soundcloud plugin for squeezeserver

2018-12-19 Thread JitterFree


Thanks for the plugin. So important. 
I actually purchased an Allo Digione Signature to run LMS and thereby
use that plug. SoundCloud is my favorite, hands-down. 
Again many thanks.

Still, I can't advance inside a track. When I click anywhere inside the
progress bar, not action is taken. When I drag, the cursor changes into
a '+' icon, but the ultimate massage is
"No playable items found. Only audio files can be played.

Secondly, the search doesn't bring expected results.
I've used both SoundCleod and the SoundCloud app on my phone, and they
fetch everything I look for.

More importantly, I'm missing my "home" with all the recommendation, the
people that follow me and I follow, and my history!! Where are the
tracks I've recently listened to?

Lastly, when I listen to a track that is not in my "like" list,
SoundCloud forwards to a track it recommends based upon an internal
algorithm.
I suppose you couldn't latch onto it, could you?

Well, if you can bring it up a notch or two, I'd be more than happy to
pay for the plugin.
Contact me anytime.



JitterFree's Profile: http://forums.slimdevices.com/member.php?userid=68753
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2018-12-19 Thread baggins


cpd73 wrote: 
> The colours are defined by https://vuetifyjs.com. Whilst it -should- be
> possible to add theme colours, I have no idea how to do this.

OK. Thanks.



baggins's Profile: http://forums.slimdevices.com/member.php?userid=63843
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-12-19 Thread cpd73


baggins wrote: 
> I would like to integrate it in the visualisation of my domotics
> installation..

The colours are defined by https://vuetifyjs.com. Whilst it -should- be
possible to add theme colours, I have no idea how to do 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-12-19 Thread baggins


Hi,

Impressed with the skin, I would like to integrate it in the
visualisation of my domotics installation.

In order to blend the interface with my visualisation setup I would like
to change the background colour.
I had a look at dark.css and changed some of the colours, but only
managed to change one area:

26296

What do I need to change to have the whole background changed to a
different colour?

Thanks.


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


baggins's Profile: http://forums.slimdevices.com/member.php?userid=63843
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-12-19 Thread bernt


cpd73 wrote: 
> Hmm... If you remove the pinned app, does everything (browsing local
> music, apps, etc) work OK? Just trying to narrow down where the issue
> is.

Did a clear again and the pinned app was removed and everything seems
normal. I click around for I while without any pinned app and see what
happens.



SB Touch optical to Hegel H90, Boston Acoustics A2
Spare SB3
AirPlay Bridge to Audio Pro A10
SB BOOM @work, AUX, Squeezelite-x connected to home LMS with Neorouter.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
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-12-19 Thread cpd73


bernt wrote: 
> I spook to soon (again :rolleyes:). The problem is back.

Hmm... If you remove the pinned app, does everything (browsing local
music, apps, etc) work OK? Just trying to narrow down where the issue
is.



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-12-19 Thread ElFishi


ElFishi wrote: 
> > 
Code:

  >   > 
[{"id":"apps.spotty","title":"Spotty","item":{"actions":{"go":{"cmd":["spotty","items"],"params":{"menu":"spotty"}}},"type":"redirect","addAction":"go","icon-id":"plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee.png","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","menuActions":[{"cmd":"unpin","icon":"star","title":"Von
 Hauptseite entfernen"}],"id":"apps.spotty"}}]

> > 

After clearing the cache the pane is back. Info now looks like this

Code:


[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]




ElFishi's Profile: http://forums.slimdevices.com/member.php?userid=15528
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-12-19 Thread slimhase


bernt wrote: 
> After clearing the settings from localstore and restarted Material all
> seems to be fine. I can't reproduce it for now anyway.
> 
> Love the skinn. Thanks!

I re-upgraded today to 0.2.1 to provide the requested information - and
now I can not reproduce the error!
Very strange - yesterday it happened very consistent multiple times both
on my phone as well as SLX on W10.
(I changed nothing from yesterday to today other than re-upgrading to
current skin version)
Very, very odd.



slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
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-12-19 Thread bernt


cpd73 wrote: 
> That is what I'm asking for, but that is from an older version of
> material. This should now be like:
> 
> > 
Code:

  >   > 
  > 
[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]
  > 

> > 
> 
> ...there is much less info stored now. Please clear this setting from
> localstorage, and restart material. Also, when the error occurs, are
> there any messages logged in the browser's console?

I spook to soon (again :rolleyes:). The problem is back.

>From the console.

Code:

vue.min.js?r=2.5.17:6 ReferenceError: i is not defined
  at eval (eval at xa (vue.min.js?r=2.5.17:6), :3:4998)
  at o.Pt [as _l] (vue.min.js?r=2.5.17:6)
  at o.eval (eval at xa (vue.min.js?r=2.5.17:6), :3:4846)
  at o.fn._render (vue.min.js?r=2.5.17:6)
  at o. (vue.min.js?r=2.5.17:6)
  at St.get (vue.min.js?r=2.5.17:6)
  at new St (vue.min.js?r=2.5.17:6)
  at o.hn.$mount (vue.min.js?r=2.5.17:6)
  at o.hn.$mount (vue.min.js?r=2.5.17:6)
  at init (vue.min.js?r=2.5.17:6)
  He @ vue.min.js?r=2.5.17:6
  vue.min.js?r=2.5.17:6 TypeError: Cannot read property 'addEventListener' of 
null
  at o.setScrollElement (browse-page.js?r=0.2.1:1423)
  at o.mounted (browse-page.js?r=0.2.1:1608)
  at _t (vue.min.js?r=2.5.17:6)
  at Object.insert (vue.min.js?r=2.5.17:6)
  at A (vue.min.js?r=2.5.17:6)
  at hn.__patch__ (vue.min.js?r=2.5.17:6)
  at hn._update (vue.min.js?r=2.5.17:6)
  at hn. (vue.min.js?r=2.5.17:6)
  at St.get (vue.min.js?r=2.5.17:6)
  at new St (vue.min.js?r=2.5.17:6)
  He @ vue.min.js?r=2.5.17:6
  html/lang/sv.json?r=0.2.1:1 Failed to load resource: the server responded 
with a status of 404 (Not Found)
  init.js?r=0.2.1:60 Error: Request failed with status code 404
  at e.exports (axios.min.js?r=0.18.0:8)
  at e.exports (axios.min.js?r=0.18.0:8)
  at XMLHttpRequest.l.(anonymous function) 
(http://10.0.0.3:9000/material/html/lib/axios.min.js?r=0.18.0:8:3278)
  axios.get.then.catch.err @ init.js?r=0.2.1:60




SB Touch optical to Hegel H90, Boston Acoustics A2
Spare SB3
AirPlay Bridge to Audio Pro A10
SB BOOM @work, AUX, Squeezelite-x connected to home LMS with Neorouter.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
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-12-19 Thread ElFishi


cpd73 wrote: 
> When the error occurs again, please
> 
> >   > 
  - Open your browser's developer tools.
  - Open the console tab - errors causing the view not to be drawn
  > should be logged here
  - Open the storage tab and expand local storage on the left. 
  - Click the LMS url that appears.
  - On the right should now be listed materials settings that are
  > stored
  - Paste the contents of "lms-material::pinned" here. This is the
  > setting that contains the details of pinned apps.
  > > > 
> 
> The above is for firefox - don't currently have chrome installed here,
> but you should be able to locate 'locate storage' in a similar vein.
> 
> I can only assume that a pinned app is causing the storage to be
> corrupt. But as it does not happen here, kinda hard to determine the
> issue. Perhaps an encoding issue? However, there were no changes
> between 0.2.0 and 0.2.1 that should have affected this.


Code:


[{"id":"apps.spotty","title":"Spotty","item":{"actions":{"go":{"cmd":["spotty","items"],"params":{"menu":"spotty"}}},"type":"redirect","addAction":"go","icon-id":"plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee.png","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","menuActions":[{"cmd":"unpin","icon":"star","title":"Von
 Hauptseite entfernen"}],"id":"apps.spotty"}}]




ElFishi's Profile: http://forums.slimdevices.com/member.php?userid=15528
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] BBCiPlayer - possible fix for live stream start delay on Windows systems

2018-12-19 Thread bpa


Owen Smith wrote: 
> That is very similar in spec to my WHS v1 Intel Atom LMS system. I have
> the defaults for delays in iPlayer plugin, I don't know what the
> defaults are and I can't check at present.
> 
> Main difference is Atom N270 has one core with two hyper threads, so if
> your Pentium is genuinely 2 core it may behave differently.
I'm pretty sure it has 2 cores as it had a sticky "Core 2" and
"Centrino" but the fix seemed to help an XP system which surprised me.

Before releasing the fix as part of an 1.6.2 update, I'd like feedback
from users such as bstrulo who have a serious problem with BBC Live
streams where connection/playback is unreliable even at delay setting
more than 2 minutes.

The fix can be applied to LMS earlier than 7.9.1 such as your 7.8.0 and
it works when playback is transcoded but for devices which have native
AAC (e.g. Radio, Touch, Squeezelite) - the log file would be filled with
an LMS error message.



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

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


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

2018-12-19 Thread Max2Play


Before the year closes out, we put together some new HowTo articles to
give newcomers to Max2Play the chance to check out some of our more
advanced features and plugins. We hope you can find the time during the
holidays to check these applications and their usefulness in your audio
setups.


All these instructional articles are listed in our 'HowTo section on our
website' (https://www.max2play.com/en/how-tos/#m2p-features) and are
available in German and English. We recently tried to add new ones with
features that are either hidden gems of the Max2Play system or have been
popular for a long time but only detailed in our forums or somewhere
else. I hope you enjoy them and can find something fresh to try out :)



'*_API-Examples_* (free)'
(https://www.max2play.com/en/how-tos/howto-use-http-requests-with-max2play/)
-> Our new shortcut overview plugin that dynamically compiles major
commands for Squeeze playback, Jivelite control, Kodi and the Max2Play
system


'*_MultiSqueeze_* (premium)'
(https://www.max2play.com/en/how-tos/howto-additional-audio-outputs-with-multisqueeze/)
-> Our popular Squeezelite creator plugin, select how many instances of
Squeezelite you want to run and set your different audio outputs to
them


'*_Callblocker_plugin_* (free)'
(https://www.max2play.com/en/how-tos/howto-call-blocker-with-tellows-and-max2play/)
-> Based on the popular tellows Callblocker software, this plugin lets
use your Pi to automatically block callers from a custom blacklist via
VoIP to better manage harassment calls


*_openHAB_Presence_Check_* (coming soon)
-> add a presence check to an openHAB server binding for your smartphone
to let your Squeezebox system automatically playback once you arrive in
your local network and stop playing once you leave (currently working on
it, will add the link once it's live)



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

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


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

2018-12-19 Thread slartibartfast


ElFishi wrote: 
> yes,  latest material skin. 
> uninstalled it and re-installed it. for the moment I am back to normal.
> 
> Btw, the left pain of material/desktop doesn't show properly in my
> browsers: firefox, chrome, or edge.Try clearing cache etc. Should fix the 
> browser issue.

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

2018-12-19 Thread bernt


cpd73 wrote: 
> That is what I'm asking for, but that is from an older version of
> material. This should now be like:
> 
> > 
Code:

  >   > 
  > 
[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]
  > 

> > 
> 
> ...there is much less info stored now. Please clear this setting from
> localstorage, and restart material. Also, when the error occurs, are
> there any messages logged in the browser's console?


After clearing the settings from localstore and restarted Material all
seems to be fine. I can't reproduce it for now anyway.

Love the skinn. Thanks!



SB Touch optical to Hegel H90, Boston Acoustics A2
Spare SB3
AirPlay Bridge to Audio Pro A10
SB BOOM @work, AUX, Squeezelite-x connected to home LMS with Neorouter.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
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-12-19 Thread cpd73


bernt wrote: 
> Hi!
> 
> Is this what you are asking for? From Chrome.
> 
> I have the same problem on Chrome Windows 10 and on iPhone.
> 
> lms-material::pinned
> 
> [{"id":"apps.spotty","title":"Spotty","item":{"icon-id":"plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee.png","addAction":"go","type":"redirect","actions":{"go":{"cmd":["spotty","items"],"params":{"menu":"spotty"}}},"title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50.png","menuActions":[{"cmd":"unpin","icon":"star","title":"Un-pin
> from main page"}],"id":"apps.spotty"}}]

That is what I'm asking for, but that is from an older version of
material. This should now be like:


Code:


  
[{"id":"apps.spotty","title":"Spotty","image":"/plugins/Spotty/html/images/93aac68fb06348598c1e67734dfaceee_50x50_o.png","command":["spotty","items"],"params":["menu:spotty"]}]
  



...there is much less info stored now. Please clear this setting from
localstorage, and restart material. Also, when the error occurs, are
there any messages logged in the browser's console?



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