Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread erland

mhsparks wrote: 
> I've manually installed DynamicPlayList-2.10.247.zip and
> SQLPlayList-2.6.272.zip in 8.1 and they work fine for my use case.
> 
> Realistically I'm not going to be able to support them as the codebase
> is pretty huge with a lot of functionality. Presumably I should make a
> change / PR to unsupported.xml in LMS-Community/lms-plugin-repository so
> people are able to install them at their own risk?

Just for information, Michael added the following plugins to the
unsupported repository yesterday so they should now be possible to
install through LMS Settings/Plugins in LMS 8.1 and later if you have
activated usage of unsupported plugins:
- Custom Browse
- Custom Clock Helper
- Custom Scan
- Dynamic Playlist
- SQL Playlist
- TrackStat

Please note that unsupported means that they have somewhat worked at
some time in a 8.* release but might not work with the latest LMS
release/nightly and you aren’t guaranteed to get help from me or anybody
else in the community if a plugin doesn’t work or cause problems with
your LMS installation. So basically, use them at your own risk.

If anyone is missing one of my plugins in the above list, install it
manually and try if it works in LMS 8.1 or later and let
Michael(mherger) know or create a pull request in github that adds it to
the unsupported repository file:
https://github.com/LMS-Community/lms-plugin-repository/blob/master/unsupported.xml



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread Michael Herger

It someone is interested to try to fix it check with Michael(mherger)
how they are represented in the database.


Hehe... our postings crossed.


My plugins does some filtering on tracks.audio=1 so if this isn’t the
case for online tracks that would explain it. There need to be a filter


That's the same.


because playlists are also stored in tracks table but it might have to
be adopted to work with integrated online music. Could be that there is
also some filtering in the Perl code in my plugins that removes
everything that isn’t a file:// url or have tracks.remote=1 but in that
case it’s probably unintentionally.


Yep, as I mentioned online tracks start with eg. wimp://... or spotify:...


It might also be that they aren’t in the database at all and that only
the album is represented in the database while the tracks are retrieved
from the streaming service when the user selects to play the album. If


They're in there.


with requests during scanning. To me personally it feels like online
music should be included when playing random songs with the standard
Randim Mix plugin so if this isn’t the case it can maybe be considered
to be a bug/design flaw.


Are you saying random play (LMS built-in) would not play online tracks? 
that would be wrong indeed.


--

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread erland

mhsparks wrote: 
> I suppose these are stored somewhere different to the tracks table in
> the database (if they are even stored there) so the existing SQL doesn't
> retrieve them. Obviously would be a nice enhancement but grateful the
> plugins still work on my local collection.
> 

It someone is interested to try to fix it check with Michael(mherger)
how they are represented in the database. 

My plugins does some filtering on tracks.audio=1 so if this isn’t the
case for online tracks that would explain it. There need to be a filter
because playlists are also stored in tracks table but it might have to
be adopted to work with integrated online music. Could be that there is
also some filtering in the Perl code in my plugins that removes
everything that isn’t a file:// url or have tracks.remote=1 but in that
case it’s probably unintentionally.

It might also be that they aren’t in the database at all and that only
the album is represented in the database while the tracks are retrieved
from the streaming service when the user selects to play the album. If
this is the case they are probably neither included if you play random
songs with Random Mix plugin. In this case it’s harder to solve since
many of my plugins are track based and assumes the track is represented
in the database. In theory is should be possible to retrieve them into
the database during scanning but Michael might have selected to not do
that since the tracks might have changed in the streaming service since
last rescan or because he don’t want to overload the streaming service
with requests during scanning. To me personally it feels like online
music should be included when playing random songs with the standard
Randim Mix plugin so if this isn’t the case it can maybe be considered
to be a bug/design flaw.

If someone wants to look into this the first thing is probably to check
if the tracks are in the database, disappears in the SQL query or if
they are removed from the result in the Perl code in the plugin.

There is and old brief description of the database structure here:
https://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure.html#tracks

The above page was written a long time ago so you also need to look at
schema changes done after it was written:
https://github.com/Logitech/slimserver/tree/public/8.1/SQL/SQLite
I think schema changes from schema_9_up and later might be of interest,
I think schema_21_up is related to the online music integration.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread Michael Herger

I suppose these are stored somewhere different to the tracks table in
the database (if they are even stored there) so the existing SQL doesn't
retrieve them. Obviously would be a nice enhancement but grateful the
plugins still work on my local collection.


I'm not familiar with those plugins at all. But one big difference would 
be the URL type: local files would start with "file://...", online files 
obviously not. If that's being used in the SQL, then that would be a 
good starting point to look into for improved compatibility. But I'd 
recommend to start a new, specific thread in the dev forum.


--

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


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2021-01-01 Thread pratt733


I know this is an old post, but I'm doing the same exact thing.  I have
communication and the tracks appear to play, but there's no sound.  A
local drive works just fine, so I don't think it's my LMS configuration.
Can anyone help?

epoch1970 wrote: 
> Well, using the Samsung "Optical SmartHub" was embarrassingly simple on
> the linux server side. 
> As usual with a CD player you need SCSI support in the kernel, but you
> also need support for iSCSI over TCP (probably supported by default on
> most linux distros). The module is named iscsi_tcp.
> You then need the Open-iSCSI initiator program to connect to targets.
> > 
Code:

  >   > root@godfrey:/home/godfrey# lsmod | grep iscsi
  > iscsi_tcp   5108  2 
  > libiscsi_tcp7504  1 iscsi_tcp
  > libiscsi   22424  2 libiscsi_tcp,iscsi_tcp
  > scsi_transport_iscsi33244  3 iscsi_tcp,libiscsi
  > scsi_mod   58504  8 
