Re: [SlimDevices: Plugins] iPeng support thread

2021-08-10 Thread FatPete


Hi

Just wondering what I'm doing wrong with iPeng - it's likely I'm
misunderstanding the settings :cool:

When listening to music via iPeng on my iPad, I'll often get a call at
work and have to pause the music. When I come back to resume a short
time later, my queue has been cleared - I assume it's because iPeng has
been suspended by iOS, killing the SqueezePlayer instance and therefore
clearing the queue.

However, I have 'Preserve Connection' on in my settings, which I thought
was designed to overcome this issue ("keep the server connection open
while going into sleep mode"). I notice there's also a Prevent Sleep
Mode setting, but the help text for this implies it's to prevent the
screen turning off.

Thanks!



FatPete's Profile: http://forums.slimdevices.com/member.php?userid=64294
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-08-10 Thread cpd73


streifenleopard wrote: 
> Is there a possibility to have the app menu and the Android 11 gestures
> separated?

Use the app's settings to set the navigation bar to either "Visible
(standard)" or "Visible (blended)"



*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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> Well, here us my take: the player does not seem to indicate us that it
> has had finished track #2!
> > 
Code:

  >   > 
  > [21:24:11.256696] process_strm:307 [0xc8108], strm s autostart: 1 
transition period: 10 transition type: 0 codec: f
  > [21:24:11.285993] sq_callback:343 [0x14b080]:
  > artist:Pink Floyd
  > title:Speak To Me
  > duration:64.199
  > [21:24:11.286360] AVTSetURI:91 [0x14b080]: uPNP setURI 
http://192.168.0.197:36931/bridge-4.flac (cookie 0x8f)
  > [21:24:12.241841] _SyncNotifState:684 Moode UPNP: uPNP playing
  > ==> plays for ~52s then all data has been sent, so we ask LMS for the next 
track but we have to wait to send it to the player
  > [21:25:04.143008] sendSTAT:169 [0xc8108]: STAT:[STMd] msplayed 51000
  > [21:25:04.181500] process_strm:307 [0xc8108], strm s autostart: 1 
transition period: 10 transition type: 0 codec: f
  > [21:25:04.198946] sq_callback:343 [0x14b080]:
  > artist:Pink Floyd
  > title:Breathe
  > duration:165.191
  > [21:25:04.199045] sq_callback:369 [0x14b080]: next URI gapped (s:0) 
http://192.168.0.197:57465/bridge-5.flac
  > ==> another 11s later, player stops and tells us, so track "Breathe" is sent
  > [21:25:15.789733] AVTSetURI:91 [0x14b080]: uPNP setURI 
http://192.168.0.197:57465/bridge-5.flac (cookie 0x153)
  > [21:25:15.790532] AVTPlay:151 [0x14b080]: uPNP play (cookie 0x154)
  > [21:25:15.790672] _SyncNotifState:661 [0x14b080]: gapped transition (null)
  > [21:25:16.348891] _SyncNotifState:684 Moode UPNP: uPNP playing
  > ==> plays for ~150s then all data has been sent, we wait again
  > [21:27:47.763248] process_strm:307 [0xc8108], strm s autostart: 1 
transition period: 10 transition type: 0 codec: f
  > [21:27:47.781840] sq_callback:343 [0x14b080]:
  > artist:Pink Floyd
  > title:On The Run
  > duration:218.989
  > [21:27:47.781904] sq_callback:369 [0x14b080]: next URI gapped (s:0) 
http://192.168.0.197:57633/bridge-6.flac
  > ==> it seems that the player NEVER tells us that it stopped!
  > 

> > 
> I don't know that Moode player, but it seems to be a very funny UPnP
> implementation or HTTP stack. Can you try HTTP "if known" or "no
> length" mode?I had a look at the Moode audio forum and there are threads 
> there about
playback stopping using bubbleupnp. The Moose dnla renderer has two
settings available, UPNP AV and Open Home, I wonder if changing that to
Open Home would make a difference. I have seen some comments suggesting
that helps.

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] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread Michael Herger

I set the nomysqueezebox startup parameter in pCP and restarted. When
disconnected from Wi-FI/LAN, and using pCP as a WAP, the Apps LMS menu
now lists 'What Was That Tune?', but alas still doesn't list anything


