Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


Shall I just leave those code changes in place, and a future LMS/Qobuz
update will overwrite with fix?



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread psketch


mherger wrote: 
> > Yep, that did it!  No longer getting two format entries.  Nice work,
> > Michael!
> 
> But which value would you get now?
> 
> Are you using LMS8's online library integration? If so, would you see 
> the same if you played Qobuz tracks imported to your library vs. tracks
> 
> played directly from the Qobuz menus?

Hi Michael

You now only see the correct one I believe.  For my 192/24 track, i now
just see

File Format: FLAC
Duration: 10:17
Bitrate: 5273kbps CBR
Sample Rate: 192.0 kHz
Sample Size: 24Bits

So, it looks like the incorrect 96kHz entry for me was being created by
the handler in Plugin.pm

pete S



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> > Yep, that did it!  No longer getting two format entries.  Nice work,
> > Michael!
> 
> But which value would you get now?
> 
> Are you using LMS8's online library integration? If so, would you see 
> the same if you played Qobuz tracks imported to your library vs. tracks
> 
> played directly from the Qobuz menus?

I am not currently using the online library integration.



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> > Yep, that did it!  No longer getting two format entries.  Nice work,
> > Michael!
> 
> But which value would you get now?
> 
> Are you using LMS8's online library integration? If so, would you see 
> the same if you played Qobuz tracks imported to your library vs. tracks
> 
> played directly from the Qobuz menus?

I edited/updated my previous post with this information, as I realized
that would be useful info right after the first submit.



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread Michael Herger

Yep, that did it!  No longer getting two format entries.  Nice work,
Michael!


But which value would you get now?

Are you using LMS8's online library integration? If so, would you see 
the same if you played Qobuz tracks imported to your library vs. tracks 
played directly from the Qobuz menus?

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> Ok, I figured out I have track info providers for those two values in
> Qobuz, while they already exist in the default track info menu. That
> would be the reason why there are two of them. Now to figure out which
> one is wrong, please edit Plugin.pm, go to line 91 and comment out the
> following two calls:
> 
> > 
Code:

  >   > # Slim::Menu::TrackInfo->registerInfoProvider( qobuzFrequency 