sg,scsi_transport_iscsi,usb_storage,libata,sd_mod,sr_mod,iscsi_tcp,libiscsi
  > root@godfrey:/home/godfrey# dpkg -s open-iscsi
  > Package: open-iscsi
  > Status: install ok installed
  > Priority: optional
  > Section: net
  > Installed-Size: 1763
  > Maintainer: Debian iSCSI Maintainers 

  > Architecture: i386
  > Version: 2.0.873+git0.3b4b4500-8
  > ...

> > 
> Next, make sure to set "node.startup = automatic" in file
> /etc/iscsi/iscsid.conf before discovering the Samsung thinggie.
> (iscsiadm generates a config file for the target, if you don't have
> startup=automatic you'll need to login manually before the device
> shows on the server and begins usable from CD Player plugin.)
> Then discover the service and start a session with the target:
> > 
Code:

  >   > root@godfrey:/home/godfrey# iscsiadm -m discovery -t sendtargets -p 
172.17.255.80
  > 172.17.255.80:3260,1 iqn.2011-12.com.tsstk:storage.odd.sys
  > root@godfrey:/home/godfrey# iscsiadm -m node 
--targetname=iqn.2011-12.com.tsstk:storage.odd.sys --login
  > Logging in to [iface: default, target: 
iqn.2011-12.com.tsstk:storage.odd.sys, portal: 172.17.255.80,3260] (multiple)
  > Login to [iface: default, target: iqn.2011-12.com.tsstk:storage.odd.sys, 
portal: 172.17.255.80,3260] successful.
  > root@godfrey:/home/godfrey# iscsiadm -m session -P 3
  > iSCSI Transport Class version 2.0-870
  > version 2.0-873
  > Target: iqn.2011-12.com.tsstk:storage.odd.sys (non-flash)
  > ...
  > Attached SCSI devices:
  > 
  > Host Number: 3  State: running
  > scsi3 Channel 00 Id 0 Lun: 0
  > scsi3 Channel 00 Id 0 Lun: 1
  > Attached scsi disk sr0  State: running

> > 
> Bam! /dev/sr0, there you go. CD Player plugin is very happy with it.
> 
> Now, perhaps a word on the Samsung SE-208BW. This thing is one fierce
> bag of hurt. The device in itself is sturdy, it has ethernet, wifi,
> USB storage and USB-OTG (for smart TVs it seems.) But it has been
> horribly crippled by incompetent marketing and poor
> software/documentation quality. 
> Out of the box the thing intends to replace your router... But if you
> care to tinker with it, you can make it work within your wired LAN
> (doesn't work as a simple wifi client) and get access to  DVDs on a
> tablet, and to CDs on your SBs. 
> It now sells for 1/3 of its launch price, and I can see why :)
> 
> UPDATE. The app will not accept to work if an iscsi session is
> running. I want both uses, so instead of logging out manually, I've
> figured I can poll the media type in the device via telnet, then
> login/logout of the iscsi session as needed. A bit flaky...
> 
> UPDATE2. To conclude the monologue. Wanting to use both the tablet app
> for watching DVDs and iSCSI to play CDs with LMS is not the ideal use
> case. The device changes its behavior according to the existence of an
> iSCSI session or not, so the best way I found is to query for the
> media type. The dvd+rw-mediainfo utility is nice in that it is present
> on the Samsung device and available on the local server too, and it
> does not spin the media to detect its type. The diagnostic is crude,
> but sufficient in my case: DVD means release the iscsi session and let
> the tablet app work, anything else means open a session.
> FWIW, this is (the relevant part of) the script the watchdog process
> runs every 30 secs on the LMS server machine:> 
Code:

  >   > #!/bin/bash
  > # Runs every 30s as watchdog test binary
  > DEBUG=1
  > ME="wd_test"
  > LOGGER="/usr/bin/logger"
  > LOGGEROPTS="-t $ME -i --"
  > # iSCSI management for Samsung SE-208BW
  > IADM="/usr/bin/iscsiadm"
  > MINFO="/usr/bin/dvd+rw-mediainfo"
  > ODEV="/dev/cdrom"
  > TARGET="iqn.2011-12.com.tsstk:storage.odd.sys"
  > LOGIN="root"
  > PASSWD="somepassword"
  > 
  > # Discover remote IP. Could hardcode that.
  > NODEIP=$($IADM -m node | grep $TARGET)
  > NODEIP=${NODEIP%%:*}
  > # If the 

Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread SamY


nervoteso wrote: 
> yes they are empty
> 
> if i listen to music from spotify native google nest players audio is
> wonderful, if i play google nest from lms volume and quality sound poor.
> on lms players flac files sound amazing

I had a very similar problem with volume management when setting up my
first Chromecast players. The solution was to make sure that the "Volume
Control" menu entry for each CC player in the LMS "Server Settings /
Player / Audio" section was set to "Volume controls adjust outputs"
instead of "Output volume is fixed at 100%". You might want to try that.
By the way, I also have two Google Nest Mini Gen2's which I use both
individually and as a stereo pair. I have no audio quality problems
using both mp3 and flac files without any transcoding. However both
units suffer from random dropped wifi connections which happen with all
streaming sources including bluetooth. There has been a "trending"
problem report open with Google on this issue for over a year now with
thousands of users waiting for a fix.



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: WaveInput for Linux