No history from before re-boot? Or not even after you've been playing 
for a while?



I've played with Wi-Fi/LAN disconnected.  No log entries for
audioscrobbler either, even with logging enabled for it.


What about the prefs files? WWTT writes its history to playhistory.prefs 
in the usual prefs folder (see Settings/Information).


Can you share your server.log.zip file after you've been playing a 
couple of tracks with debugging for plugin.playhistory and 
plugin.audioscrobbler (but before restarting the pCP!)?


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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread Michael Herger

Might it also be because it’s pCP and the cache is in RAM and WWTT
plugin has nowhere to write to?


That would only have an impact on the functionality when pCP is 
restarted. And as the history is saved in the same place as all other 
prefs, it's not the case anyway.

___
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-08-10 Thread philippe_44


slartibartfast wrote: 
> Here it is.

Well, here us my take: the player does not seem to indicate us that it
has had finished track #2!

Code:


  [21:24:11.256696] process_strm:307 [0xc8108], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [21:24:11.285993] sq_callback:343 [0x14b080]:
artist:Pink Floyd
title:Speak To Me
duration:64.199
  [21:24:11.286360] AVTSetURI:91 [0x14b080]: uPNP setURI 
http://192.168.0.197:36931/bridge-4.flac (cookie 0x8f)
  [21:24:12.241841] _SyncNotifState:684 Moode UPNP: uPNP playing
  ==> plays for ~52s then all data has been sent, so we ask LMS for the next 
track but we have to wait to send it to the player
  [21:25:04.143008] sendSTAT:169 [0xc8108]: STAT:[STMd] msplayed 51000
  [21:25:04.181500] process_strm:307 [0xc8108], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [21:25:04.198946] sq_callback:343 [0x14b080]:
artist:Pink Floyd
title:Breathe
duration:165.191
  [21:25:04.199045] sq_callback:369 [0x14b080]: next URI gapped (s:0) 
http://192.168.0.197:57465/bridge-5.flac
  ==> another 11s later, player stops and tells us, so track "Breathe" is sent
  [21:25:15.789733] AVTSetURI:91 [0x14b080]: uPNP setURI 
http://192.168.0.197:57465/bridge-5.flac (cookie 0x153)
  [21:25:15.790532] AVTPlay:151 [0x14b080]: uPNP play (cookie 0x154)
  [21:25:15.790672] _SyncNotifState:661 [0x14b080]: gapped transition (null)
  [21:25:16.348891] _SyncNotifState:684 Moode UPNP: uPNP playing
  ==> plays for ~150s then all data has been sent, we wait again
  [21:27:47.763248] process_strm:307 [0xc8108], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [21:27:47.781840] sq_callback:343 [0x14b080]:
artist:Pink Floyd
title:On The Run
duration:218.989
  [21:27:47.781904] sq_callback:369 [0x14b080]: next URI gapped (s:0) 
http://192.168.0.197:57633/bridge-6.flac
  ==> it seems that the player NEVER tells us it stops!
  


I don't know that Moode player, but it seems to be a very funny UPnP
implementation



LMS 8.2 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

2021-08-10 Thread streifenleopard


I hope this is the right thread for my question:
I have a device running Graphene OS based on Android 11 and the
'LMS-Android-App'
(https://f-droid.org/de/packages/com.craigd.lmsmaterial.app/).
However the app's menu at the bottom interferes with Android 11 app
switch gesture (sliding up from the bottom). 
Is there a possibility to have the app menu and the Android 11 gestures
separated?



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

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> That's more interesting :) Do you have a log?

Here it is.


+---+
|Filename: gapped.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35464|
+---+


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-08-10 Thread philippe_44


slartibartfast wrote: 
> Even with gapless set to "no" playback stops after two tracks.
> 
> Sent from my Pixel 3a using Tapatalk

That's more interesting :) Do you have a log?



LMS 8.2 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] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread d6jg

Paul Webster wrote: 
> To test ... simply set the operating system date time by hand (or web
> using method from earlier post) and repeat the tests.
> That will show if the issue is only date/time related.

