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

2019-11-23 Thread Michael Herger

I took a glance at the Qobuz API docs and the plugin code, and did not
see any smoking gun.  My completely random guess is that something about
the pre-fetching of the next track is triggering the unhappiness, like
Qobuz being more restrictive on simultaneous connections on the account,
such that the new streaming connection terminates the old.  If the
buffer has enough to finish out the track, that works, but if it
doesn't...


Hmm... interesting. In this case the issue should be reproducible by 
using long tracks vs. short tracks? What kind of player are you using?


Maybe logging for player.source could tell us some more?

--

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


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

2019-11-23 Thread Michael Herger

I'm seeing similar behavior with tracks ending prematurely on about 20%
of the tracks I play. Logging in debug mode, after the premature track
end the log displays:

[19-11-23 19:27:29.9383] Plugins::Qobuz::Reporting::__ANON__ (155) got
http://www.qobuz.com/api.json/0.2/track/reportStreamingEnd?app_id=:
{ status => "success" }


No, this reporting should be totally out of line. I bet you'd get this 
line in the cases where you don't get the track change, too.


--

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


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

2019-11-23 Thread telackey2


dysonapr wrote: 
> Playing Savall's new "Messiah" via the plugin, the last few seconds of
> the tracks were being skipped. The Qobuz web player streaming to a
> Chromecast Audio device plays the same album OK. LMS 7.9.2 - 1573685519
> + Linux 5.0.0-36-generic #39~18.04.1-Ubuntu SMP x86_64.

Same here with 7.9.2 and 1.531.  A recent subscriber, and it was working
perfectly until yesterday.  The most common case is it skipping the last
~10 seconds or so of some tracks.  If I seek to that location, it plays
fine, however.

I am a software and network engineer, so I can help debug if any help is
needed.

I took a glance at the Qobuz API docs and the plugin code, and did not
see any smoking gun.  My completely random guess is that something about
the pre-fetching of the next track is triggering the unhappiness, like
Qobuz being more restrictive on simultaneous connections on the account,
such that the new streaming connection terminates the old.  If the
buffer has enough to finish out the track, that works, but if it
doesn't...

But, again, that is not something I have dug into sufficiently to
affirm, just a guess.



telackey2's Profile: http://forums.slimdevices.com/member.php?userid=57037
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2019-11-23 Thread kjg


Hi Michael,

I'm seeing similar behavior with tracks ending prematurely on about 20%
of the tracks I play. Logging in debug mode, after the premature track
end the log displays:

[19-11-23 19:27:29.9383] Plugins::Qobuz::Reporting::__ANON__ (155) got
http://www.qobuz.com/api.json/0.2/track/reportStreamingEnd?app_id=:
{ status => "success" }

Could this be a problem on Qobuz's end? 

I'm using Logitech Media Server Version: 7.9.2 - 1574315728,  Qobuz
plugin version 1.531, macOS 10.14.6

Thanks!

Ken



kjg's Profile: http://forums.slimdevices.com/member.php?userid=74
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2019-11-23 Thread ericj


dysonapr wrote: 
> Playing Savall's new "Messiah" via the plugin, the last few seconds of
> the tracks were being skipped. The Qobuz web player streaming to a
> Chromecast Audio device plays the same album OK. LMS 7.9.2 - 1573685519
> + Linux 5.0.0-36-generic #39~18.04.1-Ubuntu SMP x86_64.

I am a studio subscriber, and have similar issues.   Just adding that
also happens, i believe in 320k mp3, but nearer to the end of each
piece.   Perhaps some changes in buffering ofn Qobuz's part.
Thanks.



ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-11-23 Thread cpd73


HappyStreamer wrote: 
> Maybe my Google-fu's enjoying the weekend, but I couldn't find this
> question asked/answered in this thread, so here goes:
> I added a shortcut to the homescreen on my Android phone, linking to the
> material design LMS. If I then start to play something, a
> previous/play-pause/next prompt appears in my notification display -
> which is of course very nice! However, play-pause doesn't work, while
> previous and next do. Do you have any idea why this is, and what's going
> on?