=> (
  > #   parent => 'moreinfo',
  > #   after  => 'bitrate',
  > #   func   => \,
  > # ) );
  > 
  > # Slim::Menu::TrackInfo->registerInfoProvider( qobuzBitsperSample => (
  > #   parent => 'moreinfo',
  > #   after  => 'qobuzFrequency',
  > #   func   => \,
  > # ) );
  > 

> > 
> 
> Just put the hash in front of each line to comment it out. Then re-run
> your tests (no long required this time). Would the correct information
> be shown?
> 
> In your case you probably wouldn't get the hires streams as the Radio
> doesn't support them.

Yep, that did it!  No longer getting two format entries.  Nice work,
Michael!



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Spotty - "Spotify credentials missing" every day

2021-02-11 Thread Michael Herger

Could you please provide the full server.log file?

https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread mherger


Ok, I figured out I have track info providers for those two values in
Qobuz, while they already exist in the default track info menu. That
would be the reason why there are two of them. Now to figure out which
one is wrong, please edit Plugin.pm, go to line 91 and comment out the
following two calls:


Code:

# Slim::Menu::TrackInfo->registerInfoProvider( qobuzFrequency => (
#   parent => 'moreinfo',
#   after  => 'bitrate',
#   func   => \,
# ) );
  
# Slim::Menu::TrackInfo->registerInfoProvider( qobuzBitsperSample => (
#   parent => 'moreinfo',
#   after  => 'qobuzFrequency',
#   func   => \,
# ) );
  



Just put the hash in front of each line to comment it out. Then re-run
your tests (no long required this time). Would the correct information
be shown?

In your case you probably wouldn't get the hires streams as the Radio
doesn't support them.



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

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee

mherger wrote: 
> > Ok, new server log uploaded.  BTW, I think I made the code changes
> > without the smiley face emoji's :).
> 
> That's why the logs are so boring to read, I guess! :D Argh... automagic
> 
> sometimes is stupid. And as I post using the mailing list I usually 
> don't even get to see all the fancy stuff.
> 
> But we're digressing. Thanks for the latest log. It confirmed that we do
> 
> get the higher res information in that request:
> 
> [21-02-11 15:35:30.4753] Plugins::Qobuz::API::__ANON__ (719) {
> bit_depth => 24,
> duration  => 358,
> format_id => 7,
> mime_type => "audio/flac",
> sampling_rate => 96,
> track_id  => 96_100_260,
> 
> That's what Qobuz is telling me it was sending. Whether that's the case
> 
> for the actual stream or not, I can't say. I trust that information and
> 
> show it.
> 
> Now I only have to figure out why there would be a second entry with the
> 
> lower (CD quality only) values.

That’s interesting, because the tech info for the playing track, that
shows the bitrate/sample-rate, has never shown 96khz for Qobuz streams. 
It’s seems to always show 44.1khz for me (I only have SB Radio’s).



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread Michael Herger

Ok, new server log uploaded.  BTW, I think I made the code changes
without the smiley face emoji's :).


That's why the logs are so boring to read, I guess! :D Argh... automagic 
sometimes is stupid. And as I post using the mailing list I usually 
don't even get to see all the fancy stuff.


But we're digressing. Thanks for the latest log. It confirmed that we do 
get the higher res information in that request:


[21-02-11 15:35:30.4753] Plugins::Qobuz::API::__ANON__ (719) {
  bit_depth => 24,
  duration  => 358,
  format_id => 7,
  mime_type => "audio/flac",
  sampling_rate => 96,
  track_id  => 96_100_260,

That's what Qobuz is telling me it was sending. Whether that's the case 
for the actual stream or not, I can't say. I trust that information and 
show it.


Now I only have to figure out why there would be a second entry with the 
lower (CD quality only) values.

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


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

2021-02-11 Thread san9jay


mherger wrote: 
> > Also not sure if it is related but if you pause playback for about 30
> > seconds or so and click play again the track will start playing but
> no
> > audio output on the LMS/Spotty device. If you then click the play
> from
> > start icon on spotify or the play next track icon the output works
> > again>
> 
> What LMS and Spotty helper version are you using?

Raspberry Pi 4 :  piCorePlayer v7.0.0 | www v00011 | linux
5.4.83-pcpCore-v7l | piCore v12.0pCP | Squeezelite v1.9.8-1344-pCP
LMS 8.1.1 
Spotty v 4.4.7
Spotty Helper
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
(v0.35.0)



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

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-02-11 Thread philippe_44


I've also commented a typical log and highlighted the issue


Code:


==> user tells LMS to play the Beatles
  [19:25:42.618675] process_strm:307 [0xbb9f80], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [19:25:42.618710] sendSTAT:169 [0xbb9f80]: STAT:[STMf] msplayed 0
  [19:25:42.892043] sq_get_metadata:525 [0xbb9f80]: idx 0
artist:The Beatles
  [19:25:42.892285] output_start:81 [0xbb9f80]: start thread 0
==> set Sonos main context
  [19:25:42.892431] sq_callback:375 [0xc41840]: set current URI (s:0) 
http://192.168.1.10:54937/bridge-1.flac
  [19:25:42.892579] AVTSetURI:91 [0xc41840]: uPNP setURI 
http://192.168.1.10:54937/bridge-1.flac (cookie 0x1)
  [19:25:42.892921] process_start:1202 [0xbb9f80]: codec:c, ch:0, s:0, r:0
==> bridge get audio from LMS
  [19:25:42.893273] stream_sock:592 [0xbb9f80] header: GET 
/stream.mp3?player=bb:bb:5c:d2:74:b4 HTTP/1.0
  [19:25:42.900422] ActionHandler:821 [0xc41840]: Waited action 
SetAVTransportURIResponse
  [19:25:42.919830] stream_thread:337 [0xbb9f80] headers: len: 494
  HTTP/1.1 200 OK
  Server: Logitech Media Server (8.1.1 - 1610364019)
  Connection: close
  Content-Type: audio/x-flac
  [19:25:42.921765] AVTPlay:151 [0xc41840]: uPNP play (cookie 0x3)
  [19:25:42.933133] ActionHandler:821 [0xc41840]: Waited action PlayResponse
  [19:25:42.941035] output_http_thread:140 [0xbb9f80]: got HTTP connection 12
==> Sonos gets audio from bridge
  [19:25:43.042074] handle_http:467 [0xbb9f80]: received GET /bridge-1.flac 
HTTP/1.1
  [19:25:43.042163] handle_http:470 [0xbb9f80]: HTTP headers
  CONNECTION: close
  Host: 192.168.1.10:54937
  ACCEPT: */*
  USER-AGENT: Linux UPnP/1.0 Sonos/61.1-85090 (ZPS17)
  [19:25:43.042332] handle_http:552 [0xbb9f80]: responding:
  HTTP/1.1 200 OK
  Server: squeezebox-bridge
  Connection: close
  Content-Type: audio/flac
  Transfer-Encoding: chunked
  [19:25:44.204407] _SyncNotifState:671 Sonos Move: uPNP playing
  [19:25:44.204508] sq_notify:605 [0xbb9f80] play notification
  [19:25:44.204709] sq_notify:698 [0xbb9f80] time 0 0
  [19:25:44.204821] ActionHandler:882 [0xc41840]: position 0 (cookie 0x5)
  [19:25:44.204866] sq_notify:722 [0xbb9f80] track 1 started at 460737078
==> bridge received all Beatles from LMS
  [19:25:44.624418] stream_thread:411 [0xbb9f80] end of stream (t:7300051)
==> tell LMS we are ready for next
  [19:25:44.720567] decode_thread:96 decode complete
  [19:25:45.303311] sendSTAT:169 [0xbb9f80]: STAT:[STMd] msplayed 0
==> LMS plays Mogwai (next)
  [19:25:45.408987] process_strm:307 [0xbb9f80], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: f
  [19:25:45.460464] sq_get_metadata:525 [0xbb9f80]: idx 1
artist:Mogwai
  [19:25:45.460692] output_start:81 [0xbb9f80]: start thread 1
==> set Sonos queue context with Mogwai
  [19:25:45.460916] sq_callback:369 [0xc41840]: next URI gapless 
http://192.168.1.10:32961/bridge-2.flac
  [19:25:45.461109] AVTSetNextURI:112 [0xc41840]: uPNP setNextURI 
http://192.168.1.10:32961/bridge-2.flac (cookie 0x8)
==> bridge gets Mogwai from LMS
  [19:25:45.461690] stream_sock:592 [0xbb9f80] header: GET 
/stream.mp3?player=bb:bb:5c:d2:74:b4 HTTP/1.0
  [19:25:45.531295] stream_thread:337 [0xbb9f80] headers: len: 494
  HTTP/1.1 200 OK
  Server: Logitech Media Server (8.1.1 - 1610364019)
  Connection: close
  Content-Type: audio/x-flac
==> Sonos received all Beatles from bridge
  [19:25:45.559338] output_http_thread:372 [0xbb9f80]: end thread 0 (7300051 
bytes)
  [19:25:45.610527] ActionHandler:821 [0xc41840]: Waited action 
SetNextAVTransportURIResponse
==> Sonos informs the bridge of Beatles timer progress
  [19:25:49.201855] sq_notify:698 [0xbb9f80] time 5000 5000
  [19:26:59.240395] sq_notify:698 [0xbb9f80] time 75000 75000
==> Sonos requests Mogwai from bridge
  [19:27:22.285004] output_http_thread:140 [0xbb9f80]: got HTTP connection 10
  [19:27:22.285693] handle_http:467 [0xbb9f80]: received GET /bridge-2.flac 
HTTP/1.1
  [19:27:22.285735] handle_http:470 [0xbb9f80]: HTTP headers
  CONNECTION: close
  Host: 192.168.1.10:32961
  ACCEPT: */*
  USER-AGENT: Linux UPnP/1.0 Sonos/61.1-85090 (ZPS17)
  [19:27:22.285850] handle_http:552 [0xbb9f80]: responding:
  HTTP/1.1 200 OK
  Server: squeezebox-bridge
  Connection: close
  Content-Type: audio/flac
  Transfer-Encoding: chunked
  [19:27:23.253225] sq_notify:698 [0xbb9f80] time 99000 99000
==> bridge received all Mogwai from LMS
  [19:27:33.117007] stream_thread:411 [0xbb9f80] end of stream (t:35756704)
  [19:27:33.259105] sq_notify:698 [0xbb9f80] time 11 11
==> tell LMS we are ready for more
  [19:27:33.724286] decode_thread:96 decode complete
  [19:27:35.259968] sq_notify:698 [0xbb9f80] time 112000 112000
  [19:27:35.627112] output_http_thread:241 [0xbb9f80]: self-exit 
==> Sonos received all Mogwai from bridge (that was fast!!!)
  

Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-02-11 Thread philippe_44


philippe_44 wrote: 
> This happens because the Sonos reports a time progress of 0 (it means it
> has started the track Mogwai) but does not report a "PLAY" event and as
> the previous track (Beatles) was very short, it has received all the
> Mogwai track so the state machine of the bridge is fooled and believes
> that Mogwai has been fully played and so request the next track from
> LMS... 
> 
> It is *very* complicated because of the variety and non-compliance of
> many UPnP devices, some never send the events that they are supposed to
> send. So I've tried a very risky modification in that sync state
> machine, let's see.

So that's not going to work and I don't have a solution, let me explain
why

In UPnP, a player can maintain 2 track contexts: the playing one and the
queued one. It is used for gapless and it automatically moves to the
queued context when the playing one reaches its end. It's possible to
read which context is active and thus to detect what is being played. 

When they switch between contexts, players might send a "transition"
event then a "play" event which can be used as well to detect change,
but they don't always do, so the safest method is to poll the active
context and detect the transition. 

The bridge informs LMS that the "virtual" player is ready for a new
track when the current data has been sent in full to the "real" UPnP
player *and* the track has been confirmed to be playing. In response,
LMS sends the next track and the bridge translates that into a UPnP
queue request. 

What happen in your case is that the Beatles are quickly absorbed, so
the bridge informs LMS which sends Mogwai. The bridges queues Mogwai and
because Sonos has large memory buffers, it swallows it entirely while
the Beatles are still playing. When the bridge detects that the Sonos
has moved to Mogwai, it tells LMS that this track has started *but*
because Mogwai has been sent in full, it also tells LMS that we are
ready for the next track. LMS sends Mojave 3 and the bridge immediately
queues it to Sonos. 

It seems that this is where the shit its the fan as Sonos seems to
believe that this queue request should replace the current track and not
just be put in the queue, so you hear just a fraction of Mogwai. 

I don't know what else I can do. It seems that I'm going "too fast" for
the Sonos but I don' want to "wait a bit" before telling LMS to send the
next track (it's really bad practice and looking for other troubles) and
I can't see an event that would be produced by the Sonos (and all other
UPnP players!) and that would allow me to wait. 

Now, why did it not happen on LMS < 8.1.1, well we have changed formats
handling in LMS for more consistency and before it's likely that your
Sonos was being sent pcm/wav all the time, which meant a different size
of data and a different timing.



LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


psketch wrote: 
> I see the same thing, but slightly different ...
> 
> If I play a track from a HiRes album available in 192/24, I see
> 
> File Format: FLAC
> Duration: 10:17
> Bitrate: 5273kbps CBR
> Sample Rate: 192.0 kHz
> Sample Size: 24 Bits
> Sample Rate: 96.0 kHz
> Sample Size: 24Bits
> 
> However, the dac does report 192/24, so this might be just an odd
> display problem rather than anything do to with the actual sound.

What is the streaming device you're playing 192/24 with?



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> > I can do it if you want Michael.
> > I acn see that behavious with Qobux tracks
> > I am running on Linux
> 
> Ok, there's a file API.pm inside the Qobuz installation folder. Line 718
> 
> is this:
> 
> main::DEBUGLOG && $log->is_debug && $url !~ /getFileUrl/i && 
> $log->debug(Data::Dump::dump($result));
> 
> (see 
> https://github.com/pierrepoulpe/SqueezeboxQobuz/blob/7e40291fb331398ad219b84e4276c4bf883dbdd4/API.pm#L718)
> 
> Change it to:
> 
> main::DEBUGLOG && $log->is_debug &&
> $log->debug(Data::Dump::dump($result));
> 
> Then re-enable logging, do your thing, send the server.log.zip. Thanks!

Ok, new server log uploaded.  BTW, I think I made the code changes
without the smiley face emoji's :).



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


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

2021-02-11 Thread jimbobvfr400


I love this app and have been using it for a little while now.

Slightly tongue in cheek suggestion but have you ever considered
learning to program for MacOS? SqueezeliteX is one of the only things I
miss in MacOS. I've gone back to Squeezeplay for the moment which is
fine TBH but Squeezelite-OSX would be marvellous



jimbobvfr400's Profile: http://forums.slimdevices.com/member.php?userid=56857
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-02-11 Thread philippe_44


FatPete wrote: 
> Hi Philippe
> 
> I didn't want to post my problem in this specific thread, because I'm
> not sure if it's something going wrong with the plug-in, or with LMS
> itself.
> 
> If you get a few minutes, could you take a quick look at my new thread
> linked below please? I've attached a uPnPBridge log to it whilst I try
> figuring out how to get the standard LMS logging working for me, and you
> might spot something I didn't from your plugin's log.
> 
> https://forums.slimdevices.com/showthread.php?113917-LMS-has-started-skipping-songs-with-8-1-1
> 
> Thanks for any advice - you'll probably be able to spot within seconds
> from the log that it's not being caused by your plug-in!
> Pete

This happens because the Sonos reports a time progress of 0 (it means it
has started the track Mogwai) but does not report a "PLAY" event and as
the previous track (Beatles) was very short, it has received all the
Mogwai track so the state machine of the bridge is fooled and believes
that Mogwai has been fully played and so request the next track from
LMS... 

It is *very* complicated because of the variety and non-compliance of
many UPnP devices, some never send the events that they are supposed to
send. So I've tried a very risky modification in that sync state
machine, let's see.



LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread Michael Herger

Bitrate: 5273kbps CBR


As I said the bitrate is the most reliable indicator of what you 
actually get. It's value is calculated based on the audio data sent. The 
other pieces are picked from some metadata response. Why there are two 
values, I yet have to figure out.

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread Michael Herger

I can do it if you want Michael.
I acn see that behavious with Qobux tracks
I am running on Linux


Ok, there's a file API.pm inside the Qobuz installation folder. Line 718 
is this:


main::DEBUGLOG && $log->is_debug && $url !~ /getFileUrl/i && 
$log->debug(Data::Dump::dump($result));


(see 
https://github.com/pierrepoulpe/SqueezeboxQobuz/blob/7e40291fb331398ad219b84e4276c4bf883dbdd4/API.pm#L718)


Change it to:

main::DEBUGLOG && $log->is_debug && $log->debug(Data::Dump::dump($result));

Then re-enable logging, do your thing, send the server.log.zip. Thanks!
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread psketch


I see the same thing, but slightly different ...

If I play a track from a HiRes album available in 192/24, I see

File Format: FLAC
Duration: 10:17
Bitrate: 5273kbps CBR
Sample Rate: 192.0 kHz
Sample Size: 24 Bits
Sample Rate: 96.0 kHz
Sample Size: 24Bits

However, the dac does report 192/24, so this might be just an odd
display problem rather than anything do to with the actual sound.



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


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

2021-02-11 Thread andyss


rgdawson wrote: 
> That appears to be the case...not in the Windows Version of squeezelite.
> 
> R Greg Dawson

That's too bad.  If anyone has any workarounds, etc., please share.  I'm
trying to control a smart switch where a powered speaker is plugged
into, which will power on/off when the Squeezelite-X player is turned
on/off.  Works great on piCorePlayer.



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

2021-02-11 Thread rgdawson


andyss wrote: 
> Thanks for the reply and thanks for Squeezelite-X. I use it every day
> ;-)
> 
> In piCorePlayer you can use -S to specify a power on/off script:
> 
> "-S  Absolute path to script to launch on power
> commands from LMS"
> 
> https://docs.picoreplayer.org/components/squeezelite/
> 
> Maybe it's not supported in squeezelite-win.exe then?
> 
> 

That appears to be the case...not in the Windows Version of
squeezelite.

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] Squeezelite-X

2021-02-11 Thread rgdawson


mr-b wrote: 
> Hmm, now SLX is showing an Access Violation in Squeezelite.exe and won't
> restart. Event Viewer says "The program SqueezeliteX.exe version
> 2.7.14.0 stopped interacting with Windows and was closed."
> Task Mgr shows 6 processes, but despite killing them it still won't
> start.
> I coudn't find a Repair function in Installed Programs but strangely did
> under the App Settings in pinned apps.
> A thread search didn't turn up any other accvios.
> 
> Do I need to save any diagnostic info before I try a reset/reinstall?

I'd love to know what happened.  Unless you had file logging enabled,
The only diagnostics would be in the application log in Event Viewer,
which you just showed me.  It is concerning to me that this is even
possible.  After thinking about it a bit, perhaps anything strange with
sounds cards?  SLX uses a dll (portaudio) to enumerate sounds cards.  If
that DLL crashes, it could bring down the app and I can't trap it.  Any
info you have on what it happened.  There were some updates to the
portaudio library recently.  Meanwhile, I'll check all my port audio
calls and make sure I am mishandling any error conditions.

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] Squeezelite-X

2021-02-11 Thread andyss


rgdawson wrote: 
> I'm not familiar with that switch and It does not appear in the
> squeezelite.exe documentation I can find.  Thus, SLX does not
> recognize/allow that switch.  Can you tell me what is does and point me
> to some documentation.  When I run squeezelite-win.exe -?, I don't see
> anything about it.
> 
> [Edit:] I tried it (-S) on squeezelite-win.exe from command lines and I
> get back "Option Error: -S"
> 
> R Greg Dawson

Thanks for the reply and thanks for Squeezelite-X. I use it every day
;-)

In piCorePlayer you can use -S to specify a power on/off script:

"-S  Absolute path to script to launch on power
commands from LMS"

https://docs.picoreplayer.org/components/squeezelite/

Maybe it's not supported in squeezelite-win.exe then?



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

2021-02-11 Thread rgdawson


andyss wrote: 
> Sorry if this has been discussed already but I can't seem to launch a
> power on/off script using -S:
> 
> Squeezlite-X Version 2.7.14
> 
> Any help?

I'm not familiar with that switch and It does not appear in the
squeezelite.exe documentation I can find.  Thus, SLX does not
recognize/allow that switch.  Can you tell me what is does and point me
to some documentation.  When I run squeezelite-win.exe -?, I don't see
anything about it.

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] Squeezelite-X