2021-01-01 Thread Spiel1


I'm trying to both record to a file, and at the same time either play
that file using the WaveInput plugin, or to pipe (or loop) the audio
input to the plugin to allow for playing in different rooms.

My use case is as follows:

I have a couple of Raspberry Pi's running pCP, one has LMS and a player,
the other just the player. The LMS pi has a HiFiBerry DAC+ ADC Pro card
that I'm using to record LPs in addition to running LMS. I'd like to
both record to a file, and also make the stream available to LMS so I
can play it in other rooms (somewhat) simultaneously.

Playing and recording at the same time on the LMS pi is no problem, but
bringing this to the plugin is a challenge for me. The following works
fine on the LMS pi:

1. Using PuTTY I log on to the pi, cd to a mounted directory, and then
do:
arecord -f cd 1.wav

2. In an other command window also opened in PuTTY, I can then play this
file while it's being recorded to a stereo hooked up to the pi using:
aplay -f cd 1.wav

What I can't do, is use the WaveInput to direct to the LMS after I start
arecord, but the plugin works fine using default settings and unmodified
.conf files when I'm not recording. Ideally, I'd like to be able to
record to a file and at the same time listen to what is being recorded
in another room. I don't care if there is some lag, but I don't want to
record an entire album side, and then listen to the results after the
fact - the idea is to be able to be located in another room and know
within reason when it's time to stop recording, and start another side.
Additional audio processing is taken care of later.

Any help would be greatly appreciated. I'm linux ignorant, although I
have managed to install and use pCP and the WaveInput without running
into issues  - I just don't seem to be able to do this one tweak.

Thanks,
Spiel1



Spiel1's Profile: http://forums.slimdevices.com/member.php?userid=71168
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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


Re: [SlimDevices: Plugins] SqueezeLite on Windows pausing, interruption, dropout of audio every 5 minutes

2021-01-01 Thread foopydog


ralphy wrote: 
> Thanks for trying it.  I wouldn't have asked you to test if I hadn't
> made a change that I thought would address your issue.
> 
> I've had a few similiar reports recently, however, I'm unable to
> reproduce it on either of the 3 flavours of windows I have available.
> 
> For the number of downloads of squeezelite for windows, I'd expect a
> plethora of reports if this issue was in squeezelite as opposed to some
> other piece of software running on the windows os causing the problem.

Ok, i'm with you, thank you. The build 1313 definitely DID help. After a
few hours of listening, I got fewer interruptions. It paused twice in
the first 15 minutes, but after that, it only paused once or twice over
a few hours. 

What was the change you made? 

One suggestion: better logging. Usually the "info" loggers should show
what's happening, but the SqueezeLite info logs are not helpful at all.
A few strategic info() messages might help shine some light on what's
happening during the interruption. Also, is there any suitable error()
logging? (that is, if an error or timeout occurred, would we see it in
the logs?) Hopefully, all code has a try/catch and all caught exceptions
should log to the error logger. If error logs are missing, then it would
be helpful to add at least a few handlers, in strategic locations. In
particular, any external requests that might time-out after 1 minute,
should have an exception handler for the time-out, and to log a warning.


Also, if you can suggest any further troubleshooting or debugging steps,
I can easily try stuff on my side.

>> I'd expect a plethora of reports if this issue was in squeezelite as
opposed to some other piece of software running on the windows os
causing the problem.
I totally agree, and so far, evidence only suggests it's a Windows
problem, but I don't know for sure. I have two windows machines that
both have this problem. 
With some effort, I could stand-up an Ubuntu VM, and try on that
platform. But I already have a piCorePlayer running on Pi3, so I'll test
that again on this network with piCorePlayer, and report back. 

John



foopydog's Profile: http://forums.slimdevices.com/member.php?userid=71156
View this thread: http://forums.slimdevices.com/showthread.php?t=113554

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread bpa


pimco wrote: 
> Thanks for the info with the debugging info:
> Here the logging related to WaveInput
> [21-01-01 22:53:41.1655] Slim::Plugin::Extensions::Plugin::_parseXML
> (511) entry WaveInput does not match, wrong target [unix != win]
> [21-01-01 22:53:41.1657] Slim::Plugin::Extensions::Plugin::_parseXML
> (530) entry WaveInput vers: 1.04 url:
> http://downloads.sourceforge.net/project/bpaplugins/OtherPlugins/WaveInputLinux-v104_7.6.ZIP
> 
> It looks pretty good. I found now the plugin under
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins
> Sorry. I was not aware of the different location from 3rd party plugins.
> 
> 
> Thanks again.

OK - strange though.

Should be no need to look in the plugin directories.

WaveInput 1.04  should be listed as an Installed plugin in WebUI
Settings/Plugins and its settings should work.

I'm just worried that you saw messages saying the plugin was
incompatible and if it did not appear in the list of installed plugins -
that could imply something wrong in your installation.



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

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread RobbH


mhsparks wrote: 
> I suppose these are stored somewhere different to the tracks table in
> the database (if they are even stored there) so the existing SQL doesn't
> retrieve them. Obviously would be a nice enhancement but grateful the
> plugins still work on my local collection.

Exactly! For now, I have decided that I prefer the level of control that
those plugins provide, so I can do without adding online tracks to my
automated playlists. But it would be great to have both!



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread mhsparks


