Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin
SamY wrote: > Attached is my latest version of Plugin.pm, which contains the fix for > client volume spiking to 100% when attempting to sync to the AVR. I am > confident that it should fix the problems many have been experiencing in > this area. Feedback is welcomed. If you downloaded the version I posted > yesterday, please replace it with this one. Thanks. > > -Sam Hi Sam, not sure if it relates to your newer version of plugin.pm but LMS is no longer controlling the amps. I never got around to testing it out when I first put it in and just in the past few days I noticed that when turning my LMS players off the related amp doesn't turn off. I explored and found that they do not turn the amps on, or control the amp volume, just the volume in the player varies. I just went to put the original plugin.pm back to see if it fixes it and it has disappeared out of the DenonAvpControl folder in InstalledPlugins! (I had renamed it pluginOLD.pm thinking it would stay there if I needed it. Perhaps I should go back to your first version and try that? Regards, David *Server*rpi3 pCP5.0.1 LMS7.9.2 *Media*USB hard drive *Lounge/dining areas*SBT > Denon AVR2113 > Bose Acoustimass10 / Krix Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton 680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+) *Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix C, Holographix R & Original Seismix 7 15" 400w RMS sub *Alfresco*as above zone 2 > Krix Tropix *Others*SB Player/androids > Bose Soundlink Mini *SBT/SB Player Remotes* Squeeze Ctrl/androids DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056 View this thread: http://forums.slimdevices.com/showthread.php?t=60114 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How to Remove Incompatible Plugins
I'm not an LMS developer (yet), but for this issue with NPR Radio plugin, is this simply a matter of updating https://github.com/LMS-Community/lms-plugin-repository/blob/master/extensions.xml, with maxTarget set to something correct? Like maxTarget="7.9", or whatever that may correctly be? That file is created automatically from the developers' own file. It's the plugin developer who has to fix that value. ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Spotty - "Spotify credentials missing" every day
Pleased to say that I have managed to solve this problem by updating to Logitech Media Server Version: 8.2.0 - 1613284924 I still have no idea what the problem was. Every night, overnight, Spotty would stop working and LMS would need a restart. Since the upgrade it has been working for 5 days solid. Also all my attempts to extract the log file from "/var/log/squeezeboxserver/server.log (100, 500, 1000 lines, everything, ZIP archive)" failed with a file of 0kb. Now all those links in Settings/Information are working correctly too. Nojelc's Profile: http://forums.slimdevices.com/member.php?userid=14353 View this thread: http://forums.slimdevices.com/showthread.php?t=113911 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How to Remove Incompatible Plugins
bpa wrote: > Good. That avoids one possible source. > > > Yes but in this case they don't install - they are on the list to be > installed but never get installed as they fail validation but LMS will > probably try to install at next startup. > > If developer had made a mistake or omitted something (plugin updates are > rarely done at leisure) - plugin install may fail at one of many points > or may partially succeed (e.g. wrong name in URL, bad checksum, error in > code). > > The main point is that LMS hasn't crashed or broken anything else so > current methods are adequate. If you feel LMS must be improved - just > write the code and submit the pull request. I'm not an LMS developer (yet), but for this issue with NPR Radio plugin, is this simply a matter of updating https://github.com/LMS-Community/lms-plugin-repository/blob/master/extensions.xml, with maxTarget set to something correct? Like maxTarget="7.9", or whatever that may correctly be? Thanks again, for the info. rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728 View this thread: http://forums.slimdevices.com/showthread.php?t=113975 ___ 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)
sachadog wrote: > Hello Paul, > > Yes I do have it ticked. > > The moment I use Flow, the system comes to a grinding halt. If Flow > isn't used, I get individual tracks and artwork and artist as it should > be. > > I've even deleted LMS and re-installed a clean download, updated my > plug-ins, but still the moment Flow is started, the music stops. > > My home Wi-Fi signals are very strong. I have four mesh discs with no > blackspots in the house. My Cambridge Audio player is indicating > maximum signal being received. > > It all seems to track back to the Flow setting. I have tried the system > playing to wireless speakers (Yamaha). Philippe's plug-in finds them > with ease. Again, they play individual tracks of music, but once Flow > is used, the music stops. > > I've tried my Roberts Radios, which are internet capable. They too > receive individual music tracks, but come to a stop when Flow is used. > They show the artwork and artist etc, on their screens, but as soon as > flow is used, this become an unknown > > track, unknown artist and no artwork. > > If I change the setting in Flow to MP3, then "if" music plays, it plays > Flac tracks as MP3 without artwork or artist details, with just a ? on > the screen. That playback can be very flakey, stopping and starting > randomly. But take Flow out of the system > > and tracks play. However, that replay isn't always one track after > another. If the music stops at the end of a track, the next track > details may show on the screen, but not play. > > It's all very odd! > > Dave M. Please bear with me for a few lines of comments - Flow mode works and in fact by design should be the most stable working mode because it avoid the transition between tracks which are a nightmare in UPnP. - Flow uses the most CPU because the audio potentially transcoded by LMS, then decoded by the bridge, then re-encoded by the bridge into flac or mp3. So that might explain difficulties if you have not enough CPU - Flow acts like a webradio and this is why metadata is difficult. There is one option for limited support of artist, title and artwork *if* the player supports the ICY protocol. If not, then you'll miss any metadata. So please check that metadata sending is activated *and* send ICY metadata is enabled as well. - In non-flow mode, if playback stops and the end of one track and does not move to the next track, then the UPnP track "chaining" is not working properly. It can be due to player not supporting gapless (see related option) - Now, for all that, at some point it becomes useless to discuss about it w/o logfiles. I do *not* need to have set "additional debugging" to anything else than "none" to start with, but I need these log file. - In addition, a copy of your config file helps LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3 philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
mr-b wrote: > Didn't even know about an APK! > But in any case it looks very similar to FF: > > 33471You can change the scale in "Application Settings". It might help. 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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > That's odd, it looks like it is not remote streaming from server but > direct to your player. Would you mind setting the logging level to for > plugin.virginradio to debug and starting a live virgin radio stream and > send me the log please. Hope I got this right, server log attached, thanks for spending the time to have a look :) +---+ |Filename: server.log.zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33472| +---+ gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
slartibartfast wrote: > Android or iPhone? If Android try the material APK. > Didn't even know about an APK! But in any case it looks very similar to FF: 33471 +---+ |Filename: 2021-02-19 22.21.17 apk (Small) cropped.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33471| +---+ mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044 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] How to Remove Incompatible Plugins
rootee wrote: > "Use unsupported extensions" is _un_checked for me... Good. That avoids one possible source. > Ok, so you're saying that there can still remain rogue, incompatible > plugins (E.g. NPR Radio) users can install, even if "Use unsupported > extensions" is _un_checked, unless developers fix their repo XML's? Yes but in this case they don't install - they are on the list to be installed but never get installed as they fail validation but LMS will probably try to install at next startup. If developer had made a mistake or omitted something (plugin updates are rarely done at leisure) - plugin install may fail at one of many points or may partially succeed (e.g. wrong name in URL, bad checksum, error in code). The main point is that LMS hasn't crashed or broken anything else so current methods are adequate. If you feel LMS must be improved - just write the code and submit the pull request. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113975 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Archive.org
streifenleopard wrote: > Hello, > is it possible somehow to make LMS fetch music from this source: > https://archive.org/details/album_recordings?and%5B%5D=%28NOT+access-restricted-item%3Atrue+%29&sin=&sort=-week > Could there even be a plugin in theory or is this just out of the > question? years ago there was a LMS plugin for archive.org (at least the Live Music Archive portion). It quit working. There are several apps on smartphones that can browse, search, and play music from archive.org, so I assume it would be possible. *Home:* Pi4B-8GB/pCP7.x/4TB>LMS 8.1.x>Transporter, Touch, Boom, Radio (all ethernet) *Cottage:* rPi4B-4GB/pCP7.x/4TB>LMS 8.1.x>Touch>Benchmark DAC I, Boom, Radio w/Battery (Radio WIFI) *Office:* Win10(64)>foobar2000 *The Wild: *rPi3B+/pCP4.0/4TB>hifiberry Dac+Pro (LMS & Squeezelite) *Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin, or SqueezePlay 7.8 on Win10(64) *Files:* -Ripping-: dbpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes, TuneFusion; -Streaming:- Spotify garym's Profile: http://forums.slimdevices.com/member.php?userid=17325 View this thread: http://forums.slimdevices.com/showthread.php?t=113989 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] Archive.org
Hello, is it possible somehow to make LMS fetch music from this source: https://archive.org/details/album_recordings?and%5B%5D=%28NOT+access-restricted-item%3Atrue+%29&sin=&sort=-week Could there even be a plugin in theory or is this just out of the question? dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a hifiberry dac+ running picoreplayer (any old version?) -- plugins: material skin, mai, podcasts, musik - folge mir, squeezelite-x, squeeze ctrl streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019 View this thread: http://forums.slimdevices.com/showthread.php?t=113989 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] How to Remove Incompatible Plugins
bpa wrote: > The 3rd party Plugins are listed in the extensions repo xml which is > downloaded as required by LMS from here > https://github.com/LMS-Community/lms-plugin-repository/blob/master/extensions.xml > > The NPR plugin is listed as Maxversion of *"* which means no LMS version > restricitions. > > > > Except keeping "Use unsupported extensions" setting unchecked, you can't > anything more - it is up to plugin developer to keep the data correct. > > What happened was 8.* released and my plugins had a max version then of > 7.9.* > I hadn't tested the older plugin whether they worked with 8.* so it was > safeer to keep restrictions. > Usually there isn't a great takeup of 8.0.0 release - a lot of user wait > until 8.0.1 so it seemed like no pressure. > However 8.0.0 had a lot of on-line integration features and Tidal > support that meant there was a rush of "non-technical" users to update > followed by a rush of "complaint" about plugins not loading. > > So with lots of caveats - I made a blanket change to all my plugins. I > removed what I thought were all the "old" plugin but NPR slipped by. > > For those users who still wanted to use incompatible plugins whose > developer didn't update their repo xml - the Plugin "Use unsupported > extensions" setting was added to LMS. Ok, so you're saying that there can still remain rogue, incompatible plugins (E.g. NPR Radio) users can install, even if "Use unsupported extensions" is _un_checked, unless developers fix their repo XML's? rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728 View this thread: http://forums.slimdevices.com/showthread.php?t=113975 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
[SlimDevices: Plugins] Power Script for Windows version of Squeezelite
Hi all, Massively appreciate the hard work everyone puts in to keep this project alive. Unless I'm missing something, the windows version of Squeezelite doesn't have the "-S " option, is this possible to implement in a future update or is there an alternative way of running a script when players turn on/off with the windows version? Thanks, Tony tonymahoney's Profile: http://forums.slimdevices.com/member.php?userid=71420 View this thread: http://forums.slimdevices.com/showthread.php?t=113988 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Squeezelite on rPi 3 suddenly not working
Well, many thanks to all, especially @Man in a van (ronnie) and @bpa. After literally (by which I literally mean literally) exactly following the steps outlined in post #26 of this thread I can report success. I have to say that although I'm (fairly) certain that I had tested the "-a :::0" flag in one of my many attempts, it could be that I have created a false memory. One point that I will add to the discussion. At least on my pi4 (2Gb), I had to set the "Wait for network" in the configuration. Before I did that, a "ghost" entry would show up in the LMS Player Information list with a MAC address of 00:00:00:00:00:00. I expect this is because squeezelite was starting before the network had finished initializing. Note, the capture from below is before I upgraded to the latest squeezelite. > > raspberrypi Player Model: SqueezeLite > Player Type: squeezelite > Firmware: v1.8 > Player IP Address: 192.168.1.151 > Player MAC Address: 00:00:00:00:00:00 > > raspberrypi Player Model: SqueezeLite > Player Type: squeezelite > Firmware: v1.8 > Player IP Address: 192.168.1.151 > Player MAC Address: xx:xx:xx:xx:xx:xx > Once again, thanks for the hints, feedback and patience. Cheers, David ryandkg's Profile: http://forums.slimdevices.com/member.php?userid=71415 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
mr-b wrote: > Not zoomed. > It looks better on Chrome (Firefox normally). > Time for a bigger phone ... > > 33466Android or iPhone? If Android try the material APK. 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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
slartibartfast wrote: > Mine doesn't look like that. How much have you zoomed in? > Not zoomed. It looks better on Chrome (Firefox normally). Time for a bigger phone ... 33466 +---+ |Filename: 2021-02-19 17.49.29 chrome (Small) cropped.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33466| +---+ mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044 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] Squeezelite on rPi 3 suddenly not working
Paul Webster wrote: > I think that RPi4 (and perhaps 400) is the only RPi model(s) that needs > nmap 0 Like the OP in this thread, I found that it was necessary, in my case on a 3B+. Discussed in this thread: https://forums.slimdevices.com/showthread.php?113962-Squeezelite-and-HDMI-output-on-Raspberry-Pi-OS-(Pi-3B-3B-)&p=1010161&viewfull=1#post1010161 I started that thread because I hadn't realized that this thread was about the same issue. I was using HDMI output, while this is about headphone output. 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=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
tfec wrote: > Material skin is so wonderfull :D, but there are some ugly icons :mad: > from the LMS-system and other, so I made 3 files in my prefs/plugin > folder Material -should- be remapping most icons to monochrome icons. And 'Radio Paradise' is mapped for me. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. 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
Material skin is so wonderfull :D, but there are some ugly icons :mad: from the LMS-system and other, so I made 3 files in my prefs/plugin folder :cool:: - material-skin.desktop.css - material-skin.mobile.css - material-skin.now-playing.css put in there this: Code: /* b&w radio-icon + img onerror design */ img[src="/plugins/TuneIn/html/images/icon_1024x1024_f.png"] {filter: grayscale(1) invert(1) contrast(4);} img[src="/plugins/TuneIn/html/images/icon_300x300_f.png"] {filter: grayscale(1) invert(1) contrast(4);} img[src="/html/images/radio_1024x1024_f.png"] {filter:brightness(2);} img[src="/html/images/radio_300x300_f.png"] {filter:brightness(2);} img[src="/plugins/RadioParadise/html/icon_300x300_f.png"] {filter: grayscale(1) invert(1) contrast(2);} img[src="/plugins/RadioParadise/html/icon_1024x1024_f.png"] {filter: grayscale(1) invert(1) contrast(2);} 1x docker on qnap ts-453b as lms | 1x raspberry pi zero w +picoreplayer v6.0.0-b7 as usb-player + 'teac ud-501' (http://www.teac.com/product/ud-501/) usb-dac + 'phonitor mini' (https://spl.info/en/products/headphone-amplifier/phonitor-mini/overview.html) headphone amplifier + 'akg k812' (http://www.akg.com/headphones/professional%20headphones/k812.html?dwvar_k812_color=black-global-current#start=1) headphones | 2x squeezebox classic | 1x squeezbox radio | 1x raspberry pi with 'hifimediy es9023 dac' (http://hifimediy.com/dacs/diy-dacs/i2s-dac) +picoreplayer 6.0 | 1x google chromecast audio with arcam fmj a22 + b&w nautilus 805 | 1x google chromecast audio with 'philips fidelio ds9000/12' (https://www.philips.de/c-p/ds9000_12/dockingstation) | 1x squeezelite on macbook pro catalina tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057 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
bz31 wrote: > I would just like to understand. What is the difference between source > code and release? Thanks. > Edit: I ask the question because the files are not the same Release code has been minified and combined. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. 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
mr-b wrote: > Thanks for listening to my delayed reply on this - the Information page > looks like a mass of text *to me* i.e. I appreciate that some may find > Platform architecture, Perl Version and Database Version et al to be > interesting on a frequent basis, but I'm in the group that doesn't! ;-) > I'm not denying it's useful, but could there be better ways of > presenting it other than a laundry list that takes up 7 screenfuls on my > mobile? > > That said, I do miss the Media Scan Details section, as I find myself > checking that quite frequently, and it's hard to view on a mobile. > > > > > I wasn't referring to an order change, rather than *adding* buttons to a > different place for the fairly common admin tasks. > > I have to hunt around to find 'Restart Server', I always forget it's > under the 3 dots under Server Settings. > > Also the Rescan drop-down options are truncated under Information. Might > they be easier to display if they were separate? > > 33463 > > FWIW Orange Squeeze lists the various rescan and wipe cache tasks under > a top level Maintenance menu which is very handy. But I do prefer the > Material library navigation. :) > > 33462Mine doesn't look like that. How much have you zoomed in?[image: https://uploads.tapatalk-cdn.com/20210219/66ca1b14d67b48c0bb6c0c514d4b2cd5.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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
gegen wrote: > On my piCorePlayer 7.0, LMS 8.2, RPI 4 install I'm not seeing any meta > data or artwork in either the Virgin Radio (UK) plugin or the Times > Radio Plugin LIVE feeds. > > (I do get meta data and artwork on Times Radio listen again but not on > Virgin Radio listen again). BBC Sounds plugin all present and correct :) > if that's relevant. > > Any help much appreciated.and also a big thankyou to expectingtofly > I use these plugins all the time! > That's odd, it looks like it is not remote streaming from server but direct to your player. Would you mind setting the logging level to for plugin.virginradio to debug and starting a live virgin radio stream and send me the log please. EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
mr-b wrote: > > Yes I see Rescan is there - I find it gets buried under the mass of Info > text though. Plus it's an admin action so Information doesn't feel like > a natural fit for it. cpd73 wrote: > Its not a "mass of text", but perhaps I should add a method to collapse > these lists. I agree that "Information" is not the best name. Perhaps > "Status"? Thanks for listening to my delayed reply on this - the Information page looks like a mass of text *to me* i.e. I appreciate that some may find Platform architecture, Perl Version and Database Version et al to be interesting on a frequent basis, but I'm in the group that doesn't! ;-) I'm not denying it's useful, but could there be better ways of presenting it other than a laundry list that takes up 7 screenfuls on my mobile? That said, I do miss the Media Scan Details section, as I find myself checking that quite frequently, and it's hard to view on a mobile. mr-b wrote: > Will be interested to see 2.3. > Could these common admin tasks be added somewhere a bit less busy? Maybe > add to the 3 dots existing Shutdown and Restart menu options, wherever > that ends up? cpd73 wrote: > > No, as stated these pages are from the Classic skin - if you want the > order changed here this would need to be changed in LMS. > > I'll see about renaming/re-arranging the 'Information' dialog so that > its a sort of 'Basic server settings' - as per the current 'Player > settings' I wasn't referring to an order change, rather than *adding* buttons to a different place for the fairly common admin tasks. I have to hunt around to find 'Restart Server', I always forget it's under the 3 dots under Server Settings. Also the Rescan drop-down options are truncated under Information. Might they be easier to display if they were separate? 33463 FWIW Orange Squeeze lists the various rescan and wipe cache tasks under a top level Maintenance menu which is very handy. But I do prefer the Material library navigation. :) 33462 +---+ |Filename: 2021-02-19 16.06.49 (Small) cropped.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33463| +---+ mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044 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] Squeezelite on rPi 3 suddenly not working
Paul Webster wrote: > I think that RPi4 (and perhaps 400) is the only RPi model(s) that needs > nmap 0 You may well be correct, here is a rpi3b with the old debian squeezelite 33464 Plays fine ronnie +---+ |Filename: old squeezelite.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33464| +---+ Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] Squeezelite-X
Peter Galbavy wrote: > Oh! Shiny! Logs! Yes, I am on the correct version, thanks for a way to > check. I will also now watch logs when the playback pauses... Just FYI, the squeezelite player has its own separate logging capability, which you can enable by including the appropriate switch in the squeezelite parameters window (-f switch). Maybe I should add an option to make that easier. R Greg Dawson Squeezelite-X rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
slartibartfast wrote: > I only use Advanced Search to create library views so wouldn't miss > saved searches. > > Sent from my Pixel 3a using Tapatalk I tried it once, just to see how it worked, but couldn't think of a use for it. Other than creating a library view, I mean. 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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
Shozzer wrote: > I have never used Save Search and don't anticipate a use case to do so. > > Steve+1 Sent from my CLT-L04 using Tapatalk NovaNed's Profile: http://forums.slimdevices.com/member.php?userid=68240 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] : Virgin Radio (UK) Plugin
expectingtofly wrote: > Ok, thanks. > > I've tweaked that, and its available from the beta repository ( > http://plugins.expectingtofly.co.uk/betarepo.xml ) > Would you mind confirming that is now working for you. On my piCorePlayer 7.0, LMS 8.2, RPI 4 install I'm not seeing any meta data or artwork in either the Virgin Radio (UK) plugin or the Times Radio Plugin LIVE feeds. (I do get meta data and artwork on Times Radio listen again but not on Virgin Radio listen again). BBC Sounds plugin all present and correct :) if that's relevant. Any help much appreciated.and also a big thankyou to expectingtofly I use these plugins all the time! 33458 33456 33457 +---+ |Filename: chrome_hVdHpMWlG3.png| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33458| +---+ gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver
Hi I seem to be having the same problem as dmon Windows 10 system. Logitech Media Server Version: 8.1.1 - 1610364019 @ Mon Jan 11 12:27:34 WEST 2021 Hostname: Server IP Address: Server HTTP Port Number: 9000 Operating system: Windows 10 - EN - cp1252 Platform Architecture: 8664 Perl Version: 5.14.1 - MSWin32-x86-multi-thread Audio::Scan: 1.02 IO::Socket::SSL: 2.068 Database Version: DBD::SQLite 1.58 (sqlite 3.22.0) Total Players Recognized: 7 Log below showing attempts to start track using both material and standard skin: Code: [21-02-19 14:41:29.4004] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: friends [21-02-19 14:41:29.4008] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 0 [21-02-19 14:41:29.4013] Plugins::SqueezeCloud::Plugin::tracksHandler (325) quantity: 1 [21-02-19 14:41:29.4017] Plugins::SqueezeCloud::Plugin::__ANON__ (339) i: 0 [21-02-19 14:41:29.4020] Plugins::SqueezeCloud::Plugin::__ANON__ (344) max: 1 [21-02-19 14:41:29.4023] Plugins::SqueezeCloud::Plugin::__ANON__ (432) fetching: https://api.soundcloud.com/me/followings.json?offset=0&oauth_token=3-82597-116688636-JTCyg3z4Ovs3Xcz&; [21-02-19 14:41:29.5785] Plugins::SqueezeCloud::Plugin::__ANON__ (483) this page: 1 total: 501 [21-02-19 14:41:29.5792] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: friend [21-02-19 14:41:29.5796] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 1 [21-02-19 14:41:29.5797] Plugins::SqueezeCloud::Plugin::tracksHandler (325) quantity: 1 [21-02-19 14:41:29.5797] Plugins::SqueezeCloud::Plugin::__ANON__ (339) i: 1 [21-02-19 14:41:29.5798] Plugins::SqueezeCloud::Plugin::__ANON__ (344) max: 1 [21-02-19 14:41:29.5799] Plugins::SqueezeCloud::Plugin::__ANON__ (432) fetching: https://api.soundcloud.com/users/338690.json?offset=1&limit=1&&oauth_token=3-82597-116688636-JTCyg3z4Ovs3Xcz&; [21-02-19 14:41:29.7938] Plugins::SqueezeCloud::Plugin::__ANON__ (483) this page: 3 total: 501 [21-02-19 14:41:29.7945] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: tracks [21-02-19 14:41:29.7949] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 1 [21-02-19 14:41:29.7952] Plugins::SqueezeCloud::Plugin::tracksHandler (325) quantity: 1 [21-02-19 14:41:29.7956] Plugins::SqueezeCloud::Plugin::__ANON__ (339) i: 1 [21-02-19 14:41:29.7959] Plugins::SqueezeCloud::Plugin::__ANON__ (344) max: 1 [21-02-19 14:41:29.7963] Plugins::SqueezeCloud::Plugin::__ANON__ (432) fetching: https://api.soundcloud.com/users/338690/tracks.json?offset=1&limit=1&&oauth_token=3-82597-116688636-JTCyg3z4Ovs3Xcz&; [21-02-19 14:41:29.8979] Plugins::SqueezeCloud::Plugin::__ANON__ (483) this page: 1 total: 501 [21-02-19 14:41:29.8997] Plugins::SqueezeCloud::ProtocolHandler::getNextTrack (189) Getting track from soundcloud for 988838158 [21-02-19 14:41:30.1050] Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (138) https://api.soundcloud.com/tracks/988838158/stream?client_id=112d35211af80d72c8ff470ab66400d8 [21-02-19 14:41:30.1084] Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (153) setting soundcloud_meta_988838158 [21-02-19 14:41:30.1095] Slim::Player::Song::open (480) Warning: stream failed to open [soundcloud://988838158]. [21-02-19 14:41:35.5723] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: friends [21-02-19 14:41:35.5727] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 0 [21-02-19 14:41:35.5731] Plugins::SqueezeCloud::Plugin::tracksHandler (325) quantity: 1 [21-02-19 14:41:35.5734] Plugins::SqueezeCloud::Plugin::__ANON__ (339) i: 0 [21-02-19 14:41:35.5737] Plugins::SqueezeCloud::Plugin::__ANON__ (344) max: 1 [21-02-19 14:41:35.5741] Plugins::SqueezeCloud::Plugin::__ANON__ (432) fetching: https://api.soundcloud.com/me/followings.json?offset=0&oauth_token=3-82597-116688636-JTCyg3z4Ovs3Xcz&; [21-02-19 14:41:35.7320] Plugins::SqueezeCloud::Plugin::__ANON__ (483) this page: 1 total: 501 [21-02-19 14:41:35.7327] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: friend [21-02-19 14:41:35.7330] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 1 [21-02-19 14:41:35.7334] Plugins::SqueezeCloud::Plugin::tracksHandler (325) quantity: 1 [21-02-19 14:41:35.7337] Plugins::SqueezeCloud::Plugin::__ANON__ (339) i: 1 [21-02-19 14:41:35.7340] Plugins::SqueezeCloud::Plugin::__ANON__ (344) max: 1 [21-02-19 14:41:35.7344] Plugins::SqueezeCloud::Plugin::__ANON__ (432) fetching: https://api.soundcloud.com/users/338690.json?offset=1&limit=1&&oauth_token=3-82597-116688636-JTCyg3z4Ovs3Xcz&; [21-02-19 14:41:35.9369] Plugins::SqueezeCloud::Plugin::__ANON__ (483) this page: 3 total: 501 [21-02-19 14:41:35.9377] Plugins::SqueezeCloud::Plugin::tracksHandler (323) search type: tracks [21-02-19 14:41:35.9381] Plugins::SqueezeCloud::Plugin::tracksHandler (324) index: 1 [21-02-19 14:41:35.9384] Plugins::SqueezeCloud::
Re: [SlimDevices: Plugins] Announce: Material Skin
cpd73 wrote: > > > - Uninstall any other Material install - git clone https://github.com/CDrummond/lms-material.git - cd lms-material - git checkout 2.2 - Copy, or sym-link, 'MaterialSkin' to LMS's Plugins folder > > > I just want to understand. What is the difference between source code and release? Thanks. bz31's Profile: http://forums.slimdevices.com/member.php?userid=58523 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)
sachadog wrote: > Hello Paul, > > Yes I do have it ticked. > > The moment I use Flow, the system comes to a grinding halt. If Flow > isn't used, I get individual tracks and artwork and artist as it should > be. > > I've even deleted LMS and re-installed a clean download, updated my > plug-ins, but still the moment Flow is started, the music stops. > > My home Wi-Fi signals are very strong. I have four mesh discs with no > blackspots in the house. My Cambridge Audio player is indicating > maximum signal being received. > > It all seems to track back to the Flow setting. I have tried the system > playing to wireless speakers (Yamaha). Philippe's plug-in finds them > with ease. Again, they play individual tracks of music, but once Flow > is used, the music stops. > > I've tried my Roberts Radios, which are internet capable. They too > receive individual music tracks, but come to a stop when Flow is used. > They show the artwork and artist etc, on their screens, but as soon as > flow is used, this become an unknown > > track, unknown artist and no artwork. > > If I change the setting in Flow to MP3, then "if" music plays, it plays > Flac tracks as MP3 without artwork or artist details, with just a ? on > the screen. That playback can be very flakey, stopping and starting > randomly. But take Flow out of the system > > and tracks play. However, that replay isn't always one track after > another. If the music stops at the end of a track, the next track > details may show on the screen, but not play. > > It's all very odd! > > Dave M. I need logs now otherwise itÂ’s just useless speculation LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3 philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
slartibartfast wrote: > Interesting. When that BST experiment took place they gave us school > kids a fluorescent sash to wear when walking to school in the mornings > [emoji3]. So if you had produced this plugin a couple of months later we > wouldn't have found the issue until the clocks went back. > > Edit. That last bit probably isn't true. > > Sent from my Pixel 3a using Tapatalk Yes, alas, it was always going to be an hour out on your raspbian OS EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
slartibartfast wrote: > > Edit. That last bit probably isn't true. > > Sent from my Pixel 3a using Tapatalk Yes, alas, it was always going to be an hour out on you raspbian os EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Squeezelite on rPi 3 suddenly not working
Paul Webster wrote: > I think that RPi4 (and perhaps 400) is the only RPi model(s) that needs > nmap 0 The annoying thing is without the "-a :::0" squeezelite looks like it is working. A slimproto command to change volume show on a log "-d slimproto=info" so squeezelite looks normal - just that playing never starts playing output. By enabling "-d output=info" it shows squeezelite cycles (very fast) re-trying to open the output device and failing. I need to get an up date to date build of squeezelite and see if this behaviour has been fixed/changed. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Squeezelite on rPi 3 suddenly not working
I think that RPi4 (and perhaps 400) is the only RPi model(s) that needs nmap 0 Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Squeezelite on rPi 3 suddenly not working
I have a Raspbian Desktop Pi4 whicis my LMS server. Never bother to test audio on it before. I installed an old squeezelite build 1.9.7 from a tar file. No other files (e.g. no sysntemd stuff). running squeezelite from shell prompt - I get no sound etc. out of CARD=Headphone VLC SQUEEZLITE -D PLUGHW:CARD=-HEADPHONES,DEV=0 NO sound. Sits there no output. Slimproto works OK - vol up /down. SQUEEZLITE -D PLUGHW:CARD=-HEADPHONES,DEV=0 -A :::0 Sound OK. I also noted that if you enable logging "-d output=info" - squeezelite produces lots of log error messages unless there is a "-a :::0" bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > It's a bit of a convoluted answer to that. This has caught me out a > couple of times. > I get the duration of a track as a minutes in text e.g "00:04:00" from > the Virgin API. I use a simple convenient trick to convert that into > seconds using perl function that will convert a date/time string into > the number of seconds since 01/01/1970. For a simple "00:04:00" without > the date that should just give me the straight seconds. That usually > works, but some operating systems remember that there was no GMT time > in 1970 ! They were experimenting with british summer time all year > round !!! > > So actually your Raspbian Operating System is right, your windows 10 is > wrong and so was my picoreplayer installation! > > Anyway, sorry that was probably a more indepth answer than you were > expecting. > The lesson I learnt was to stop being a bit lazy and stop using that > trick to calculate seconds from a time string. Interesting. When that BST experiment took place they gave us school kids a fluorescent sash to wear when walking to school in the mornings [emoji3]. So if you had produced this plugin a couple of months later we wouldn't have found the issue until the clocks went back. 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=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
slartibartfast wrote: > It works OK on my Windows 10 laptop. Why would Raspbian be different if > the timezone is set correctly? > > Sent from my Pixel 3a using Tapatalk It's a bit of a convoluted answer to that. This has caught me out a couple of times. I get the duration of a track as a minutes in text e.g "00:04:00" from the Virgin API. I use a simple convenient trick to convert that into seconds using perl function that will convert a date/time string into the number of seconds since 01/01/1970. For a simple "00:04:00" without the date that should just give me the straight seconds. That usually works, but some operating systems remember that there was no GMT time in 1970 ! They were experimenting with british summer time all year round !!! So actually your Raspbian Operating System is right, your windows 10 is wrong and so was my picoreplayer installation! Anyway, sorry that was probably a more indepth answer than you were expecting. The lesson I learnt was to stop being a bit lazy and stop using that trick to calculate seconds from a time string. EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > Ok, thanks. > > I've tweaked that, and its available from the beta repository ( > http://plugins.expectingtofly.co.uk/betarepo.xml ) > Would you mind confirming that is now working for you.Working now [emoji106]. > Minor quibble, does Virgin Radio need to appear twice?[image: https://uploads.tapatalk-cdn.com/20210219/947490092fa996b2b068aadc081d69b7.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=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > Thanks for that, that's interesting its a timezone problem ! When > working out when the track should play, it is an hour out. > > It's odd how some operating systems do that differently. Ok, I'll fix > that.As a matter of interest, what os are you running your LMS on?It > works OK on my Windows 10 laptop. Why would Raspbian be different if the timezone is set correctly? 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=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
slartibartfast wrote: > Raspbian Buster > > Sent from my Pixel 3a using Tapatalk Ok, thanks. I've tweaked that, and its available from the beta repository ( http://plugins.expectingtofly.co.uk/betarepo.xml ) Would you mind confirming that is now working for you. EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > Thanks for that, that's interesting its a timezone problem ! When > working out when the track should play, it is an hour out. > > It's odd how some operating systems do that differently. Ok, I'll fix > that.As a matter of interest, what os are you running your LMS > on?Raspbian Buster 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=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Squeezelite on rPi 3 suddenly not working
@RYANDKG I hope you find this info helpful :) I made a fresh Raspberry PI OS Desktop on a rpi 4b (2gb) Updated to the latest software > > pi@raspberrypi:~ $ uname -a > Linux raspberrypi 5.10.11-v7l+ #1399 SMP Thu Jan 28 12:09:48 GMT 2021 > armv7l GNU/Linux As *bpa* has remarked, the debian squeezelite download has been ignored for a very long time, this is the last entry from the changelog > Version 1.8 1/2/15 > == > > Features > - support for closing output device when idle with -C option > - support for basic IR input using LIRC on Linux > - support for volume adjustment or unmuting of alsa mixer > - support for inverting output polarity via LMS setting (requires recent > 7.9 server) Anyway I installed it, using the add/remove software feature Navigated to Code: sudo nano /etc/default/squeezelite 33447 changed the volume in alsamixer and then sudo reboot 33448 and music This from the LMS "Info" > raspberrypi > Player Model: SqueezeLite > Player Type: squeezelite > Firmware: v1.8 > Player IP Address: 192.168.1.115 > Player MAC Address: ++:++:++:++:++:+= > This will also work in the Rasberry PI OS Lite I downloaded and installed Ralfy's latest over the top and rebooted music again > raspberrypi > Player Model: SqueezeLite > Player Type: squeezelite > Firmware: v1.9.9-1353 > Player IP Address: 192.168.1.115 > Player MAC Address: ++:++:++:++:++:++ > All the best and stay safe ronnie +---+ |Filename: squeezelite headphones2.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33448| +---+ Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627 View this thread: http://forums.slimdevices.com/showthread.php?t=113867 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
slartibartfast wrote: > Here is a new server log Thanks for that, that's interesting its a timezone problem ! When working out when the track should play, it is an hour out. It's odd how some operating systems do that differently. Ok, I'll fix that.As a matter of interest, what os are you running your LMS on? EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
expectingtofly wrote: > I've released a new version, 1.0.1 it mainly has cosmetic changes. > > It does include further debug logging to assist in diagnosing the > reported meta data issues. Here is a new server log +---+ |Filename: virgin.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33446| +---+ slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
slartibartfast wrote: > I only use Advanced Search to create library views so wouldn't miss > saved searches. > > Sent from my Pixel 3a using Tapatalk 3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+) Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187 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
cpd73 wrote: > For 2.3.0 I'm re-writing Material's 'Advanced search' code to use a > Material dialog, and not using an embedded iframe to access the Classic > skin version. I have most of this working, but have not implemented the > code to save, load, and delete, previous searches. Does anyone actually > use that feature? As in actively use, not just used because its there. > I'm not sure I really see the need for it, and don't want to add code > for it if its not really used. I have never used Save Search and don't anticipate a use case to do so. Steve Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
I've released a new version, 1.0.1 it mainly has cosmetic changes. It does include further debug logging to assist in diagnosing the reported meta data issues. EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)
philippe_44 wrote: > Thanks but I'm missing most of the log Sorry, here is the full log. 33443 Thanks CSL +---+ |Filename: raopbridge-log.log.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33443| +---+ tobal's Profile: http://forums.slimdevices.com/member.php?userid=68294 View this thread: http://forums.slimdevices.com/showthread.php?t=105198 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
I only use Advanced Search to create library views so wouldn't miss saved searches. 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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
Paul Webster wrote: > Just a question since I do not know the answer ... but is saving part of > the functionality required when creating Library Views? You can save an "Advanced Search" as a "Library View", or as a "Saved Search". Personally, saving as a "Saved Search" is not something I use. (Just some examples in saved search drop down below). 33442 +---+ |Filename: advsearch.jpg| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=33442| +---+ *Server - LMS 8.2.0 *Pi4B 4GB/Argon one case/pCP v7.0.1 - 75K library, playlists & LMS cache on SSD (ntfs) *Study -* Pi3B/pCP 7.0.1/pi screen/Hifiberry DAC HAT 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=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
Paul Webster wrote: > Just a question since I do not know the answer ... but is saving part of > the functionality required when creating Library Views? No, I've implemented the virtual library creation - jsut not saving searches themselves. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. 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
Just a question since I do not know the answer ... but is saving part of the functionality required when creating Library Views? Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)
Hello Paul, Yes I do have it ticked. The moment I use Flow, the system comes to a grinding halt. If Flow isn't used, I get individual tracks and artwork and artist as it should be. I've even deleted LMS and re-installed a clean download, updated my plug-ins, but still the moment Flow is started, the music stops. My home Wi-Fi signals are very strong. I have four mesh discs with no blackspots in the house. My Cambridge Audio player is indicating maximum signal being received. It all seems to track back to the Flow setting. I have tried the system playing to wireless speakers (Yamaha). Philippe's plug-in finds them with ease. Again, they play individual tracks of music, but once Flow is used, the music stops. I've tried my Roberts Radios, which are internet capable. They too receive individual music tracks, but come to a stop when Flow is used. They show the artwork and artist etc, on their screens, but as soon as flow is used, this become an unknown track, unknown artist and no artwork. If I change the setting in Flow to MP3, then "if" music plays, it plays Flac tracks as MP3 without artwork or artist details, with just a ? on the screen. That playback can be very flakey, stopping and starting randomly. But take Flow out of the system and tracks play. However, that replay isn't always one track after another. If the music stops at the end of a track, the next track details may show on the screen, but not play. It's all very odd! Dave M. sachadog's Profile: http://forums.slimdevices.com/member.php?userid=10564 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: Material Skin
For 2.3.0 I'm re-writing Material's 'Advanced search' code to use a Material dialog, and not using an embedded iframe to access the Classic skin version. I have most of this working, but have not implemented the code to save, load, and delete, previous searches. Does anyone actually use that feature? As in actively use, not just used because its there. I'm not sure I really see the need for it, and don't want to add code for it if its not really used. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. 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] How to Remove Incompatible Plugins
rootee wrote: > It's not clear to me what you're referring to here... The 3rd party Plugins are listed in the extensions repo xml which is downloaded as required by LMS from here https://github.com/LMS-Community/lms-plugin-repository/blob/master/extensions.xml The NPR plugin is listed as Maxversion of *"* which means no LMS version restricitions. > And, what, if anything, I should manually do to prevent incompatible > plugins from showing up as installable? Except keeping "Use unsupported extensions" setting unchecked, you can't anything more - it is up to plugin developer to keep the data correct. What happened was 8.* released and my plugins had a max version then of 7.9.* I hadn't tested the older plugin whether they worked with 8.* so it was safeer to keep restrictions. Usually there isn't a great takeup of 8.0.0 release - a lot of user wait until 8.0.1 so it seemed like no pressure. However 8.0.0 had a lot of on-line integration features and Tidal support that meant there was a rush of "non-technical" users to update followed by a rush of "complaint" about plugins not loading. So with lots of caveats - I made a blanket change to all my plugins. I removed what I thought were all the "old" plugin but NPR slipped by. For those users who still wanted to use incompatible plugins whose developer didn't update their repo xml - the Plugin "Use unsupported extensions" setting was added to LMS. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113975 ___ 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)
Do you have the "Send LMS metadata to player" settings enabled (check both "common" and per device settings in case it is overridden). Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)
Hi Philippe, I have tried your suggestion. I am now getting all my Flac tracks playing as MP3. I am getting no artist details or album art. Just a big ? on the screen of the player, instead of the art. It also comes up as unknown artist, unknown album. The audio is playing without stops. Regards Dave M. sachadog's Profile: http://forums.slimdevices.com/member.php?userid=10564 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] : Virgin Radio (UK) Plugin
slartibartfast wrote: > The URL I was using for Virgin displayed more technical info about the > stream i.e. 128kbps CBR MP3. The app only displays 0 MP3, is that > expected? > > Sent from my Pixel 3a using Tapatalk Yes, it doesn't populate that info, it probably should... EXPECTINGTOFLY PLUGINS : - *BBC Sounds* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin - *BBC Sounds Wiki* : https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin/wiki - *Virgin Radio (UK)* : https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin - *Times Radio* : https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263 View this thread: http://forums.slimdevices.com/showthread.php?t=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin
The URL I was using for Virgin displayed more technical info about the stream i.e. 128kbps CBR MP3. The app only displays 0 MP3, is that expected? 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=113974 ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins
Re: [SlimDevices: Plugins] [Announce] Squeezelite-X
rgdawson wrote: > This has Squeezelite v1.9.8-1344. You can verify by going to Log Window > (F12) | Information | Squeezelite. (You have the option to use > Squeezelite v1.9.7-1256 by enabling "Legacy WMA support" in > Debug/Experimental options (Ctrl-Shift-D in Settings|Application tab). Oh! Shiny! Logs! Yes, I am on the correct version, thanks for a way to check. I will also now watch logs when the playback pauses... Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718 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