2021-02-11 Thread andyss


Sorry if this has been discussed already but I can't seem to launch a
power on/off script using -S:

Squeezlite-X Version 2.7.14

Any help?

7


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


andyss's Profile: http://forums.slimdevices.com/member.php?userid=71209
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] iPeng support thread

2021-02-11 Thread pippin


chris256 wrote: 
> 
> I saw that IOS 14.5 would allow the use of other default music app and
> the use of Siri with other music app. Does it mean that it would be
> possible to use Siri with ipeng to lo launch a specific track ? That
> would be awesome!
> 

Tracks will be hard, I'll see what can be done with intents.
The problem is: you need to add a specific intent for every track or
find a way to handle it afterwards. An intent for each track is
impossible, some people have millions of them and you need to specify
them upfront. Processing it later will likely be too slow I'll have
to see...



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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] iPeng support thread

2021-02-11 Thread pippin


Struven wrote: 
> 
> What can I say? I whish I had grabbed that coffee and used my brain (for
> once) way earlier... Works like a charm... Super stable, fast as
> lightning...

That'S interesting to know. I will add that to my list of potential
suggestions when people have issues with speed. Thanks for letting us
know!



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

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

2021-02-11 Thread FatPete


Hi Philippe

I didn't want to post my problem in this specific thread, because I'm
not sure if it's something going wrong with the plug-in, or with LMS
itself.