RobbH wrote: 
> They do work, but they are not able to access online music integrated
> into the library, so online tracks will not be included in generated
> playlists.

I suppose these are stored somewhere different to the tracks table in
the database (if they are even stored there) so the existing SQL doesn't
retrieve them. Obviously would be a nice enhancement but grateful the
plugins still work on my local collection.



mhsparks's Profile: http://forums.slimdevices.com/member.php?userid=64142
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2021-01-01 Thread macsat


philippe_44 wrote: 
> Did you update to iOS14 or something like that? Where are you AirPlaying
> "from", what your LMS version, host OS, host system etc... You have to
> tell us a bit more

Yes - I am om IOS14

I have tried several apps from the iphone - all gives the same issue.

LMS is "Logitech Media Server Version: 8.0.0 - 160468 @ Thu Nov 5
09:22:55 CET 2020"

I am running on an Ubuntu 18.04 on an x64 machine



macsat's Profile: http://forums.slimdevices.com/member.php?userid=46905
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread pimco


Oh sorry, I found the plugin now under
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins
I was not aware of the different location of 3rd party plugins.
Thanks again.



pimco's Profile: http://forums.slimdevices.com/member.php?userid=71162
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread bpa


In LMS logging WebUI Settings/Advanced/Logging

Check the box "Save logging settings for use at next application restart
"
Set plugin.extension to DEBUG
Click Apply.

Restart LMS.
Copy all the message from server.log from the LMS startup into a text
file and zip and attach to a post
starting with 

Code:


  [21-01-01 21:33:53.0814] main::init (388) Starting Logitech Media Server 
(v8.1.1, TRUNK, UNKNOWN) perl 5.03 - x86_64-linux-gnu-thread-multi
  



ending with 

Code:


  [21-01-01 21:33:54.0373] Slim::Plugin::Extensions::Plugin::_parseXML (589) 
found XXX extensions
  




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

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread bpa


I've checked the LMS respository and WaveInput plugin and both are
classified with support for 8.*

It can be seen in the LMS extensions list at
https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml

Something must be odd - either with your installation or with LMS.  I'll
see if I can find the right logging setting to see what is wrong.



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

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


Re: [SlimDevices: Plugins] Announce: LMS Controls - Google Home / Google Assistant Voice Control of LMS Players

2021-01-01 Thread didjean


didjean wrote: 
> Hi all,
> Really willing to control my SBs with Google Assistant/home - I really
> think this is the biggest missing part of our beloved LMS
> infrastructure. 
> I have started looking at Home Assistant and have read instruction on
> Github about LMS Controls. I got quickly discouraged unfortunately :-).
> Having to use dyndns and opening ports were the main obstacles. 
> While playing a little bit with Hassio, I have discovered Nabu Casa and
> was wondering if this could be used, partially used or not? 
> I would definitely pay a fee if I was getting an almost plug and play
> service to connect LMS to GA.
> Thx for your feedback!

Anyone an idea/info on using Nabu Casa?



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS 8.0.1 - 1606928904 on Pi4 4GB - Max2Play ---
Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread devilsfun


kidstypike wrote: 
> https://ralph_irving.gitlab.io/lms-community-firmware/changelog.html

really hard to find in the first post



1-Touch, 3-Classics, 1-UE Radio
Raspberry Pi 4 / 4gb - piCorePlayer v7.0.0 - LMS 8.1.0

devilsfun's Profile: http://forums.slimdevices.com/member.php?userid=62326
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread bpa


pimco wrote: 
> I installed the deb file from www.mysqueezebox.com/download on a x64
> computer, no additional repositories.
> After having selected "Use unsupported extensions", restarted LMS,
> unselected "Use unsupported extensions" and restarted again, the plugin
> is now displayed as active !
There should be no need for the "use unsupported " setting.

> But there is still no plugin folder ...
> I had a look to the deb file (dpkg-deb -c
> logitechmediaserver_8.1.0_amd64.deb | grep WaveInput
> ), no WaveInput plugin there
3rd party Plugins are downloaded and installed so they will never be in
deb file.



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

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread pimco


bpa wrote: 
> I have Ubuntu 20.04 and Waveinput shows up in the Plugins tab under "3rd
> Party plugins"  with no problem and installs OK with no additional
> repositories.
> 
> How did you try to install it ?
> Have you any additional repositories added ?
> 
> What processor Arm , x86 , other ?

Problem solved ! 
(Just for info: I installed the .deb file from
www.mysqueezebox.com/download on a x64 computer, no additional
repositories. )
After having selected "Use unsupported extensions", restarted LMS,
unselected "Use unsupported extensions" and restarted again, the plugin
is now active !
Thanks.



pimco's Profile: http://forums.slimdevices.com/member.php?userid=71162
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread marflao


Ahh.. OK.. will give a try tomorrow.
Thanks for your help, Paul, much appreciated.





marflao's Profile: http://forums.slimdevices.com/member.php?userid=57334
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread paul-


Remove the quote marks from the country code.   (That was an error a few
versions ago, that newer wpa_supplicants get hung up on)

https://docs.picoreplayer.org/how-to/setup_wifi_on_pcp_without_ethernet/



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread marflao


paul- wrote: 
> Post your wpa_supplicant.
> 
> The other thing, just incase you are missing the ipaddress.  you should
> be able to use 
> 
> http://pCP.local
Hi Paul,

here u go:

# piCorePlayer wifi configuration
#
# wpa_supplicant.conf.sample
#
# To use this method of wifi configuration.
# Edit and save this file on the pCP boot partition as
wpa_supplicant.conf
# This file contains minimum setup for a WPA/WPA2 wireless access point.
# For other wifi configuration refer to:
https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf
#
#
# If you want to manually configure wifi, and maintain all settings
manually.
# Changes would be made by saving a new file on the boot partition.
# no part of pCP would modify this file. Ensure the file contains this
following line.
#
# Maintained by user

# These two lines should left as is, it is how pCP is configured
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=staff

# The next line is the two character country code where the device is
operating.  
# Reference: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
country="DE"


update_config=1


# This is the details about your Wireless network. Configure as needed.

network={
ssid="mychosenssid"
psk="mychosenpw"
key_mgmt=WPA-PSK
auth_alg=OPEN
}





marflao's Profile: http://forums.slimdevices.com/member.php?userid=57334
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread paul-


Post your wpa_supplicant.

The other thing, just incase you are missing the ipaddress.  you should
be able to use 

http://pCP.local



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread marflao


Greg Erskine wrote: 
> pCP6.1.0 or even pCP7.0.0 (32bit) will work on any RPi.
Thanks Greg,

downloaded the 7.0.0 Standard version and burned it to the SD card. I
added the same  wpa_supplicant.conf file I used with the former 5.0.0
version and started the Pi but unfortunately it (and its IP address)
won't be shown neither in IP Scanner nor in my router.

Did I miss a step here?

Thanks in advance.





marflao's Profile: http://forums.slimdevices.com/member.php?userid=57334
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

___
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)

2021-01-01 Thread nervoteso


slartibartfast wrote: 
> If you tick the box next to " Show advance settings" you should see
> three settings boxes. 
> 
> Sent from my Pixel 3a using Tapatalk

yes they are empty



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread slartibartfast


nervoteso wrote: 
> i set flac transcode but no advanced settings. i'm getting crazy with
> this plugin volume management. also i tried to connect lms to some
> google group players, but many sync problems. i come back to lms
> players.
> 
> tried also to sync lms players and google players: caos sync:-)

If you tick the box next to " Show advance settings" you should see
three settings boxes. 

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread nervoteso


slartibartfast wrote: 
> Maybe Phillipe has some more ideas. As a test have you tried one speaker
> on its own. Shouldn't make any difference but you never know. What are
> your advanced options for audio format? 
> 
> Sent from my Pixel 3a using Tapatalk

i set flac transcode but no advanced settings. i'm getting crazy with
this plugin volume management. also i tried to connect lms to some
google group players, but many sync problems. i come back to lms
players.



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread Tony T


Thanks!



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

___
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)

2021-01-01 Thread slartibartfast


nervoteso wrote: 
> tried to set flac transcode but it is also worst, porr quality and some
> noises.
> 
> impossible for me to use this plugin with this volume restrictionsMaybe 
> Phillipe has some more ideas. As a test have you tried one speaker
on its own. Shouldn't make any difference but you never know. What are
your advanced options for audio format? 

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread nervoteso


tried to set flac transcode but it is also worst, porr quality and some
noises.

impossible for me to use this plugin with this volume restrictions



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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: New versions of erlands plugins

2021-01-01 Thread RobbH


mhsparks wrote: 
> I've manually installed DynamicPlayList-2.10.247.zip and
> SQLPlayList-2.6.272.zip in 8.1 and they work fine for my use case.
> 
> Realistically I'm not going to be able to support them as the codebase
> is pretty huge with a lot of functionality. Presumably I should make a
> change / PR to unsupported.xml in LMS-Community/lms-plugin-repository so
> people are able to install them at their own risk?

They do work, but they are not able to access online music integrated
into the library, so online tracks will not be included in generated
playlists.



LMS 8 nightly; 3 Squeezelite players connected by powerline ethernet; 5
wireless players connected via Airplay Bridge; 1 SqueezeAmp player
no high-end or esoteric audio gear
1 Squeezebox Radio (upgraded UE Smart Radio) now mostly retired

RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread Michael Herger

Generally earlier spotty showed in LMS streaming as Ogg Vorbis at
320kbits but now every track shows as -705kbps CBR, Ogg Vorbis (Spotify)
(Converted to FLAC)-. I assume that even though this looks like it is a
higher bitrate, it won't offer any improvement as the original stream is
at 320 kbps. Also why is it necessary to do the conversion now anyway?


The library I'm using (librespot) doesn't support Ogg direct output, but 
would convert everything to PCM. This in turn is losslessly compressed 
using flac by LMS, to save bandwidth and buffer requirements on the 
player. As you say: doesn't change a bit about the sound quality, the 
transcoding is only required due to some limitations.


--

Michael
___
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)

2021-01-01 Thread slartibartfast


