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

2022-01-07 Thread slartibartfast


beneix wrote: 
> I have just discovered that a community firmware exists. I went looking
> for a summary of what it offers above the last official firmware, but I
> came up short. Where can I find a summary?You can find all the info in the 
> first post of this thread including a
changelog.

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] Jivelite VU and Spectrum Analyser displays

2022-01-06 Thread slartibartfast


bpa wrote: 
> I don't use displays and its been a long time since I looked at the
> source code.  I always thought "VU" stood for Volume Units  and when I
> used tape recorders the VU meter was always affected by volume level and
> I assumed the same for SB player.
> 
> A quick look now at output_vis.c  - PCM data is shared with the
> "visualise" via shared memory and no FFT processing is done within
> squeezelite - just copying audio data. 
> 
> Since audio gets out of DAC - PCM samples are not clearly not reduced to
> zero - but current theory is that it seems PCM data is not shared with
> device with no Volume Control
> 
> In output_vis.c - there is a boolean "silence" that needs to be checked
> out as it stops sharing of PCM data.
> There is also some processing of PCM sample due to a replay gain
> setting.
> > 
Code:

  >   > 
  > if (silence) {
  > vis_mmap->running = false;
  > } else {
  > frames_t vis_cnt = out_frames;
  > s32_t *ptr = (s32_t *) outputbuf->readp;
  > unsigned i = vis_mmap->buf_index;
  > 
  > if (!output->current_replay_gain) {
  > while (vis_cnt--) {
  > vis_mmap->buffer[i++] = *(ptr++) >> 16;
  > vis_mmap->buffer[i++] = *(ptr++) >> 16;
  > if (i == VIS_BUF_SIZE) i = 0;
  > }
  > } else {
  > while (vis_cnt--) {
  > vis_mmap->buffer[i++] = gain(*(ptr++), output->current_replay_gain) >> 16;
  > vis_mmap->buffer[i++] = gain(*(ptr++), output->current_replay_gain) >> 16;
  > 
  > if (i == VIS_BUF_SIZE) i = 0;
  > }
  > }
  > 
  > vis_mmap->updated = time(NULL);
  > vis_mmap->running = true;
  > vis_mmap->buf_index = i;
  > vis_mmap->rate = output->current_sample_rate;
  > }
  > 

> > I just checked on the Touch and noticed that although the volume setting
in LMS doesn't affect the VU meters, replaygain does affect them.

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

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


Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin

2022-01-06 Thread slartibartfast


expectingtofly wrote: 
> Haha, actually, I think that bloke is on instead of Chris Evans this
> morning.  They've obviously lost their Chris Evans picture!He is but 
> unfortunately Chris Evans is back next week.

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

2022-01-06 Thread slartibartfast


expectingtofly wrote: 
> Unfortunately, its a problem at the Virgin end. The API I'm using is not
> returning and image at the moment.  I'll make a change at some point to
> show a default image when one is not provided.
> 
> https://virginradio.co.uk/api/get-station-data?station=virginradiouk=1
> 
> > 
Code:

  >   > 
  > {
  > "id": "virginradiouk",
  > "onAirNow": {
  > "__typename": "RadioShow",
  > "title": "The Chris Evans Breakfast Show with Sky",
  > "startTime": "2022-01-05T06:30:00.000Z",
  > "endTime": "2022-01-05T10:00:00.000Z",
  > "images": []
  > },
  > "recentlyPlayed": []
  > }
  > 

> > The image is back this morning, and it isn't Chris Evans [emoji2][image:
https://uploads.tapatalk-cdn.com/20220106/1a6e031b085a4de72dec63cdddcfc36d.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

2022-01-04 Thread slartibartfast


Station image for Chris Evans is missing again [emoji2]. There is an
image in the Virgin app.

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

2022-01-03 Thread slartibartfast


expectingtofly wrote: 
> It's working ok for me at the moment.  I presume it was a glitch at the
> Virgin end?Working for me now as well. Maybe it was intentional to remove 
> Chris
Evans [emoji1787]

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

2022-01-03 Thread slartibartfast


I just noticed that the artwork has disappeared for the main Virgin
stream. The other three still have artwork.

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] Radio Paradise Lossless Streamingv3

2022-01-02 Thread slartibartfast


panosnl wrote: 
> First of all I want to thank Michael for all the work on SB.
> 
> I have been a happy user of the Radio Paradise plugin in the past.
> Lately I fired up the SB again and discovered that the Radio Paradise
> plugin (my favourite) is partly broken:
> 
> - MP3 streams work OK incl artwork
> - FLAC stream play OK but no music info or artwork
> - FLAC interactive is broken (nothing happens)
> 
> Is it broken only at my end? Any idea how to solve this? 
> LMS is version 8.2.0Are you on the latest Radio Paradise plugin? Mine is 
> 3.1.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=111877

___
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

2022-01-02 Thread slartibartfast

ThomH wrote: 
> Thanks for the quick answer. But - unfortunately not. I knew this
> address and post, and that was exactly what worked until now. 
> Now I can´t find this plugin in my lms list anymore (lms 8), however
> having "third parties plugins" engaged and the bluegaspode url correctly
> entered in the repositories field. "Headphone switcher is not shining up
> anymore.

Maybe contact Bluegaspode to see if he can change the maximum version to
8.*. At the moment it is 7.*. If you can find the applet file you might
be able to edit the file yourself. I have installed applets manually
before but can't remember how I did it. It will be in the forum
somewhere.

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] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread slartibartfast


mherger wrote: 
> > This is his first post.
> 
> We've been in touch via email for a few days.Ah OK

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

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


Re: [SlimDevices: Plugins] Spotty App not visible on the browser LMS GUI

2021-12-31 Thread slartibartfast


mherger wrote: 
> > I have exactly the same problem. But please note: Spotty works
> > flawlessly, if I control it through Squeezer on my tablet. So it is
> only
> > the LMS Web menu that fails to show Spotty (and other plugins).
> 
> But in your case we know by now what the problem is, don't we? Your 
> system is so outdated, it can't talk to many servers any more due to 
> latest requirements in https. Eg. it fails to connect to mysb, too.This is 
> his first post.

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-30 Thread slartibartfast