If you get a few minutes, could you take a quick look at my new thread
linked below please? I've attached a uPnPBridge log to it whilst I try
figuring out how to get the standard LMS logging working for me, and you
might spot something I didn't from your plugin's log.

https://forums.slimdevices.com/showthread.php?113917-LMS-has-started-skipping-songs-with-8-1-1

Thanks for any advice - you'll probably be able to spot within seconds
from the log that it's not being caused by your plug-in!
Pete



FatPete's Profile: http://forums.slimdevices.com/member.php?userid=64294
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] Actual Qobuz Audio Format

2021-02-11 Thread rootee


Zombie wrote: 
> Shouldn't you hear the difference? If not, no need to pay for HD...

Even on my SB Radio's, I can definitely tell the difference between
compressed 256kbps tracks, and whichever lossless Qobuz is playing --
either 44kHz/16-bit, or 44kHz/24-bit.  My original question is in
regards to what Qobuz is actually playing, because the track info for
the playing track shows two formats.

Also, I don't believe this thread is about what I *should* be (or not
be) paying for ;).



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


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

2021-02-11 Thread mr-b


Hmm, now SLX is showing an Access Violation in Squeezelite.exe and won't
restart. Event Viewer says "The program SqueezeliteX.exe version
2.7.14.0 stopped interacting with Windows and was closed."
Task Mgr shows 6 processes, but despite killing them it still won't
start.
I coudn't find a Repair function in Installed Programs but strangely did
under the App Settings in pinned apps.
A thread search didn't turn up any other accvios.