nervoteso wrote: 
> if i set max volume in lms is too low, if i set onm the google app is ok
> but it comes back to the lms setting with the next songThese are my settings. 
> I have no idea what "Player volume management"
does but I do have FLAC transcoding set.[image:
https://uploads.tapatalk-cdn.com/20210101/cc98f8015ba546717227517e8073d9c0.jpg]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread nervoteso


slartibartfast wrote: 
> I only have a Nest Mini but the volume setting in LMS is reflected in
> the Google Home app and vice versa. I have seen it jump around for no
> reason though. So if you change the volume on Google Home the same
> percentage volume should be indicated in LMS.
> 
> Sent from my Pixel 3a using Tapatalk

not for me. i'm trying on google nest audio in stereo, if i set the
volume in lms at the max is really too low on nest players, i can set
higher in the google app but it comes back to the lower volume once next
song is played if i push the next song on the lms



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread slartibartfast


nervoteso wrote: 
> if i set max volume in lms is too low, if i set onm the google app is ok
> but it comes back to the lms setting with the next songI only have a Nest 
> Mini but the volume setting in LMS is reflected in
the Google Home app and vice versa. I have seen it jump around for no
reason though. So if you change the volume on Google Home the same
percentage volume should be indicated in LMS.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread kidstypike


Tony T wrote: 
> Good to see the development of the Community Firmware and I'm
> considering to now use it now that I see there's a plug-in to assist in
> installation (I'm running pCP with LMS 8.1.0), but not sure if I need
> it.
> Is there a list of the additions/benefits from the original firmware?

https://ralph_irving.gitlab.io/lms-community-firmware/changelog.html



*Server - LMS 8.2.0 *Pi4B 4GB/Flirc case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread The Groundsman


Sorry to be a bit slow on this - I did try and follow the recent posts
but I'm still not clear. 

I used to Stream Spotify Connect to a Chromecast Audio and was reliably
informed that Spotify doesn't officially support streaming to Chromecast
Audio. In the Spotify Android app  the google hardware shows up as
*Google cast* rather than *Connect*. Spotify converts their stream to
AAC (as used in spotify the web player). This casting at AAC 256kbit/s
is inferior to regular Spotify Connect of 320 kbits/s.

Generally earlier spotty showed in LMS streaming as Ogg Vorbis at
320kbits but now every track shows as -705kbps CBR, Ogg Vorbis (Spotify)
(Converted to FLAC)-. I assume that even though this looks like it is a
higher bitrate, it won't offer any improvement as the original stream is
at 320 kbps. Also why is it necessary to do the conversion now anyway?

Hoping someone can clarify for me.

regards
Nicholas



The Groundsman's Profile: http://forums.slimdevices.com/member.php?userid=70305
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread Tony T


Good to see the development of the Community Firmware and I'm
considering to now use it now that I see there's a plug-in to assist in
installation (I'm running pCP with LMS 8.1.0), but not sure if I need
it.
Is there a list of the additions/benefits from the original firmware?



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

___
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)

2021-01-01 Thread nervoteso


slartibartfast wrote: 
> You can change the volume in LMS and on the device itself. 
> 
> Sent from my Pixel 3a using Tapatalk

if i set max volume in lms is too low, if i set onm the google app is ok
but it comes back to the lms setting with the next song



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread slartibartfast


nervoteso wrote: 
> you were right: it is working. it's great
> 
> anyway volume and quality are not very good
> 
> should i set flac transcode?You can change the volume in LMS and on the 
> device itself. 

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread nervoteso


simoh wrote: 
> Tick the Box (Start the Bridge) and hit Apply?

you were right: it is working. it's great



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread simoh


nervoteso wrote: 
> helloi
> just installed this pluging. i would like to play lms on google home
> players but it says plugin is not running

Tick the Box (Start the Bridge) and hit Apply?



simoh's Profile: http://forums.slimdevices.com/member.php?userid=56305
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2021-01-01 Thread nervoteso


helloi
just installed this pluging. i would like to play lms on google home
players but it says plugin is not running


https://ibb.co/PTpxYtD



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
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] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread bayard1music


kidstypike wrote: 
> Here . . 
> 
> 32777

OK got it! Sorry just hardly ever used these plugins , once every 3
years ;-) or so. I've ticked that now. Thanks , will try that.



bayard1music's Profile: http://forums.slimdevices.com/member.php?userid=51497
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread kidstypike


bayard1music wrote: 
> Hello, 
> 
> Not sure where you mean ? I've enabled the community radio firmware
> plugin as shown below:
> 
> Are you referring to some thing else ? 

Here . . 

32777


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


*Server - LMS 8.2.0 *Pi4B 4GB/Flirc case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread bayard1music


slartibartfast wrote: 
> There is a tick box in the community Radio firmware plugin.
> 
> Sent from my Pixel 3a using Tapatalk

Hello, 

Not sure where you mean ? I've enabled the community radio firmware
plugin as shown below:

Are you referring to some thing else ? 

3277632776


+---+
|Filename: Snap 2021-01-01 at 14.40.26.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32776|
+---+


bayard1music's Profile: http://forums.slimdevices.com/member.php?userid=51497
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread slartibartfast


bayard1music wrote: 
> Hello,
> 
> Forgive me if this is already covered. 
> 
> I've just replaced my rasberry pi server with Logitech Media Server
> Version: 8.0.1 - 1608617100
> 
> I've installed the community radio plugin on the server.
> 
> I've also installed the 'Version Comparison' Patch on the Squeezebox
> radio and ticked the 'reload after upgrade' option box too on the
> radio.
> 
> When I attempt a manual software upgrade on the Squeezebox Radio it says
> 'it's up to date' and offers only 7.7.3 to over write.
> 
> I've previously reset the radio and powered it down. 
> 
> Is there something I need to do for this to work please?
> 
> If possible a 'tidy' list of all steps would possibly help.
> 
> I'm keen to try out some of the fixes in particular your fix to the ICY
> metadata.
> 
> Thanks again for all your good work.There is a tick box in the community 
> Radio firmware plugin.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