This has actually been answered in this thread. For now, use Kiwi
browser on Android to have the notifications and lockscreen controls
work. Chrome seems to act odd, but I -think- things should be better in
the next material release.



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] Qobuz.com streaming plugin

2019-11-23 Thread dysonapr


Playing Savall's new "Messiah" via the plugin, the last few seconds of
the tracks were being skipped. The Qobuz web player streaming to a
Chromecast Audio device plays the same album OK. LMS 7.9.2 - 1573685519
+ Linux 5.0.0-36-generic #39~18.04.1-Ubuntu SMP x86_64.



dysonapr's Profile: http://forums.slimdevices.com/member.php?userid=21534
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2019-11-23 Thread HappyStreamer


Maybe my Google-fu's enjoying the weekend, but I couldn't find this
question asked/answered in this thread, so here goes:
I added a shortcut to the homescreen on my Android phone, linking to the
material design LMS. If I then start to play something, a
previous/play-pause/next prompt appears in my notification display -
which is of course very nice! However, play-pause doesn't work, while
previous and next do. Do you have any idea why this is, and what's going
on?



SB Duet & SB 2 using LMS $currentVersion on the DS216+

HappyStreamer's Profile: http://forums.slimdevices.com/member.php?userid=65673
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] Spotty 3.x - Spotify Podcasts on your Squeezebox

2019-11-23 Thread Kthulu


Hi,