Do I need to save any diagnostic info before I try a reset/reinstall?



mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044
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] Actual Qobuz Audio Format

2021-02-11 Thread Zombie


Shouldn't you hear the difference? If not, no need to pay for HD...



Zombie's Profile: http://forums.slimdevices.com/member.php?userid=25009
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> This turns out to be more complicated. Argh...
> 
> How technical are you? On what OS are you running your LMS? Would you be
> 
> able to edit a file on that machine?

Sure, I can try, and will let you know if it's over my head.  I'm
running Ubuntu 20.04.2 LTS, on a headless Intel NUC7i5BNK.

Version: 8.2.0 - 1612849590 @ Tue Feb 9 07:24:50 CET 2021
Hostname: xxx
Server IP Address: x.x.x.x
Operating system: Debian - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.30.0 - x86_64-linux-gnu-thread-multi
Audio::Scan: 1.02
IO::Socket::SSL: 2.067
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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


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

2021-02-11 Thread mr-b


rgdawson wrote: 
> This is undocumented, but in the grid, press Ctrl-Shift-M.  And it will
> populate the grid with examples I use.
>  LOL I'll be hunting around now for any other Easter Eggs! ;-)
Whatever happened to all those anyway ...?

Tx for the Default populate function.



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

2021-02-11 Thread rgdawson