Might it also be because it’s pCP and the cache is in RAM and WWTT
plugin has nowhere to write to?



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=114797

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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread Paul Webster


To test ... simply set the operating system date time by hand (or web
using method from earlier post) and repeat the tests.
That will show if the issue is only date/time related.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm 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=114797

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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread AndyTwizzle


mherger wrote: 
> >> Are you running LMS in --nomysqueezebox mode? And did you check your
> >> server.log with plugin.audioscrobbler logging enabled?
> > I'm on 8.1.1. it won't log me into MySqueezebox because I'm testing a
> > setup with no external Internet access - just the Pi set to WAP and
> > controlled from my Android.
> 
> --nomysqueezebox is a startup parameter for LMS which would disable all
> 
> interaction with mysb. You should use that in your setup (I think pCP 
> has an option for this).
I set the nomysqueezebox startup parameter in pCP and restarted. When
disconnected from Wi-FI/LAN, and using pCP as a WAP, the Apps LMS menu
now lists 'What Was That Tune?', but alas still doesn't list anything
I've played with Wi-Fi/LAN disconnected.  No log entries for
audioscrobbler either, even with logging enabled for it.

Leaves me wondering again, if it 'What Was That Tune?' logging and
Scrobbling simply won't function without a valid data/time value from
the network.  Again, making me curious as to whether a Real Time Clock
with battery backup fitted to the Pi's GPIO could be configured to
supply pCP/LMS with a time, rather than the network?

Cheers



- Synology D218+ running LMS 8.1.1 in Docker container
- 1 x Squeezebox Touch, 2 x Squeezebox Radios, 1 x Squeezebox
  Receiver, Squeeze Player & Squeeze Ctrl apps on Galaxy Tab S5e &
  Galaxy A40
- Raspberry Pi 4B 8GB (with 7" Touchscreen in case & Flirc USB IR
  dongle) & Pi 4B 8GB in Flirc case, both running piCorePlayer 8.0.0 &
  LMS 8.1.1, connecting over Wi-fi to DS218+, or LMS library copy on 2TB
  USB hard drive plugged into Pi when no Wi-fi available
- LMS library of ALAC, ACC/M4A and MP3 files

AndyTwizzle's Profile: http://forums.slimdevices.com/member.php?userid=53445
View this thread: http://forums.slimdevices.com/showthread.php?t=114797

___
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-08-10 Thread slartibartfast


philippe_44 wrote: 
> "Forced" does not solve the problem, it means you *always* want to do
> gapless, regardless if the player claims to support it or not. You have
> to set it to "no"Even with gapless set to "no" playback stops after two 
> tracks.

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-08-10 Thread slartibartfast


philippe_44 wrote: 
> Buffer sizes might help as the player will report earlier that it has
> received the whole track. Re timing, I really don't know. Maybe you
> could try what DeviceSpy says about AVTransport::GetPositionInfo while
> playing and confirm that position is not reported correctly.This is probably 
> a daft question but how do you get position info from
Device Spy?

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-08-10 Thread philippe_44


slartibartfast wrote: 
> Would fiddling about with buffer sizes make any difference? 
> I played another album and the track progress indicator spent the whole
> track resetting to zero after reaching 5 seconds before playback stopped
> at the end of the first track. 
> It is a shame I have quite a few albums that require gapless playback
> and I would much prefer to control it via LMS rather than leave the
> player outside the system as a standalone player.
> 
> Sent from my Pixel 3a using Tapatalk

Buffer sizes might help as the player will report earlier that it has
received the whole track. Re timing, I really don't know. Maybe you
could try what DeviceSpy says about AVTransport::GetPositionInfo while
playing and confirm that position is not reported correctly.



LMS 8.2 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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> "Forced" does not solve the problem, it means you *always* want to do
> gapless, regardless if the player claims to support it or not. You have
> to set it to "no"Would fiddling about with buffer sizes make any difference? 
I played another album and the track progress indicator spent the whole
track resetting to zero after reaching 5 seconds before playback stopped
at the end of the first track. 
It is a shame I have quite a few albums that require gapless playback
and I would much prefer to control it via LMS rather than leave the
player outside the system as a standalone player.

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] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread AndyTwizzle