I've been using spotty for like a month or two perfectly fine (great job
btw !). But since the last update, I cannot see my piCorePlayer showing
up in my spotify android app anymore. Though it appears on my spotify
web player (on a chromebook but I guess it doesn't matter...).
Unchecking the "Don't annonce squeezebox players..." option doesn't
change anything and my picoreplayer is set as the only spotify connect
renderer.

Any idea ?

Aurelien.



Kthulu's Profile: http://forums.slimdevices.com/member.php?userid=69585
View this thread: http://forums.slimdevices.com/showthread.php?t=111217

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


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

2019-11-23 Thread jmsent


Tried it with 7.9.2. Same results. Skips to the next track. Could this
be an issue with an interrupted data stream from Qobuz? Not seeing any
problems like this at all on Tidal.



jmsent's Profile: http://forums.slimdevices.com/member.php?userid=14156
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2019-11-23 Thread jmsent


mherger wrote: 
> > New Qobuz subscriber (Studio). I am running LMS 7.9.1, Qobuz plugin
> > 1.531, Squeezebox Touch. The first day with Qobuz on LMS was flawless.
> A
> > few days later tracks are skipping forward 30 to 90 seconds into the
> > song, 16/44 or 24/96. Tidal streams fine and the Qobuz app streams
> fine,
> > so I doubt it is a bandwidth issue. Any ideas?
> 
> I'd update to 7.9.2 as a first step. If they moved to using https for 
> the streams, you might be missing some necessary changes.
> 
> -- 
> 
> Michael
I'm having the exact same problem. It worked fine for the past week, and
then yesterday it would start skipping tracks. I especially noticed it
at the first track of any album I picked. Played for 10 seconds than
skipped to the next track. After that it often worked ok. But choose
another album, and the same thing happened. Hope this can be fixed.



jmsent's Profile: http://forums.slimdevices.com/member.php?userid=14156
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


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

2019-11-23 Thread Michael Herger

New Qobuz subscriber (Studio). I am running LMS 7.9.1, Qobuz plugin
1.531, Squeezebox Touch. The first day with Qobuz on LMS was flawless. A
few days later tracks are skipping forward 30 to 90 seconds into the
song, 16/44 or 24/96. Tidal streams fine and the Qobuz app streams fine,
so I doubt it is a bandwidth issue. Any ideas?


I'd update to 7.9.2 as a first step. If they moved to using https for 
the streams, you might be missing some necessary changes.


--

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


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

2019-11-23 Thread ajstrother


Hi Michael,
New Qobuz subscriber (Studio). I am running LMS 7.9.1, Qobuz plugin
1.531, Squeezebox Touch. The first day with Qobuz on LMS was flawless. A
few days later tracks are skipping forward 30 to 90 seconds into the
song, 16/44 or 24/96. Tidal streams fine and the Qobuz app streams fine,
so I doubt it is a bandwidth issue. Any ideas?

Thanks!
ajstrother



ajstrother's Profile: http://forums.slimdevices.com/member.php?userid=69583
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Radio Paradise: save as spotify track in local playlist?

2019-11-23 Thread Jackisidore

d6jg wrote: 
> I see what you mean now. The “Add To” option is not available for a
> Spotty track unless it’s in the queue.
> Do “Add to End”, then from the track now in the queue do Add To, then
> delete from queue.

Yes that's the solution without interrupting the radio stream.
Overlooked this completely, Thanks!



Jackisidore's Profile: http://forums.slimdevices.com/member.php?userid=33885
View this thread: http://forums.slimdevices.com/showthread.php?t=111254

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


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

2019-11-23 Thread slartibartfast


frankd wrote: 
> Yes. However first I increased the FAT partition to 256mb and decreased
> the ext4 partition accordingly (all buster distros for the raspberry
> have 256mB of fat. Paragon Partition manager could do this, with GParted
> I was not successful.
> 
> Then: 
> 
> sudo apt update
> sudo apt dist-upgrade
> sudo apt-get purge libc6:i386
> sudo nano /etc/apt/sources.list and replace stretch with buster
> sudo nano /etc/apt/sources.list.d/raspi.list and replace stretch with
> buster
> sudo apt update
> sudo apt dist-upgrade
> sudo apt purge timidity lxmusic gnome-disk-utility deluge-gtk evince
> wicd wicd-gtk clipit usermode gucharmap gnome-system-tools pavucontrol
> 
> afterwards you can use your SDCard with a Raspberry 3 and 4... And of
> course you have to install the libc6:i386 as described in this threadI might 
> just start from scratch with a need microSD card and a fresh
Max2Play download so I still have a working system in case anything goes
wrong.

Sent from my SM-G900F using Tapatalk





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

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


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

2019-11-23 Thread frankd


slartibartfast wrote: 
> Did you update the SD card in your Pi3 and then swap it to the Pi4? 
> 
> Sent from my SM-G900F using Tapatalk

Yes. However first I increased the FAT partition to 256mb and decreased
the ext4 partition accordingly (all buster distros for the raspberry
have 256mB of fat. Paragon Partition manager could do this, with GParted
I was not successful.

Then: 

sudo apt update
sudo apt dist-upgrade
sudo apt-get purge libc6:i386
sudo nano /etc/apt/sources.list and replace stretch with buster
sudo nano /etc/apt/sources.list.d/raspi.list and replace stretch with
buster
sudo apt update
sudo apt dist-upgrade
sudo apt purge timidity lxmusic gnome-disk-utility deluge-gtk evince
wicd wicd-gtk clipit usermode gucharmap gnome-system-tools pavucontrol

afterwards you can use your SDCard with a Raspberry 3 and 4... And of
course you have to install the libc6:i386 as described in this thread



frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


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

2019-11-23 Thread CypherMK


slartibartfast wrote: 
> I am amazed that it works with no swapfile. If I run Top during the scan
> I can watch the RAM use rise during the MusicIP import phase until the
> MusicIP service ultimately quits. I wonder why yours is different.
> 
> Sent from my SM-G900F using Tapatalk

On my pi 3b+ I also don't use a swap file. Don't know what the
difference is between your install and mine.



CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


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

2019-11-23 Thread slartibartfast


frankd wrote: 
> Maybe this is Debian (OSMC) versus Raspian (Max2Play) and some different
> compilations of Qemu...Maybe but I used OSMC before you found a way to 
> install MusicIP on
Raspbian Stretch and I still  needed a large swap file.

Sent from my SM-G900F using Tapatalk





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

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


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

2019-11-23 Thread frankd


slartibartfast wrote: 
> I am amazed that it works with no swapfile. If I run Top during the scan
> I can watch the RAM use rise during the MusicIP import phase until the
> MusicIP service ultimately quits. I wonder why yours is different.
> 
> Sent from my SM-G900F using Tapatalk

Maybe this is Debian (OSMC) versus Raspian (Max2Play) and some different
compilations of Qemu...



frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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