mr-b wrote: 
> Ah Ok - I'll have to try and retrain my fingers!
> 
> I think it'd be helpful to prepopulate the App Menu with several
> examples as it's easier to edit out rather than add, and I certainly
> missed this functionality completely at first until I think you
> mentioned some examples on the forum.

I'll add a Default button that will reset the tray menu to defaults like
this.

2

R Greg Dawson


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


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] LMS Announce - play announcements / notifications

2021-02-11 Thread andyss


Roland0 wrote: 
> new version adds a volume parameter

It went from almost perfect in my setup to perfect.  Thanks for this
Roland0!



andyss's Profile: http://forums.slimdevices.com/member.php?userid=71209
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread d6jg


mherger wrote: 
> This turns out to be more complicated. Argh...
> 
> How technical are you? On what OS are you running your LMS? Would you be
> 
> able to edit a file on that machine?

I can do it if you want Michael.
I acn see that behavious with Qobux tracks
I am running on Linux

Version: 8.2.0 - 1608791451 @ Thu Dec 24 07:40:05 CET 2020
Hostname: vortexbox-ssd
Server IP Address: XX.XX.XX.XX
Operating system: Red Hat - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.22.2 - x86_64-linux-thread-multi
Audio::Scan: 0.95
IO::Socket::SSL: 2.023
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



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

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