mherger wrote: 
> >> Are you running LMS in --nomysqueezebox mode? And did you check your
> >> server.log with plugin.audioscrobbler logging enabled?
> > I'm on 8.1.1. it won't log me into MySqueezebox because I'm testing a
> > setup with no external Internet access - just the Pi set to WAP and
> > controlled from my Android.
> 
> --nomysqueezebox is a startup parameter for LMS which would disable all
> 
> interaction with mysb. You should use that in your setup (I think pCP 
> has an option for this).
I've set the audioscrobbler and the playlog logs to debug, and am
playing now to see what stuff gets stored.  Next test will be to disable
the MySqueezebox integrations, to see how this affects the menu options
available to me.

One question: I've noticed that when I reboot my Pi/pCP, the logs are
empty again.  Is there a way to avoid them gettin geleted on reboot?

Thanks



- Synology D218+ running LMS 8.1.1 in Docker container
- 1 x Squeezebox Touch, 2 x Squeezebox Radios, 1 x Squeezebox
  Receiver, Squeeze Player & Squeeze Ctrl apps on Galaxy Tab S5e &
  Galaxy A40
- Raspberry Pi 4B 8GB (with 7" Touchscreen in case & Flirc USB IR
  dongle) & Pi 4B 8GB in Flirc case, both running piCorePlayer 8.0.0 &
  LMS 8.1.1, connecting over Wi-fi to DS218+, or LMS library copy on 2TB
  USB hard drive plugged into Pi when no Wi-fi available
- LMS library of ALAC, ACC/M4A and MP3 files

AndyTwizzle's Profile: http://forums.slimdevices.com/member.php?userid=53445
View this thread: http://forums.slimdevices.com/showthread.php?t=114797

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2021-08-10 Thread rgdawson


Changes


- Fix Current Track updating correctly when current player is part of
  a sync group, but not the sync master.  Fixes captions, hints that
  show track name and also new track notifications when this is the
  case.
- 
  

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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread philippe_44


slartibartfast wrote: 
> In most of the earlier logs I had gapless set to Forced. Does the latest
> log give any indication about why playback stopped?
> 
> Sent from my Pixel 3a using Tapatalk

"Forced" does not solve the problem, it means you *always* want to do
gapless, regardless if the player claims to support it or not. You have
to set it to "no"



LMS 8.2 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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread philippe_44


vannl wrote: 
> Hi Philippe,
> 
> I'm having another problem when I bypass the ethernet switch and connect
> Daphile directly to DAC.
> 
> My computer has 2 lan ports and the IP address of the DAC has been
> assigned by Daphile, but Daphile can't find DAC.
> 

You have to force UPnPBridge to bind on 192.168.128.x ("Network binding
and port"). I don't think then that the bridge will detect LMS if it is
on another net, so then you have to force as well the IP address of the
"LMS server"



LMS 8.2 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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> According to one of the previous logs, 1/ it does not seem to report
> elapsed time properly and 2/ it seems to ignore the "next URI" command
> sometimes. I've seen many of these bad UPnP implementations,
> unfortunately. I'm not saying that there is nothing on my side, but this
> one really looks like they are totally inconsistent in their handling of
> UPnP. Unless one wants to do all sort of dirty workarounds, the only
> option is then usually to not do gapless.In most of the earlier logs I had 
> gapless set to Forced. Does the latest
log give any indication about why playback stopped?

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-08-10 Thread philippe_44


slartibartfast wrote: 
> The odd thing is it plays gapless perfectly using  dnla apps like
> mconnect.
> 
> Sent from my Pixel 3a using Tapatalk

Yes, but to give a bit more precision, here is my take why:

UPnP standard says that players can hold 2 URI: the current one and the
next one so that gapless can be performed. It does not say anything (nor
should it) about timing of setting these. Of course, if you set the
nextURI a few milliseconds before the current track ends, you won't have
gapless, but anything "reasonable" should work. In the case of UPnP
bridge, I have to wait for the last byte of current URI to be sent to
the UPnP player before informing LMS that we have fully done our
"decoding" process and then LMS sends me the next track. I'm chaining
that to the UPnP player, to it receives the nextURI once it has accepted
the last byte of the current one and that happens in your case, about
15s before the end of the current track. This is *plenty* of time to
grab the nextURI and do gapless. 

That's where the Moode seems to fail and I suspect their implementation
assumes that nextURI should be send as soon as possible after or
together with currentURI (to start with) and then the next one shall be
sent right after the "old nextURI" has started to play, and so on. This
is what I call a poor implementation: you're making a strong behavioral
hypothesis on the standard, something that suits you but is not written
anywhere but you should never assume anything just because the few
players you have observed seems to work this way. In the case of
mconnect, the URI are sent with a certain timing (I would probably have
done the same thing if I was writing mconnect).



LMS 8.2 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] Picore - Squeezelite 32 bit length padding

