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

2019-08-03 Thread BoomX2

vhenninot wrote: 
> You are right... THANKS!
> I can’t believe that the country code was case sensitive...
> Everything is working fine !
> 
> VincentGreat. Glad it's working for you. 

Sent from my SAMSUNG-SM-G891A using Tapatalk





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

2019-08-03 Thread vhenninot

BoomX2 wrote: 
> Hi Vicent,
> 
> 
> Your weather code is fine.  Both will work.  The setting you need to
> change is language.  Currently you have "Fr-FR" entered.  Change it
> "fr-FR" and I believe SDT will start working for you again.

You are right... THANKS!
I can’t believe that the country code was case sensitive...
Everything is working fine !

Vincent



vhenninot's Profile: http://forums.slimdevices.com/member.php?userid=45315
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] Squeezelite-X

2019-08-03 Thread MusicManiac


I thought I remember seeing this brought up before, but now I can't find
it...

Is there a way to set a default/preferred player for a specific instance
of Squeezelite-X?

The scenario I'm trying to prevent is with "less-inclined" users jumping
on and loading up some music, only to find they can barely hear their
selection playing. Of course the go-to solution is to keep pumping the
volume until people on the opposite side of the house are screaming as
the audio equipment is blowing out, at which point the mistake is
realized. :|

I'm thinking if it defaults local (or where ever) and otherwise only
switches out if the user consciously does so, maybe a few catastrophes
can be avoided.

Anyway thanks for the help and the great sbs addition/collaboration.

-MM



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

2019-08-03 Thread reinholdk

mherger wrote: 
> 
> Why would the first query have a double backslash? Are you browsing 
> folders using Material's own implementation or LMS provided browse
> modes?
> 
> -- 
> 
> Michael

With Material I was browsing using "Musikordner", with Default skin
using "Music Folder".

2782127820

cpd73 wrote: 
> That -might- be Material's fault. For the file-system API, I was
> replacing single backslash with double backslash. Can't remember why, so
> have remove this for the next release. Anyhow, surely it should not
> matter? I know with Linux at least, that "/home//userfolder' is the
> same as '/home/user/folder' Not sure about windows - I try to use that
> as little as possible :)

Yes, the double backslash is part of Material's request. And it doesn't
matter for Windows as well. The double backslash is also present for the
working folders.

Code:

[20:48:11] JSON REQ: 
["00:00:00:00:00:00",["readdirectory",0,25000,"folder:D:Music\\SBS 
Source\\xx xx\\Amparo Sánchez"]]
  [20:48:11] JSON RESP: 
{"params":["00:00:00:00:00:00",["readdirectory","0",25000,"folder:D:Music\\SBS
 Source\\xx xx\\Amparo 
Sánchez"]],"method":"slim.request","id":1,"result":{"count":0}}
  



+---+
|Filename: BMF Material2.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=27821|
+---+


reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
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: Custom Clock applet for Touch/Radio/Controller

2019-08-03 Thread SlimChances


PasTim wrote: 
> I'd forgotten that - it seems like ages since I created this, and I've
> forgotten much about it.
> 
> Several images are attached, including ones for play, pause etc. I think
> the one for the elapsed time is 'progress.png'.  The background is the
> screen colour (black) with a white line over which progress.png tracks. 
> 27819 
> 
> On my music server, running ubuntu (linux) I have a very simple and
> limited apache webserver.  This accesses any files in directory
> /var/www/html/ .  In this instance the file is in touch/images.
> 
> If you don't have a webserver handy there may well be somewhere you
> could put them that the Touch knows about (either on the Touch itself or
> in LMS itself), but I'm afraid I don't know enough about the Touch and
> LMS, nor the capability of the clock applet.

Thanks for the images. I will play around with locations for the files
and see what happens



- Version: 7.9.2 - 1562753347 @ Wed Jul 10 12:46:39 CEST 2019 
- Operating system: Debian - EN - utf8 
- Perl Version: 5.26.1 - x86_64-linux-gnu-thread-multi 
- IO::Socket::SSL: 2.060 
- Database Version: DBD::SQLite 1.58 (sqlite 3.22.0) 
  

One SB Touch connected by Ethernet - Denon AVR
-1912 Receiver, Paradigm 4.1 speakers
SB Classic connected by Ethernet to FX Audio D802C amp and Sinclair
bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2019-08-03 Thread PasTim


SlimChances wrote: 
> Hi
> 
> I am interested in your custom clock style. I am trying to get the white
> dot designating elapsed time to function.I believe in your style you
> have a variable "http://10.99.55.10/touch/images/background.png";
> delimited to represent that. How do I go about creating that image of
> the white dot and where do I put it locally?
> 
> Thanks
I'd forgotten that - it seems like ages since I created this, and I've
forgotten much about it.

Several images are attached, including ones for play, pause etc. 
27819

On my music server, running ubuntu (linux) I have a very simple and
limited apache webserver.  This accesses any files in directory
/var/www/html/ .  In this instance the file is in touch/images.

If you don't have a webserver handy there may well be somewhere you
could put them that the Touch knows about (either on the Touch itself or
in LMS itself), but I'm afraid I don't know enough about the Touch and
LMS, nor the capability of the clock applet.


+---+
|Filename: images.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=27819|
+---+


LMS 7.9.2 on PC, Xubuntu 18.04, FLACs 16->24 bit, 44.1->192kbps.  2
Touchs & EDO.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (A308CR amp & ESLs) & Marantz
CR603 UPnP renderers.  
Also Minimserver & Upplay to same & to upmpdcli/mpd PC renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 18.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-08-03 Thread cpd73

mherger wrote: 
> >[19-08-03 13:04:36.8447] Slim::Utils::Misc::readDirectory (928)
> opendir on [D:\\Music\SBS Source\xx xx\Amparo Sánchez] failed: No such
> file >[19-08-03 13:11:41.9450] Slim::Utils::Misc::readDirectory
> (933) Reading directory: D:\Music\SBS Source\xx xx\Amparo Sánchez
> 
> Why would the first query have a double backslash?

That -might- be Material's fault. For the file-system API, I was
replacing single backslash with double backslash. Can't remember why, so
have remove this for the next release. Anyhow, surely it should not
matter? I know with Linux at least, that "/home//userfolder' is the
same as '/home/user/folder' Not sure about windows - I try to use that
as little as possible :)



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

2019-08-03 Thread Michael Herger

   [19-08-03 13:04:36.8447] Slim::Utils::Misc::readDirectory (928) opendir on 
[D:\\Music\SBS Source\xx xx\Amparo Sánchez] failed: No such file >[19-08-03 
13:11:41.9450] Slim::Utils::Misc::readDirectory (933) Reading directory: 
D:\Music\SBS Source\xx xx\Amparo Sánchez


Why would the first query have a double backslash? Are you browsing 
folders using Material's own implementation or LMS provided browse modes?


--

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2019-08-03 Thread SlimChances


PasTim wrote: 
> This isn't standard, but it's what I use for my mostly classical
> collection.  It may well use one or two tags you don't have, but might
> give you some ideas.

Hi

I am interested in your custom clock style. I am trying to get the white
dot designating elapsed time to function.I believe in your style you
have a variable "http://10.99.55.10/touch/images/background.png";
delimited to represent that. How do I go about creating that image of
the white dot and where do I put it locally?

Thanks



- Version: 7.9.2 - 1562753347 @ Wed Jul 10 12:46:39 CEST 2019 
- Operating system: Debian - EN - utf8 
- Perl Version: 5.26.1 - x86_64-linux-gnu-thread-multi 
- IO::Socket::SSL: 2.060 
- Database Version: DBD::SQLite 1.58 (sqlite 3.22.0) 
  

One SB Touch connected by Ethernet - Denon AVR
-1912 Receiver, Paradigm 4.1 speakers
SB Classic connected by Ethernet to FX Audio D802C amp and Sinclair
bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-08-03 Thread reinholdk

After setting debug log for os.files and os.paths I get this in the
server.log when using Material (obfuscated one folder name here):

Code:

[19-08-03 13:04:36.8375] Slim::Utils::OS::Win32::isDriveReady (476) 
Checking drive state for D:
  [19-08-03 13:04:36.8377] Slim::Utils::OS::Win32::isDriveReady (477)   --> 
ok
  [19-08-03 13:04:36.8447] Slim::Utils::Misc::readDirectory (928) opendir on 
[D:\\Music\SBS Source\xx xx\Amparo Sánchez] failed: No such file or directory
  



For the default skin it's this:

Code:

[19-08-03 13:11:41.9365] Slim::Utils::Misc::fixPath (567) Fixed: Amparo 
Sánchez to file:///D:/Music/SBS%20Source/xx%20xx/Amparo%20S%E1nchez
  [19-08-03 13:11:41.9367] Slim::Utils::Misc::fixPath (569) Base: D:\Music\SBS 
Source\xx xx
  [19-08-03 13:11:41.9450] Slim::Utils::Misc::readDirectory (933) Reading 
directory: D:\Music\SBS Source\xx xx\Amparo Sánchez
  [19-08-03 13:11:41.9648] Slim::Utils::Misc::readDirectory (962) Directory 
contains 2 items
  




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

2019-08-03 Thread reinholdk


mherger wrote: 
> Ok, I might have found the fix for Windows. New builds should be out 
> shortly.
> 
> Michael
> 

Sorry to say but still no luck.
Logitech Media Server Version: 7.9.2 - 1564788734 @ Sat Aug 3 01:38:17
WEDT 2019

Anything I could do to help fixing it?



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

2019-08-03 Thread radekker


left channel wrote: 
> On the RadioParadise forum Bill has stated that he puts the FLAC stream
> into an Ogg container so that he can include meta data for those who
> need it delivered that way. As I understand it, the same data is also
> available via the API that the LMS plugin accesses, but anyway this is
> why it's "Ogg FLAC".

Thnx, good to know that both streams have the same sound quality.



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

2019-08-03 Thread cpd73


slartibartfast wrote: 
> OK here it is

Thanks. Text would have been nicer - so I could copy'n'paste. Anyhow, as
stated I've already tried a track with that artist and composer, and it
worked for me. So, guess I'll have to wait until you can produce the
debug - as that will let me know what is happening on your system.



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

2019-08-03 Thread slartibartfast


cpd73 wrote: 
> If its easier, just detail the *exact* tagging of the track, and I'll
> see if I can create a dummy file with those values. So, (e.g.) if it has
> multiply artists - are these separate tags, or 1 tag bu semi-colon
> separated, etc?
> 
> I tried creating a track with Linda Ronstadt as artist and Neil Young as
> composer - and I got the bio of Linda Ronstadt.OK here it is.[image:
https://uploads.tapatalk-cdn.com/20190803/3ad67deda7a42abbb972aeef0b1ab42b.jpg][image:
https://uploads.tapatalk-cdn.com/20190803/7e337b7bd5f660b29fe701c93ed9925d.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