Re: [SlimDevices: Plugins] [Announce] LMS Announce - play announcements / notifications

2021-02-11 Thread Roland0


andyss wrote: 
> Just wondering if it's possible to specify a volume level when sending
> an announcement to a player?

new version adds a volume parameter



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

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


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

2021-02-11 Thread rgdawson


mr-b wrote: 
> Ah Ok - I'll have to try and retrain my fingers!
> 
> Also I noticed that if you add a line using down arrow at the end of a
> line, the top row (of two currently) scrolls off the top and disappears.
> Is there any reason for this, as there's lots of space below in the
> window? It just makes it a bit hard to remember what already's been
> defined. A bit like keyhole surgery! ;-)
> It seems to remember how many lines you have each time though so the
> edit  window gets larger.
> 
> I think it'd be helpful to prepopulate the App Menu with several
> examples as it's easier to edit out rather than add, and I certainly
> missed this functionality completely at first until I think you
> mentioned some examples on the forum.

This is a undocumented, but in the grid, press Carl-Shift-M.  And it
will populate the grid with examples I use.


Sent from my iPad using Tapatalk



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] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-02-11 Thread Michael Herger

Also not sure if it is related but if you pause playback for about 30
seconds or so and click play again the track will start playing but no
audio output on the LMS/Spotty device. If you then click the play from
start icon on spotify or the play next track icon the output works
again>