2021-08-10 Thread oshcar


paul- wrote: 
> If you have a medium to large library,  the limited memory might become
> an issue.  Enabling swap, will help.
> 
> A pi3B+ with 1Mb ram, or a pi4 with 2mb will make the LMS interface much
> more responsive.

just to tie up the tweakers loose ends

in my frenzy i had disabled zswap because i looked it up and saw the
words "compression" and "additional cpu cycles" and i am an audiophile
so 

enabled zswap, disabled disc swap -- back to default settings there now
too

gui seems to be fine



oshcar's Profile: http://forums.slimdevices.com/member.php?userid=71999
View this thread: http://forums.slimdevices.com/showthread.php?t=114947

___
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-08-10 Thread philippe_44


slartibartfast wrote: 
> I managed to play the first two tracks gaplessly and internally cheered
> then playback stopped after the second track. I still see the track
> progress indicator resetting to zero a few times before jumping to the
> correct time.

slartibartfast wrote: 
> OK, This time it stopped playing after the second track.

According to one of the previous logs, 1/ it does not seem to report
elapsed time properly and 2/ it seems to ignore the "next URI" command
sometimes. I've seen many of these bad UPnP implementations,
unfortunately. I'm not saying that there is nothing on my side, but this
one really looks like they are totally inconsistent in their handling of
UPnP. Unless one wants to do all sort of dirty workarounds, the only
option is then usually to not do gapless.



LMS 8.2 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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> According to one of the previous logs, 1/ it does not seem to report
> elapsed time properly and 2/ it seems to ignore the "next URI" command
> sometimes. I've seen many of these bad UPnP implementations,
> unfortunately. I'm not saying that there is nothing on my side, but this
> one really looks like they are totally inconsistent in their handling of
> UPnP. Unless one wants to do all sort of dirty workarounds, the only
> option is then usually to not do gapless.The odd thing is it plays gapless 
> perfectly using  dnla apps like
mconnect.

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-08-10 Thread slartibartfast


philippe_44 wrote: 
> Don't add any additional debug information, juste leave default
> settings. Reset all settings to default, clean the log, let 3 track play
> and post the result

OK, This time it stopped playing after the second track.


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35459|
+---+


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-08-10 Thread slartibartfast


slartibartfast wrote: 
> Here is another log with gapless set to yes rather than force. In this
> case playback stopped after the first track.

I managed to play the first two tracks gaplessly and internally cheered
then playback stopped after the second track. I still see the track
progress indicator resetting to zero a few times before jumping to the
correct time.



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-08-10 Thread philippe_44


slartibartfast wrote: 
> I tried again with logging set to Control Protocol and now I do see some
> AVTSetURI events but I don't see any AVTSetNextURI events.

Don't add any additional debug information, juste leave default
settings. Reset all settings to default, clean the log, let 3 track play
and post the result



LMS 8.2 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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


Here is another log with gapless set to yes rather than force. In this
case playback stopped after the first track.


+---+
|Filename: gapless_yes.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35458|
+---+


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-08-10 Thread vannl


philippe_44 wrote: 
> Thanks - What was the issue?

Hi Philippe,

I'm having another problem when I bypass the ethernet switch and connect
the daphile directly to the DAC.

My computer has 2 lan ports and the IP address of the DAC has been
assigned by Daphile, but Daphile Daphile can't find DAC.

35457


+---+
|Filename: Direct Connection.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35457|
+---+