i've generated file but it says chromeclast bridge is not running. i'0ve
chosen armv6hf



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


it doesn't work even if a choose any chromeclast binary. it says 

Configuration file missing - create one by clicking "generate" or, if
autosave is on, refresh this page

i can't see any generate button

it says not running



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


i see only arch54 (static or not) or arm6hf (static or not) which one?
i'm on raspbeppi ip 4 picoreplayer



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread kl78


Here you have my config:[image:
https://uploads.tapatalk-cdn.com/20210101/837216810446b0dc126646432265b066.jpg]





kl78's Profile: http://forums.slimdevices.com/member.php?userid=70889
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


installed chrom eclast bridge but it says 

Configuration file missing - create one by clicking "generate" or, if
autosave is on, refresh this page

i can't see any generate button and nothing happnes if i refresh.



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread kl78


Install and reboot LMS. Plugin should discover GH devices and let you
play on them.
I'm using GH mini in my bathroom to play radio evertytime someone
enters. It works flawlessly.





kl78's Profile: http://forums.slimdevices.com/member.php?userid=70889
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-01-01 Thread bayard1music


Hello,

Forgive me if this is already covered. 

I've just replaced my rasberry pi server with Logitech Media Server
Version: 8.0.1 - 1608617100

I've installed the community radio plugin on the server.

I've also installed the 'Version Comparison' Patch on the Squeezebox
radio and ticked the 'reload after upgrade' option box too on the
radio.

When I attempt a manual software upgrade on the Squeezebox Radio it says
'it's up to date' and offers only 7.7.3 to over write.

I've previously reset the radio and powered it down. 

Is there something I need to do for this to work please?

If possible a 'tidy' list of all steps would possibly help.

I'm keen to try out some of the fixes in particular your fix to the ICY
metadata.

Thanks again for all your good work.



bayard1music's Profile: http://forums.slimdevices.com/member.php?userid=51497
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


kl78 wrote: 
> Yes. Chromecast plugin!

great! is it enought o install that plugin? it would be great, new
google nest audio players sound very well configured in stereo



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread kl78


Yes. Chromecast plugin!





kl78's Profile: http://forums.slimdevices.com/member.php?userid=70889
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


[SlimDevices: Plugins] playing lms on google home players

2021-01-01 Thread nervoteso


hello
is there ny way to play music stored in lms through google home players?



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=113578

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread Michael Herger

[21-01-01 13:29:12.1756] Plugins::Spotty::API::__ANON__ (1428) error:
429 unknown


Go to the Spotty settings and follow the instructions to get your own 
Client ID.


--

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread Michael Herger

I've manually installed DynamicPlayList-2.10.247.zip and
SQLPlayList-2.6.272.zip in 8.1 and they work fine for my use case.


Thanks! I've added them to the list of unsupported, but likely 
compatible plugins which can optionally be listed in LMS 8.1's plugin 
manager.


--

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2021-01-01 Thread mhsparks


I've manually installed DynamicPlayList-2.10.247.zip and
SQLPlayList-2.6.272.zip in 8.1 and they work fine for my use case.

Realistically I'm not going to be able to support them as the codebase
is pretty huge with a lot of functionality. Presumably I should make a
change / PR to unsupported.xml in LMS-Community/lms-plugin-repository so
people are able to install them at their own risk?



mhsparks's Profile: http://forums.slimdevices.com/member.php?userid=64142
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread BeMa


mherger wrote: 
> > I wonder what this could be ? Sometimes it just don't change to the
> new
> > song when doing shuffling...
> 
> Please check the server.log for any hint about the issue.
> 
> -- 
> 
> Michael

[21-01-01 13:29:12.1755] Plugins::Spotty::API::__ANON__ (1424) API call:
me/player?market=from_token
[21-01-01 13:29:12.1756] Plugins::Spotty::API::__ANON__ (1428) error:
429 unknown
[21-01-01 13:29:12.1759] Plugins::Spotty::API::error429 (1486) Access
Rate limit exceeded for: me/player?market=from_token; retry after 1
seconds.

/Bengt



BeMa's Profile: http://forums.slimdevices.com/member.php?userid=71161
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2021-01-01 Thread pputzer


CJS wrote: 
> I am running LMS 8.1.1 dd 28 dec 2020, and as far as I can see this
> "reliable" plugin is included as a 3rd party plugin. See you need to
> install this plugin via the LMS Plugins tab and enable it via its
> Settings. See screenshot below.
> 
> 32771

Yes, I know I can install the plugin. My question was whether (some) of
those architectural changes had already been incorporated into LMS
proper.





pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842
View this thread: http://forums.slimdevices.com/showthread.php?t=112518

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread Greg Erskine


pCP6.1.0 or even pCP7.0.0 will work on any RPi.



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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


Re: [SlimDevices: Plugins] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2021-01-01 Thread CJS


pputzer wrote: 
> Have the fixes from this plugin been integrated into LMS 8.1.1? There is
> a recent commit that looks like it was, but since it has not been
> mentioned here ...
I am running LMS 8.1.1 dd 28 dec 2020, and as far as I can see this
"reliable" plugin is included as a 3rd party plugin. See you need to
install this plugin via the LMS Plugins tab and enable it via its
Settings. See screenshot below.

32771


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


| LMS 8.1.1 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC Zero |
SqueezeAMP |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112518

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


Re: [SlimDevices: Plugins] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2021-01-01 Thread pputzer


Have the fixes from this plugin been integrated into LMS 8.1.1? There is
a recent commit that looks like it was, but since it has not been
mentioned here ...



pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842
View this thread: http://forums.slimdevices.com/showthread.php?t=112518

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread devilsfun


mherger wrote: 
> > I'm using spotty with the picoreplayer and a pi. since the update to
> > ver. 4.4.6 I have no function and get the error message that I need
> > pearl with sll.
> 
> Please share your server.log.zip 
> (https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a), and give at 
> least the literal error message.
> 
> -- 
> 
> Michael

Hi Michael,

thank you for quick reply. 
The problem is solved, I only need to update the pCP from ver. 6 to
version 7.

Regards

Daniel



devilsfun's Profile: http://forums.slimdevices.com/member.php?userid=62326
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread bpa


pimco wrote: 
> First thanks for the LMS continuous support. Thanks your great job I can
> still enjoy music with a more than 10 years old squeezebox v3. Simply
> great!
> I have installed yesterday LMS 8.1.0 on Ubuntu 20.04 and have the same
> problem as described by adamslim earlier in this thread: the plugin is
> flagged as incompatible and the plugin folder is gone. Did I miss
> something ?
> Thanks,
> Pierre
I have Ubuntu 20.04 and Waveinput shows up in the Plugins tab under "3rd
Party plugins"  with no problem and installs OK with no additional
repositories.

How did you try to install it ?
Have you any additional repositories added ?

What processor Arm , x86 , other ?



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

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


Re: [SlimDevices: Plugins] up to date list of repositories

2021-01-01 Thread slartibartfast


Mercenary wrote: 
> Thanks for the quick reply guys,
> I am running 8.1.0 - 1608700893 so everything should be there already.
> 
> Have a great 2021.
> 
> Cheers,
> 
> MercYou might be better off with the nightly 8.1.1 which contains bug fixes
.
https://downloads.slimdevices.com/nightly/?ver=8.1

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=113566

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


Re: [SlimDevices: Plugins] Announce: WaveInput for Linux

2021-01-01 Thread pimco


bpa wrote: 
> WaveInput plugin can now be installed in LMS 8.*

First thanks for the LMS continuous support. Thanks your great job I can
still enjoy music with a more than 10 years old squeezebox v3. Simply
great!
I have installed yesterday LMS 8.1.0 on Ubuntu 20.04 and have the same
problem as described by adamslim earlier in this thread: the plugin is
flagged as incompatible and the plugin folder is gone. Did I miss
something ?
Thanks,
Pierre



pimco's Profile: http://forums.slimdevices.com/member.php?userid=71162
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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


Re: [SlimDevices: Plugins] up to date list of repositories

2021-01-01 Thread Mercenary

Thanks for the quick reply guys,
I am running 8.1.0 - 1608700893 so everything should be there already.

Have a great 2021.

Cheers,

Merc


erland wrote: 
> The repositories listed in this file are included by default so they
> doesn’t have to be registered manually. I think this file is used for
> LMS 8.1 (maybe also 8.0), but I’m not sure it’s used for 7.* releases.
> Anyway, if a plugin isn’t listed in LMS Settings/Plugins it’s either
> because it isn’t available for the LMS version used or it’s handled in a
> repository not included in the default repository generated from the
> above file.
> 
> The old repository list can be found on the wiki:
> https://wiki.slimdevices.com/index.php/Logitech_Media_Server_repositories.html
> 
> Some plugin repositories, for example those developed by Eric Koldinger,
> might no longer be available due to being hosted on Google Code which
> have been shutdown. Not sure if Eric migrated his repository to a new
> place after Google decided to terminate Google Code. I think the Google
> Code content has been archived by Google so you can probably get it with
> a little bit of work.




3 * Boom, 1 * Radio, 1 * Touch, 1 SB Classic, 2 SB Duet, 1pi with
picoreplayer, server and music on Synology DS718+
library ~50.000 titles

Mercenary's Profile: http://forums.slimdevices.com/member.php?userid=48563
View this thread: http://forums.slimdevices.com/showthread.php?t=113566

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread Michael Herger

I'm using spotty with the picoreplayer and a pi. since the update to
ver. 4.4.6 I have no function and get the error message that I need
pearl with sll.


Please share your server.log.zip 
(https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a), and give at 
least the literal error message.


--

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-01-01 Thread devilsfun


Hi,

and a happy new year.

I'm using spotty with the picoreplayer and a pi. since the update to
ver. 4.4.6 I have no function and get the error message that I need
pearl with sll.

is there a way to fix it, or to downgrade to the last version of
spotty.

Regards

Daniel



devilsfun's Profile: http://forums.slimdevices.com/member.php?userid=62326
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] pCP & iPeng | Volume jumps

2021-01-01 Thread marflao


First of all "Happy New Year" to all of you!!

Unfortunately my issue is still there hence I'm thinking of setting up
the "Kitchen" player with a newer version of pCP (just to give this a
try to get rid of those volume jumps). 

Question:
i) will pCP version 6.1 run on the Pi Zero (not sure if this Pi is
powerful enough for that version) and
ii) can the "Living room" player still remain on pCP 5.0 (or do I need
to upgrade it to 6.1, too)?

Or does anybody of you have a hint why those jumps do occur (and how to
"avoid" them)?

Thanks in advance.





marflao's Profile: http://forums.slimdevices.com/member.php?userid=57334
View this thread: http://forums.slimdevices.com/showthread.php?t=113190

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