bpa wrote: 
> IIRC squeezelite analyses the PCM sample (i.e. after decoding audio and
> applying any gain settings) that are about to be sent to the output
> device. The analysis is an FFT and the resulting data is then shared
> with the displaying application - to display VU meter or histogram etc.
> 
> If the display application used input then you would be duplicating all
> the decoding  and gain level processing.I don't remember the VU meters 
> amplitude changing with volume level in
Squeezelite. Same with VU meters on the Touch.

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

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


Re: [SlimDevices: Plugins] ALAC support in PiCorePlayer

2021-12-30 Thread slartibartfast


Mattyrow wrote: 
> Great. So plays native and part of the latest picoreplayer- I.e. no
> additional download or extension needed?
> 
> ThanksAs far as I know. I only tried apple lossless to test the click issue.

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

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


Re: [SlimDevices: Plugins] ALAC support in PiCorePlayer

2021-12-30 Thread slartibartfast

Mattyrow wrote: 
> Oh. Anything major?  Not seen many complaintsÂ….There was an issue with clicks 
> in apple lossless files but that was
fixed pretty quickly.

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> Add it under "Alsa Volume Control" or "Various Options". Any other
> parameters you suggest or just -V?No idea. I'm not even sure if -V is what 
> you want. It seems to allow
squeezelite to control ALSA volume when you really want to set it to
100%. You really need some input from another user of a DACmagic with
piCorePlayer, there must be some out there.

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> Appreciate you trying to help.If you add -V to Squeezelite does it make any 
> difference?

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> yes sir... here are the images of what I get.I'm stumped. Someone must know 
> the reason.

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> I get the bar graph for headphones which is device 0. When I switch to
> the DAC, which is device 1 I get "this sound device does not have
> any controls".With both USB DACs?

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> Yes, not seeing anything available to me to make a change in Alsamixer.
> Do you have thoughts on what I could add to picoreplayer interface under
> Alsa Volume Control? Feel -V might be something to try, but what I input
> doesn't seem to work.What happens when you run 
sudo alsamixer
Do you see the bargraph showing volume and can you switch between
players using F6?

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> I'm using hw:CARD=G20,DEV=0 though have tried all that are available.
> How are you setting the Alsa volume to 100%? I seem to be struggling at
> making that happen. Thanks for the help.Using alsamixer but that seems not to 
> work for you. 

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

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


Re: [SlimDevices: Plugins] Jivelite VU and Spectrum Analyser displays

2021-12-29 Thread slartibartfast


Bscott wrote: 
> You must be setting volume to 100% and using preamp volume control. It's
> the only way I have been able to get VU Meter and Spectrum Analyzer to
> work with USB connection to DAC.
> 
> Non-starter for me though as I need volume control on my phone app.
> 
> May try and get a pi2aes, when they become available again and use I2S
> connection to DAC.So do you have two USB DACs where you can't set the alsa 
> volume to 100%?
I still control the volume of my player using my phone app with the alsa
volume set to 100%. Which USB output do you choose from the list
presented in poCorePlayer?

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-29 Thread slartibartfast


cpd73 wrote: 
> No, not intentional. I'm guessing these tracks have a 'disc' tag even
> though its a single disc album. I only use this tag when I have multiple
> discs. I'll fix for 2.8.2Discnumber must have been added automatically when 
> the CDs were ripped.
I wouldn"t normally add it myself. That is the issue, I found some
albums without the disc tag and they display 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=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-29 Thread slartibartfast