vannl's Profile: http://forums.slimdevices.com/member.php?userid=72000
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-08-10 Thread slartibartfast


slartibartfast wrote: 
> My logs don't have any lines with AVT commands. I selected "all"
> additional debugging so I am confused as I have looked at some logs in
> this thread that are full of AVT commands.
> 
> Sent from my Pixel 3a using Tapatalk

I tried again with logging set to Control Protocol and now I do see some
AVTSetURI events but I don't see any AVTSetNextURI events.


+---+
|Filename: control protocol.log |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35456|
+---+


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-08-10 Thread slartibartfast


My logs don't have any lines with AVT commands. I selected "all"
additional debugging so I am confused as I have looked at some logs in
this thread that are full of AVT commands.

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-08-10 Thread slartibartfast


slartibartfast wrote: 
> Hmm I fixed the main problems by rebooting the Moode Pi. [emoji1787]
> Now it is generally working, just a shame that gapless doesn't work well
> even when set to forced. I know the Moode player can play gapless since
> it does when using the mconnect app on Android. Are there any other
> tweaks that might help?
> 
> Sent from my Pixel 3a using Tapatalk

This is the info from Device Spy


+---+
|Filename: devicespy.JPG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35455|
+---+


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-08-10 Thread slartibartfast


philippe_44 wrote: 
> Best would be to post some logs thenHmm I fixed the main problems by 
> rebooting the Moode Pi. [emoji1787]
Now it is generally working, just a shame that gapless doesn't work well
even when set to forced. I know the Moode player can play gapless since
it does when using the mconnect app on Android. Are there any other
tweaks that 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=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-08-10 Thread mherger


A minor bug fix update is on its way to you. v4.6.1 comes with the
following changes


- Disable Ogg direct when volume normalization for Spotty is enabled
- Try to address the "volume is set to 49%" issue



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
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-08-10 Thread cpd73


Redrum wrote: 
> When you select the three dots for an item to pull down the menu, then
> hover over the selections, if you are to the left or the right in the
> menu selection area, and click, it will work. If you are in the middle,
> the "divider bar" is highlighted to move (blue in my picture below),
> cursor changes, and if you click while in this state, nothing happens
> the pull down just disappears.

Ah! Good catch, will try to fix for 2.6.1



*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

2021-08-10 Thread Redrum


Craig, once again and again, thank you for material and the 100,000
support changes you have made :)

I noticed something small and insignificant. I noticed it in podcasts,
but have replicated it in other menus. LMS 8.2, Material 2.6.0. Testing
on desktop, not the apk yet. Please forgive me if this has been
mentioned before.

When you select the three dots for an item to pull down the menu, then
hover over the selections, if you are to the left or the right in the
menu selection area, and click, it will work. If you are in the middle,
the "divider bar" is highlighted to move (blue in my picture below),
cursor changes, and if you click while in this state, nothing happens
the pull down just disappears.

For example, in the picture, if I were to try to click on "more", more
is not launched, the menu just disappears.

If you are inclined, perhaps move the pull down menu a bit, or disable
the divider move when a menu is pulled down?

35454

Jim


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


Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
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: Music & Artist Information plugin

2021-08-10 Thread d6jg


mherger wrote: 
> > I now have an image for every Artist except the "Various Artists"
> > placeholder - my Compilations are set up in a default fashion - where
> I
> > still see the iconised image of Miles Davis.
> 
> If you have an artist image folder defined, you can put an artist.png 
> file in there to replace the trumpeter.

Thank you



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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-08-10 Thread Michael Herger

I now have an image for every Artist except the "Various Artists"
placeholder - my Compilations are set up in a default fashion - where I
still see the iconised image of Miles Davis.


If you have an artist image folder defined, you can put an artist.png 
file in there to replace the trumpeter.

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


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

2021-08-10 Thread d6jg


@Michael

Yesterday I had a bit of free time so I went through all of my Artist
Art kindly provided by MAI and manaully found images for all of the
.missing files. Yeah!

I now have an image for every Artist except the "Various Artists"
placeholder - my Compilations are set up in a default fashion - where I
still see the iconised image of Miles Davis.

Is there a method of replacing this image so far as MAI is concerned?