What LMS and Spotty helper version are you using?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2021-02-11 Thread pete105

philippe_44 wrote: 
> Send me the log please
> 
> 
> Envoyé de mon iPad en utilisant Tapatalk

Thanks - with you now.



pete105's Profile: http://forums.slimdevices.com/member.php?userid=70294
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


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

2021-02-11 Thread philippe_44

pete105 wrote: 
> I spoke too soon. I experienced another bridge crash mid-track today (at
> 14:29) and I gathered a log file. Is it worth me sending this to you
> Philippe, or would you like me to proceed with setting up the Pi and
> running the bridge from there?

Send me the log please


Envoyé de mon iPad en utilisant Tapatalk



LMS 8.1.x on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet,
1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,
Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


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

2021-02-11 Thread mr-b


rgdawson wrote: 
> Cheating?  That's not cheating, haha.  No, seriously, that is just the
> way I coded it.  I just never wrote the code to bring up a context menu
> in the help (I always use Ctrl-C, Ctrl-V) and it never occurred to me.
> And Ins is intended to insert a blank row, again, never occurred to me
> to paste there.
> 
Ah Ok - I'll have to try and retrain my fingers!

Also I noticed that if you add a line using down arrow at the end of a
line, the top row (of two currently) scrolls off the top and disappears.
Is there any reason for this, as there's lots of space below in the
window? It just makes it a bit hard to remember what already's been
defined. A bit like keyhole surgery! ;-)

I think it'd be helpful to prepopulate the App Menu with several
examples as it's easier to edit out rather than add, and I certainly
missed this functionality completely at first until I think you
mentioned some examples on the forum.



mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044
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] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2021-02-11 Thread san9jay


Also not sure if it is related but if you pause playback for about 30
seconds or so and click play again the track will start playing but no
audio output on the LMS/Spotty device. If you then click the play from
start icon on spotify or the play next track icon the output works
again>



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

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread Michael Herger

This turns out to be more complicated. Argh...

How technical are you? On what OS are you running your LMS? Would you be 
able to edit a file on that machine?

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


Re: [SlimDevices: Plugins] Actual Qobuz Audio Format

2021-02-11 Thread rootee


mherger wrote: 
> Thanks for the file. Unfortunately I seem to explicitly NOT log the 
> particular call I'm interested in... Can you go one level deeper and 
> enable logging for network.asynchttp? Play a track or two, then disable
> 
> logging again - that log is even noisier. And use above link again to 
> send the file.
> 
> > I'm also observing that the track info only shows a single output
> format
> > on a (queue) track that is not playing.  If the track is currently
> > playing, the track info shows the two distinct formats (as above).
> 
> Ok, that's a good hint.

New server log uploaded.



rootee's Profile: http://forums.slimdevices.com/member.php?userid=70728
View this thread: http://forums.slimdevices.com/showthread.php?t=113910

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