Single disc albums have the choice to play both album and disc. Is that
intended?[image:
https://uploads.tapatalk-cdn.com/20211229/f6d2409bc291d9a62497ffcf3853de0a.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 - Song info plugin for FIP radio

2021-12-28 Thread slartibartfast


Paul Webster wrote: 
> It is there - perhaps a local repo cache in LMS has to expire
> https://github.com/LMS-Community/lms-plugin-repository/commit/e9387f5039e592e1efcd1a6392aa965385186ee3Got
>  it now [emoji2]

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

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


Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2021-12-28 Thread slartibartfast


Paul Webster wrote: 
> 0.3.7 28-Dec-2021
> After changes at RadioFrance needed to adjust things to collect the
> programme name.
> More work needed to collect programme description and icon from a
> different location.
> Also - correction for FIP Groove HLS URL ( thanks @Atmis )The update hasn't 
> appeared yet.

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

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-12-28 Thread slartibartfast


SpiderJon wrote: 
> When I go to BBC Sounds I get:
> 
> \"NOT SIGNED IN! PLEASE SIGN INTO YOUR BBC ACCOUNT IN YOUR LMS SERVER
> SETTINGS.\"
> 
> 
> However, when I go to the BBC Sounds settings, it says
> 
> \"YOU ARE ALREADY SUCCESSFULLY SIGNED IN, YOU CAN SIGN OUT BY PRESSING
> THE BUTTON BELOW:\"
> 
> \"[SIGN OUT]\"
> 
> 
> But if I click the button (to see if signing out and back in again sorts
> things out), I get
> 
> \"THERE WAS A PROBLEM WITH SIGN IN, PLEASE TRY AGAIN.\"
> 
> Trying again just results in the same error message.
> 
> 
> Any and all help gratefully received!You could try reinstalling the 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=113045

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


Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-27 Thread slartibartfast


CypherMK wrote: 
> Music is added. Now let's see if I can get this to work with LMS...Sounds 
> promising.

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

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2021-12-26 Thread slartibartfast


Yatsushiro wrote: 
> An average of 1 post every two years and you write this?
> 
> Put this on your Christmas list for next year...
> 
> 36536Two of those posts were the same [emoji1787]

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

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


Re: [SlimDevices: Plugins] Material, show presets on screen

2021-12-26 Thread slartibartfast


cpd73 wrote: 
> Material did add preset listing, but was subsequently removed. I see no
> sense to showing these on a web UI - hardware, yes, multi-player
> controller no.Since presets are basically favourites I agree.

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

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


Re: [SlimDevices: Plugins] Material, show presets on screen

2021-12-26 Thread slartibartfast


edwin2006 wrote: 
> Perhaps already mentioned but unable to find.
> 
> On the boom and radio you have the physical preset buttons.
> Is there a option to show the presets on the material interface? Also
> independent of the physical device, i.e. also if the player is a pi/pcp,
> touch, transporter.It seems to be mentioned in this post but I have no idea 
> how to find it.
https://forums.slimdevices.com/showthread.php?p=947579

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-25 Thread slartibartfast


CypherMK wrote: 
> It can't be the drive, because it's in use. The delay can be within a
> second to like 20 seconds. It has no delay with the plugin disabled.Maybe set 
> the plugin logging to debug and see what appears in the server
log.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-23 Thread slartibartfast


If this only happens occasionally and is normally fast it could be that
the music storage hard drive is sleeping. Mine can take 10 seconds on
the Windows machine and 7 seconds on the Pi when the drive is sleeping
but around a second otherwise.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-23 Thread slartibartfast


CypherMK wrote: 
> I tried turning everything off, but that does not make a difference
> unfortunately.How long is this delay? It takes less than a second for me with 
> a Pi4
server.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-23 Thread slartibartfast


CypherMK wrote: 
> I'm using this plugin for a while now, but it slows down the browsing
> through LMS considerably. So when I press M on the web interface or use
> the 3 stripes in SqueezeCTRL, it can take a while for that sub menu to
> load.
> 
> What can I do to speed things up?You could try turning off Artist pictures in 
> the plugin settings.

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

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


Re: [SlimDevices: Plugins] Advanced Genre Replacement

2021-12-21 Thread slartibartfast


d6jg wrote: 
> I'm definitely in UK. They must have removed it but I can confirm it
> still plays - you may be able to get it via -
> spotify:album:1WDSGnh9jePxR6MSSrQJY7That is weird. I can find it using that 
> Spotify link but not by search.

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

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


Re: [SlimDevices: Plugins] Advanced Genre Replacement

2021-12-21 Thread slartibartfast


d6jg wrote: 
> Turns out they are both from Spotify not Qobuz but of course I can't
> change their album names either way.
> 
> 36503
> 
> EDIT. The 2018 version is "Re-recorded"

The 2018 version doesn't seem to be available in the UK. There is a 2005
remaster but no re-recording.

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

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


Re: [SlimDevices: Plugins] Advanced Genre Replacement

2021-12-21 Thread slartibartfast


d6jg wrote: 
> Now that I have dug into this properly I regret I have found a bug -
> this is rather an edge case but nevertheless
> 
> 2 albums in my Qobuz collection both titled Sunshine Superman and both
> by Donovan - they are however different
> 
> 36502
> 
> I tagged both as genre = Pop and they seemed to import OK but apparently
> not
> 
> I also have a question arising from the fact I have 3 instances of LMS
> all using the same library of files and all with OMLI enabled. Is there
> any means of copying the genre replacement from one instance to another?
> Is it just one new table in the database that could conceivably be
> exported from one instance and imported to another?Is one the original studio 
> album and the other a compilation? On Spotify
the compilation is titled "Sunshine Superman - The Best Of Donovan"

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

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


Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2021-12-21 Thread slartibartfast


Paul Webster wrote: 
> 0.3.6 20-Dec-2021
> Radio France appear to have phased out the old metadata API ... so
> switch to new one. Only done for music stations for now. Rest to come
> later.I can't see the update yet.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-20 Thread slartibartfast


mherger wrote: 
> > It seems that if I browse Spotify using OMLI and the My Music menus,
> > this works.  If I browse Spotify using the Spotty menus, it is
> missing.
> 
> We don't expose this level of detail in the music service browse menus. 
> The necessary information is only available from the local database.I was 
> surprised to see that Spotify albums appear as multiple disc
albums in My Music. They don't in the Spotify app so how does LMS know?

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

2021-12-20 Thread slartibartfast


cpd73 wrote: 
> Well, I mainly use if for albums where the discs are distinct. e.g. I
> have some albums where the 2nd disc is instrumental versions of the
> first, hence splitting them. So my titles would be "Main disc",
> "Instrumental"I have some remasters with bonus discs. Currently I have them 
> tagged as
separate albums. The most annoying remasters have bonus tracks on the
main disc which would need to be retagged as two discs to separate them.


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

2021-12-20 Thread slartibartfast


garym wrote: 
> 

I've looked under all the server settings options and can't find any
options for this. I'm sure I'm missing something obvious. thanks.

EDIT.  Maybe I'm misinterpreting and this is truly "future" releases and
not the update I just applied yesterday.  ;-)It's in the material skin plug-in 
settings under server settings. I can't
see any compelling reasons for me to use it, maybe it is more useful for
Classical music.[image:
https://uploads.tapatalk-cdn.com/20211220/1c27f52e0a9f31780f88a67c76f262aa.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 ] SqueezeZap - Android SqueezeBox Controller App

2021-12-20 Thread slartibartfast


kwarklabs wrote: 
> Announcing *SqueezeZap * - a new *Android SqueezeBox Controller App*
> available in the *Google Play Store*.
> 
> It is *fast* and *simple* to use. It can connect to *multiple servers*
> at the same time. You can *organise* your *favorites* and put them in
> *folders*. You can *create* and *curate* your *playlists*. You can use
> *Beat Per Minute (BPM) tag tempo* information to sort your playlist like
> a *DJ*, where this is available. The interface supports *drag-and-drop*
> and includes *swipe *and *tap *navigation. It is designed for *phones
> *and *tablets *in *portrait *and *landscape *mode. It is an
> *advert-free* app paid for with a *subscription*.
> 
> FREE TRIAL[/B] - SUBSCRIBE TO TRY IT *FREE FOR 30 DAYS* AND *CANCEL AT
> ANY TIME*.
> 
> SEE THE *FAQ *ON OUR WEBSITE FOR MORE DETAILS: [B]SQUEEZEZAP.COM
> 
> 36499Hmm, dozens of frequently asked questions but none of them mention the
price.

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-19 Thread slartibartfast


gilladur wrote: 
> Dear all,
> 
> I'm having an issue with songs skipping to the next track before the end
> with my LMS Docker (dlandon) on an Unraid server. 
> This happens quite randomly on my piCore players and SB-touch - for
> instance 4 tracks playing fine and then the next three tracks wouldn't
> be finish.
> 
> I think I've tracked it down to be related to the setting "Optimize
> Pre-Buffering" - if this is enabled it seems to produce this skipping,
> if disabled all seems to be fine.
> The weird thing is that when I disable the checkbox, it will be enabled
> again after some days - don't know why?
> 
> Any idea why this is happening and if it's the reason for the skipping?
> 
> 
> 
> Best regards 
> Gilladur

I seem to remember something about the "Optimise pre-buffering" being
enabled automatically if high buffer settings are used in Squeezelite.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-17 Thread slartibartfast


mherger wrote: 
> There should be a new build of LMS 8.3 available now, which comes with a
> fix for this.That's much better. Thank you [emoji106]

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

2021-12-17 Thread slartibartfast


cpd73 wrote: 
> Just updated my lms git checkout, and headers are still not clickable.
> So, perhaps the items will be sorted but will not allow re-sorting by
> clicking on header.I'll find out in a couple of hours.

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

2021-12-17 Thread slartibartfast


cpd73 wrote: 
> But, if you try "Classic" (which is what Material uses) these don't
> appear to be clickable. I say appear, as I dont use this so have no
> entries...That's right but hopefully Michael has a fix in the latest 8.3 
> [emoji2]

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

2021-12-17 Thread slartibartfast


cpd73 wrote: 
> That list is coming from LMS. It's a settings page - so its the
> "Classic" skin where Material has added some CSS tweaks to make it more
> material-like. Have you checked the order of -this- screen against the
> -same- screen with the 'Default' and 'Classic' skins?Default skin gives a 
> choice by tapping on the column headers of Artist
or Album but Classic skin doesn't and has the same random order as
Material skin as expected I suppose.

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

2021-12-17 Thread slartibartfast


There is an option in settings for the "Online Music Integration" plugin
for "Advanced Genre Replacement". Clicking on this shows a list of all
online albums (Spotify in my case) and allows a genre to be specified
for each one. In the default skin the order of the albums can be chosen
to be alphabetical by album name or artist name but in Material Skin the
order seems to be completely random. Would it be possible to either have
the same choice in Material Skin? If not even a forced order by artist
name would be OK.[image:
https://uploads.tapatalk-cdn.com/20211217/6011d4a9cea7fda5c73c524fb8d86863.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: YouTube Plugin (API v3)

2021-12-17 Thread slartibartfast


tonyu wrote: 
> back in service... :DStrange but true [emoji2]

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-12-16 Thread slartibartfast


diggerdig wrote: 
> Exact same problem here. Running 8.1.2 with latest plugin on Raspberry
> Pi 4.
> Nothing plays, unfortunately.
> Any advice would be wonderful!I found 2 or 3 things in my playlists that do 
> play  (opus and aac) but
nothing else plays.

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

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


Re: [SlimDevices: Plugins] DSD128 and above files not playing

2021-12-16 Thread slartibartfast


RobinpCP wrote: 
> squeezelite -a 65536:4::1:1 -b 2:3 -r 352800 -R
> v:1A:1:32:95.4:104.6:50
> 
> 
> To my surprise, my Hifiberry DAC2 Pro can actually do 352.8kHz:o

Where did you see that it supports 352.8kHz? I thought the DAC was only
192kHz.

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-14 Thread slartibartfast


If anyone updates a Bullseye installation, note that the lib6c armhf
version is changed so you need to reinstall the i386 version.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-12-11 Thread slartibartfast


mondo wrote: 
> I am looking for a way to make it look as much like J. River as
> possible. I like to see the album covers opposed to some artist image
> from the internet. For artists that I have more than one album from,
> just use any of their album covers. 
> 
> I would actually just switch to J. River, but  I can't get the instance
> running on my Windows machine to sync up with my Squeezebox Duets,
> Sonos, or networked Yamaha receivers. Even though the zones are linked,
> they are out of sync.
> 
> Attaching a pic of J. River's artist view. Anyway to make LMS look
> similar? 
> 
> 36426Put the album covers you want to use in the artist picture folder.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-12-07 Thread slartibartfast


streifenleopard wrote: 
> Hi,
> I just updated your excellent Android App through the github page
> (version there is 2.0 while on F-Droid it is still 1.2).
> I was surprised to find a download option - excellent!
> However I could not discover if and where I can set the download
> location and the name for files and folders. Does this possibility exist
> at all?
> Thanks!Version 0.2.0 has been on F-droid for 4 months.

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] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread slartibartfast


CypherMK wrote: 
> Also get this:
> > 
Code:

  >   > osmc@osmc:~$ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb
  > (Reading database ... 37595 files and directories currently installed.)
  > Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ...
  > Unpacking libc6:i386 (2.28-10+rpi1) over (2.28-10+rpi1) ...
  > dpkg: error processing package libc6:i386 (--install):
  > package libc6:i386 2.28-10+rpi1 cannot be configured because libc6:armhf is 
at a different version (2.28-110.1)
  > Errors were encountered while processing:
  > libc6:i386
  > 

> > Looks like OSMC have made changes themselves.
https://discourse.osmc.tv/t/libc6-dependencies-problem-after-update-to-2-28-110-1/90940

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


slartibartfast wrote: 
> Up to 24 minutes so far from LMS on Windows. What type of player are you
> using?
> 
> Sent from my Pixel 3a using TapatalkI even tried turning off persistent 
> streaming and still see no issues.

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


ctorring wrote: 
> Tried your podcast. Stopped at 13min.30sek.Up to 24 minutes so far from LMS 
> on Windows. What type of player are you
using?

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


ctorring wrote: 
> Thanks, at least I now know that it CAN work. 
> Are you also running LMS on a Windows PC?No a Pi but I can try on Windows. 
> I'll report 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=114836

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


ctorring wrote: 
> Everything I tried does the same, but the one I tested right now was 60
> Songs That explain the Nineties (fantastic podcast BTW).
> Also tried the "Cache HTTP(S) streams on disk" mode. Same result. Wont
> play for more than 14 min, then stops and returns to the beginning.I just 
> played the latest "Shagged, Married , Annoyed" all the way
through.

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

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


Re: [SlimDevices: Plugins] [Beta Announce] UK Radio Player - UK Radio in one place

2021-12-02 Thread slartibartfast


Paul Webster wrote: 
> Just tried Jazz FM ... programme name but no song titles and logo is
> very low res.
> 
> Not your fault that there is no song info. I launched teh RadioPlayer
> app and it looks to me that Bauer are not giving the extra info to
> RadioPlayer and then trying to use RadioPlayer interface to drive the
> listener to install/launch the app from the broadcaster.
> 
> I expect that other broadcaster groups or small stations do not take
> that approach and make more available.

I just tried Metro Radio and the logo was also low res and track info
was missing. The same station on TuneIn does have track info.

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


ctorring wrote: 
> Thanks, 
> Had not tried that, but it did not fix the Issue. Podcast still stopped
> after 14 minutes.
> Only applied the setting, but will try restarting LMS now. 
> Will post if that works.Which podcast are you trying?

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-12-02 Thread slartibartfast


ctorring wrote: 
> Hi,
> I have plowed through the posts an can find a couple with the same
> issue.
> 
> Running latest Spotty and LMS on 64bit Windows 10. Not running Spotify
> connect.
> This has been an issue running back a couple of months, and updating and
> reinstalling everything has not helped.
> Music and playlists work just fine.
> 
> All podcasts stop playing after ca. 12 minutes, and have to be restarted
> and manually forwarded to when they stopped, meaning they start from the
> beginning.
> 
> Can someone confirm that Podcasts actually Work in Spotify (Spotty) at
> the moment? 
> 
> Sincerely,
> ChristianWhat setting do have in Settings/Advanced/Network for "streaming mode
for http(s)? Persistent and Cached replace the "Reliable" plugin which
fixed an issue with podcasts stopping early.[image:
https://uploads.tapatalk-cdn.com/20211202/97fe0357ef08615885946a717009557d.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=114836

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


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

2021-12-01 Thread slartibartfast

brann wrote: 
> Hi all,
> 
> Before all, many thanks to the team who developed the plugin!
> 
> However I now have issues with this Qobuz plugin which I had not a few
> weeks ago.
> Description:
> When I want to play some albums via the Qobuz plugin (search or
> favorites), I canÂ’t see all the tracks! However, all is fine via LMS/My
> Music/Albums for the same album.
> 
> YouÂ’ll find an example below:
> 
> OLGA SCHEPS SATIE album
> LMS window on the left saying 20 tracks, 1:02:52
> LMS window on the right saying 5 tracks, 03:24
> 
> The issue seems to appear when some tracks start by I. II. III. EtcÂ…
> I can see the tracks starting with I. II. III. but not the ones without
> such numbers in the tracks titles.
> 
> Hoping I am clear enough...
> 
> Thanks
> 
> Versions/Releases:
> LMS Version: 8.2.1 - 1634705759 @ Wed Oct 20 07:16:52 CEST 2021
> Qobuz 2.4.13Did you mean to attach some images?

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-30 Thread slartibartfast


cpd73 wrote: 
> Does anyone use the 'Open mini-player' buttons to launch Material's
> "mini player"? These buttons have a suqare with an arrow pointing to
> right and are placed to the right of each player entry in the player
> menu (near each player's power button). When clicked they launch a new
> small window showing just the top and bottom toolbars. This applies to
> the desktop layout only.
> 
> The reason I ask is that, for me, this function does not work well
> (Chromium, in webapp mode, launches a new maximised window, the location
> bar is still shown, etc.), thy make the menu look crowded, and I've
> never really used this feature myself - see no reason for it really.
> Therefore, I'd like to remove for the next release.For me on Firefox it looks 
> like this. I am not sure how it is meant to
look and to be honest did not even know the feature was there until
now.[image:
https://uploads.tapatalk-cdn.com/20211130/110de761fbbc504d6c43ec4cea38e3ff.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: Material Skin

2021-11-26 Thread slartibartfast


jeroen2 wrote: 
> Thanks. That does give a lot more in the logfiles. 
> 
> Includes this, when I try to install the plugin...
> > 
Code:

  >   > [21-11-26 23:07:11.8691] Slim::Plugin::Extensions::Plugin::findUpdates 
(380) MaterialSkin action install version 2.7.3
  > [21-11-26 23:07:11.8694] Slim::Plugin::Extensions::Settings::_addInfo (194) 
installing MaterialSkin from 
https://github.com/CDrummond/lms-material/releases/download/2.7.3/lms-material-2.7.3.zip
  > [21-11-26 23:07:11.8798] Slim::Networking::IO::Select::__ANON__ (130) 
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Reading from 
filehandle failed at /usr/local/slimserver/Slim/Utils/PluginDownloader.pm line 
249.
  > ; fh=Slim::Web::HTTP::ClientConn=GLOB(0x7acf8f8)

> > 
> 
> Doesn't really help me though, sorry... :-) Anything you can read from
> that? 
> 
> Or would my only option be to do a clean install at this point...?

Doesn't mean a lot to me either. Hopefully someone else will see it. 

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

2021-11-26 Thread slartibartfast


kidstypike wrote: 
> Enable logging for Plugin Module Loading.
> 
> 36261Maybe plugin.extensions as well.
Then check the server log after trying to install Material Skin.

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: Radio Now Playing plugin

2021-11-26 Thread slartibartfast


Paul Webster wrote: 
> Tunein hides it from UK-based listeners - and the links do not seem to
> be up to date
> http://www.offshoremusicradio.com/listen.htm
> (see the bottom of the page as well as the list in the middle)
> 
> This should work on LMS - with artist & title
> http://bitsmitter.com:8000/omrhi
> but it is 128k
> can also use omrlo (56k HE-AAC)

It seems to be on RadioNet but again 128k mp3

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-11-24 Thread slartibartfast


mherger wrote: 
> > What use for the "Only show my library's albums for my library's
> > artists" setting?
> 
> Hehe... had to read this 3x before I understood... Imagine you have 
> liked Frank Zappa. And you've added some of his albums to your
> collection.
> 
> Now if you drilled down to Frank Zappa in Spotty/My Artists, would you 
> like to see all his x hundred albums, or only the few you added to your 
> collection?
> 
> > If I search for "The Cure", I am presented with a list of songs on the
> > bottom and the usual Artists, Albums, Playlists, Podcasts, Podcast
> > Episodes, Users icons on top. If I click on Artists, nothing appears.
> 
> That's working fine here. Is there anything in your server.log about
> this?
> 
> > Again on search: if I clear the search history and I search for
> > something, the first case above happens. If I search for Genesis I
> find
> > myself in "The Cure" scenario, where I don't get Artists results. I
> then
> > search for "The Cure" and I get the expected Artists results.
> 
> Are you saying that whatever you search when you do a search with an 
> empty history does not work?
> 
> > Last, always on search: with clean history, I am using Material skin
> 
> Can you confirm whether you see the same in Default skin?This issue of Spotty 
> search not working if the search history has been
cleared still exists. Any news?

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

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


Re: [SlimDevices: Plugins] Spotty 4.6.2 and LMS 8.2 - Spotty stopped working...

2021-11-24 Thread slartibartfast


Martin_z wrote: 
> Well, in the meantime, I tried installing the older helper app - and
> it's sprung into life!
> 
> Don't understand that - possibly I hadn't updated Spotty for a while??
> 
> Still, no problem - all working now.  Thanks for your help.The Pi B has a 32 
> bit processor though so you wouldn't expect to see
ARM64 on it.

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

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-11-23 Thread slartibartfast


wimsnijd...@onetel.com wrote: 
> Running version 2.54. I'll try and update to the latest and install
> again.The max2play version isn't related to the OS version. It could still be
years old. When did you first install it and which image did you use?

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-22 Thread slartibartfast


uncletoma wrote: 
> I've a new, for me, and odd problem.
> I've reinstalled Windows (i'm so stupid to use clean command on
> diskpart) and all programs, LMS included.
> Mounths ago i've installed Material Skins (and other 3th party plug-ins)
> but i found them unabled after W10 (and LMS) intallation.
> Ok, np, 2 minutes and i enabled all of them (and a few more plug-ins,
> some kind of radio, i like radio such as Radio Paradise)
> But... material skins seems not working, on web version (btw i've
> installed LMS via F-Droid on my Huawei Tablet and it's really amazing),
> it's only the classic one :(
> I've done everithing: closed and reopened tabs, closed and laung again
> FireFox, PC reboot... nothing, always the old and classic (and crap)
> skin.
> Thanks in advance for any tips :)Have you tried 
Server IP address:9000/material
to access material skin?

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

2021-11-22 Thread slartibartfast


expectingtofly wrote: 
> Yes, it could possibly do with some sort of delay ( there is no natural
> tie to synch it to the audio).  I'll have a look at adding a user
> configurable delay in the next release.I should say I wasn't actually 
> listening, I was just comparing it to the
Virgin app.

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

2021-11-22 Thread slartibartfast


expectingtofly wrote: 
> Release 2.01 Includes :
> 
> >   >   > 
  - Improvements to now playing track info retrieval.   You should
  > find it is more accurate and consistent on the live radio streams.
  > 
  > > > 
> 
> It's available now from the beta repository, it will be available from
> the main repository at the next refresh.It has been playing for more than an 
> hour with no missing tracks. One
thing I noticed is that the track info sometimes changes back to the
programme name before the end of a track (at least while the Virgin app
is still showing the previous track. When this happens the track info
changes back to the next track info around  a minute after the Virgin
app displays it. If the track info does not change back to the programme
name then the next track info appears before the Virgin app changes. 

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

2021-11-22 Thread slartibartfast


The Virgin app also has issues [emoji1787][image:
https://uploads.tapatalk-cdn.com/20211122/ebf01d68f41b1034b56aa9eabb7911fb.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

2021-11-22 Thread slartibartfast


Is it just me or is track info a little flaky at the moment? It works
but there are big gaps. Some tracks are missing that showed info in the
Virgin Radio phone app.[image:
https://uploads.tapatalk-cdn.com/20211122/4011a38522fbe03a87c1b819fff347db.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: Radio Now Playing plugin

2021-11-21 Thread slartibartfast


whitman wrote: 
> So it goes soemwhere near the ./ maybe? But where?You should probably run
perl5.18 testmatch.pl

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

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


Re: [SlimDevices: Plugins] Spotty - Remove albums from library?

2021-11-21 Thread slartibartfast


Adjunkten wrote: 
> Of course - I should have thought of that. Thanks!
> LarsBy the way I added "Raise the Roof" to my Spotify library and it scanned
correctly [emoji2]

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

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


Re: [SlimDevices: Plugins] Spotty - Remove albums from library?

2021-11-21 Thread slartibartfast


Adjunkten wrote: 
> Hello
> 
> Is it possible to remove albums from library again ?
> 
> It seems that the scanner has some problems with the new Plant/Krauss
> "Deluxe Album" in Spotify:
> 
> 36214
> 
> 
> Spotty 4.6.2
> LMS Version: 8.3.0 - 1635067942 @ Sun Oct 24 12:00:05 CEST 2021Just remove it 
> from your Spotify library in the Spotify app and rescan
online music library

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread slartibartfast


CypherMK wrote: 
> I just installed LMS, started it, and now I get this:
> > 
Code:

  >   > osmc@osmc:~$ /home/osmc/MusicIP/MusicMagicMixer/MusicMagicServer start
  > /lib/ld-linux.so.2: No such file or directory
  > 

> > That rings a bell. I had the same issue over two years ago. I seem to
have fixed it by updating a libc file. I have no idea how that relates
to today.
https://forums.slimdevices.com/showthread.php?p=945679

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread slartibartfast


CypherMK wrote: 
> Can I see if MusicIp is started in Top? I can't find it, even if it's
> started.If you run htop you can use function key F3 to search for qemu or 
> music
and you should see it.
When you installed OSMC did you need to have a screen attached?

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread slartibartfast


Antoniop wrote: 
> I should try it
> 
> Yes, exactly. LMS uses 100% of the CPU during 20 minutes before it is
> ready.
> I have to say I have sometimes the same problem on my PC, so maybe it's
> related to my music database. I'm using trackstat so I restored the
> trackstat data backup after the installation. I had not this problem on
> the RPI, but maybe the problem came from the trackstat restoration.
> 
> EDIT : 
> I just restarted my RPI3. It took 22 min for LMS to start but memory
> usage is very reasonable (swap is disabled) :
> 
> (from top command):
> MiB Mem :922.8 total,284.2 free,229.2 used,409.4
> buff/cache
> MiB Swap:  0.0 total,  0.0 free,  0.0 used.638.2 avail
> MemAh trackstat say no more [emoji2]

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-19 Thread slartibartfast


Antoniop wrote: 
> Hi everyone,
> First of all, thank you all for being part of this wonderful community
> of enthusiasts, it is very appreciable.
> 
> I just upgraded my RPI 3 to bullseye.
> Thanks to trials from slartibartfast, it's working.I took up the frankd
> tutorial for this new version and I noted what I did

> -The libc6:i386 Deb Package needs to be modified to match the version of
> its Raspbian equivalent (which has an additional +rpi1)-
> Check the current libc6 version of the Raspberry: dpkg -s libc6:armhf
> It's
> Version: 2.31-13+rpt2+rpi1
> - Find the equivalent version of the i386 libc Debian package from
> https://packages.debian.org/bullseye/i386/libc6-
> libc6 (2.31-13+deb11u2) 
> //Adapt the lines below with the current version://
> cd ~
> wget
> http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.31-13+deb11u2_i386.deb
> mkdir -p newpack oldpack/DEBIAN
> dpkg-deb -x libc6_2.31-13+deb11u2_i386.deb oldpack/
> dpkg-deb -e libc6_2.31-13+deb11u2_i386.deb oldpack/DEBIAN
> nano oldpack/DEBIAN/control
> - Set the version line to the Rasbian version (2.31-13+rpt2+rpi1) -
> Version:2.31-13+rpt2+rpi1
> -and remove the dependency of libgcc-s1, libcrypt1and ; remove line-
> Depends: libgcc-s1, libcrypt1
> save the file
> rm oldpack/usr/share/doc/libc6/changelog.Debian.gz
> nano oldpack/DEBIAN/md5sums
> -Remove the line with the MD5 Sums for changelog.Debian.gz-
> dpkg-deb -Z xz -b oldpack/ newpack/
> -The new package is now in the subfolder newpack, with the name of the
> new version (e.g. libc6_2.31-13+rpt2+rpi1_i386.deb)-
> //Install the new package://
> sudo dpkg -i newpack/libc6_2.31-13+rpt2+rpi1_i386.deb
> 
> 
> Everything wents fine, but LMS is very long to start, about 15 to 20 min
> (I have 22K tracks), as it used to take a few minutes.
> MusicIp seems to be working fine, but it also seems to use more memory
> than before. At some moment, during a library scan, musicip used all the
> free memory including the swap, so the rpi was not responding anymore.
> I'm just trying a few things now until someone has an idea. I'm starting
> to disable the swap, because I didn't have any previously and set
> musicip to start at boot as before, and see what happens.

I don't use the LMS MusicIP plugin any more. I use mipmixer which is
used with "Don't stop the music". The advantage is that LMS does not
need to import the MusicIP data and doesn't use excessive memory during
the scan. The disadvantage is it is no longer possible to start a
MusicIP playlist directly from the LMS interface. But playing a single
track with "Don't stop the music" enabled starts a playlist.
Seems odd that LMS would take 20 minutes to start. Do you mean you can't
play music for 20 minutes when you restart LMS or reboot the Pi?

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Redrum wrote: 
> you guys made me look, are their default filter values? I ask because I
> don't use them, and here is what is in my filter field:
> 
> srf3, radio paradise, swr
> 
> not sure why they are there?
> 
> JimThey are defaults.

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> Good grief ... that was it; good catch slartibartfast. My gosh, I had
> COMPLETELY forgotten about that feature in "What Was That Tune?" I don't
> know how long I might have gone before I thought of that myself. Once
> the mystery is gone, it all seems so obvious!Excellent. I used to use the 
> filters to try to remove the radio station
logos between songs but it never worked perfectly so I gave up [emoji2]

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> After leaving and reopening "What Was That Tune?" it does not update for
> me ... at least not when streaming RadioBlues Flac. I don't know what
> could be different about my setup. I tried switching to another one of
> my players, (switched from my RPi running Squeezelite to my SB Touch,)
> just to make sure that was not involved, and that did not make any
> difference. I am stumped.I don't suppose you have added filters in "What was 
> that tune?"
settings.

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

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Ron F. wrote: 
> Strange: after testing successfully with Jazz24 and Juke Radio, I have
> gone back to RadioBlues Flac, and "What Was That Tune?" is not updating
> for me. I am running v0.0.15 with LMS 8.3.Same versions for me. It only 
> updates after leaving the "What was that
tune?" screen and reopening it.[image:
https://uploads.tapatalk-cdn.com/2029/c979627df4d243410f8593ba29e2cd35.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=115201

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Paul Webster wrote: 
> Does that happen with other stations in the plugin?I am seeing "What was that 
> tune" working perfectly with RadioBlues Flac.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-11-19 Thread slartibartfast


kidstypike wrote: 
> As @slartibartfast, with more detail - 
> 
> Settings > Player > scroll down to Extra settings > top dropdown select
> Audio > scroll down to Volume Control.
> 
> 36201I always try to use as few words as possible [emoji2]

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

2021-11-19 Thread slartibartfast


Fahzz wrote: 
> I set the volume as fixed 100%. Where is the setting in material skin to
> change this so I can control the volume?Player settings/Audio?

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: Radio Now Playing plugin

2021-11-19 Thread slartibartfast


Paul Webster wrote: 
> 0.0.15 19-Nov-2021
> - Add Jazz24.org with cover art and album
> - Mother Earth Radio - new Flac stream URL and revised metadata feed now
> with album name
> 
> 
> Mother Earth Radio have setup a revised Flac stream to try to get around
> the issue that some LMS users were facing.
> It works for me.
> The one with (RSAS) in the name is the one that does not work for me.
> 
> Also - Mother Earth Radio have a couple of protected streams for
> supporters (Premiumzugang) ... which I think I can get to work.
> However, it means that I will have to add a broadcaster specific section
> into the plugin settings to that users can enter their own id/pwd.
> 
> I know that I need to do this at some stage because of other plugins of
> mine that I want to migrate into this one ... so maybe this is the
> opportunity to do it.
> It might end up a bit like Philippe's bridge plugins with a drop down
> for each. I looked at it before but thought it was quite complicated so
> went for my more simple checkbox approach for the broadcaster
> enable/disable fields but I knew I was only putting off the inevitable.
> 
> The metadata source for Mother Earth changed completely in this release
> but the good thing, for me at least, was that this did not need any code
> changes in the Perl part of the plugin because the new format is the
> same as used by a completely different broadcaster that I already
> supported. So all I had to do was modify the contents of the
> configuration file. A mini-vindication of the approach.
> 
> 
> Any more stations to add to the wishlist?
> A reminder that the requirements are that there is information available
> on the web player or mobile phone app of the broadcaster that is not
> available in LMS with its TuneIn integration - where that information is
> some or all of the currently playing artist, title, album, cover art,
> duration, year, programme title, programme description, programme
> image.
> No guarantees that I can get all or any of it but happy to investigate.The 
> new Mother Earth stream works on the Radio for me [emoji106]

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

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

2021-11-19 Thread slartibartfast


eduardoo wrote: 
> True, but frankly, I don't have that many dsd128, but am just very
> curious why it played before and not now.Would selecting DSD over PCM make a 
> difference?

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

2021-11-19 Thread slartibartfast


eduardoo wrote: 
> Yes,  the Manhattan II does,  but it's network card is only 192 / dsd64.You 
> could feed it from a piCorePlayer via USB.

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

2021-11-18 Thread slartibartfast


eduardoo wrote: 
> Thanks for looking into it. 
> 
> That's very interesting.   It did work before,  and the display says
> 24176 even playing dsd128, whereas dsd64 would be displayed as dsd64,
> implying that the 128 was likely transcoded at the server ( or the
> dac?).
> 
> I guess you probably  know by now that I'm not nearly skilled enough to
> have a custom Conf file made (haha). 
> 
> H.  What a mystery.  Guess it's now on my wish list that one day
> either lms/ upnp bridge have something that can deal with this or I get
> something that can play higher rate dsd.  
> 
> Thanks again.The Manhattan 2 should support native DSD up to DSD 256.

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-11-18 Thread slartibartfast


tknx wrote: 
> Except I would rather use the Spotify interface to group speakers on an
> ad hoc basis which is way more user friendly for my wife and children.
> Sounds like it isn't in the cards which is fine...If you use the group player 
> plugin you could add a group for each
combination and they would all appear as separate players in Spotify. OK
for a small number of combinations but not for a large number.

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-18 Thread slartibartfast


CypherMK wrote: 
> I'm curious how it goes.I didn't get any further

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-18 Thread slartibartfast


Paul Webster wrote: 
> There was (perhaps still is) an issue with some RPi booting without a
> powered on screen being attached when using recent OSMC (and perhaps
> RPT) software.That could be it. I am sure I installed OSMC headless a few 
> years ago.

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-18 Thread slartibartfast


CypherMK wrote: 
> The MusicIP server starts. When I go to MusicIP webpage it loads too.
> But immediately after that I get this bus error. Then MusicIP is not
> available anymore and it stopped running.I thought I would install OSMC and 
> try it myself. So far I have been
waiting 20 minutes and still can't connect with PuTTY. I don't have the
Pi connected to a TV so I have no idea what is going on.

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

___
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-11-17 Thread slartibartfast


NigelDavvenport wrote: 
> Hi, I am enjoying the updates but still have had to do it by cards so
> can't update the radios.  I have installed and ticked the plug in but it
> doesn't seem to like the Netgear NAS, is there a way of doing a card
> update through some sort of ethernet adapter?
> 
> Kind regards,
> 
> NigelIf you have a laptop you could install LMS on it just to install the
firmware updates.

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] Announce: Music & Artist Information plugin

2021-11-17 Thread slartibartfast


skogen75 wrote: 
> Well, updated to Stretch and 8.2.1 and as I feared, it broke a bunch of
> stuff, but LMS is up and running.  Now, however Music and Artist Info is
> even more broken (previously the lyric look-up worked just not album
> review or artist bio, now nothing works).  I am reporting my SSL info
> from the Settings/Information header to keep advancing toward a
> solution.
> 
> > 
Code:

  >   > Logitech Media Server Version: 8.2.1 - 1634705759 @ Wed Oct 20 07:16:52 
CEST 2021
  > Hostname: raspberrypi
  > Server IP Address: 192.168.0.193
  > Server HTTP Port Number: 9000
  > Operating system: Debian - EN - utf8
  > Platform Architecture: armv7l-linux
  > Perl Version: 5.24.1 - arm-linux-gnueabihf-thread-multi-64int
  > Audio::Scan: 1.02
  > IO::Socket::SSL: 2.002
  > Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  > Total Players Recognized: 7
  > 

> > Stretch is still pretty old.

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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-11-17 Thread slartibartfast


skogen75 wrote: 
> Agreed, yet back in 2018 LMS wouldn't work on the most recent piOS
> (raspbian Stretch) due to a Perl version incompatibility.  Do you think
> that the old age of the OS is the cause or just a good house cleaning
> activity?Could be. If you have a spare card it is worth trying. Old versions 
> of
IO socket SSL cause problems and your info didn't list it at all.

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

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


<    1   2   3   4   5   6   7   8   9   10   >