35452

35453


+---+
|Filename: 2021-08-10 11_18_09-Logitech Media Server.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35453|
+---+


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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-08-10 Thread nietgiftig


When I try to update Material Skin via the main Menu / Information
The following plugins have updates available:
Material Skin 2.6.0

The update message comes back
In the server log

[21-08-10 12:04:05.0240] Slim::Utils::PluginDownloader::_installDownload
(216) digest does not match
/var/lib/squeezeboxserver/cache/DownloadedPlugins/MaterialSkin.zip -
MaterialSkin will not be installed: expected
8d1c93f9ba60b922eccd6734eba1a74780bd7114, got
21651178282afa379e7c7f6dea4f3a7b8f98c0cd

How do I recover the update?

Thanks



nietgiftig's Profile: http://forums.slimdevices.com/member.php?userid=29921
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] Online Music Library Integration

2021-08-10 Thread slartibartfast


The Groundsman wrote: 
> Thanks. I am still unclear, but I do appreciate this is something to do
> with the way I have my Spotify set up rather than the way the plugin
> works.
> 
> I have my Spotify organised so that all my music exists in 6 playlists
> that represent 5 genres plus another one for "new music to try". I am
> using playlists as a collection of songs. 
> 
> I don't understand what makes the 101 songs that are integrated special.

They are special because they are albums. Albums are integrated,
playlists are not 

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

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


Re: [SlimDevices: Plugins] Online Music Library Integration

2021-08-10 Thread The Groundsman


Thanks. I am still unclear, but I do appreciate this is something to do
with the way I have my Spotify set up rather than the way the plugin
works.

I have my Spotify organised so that all my music exists in 6 playlists
that represent 5 genres plus another one for "new music to try". I am
using playlists as a collection of songs. 

I don't understand what makes the 101 songs that are integrated special.



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

___
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-08-10 Thread Michael Herger

I remember reading something somewhere about forwarding spotty music to
some sort of file buffer to put it on a disk. Probably I am wrong. But
if not I would take a hint. Thanks!


You're wrong :-). Spotty isn't caching any audio data. I decided not to 
do this, as it would require some serious cache management, which I 
don't want to do. And users using Spotty usually have internet access.

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


Re: [SlimDevices: Plugins] Online Music Library Integration

2021-08-10 Thread d6jg


The Groundsman wrote: 
> I think I must be missing something really obvious here and recently
> read that this plugin integrates playlists only but I do not understand
> how it is interacting with my Spotify account.
> 
> I see the following information about Spotify
> 35451
> 
> When I search for an album or an artist or anything within LMS,  only
> the local files show up other than for the 9 albums/101 tracks but I
> can't figure out how to get the 27,195 tracks that are in playlists to
> show up. I also can't figure out what attributes the 9 albums 101 tracks
> have that do make them show up.

The 21 playlists will appear under errr. Playlists. By definition a
playlist isn't an album so the individual tracks will not appear in the
Artsists / Albums / New Music views.



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Boom 
*Kitchen* UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=114960

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


[SlimDevices: Plugins] Online Music Library Integration

2021-08-10 Thread The Groundsman


I think I must be missing something really obvious here and recently
read that this plugin integrates playlists only but I do not understand
how it is interacting with my Spotify account.

I see the following information about Spotify
35451

When I search for an album or an artist or anything within LMS,  only
the local files show up other than for the 9 albums/101 tracks but I
can't figure out how to get the 27,195 tracks that are in playlists to
show up. I also can't figure out what attributes the 9 albums 101 tracks
have that do make them show up.


+---+
|Filename: omli 1.JPG   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35451|
+---+


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

___
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-08-10 Thread bvrulez


I remember reading something somewhere about forwarding spotty music to
some sort of file buffer to put it on a disk. Probably I am wrong. But
if not I would take a hint. Thanks!



bvrulez's Profile: http://forums.slimdevices.com/member.php?userid=67251
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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-10 Thread slartibartfast


philippe_44 wrote: 
> Best would be to post some logs then

Another log set to "all"


+---+
|Filename: everything.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35450|
+---+


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-08-10 Thread slartibartfast


philippe_44 wrote: 
> Best would be to post some logs then

i knew you would say that. Any particular setting? This is the output
device log.


+---+
|Filename: outputdevice.log |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35449|
+---+


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] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread Michael Herger

Are you running LMS in --nomysqueezebox mode? And did you check your
server.log with plugin.audioscrobbler logging enabled?

I'm on 8.1.1. it won't log me into MySqueezebox because I'm testing a
setup with no external Internet access - just the Pi set to WAP and
controlled from my Android.


--nomysqueezebox is a startup parameter for LMS which would disable all 
interaction with mysb. You should use that in your setup (I think pCP 
has an option for this).

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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread AndyTwizzle


mherger wrote: 
> > The tracks show in 'Now Playing', but none of 'My Apps' are available
> in
> > the menu (probably because I'm not logged into MySqueezebox) and no
> 
> Somebody mentioned this before, but I thought this was fixed in 8.2. 
> What version are you running?
> 
> Are you running LMS in --nomysqueezebox mode? And did you check your 
> server.log with plugin.audioscrobbler logging enabled?
I'm using 8.1.1. It won't connect to MySqueezebox as the setup I'm
testing doesn't have access to external Internet - with the Pi
controlled by Android over WAP.

Don't think audioscrobbler log is enabled - will have an experiment...



- Synology D218+ running LMS 8.1.1 in Docker container
- 1 x Squeezebox Touch, 2 x Squeezebox Radios, 1 x Squeezebox
  Receiver, Squeeze Player & Squeeze Ctrl apps on Galaxy Tab S5e &
  Galaxy A40
- Raspberry Pi 4B 8GB (with 7" Touchscreen in case & Flirc USB IR
  dongle) & Pi 4B 8GB in Flirc case, both running piCorePlayer 8.0.0 &
  LMS 8.1.1, connecting over Wi-fi to DS218+, or LMS library copy on 2TB
  USB hard drive plugged into Pi when no Wi-fi available
- LMS library of ALAC, ACC/M4A and MP3 files

AndyTwizzle's Profile: http://forums.slimdevices.com/member.php?userid=53445
View this thread: http://forums.slimdevices.com/showthread.php?t=114797

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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread AndyTwizzle


mherger wrote: 
> > The tracks show in 'Now Playing', but none of 'My Apps' are available
> in
> > the menu (probably because I'm not logged into MySqueezebox) and no
> 
> Somebody mentioned this before, but I thought this was fixed in 8.2. 
> What version are you running?
> 
> Are you running LMS in --nomysqueezebox mode? And did you check your 
> server.log with plugin.audioscrobbler logging enabled?
I'm on 8.1.1. it won't log me into MySqueezebox because I'm testing a
setup with no external Internet access - just the Pi set to WAP and
controlled from my Android.

Don't think the audioscrobbler log is enabled - will have an
experiment...



- Synology D218+ running LMS 8.1.1 in Docker container
- 1 x Squeezebox Touch, 2 x Squeezebox Radios, 1 x Squeezebox
  Receiver, Squeeze Player & Squeeze Ctrl apps on Galaxy Tab S5e &
  Galaxy A40
- Raspberry Pi 4B 8GB (with 7" Touchscreen in case & Flirc USB IR
  dongle) & Pi 4B 8GB in Flirc case, both running piCorePlayer 8.0.0 &
  LMS 8.1.1, connecting over Wi-fi to DS218+, or LMS library copy on 2TB
  USB hard drive plugged into Pi when no Wi-fi available
- LMS library of ALAC, ACC/M4A and MP3 files

AndyTwizzle's Profile: http://forums.slimdevices.com/member.php?userid=53445
View this thread: http://forums.slimdevices.com/showthread.php?t=114797

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


Re: [SlimDevices: Plugins] Last.fm scrobbling from LMS with no Internet

2021-08-10 Thread Michael Herger

The tracks show in 'Now Playing', but none of 'My Apps' are available in
the menu (probably because I'm not logged into MySqueezebox) and no


Somebody mentioned this before, but I thought this was fixed in 8.2. 
What version are you running?


Are you running LMS in --nomysqueezebox mode? And did you check your 
server.log with plugin.audioscrobbler logging enabled?

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