Re: [SlimDevices: Plugins] [Announce] Spotty 2.5.x - Spotify Connect for your Squeezebox

2018-10-20 Thread mherger


pteittinen wrote: 
> I say partly as I'm having some problems with the playback. I'm running
> LMS on a Qnap 869 Pro NAS (x86_64-linux), Squeezebox Receiver is
> connected to the same switch as the NAS, and all WAN traffic is handled
> via a TP-Link Load Balancing Router (altho load balancing has been
> disabled) hooked up to a Huawei 4G LTE modem/router. Spotify Connect is
> disabled in player settings. In your plug-in's Advanced settings
> "Optimize Pre-Buffering" is disabled, as is the "Monitor the
> connection". "Don't announce Sb players running in Spotity Connect mode"
> is enabled, i.e. the player is not announced as a Spotify Connect
> endpoint in my network. Spotty is version 2.5.1 and LMS is v7.9.2.
> 
> The issue is that more often than not there's a very long gap of silence
> between songs. Sometimes we're talking minutes, and I can't remember
> experiencing of gap shorter than 5 seconds. Also it's not that uncommon
> for playback getting stuck at the end of a song, and I need to click
> Next track manually to resume playback.

I understand you're controlling Spotty playback all from LMS/SB, not
Spotify app involved? 

Could you please set logging for plugin.spotty to INFO
(Settings/Advanced/Logging), play with Spotty, then provide your
server.log.zip file?

https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=109598

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


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

2018-10-20 Thread Michael Herger

[18-10-20 23:09:17.7165] Slim::Utils::DbCache::__ANON__ (284) Error:
/var/lib/squeezeboxserver/cache/qobuz.db
[18-10-20 23:09:17.7228] Slim::Utils::DbCache::__ANON__ (283) Error:
DBD::SQLite::st execute failed: database disk image is malformed

Does this tell you anything? I haven't got the knowledge to make
anything out of it, unfortunately.


That's pretty much what I thought might be in there. Your cache file is 
corrupted. Therefore you have metadata problems. Shut down LMS, delete 
that file, restart. That should fix it.



About the Hi-Res indication of single tracks or songs: I listen to
playlists from myself, other users and from Qobuz. For me it would be
nice to see in LMS which tracks in a playlist are Hi-Res tracks.


I'll see what I can do.

--

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

2018-10-20 Thread Alex001


philippe_44 wrote: 
> Not exactly. I've updated the README to reflect the dependencies. Having
> said that, this version adds a lot of other files for the full
> processing mode, especially if you build the static versions, to have
> all codecs. So I've done one thing for you, which is adding a "CODECS"
> flag that is needed now to compile with all codecs. So if you don't set
> RESAMPLE and CODECS, then it will only work in "thru" mode and will be
> like the "old" versions, so no need for all these extra
> files/librairies. See the manual if you want to know more about non
> "thru" modes

Thank you Philippe! I have built it with the full processing support and
it is working great.



Alex001's Profile: http://forums.slimdevices.com/member.php?userid=67986
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] BBC iPlayer - listen again running silent (listen live fine)

2018-10-20 Thread martinshaw


I'll Second that - I also don't think there is anything else



martinshaw's Profile: http://forums.slimdevices.com/member.php?userid=14205
View this thread: http://forums.slimdevices.com/showthread.php?t=109617

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


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

2018-10-20 Thread Marc B


Sorry for the typos in my last post. I stil got to find a way to tell my
phone that I'm trying to type in English in stead of Dutch 🙄

I guess you mean a log file from LMS? The log that I could find through
'settings' and then the tab 'information' has 24 items that look like
this:

[18-10-20 23:09:17.7165] Slim::Utils::DbCache::__ANON__ (284) Error:
/var/lib/squeezeboxserver/cache/qobuz.db
[18-10-20 23:09:17.7228] Slim::Utils::DbCache::__ANON__ (283) Error:
DBD::SQLite::st execute failed: database disk image is malformed

Does this tell you anything? I haven't got the knowledge to make
anything out of it, unfortunately. 

About the Hi-Res indication of single tracks or songs: I listen to
playlists from myself, other users and from Qobuz. For me it would be
nice to see in LMS which tracks in a playlist are Hi-Res tracks.



Marc B's Profile: http://forums.slimdevices.com/member.php?userid=68564
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2018-10-20 Thread philippe_44

emss wrote: 
> Hi Philippe,
> 
> 
> 
> Seems the socket differences between Linux & FreeBSD could be the
> issue.
> I've ktraced squeeze2raop-x86-64-static and it seems that it tries to
> bind twice to 0.0.0.0:5353 the second occurrence causes the crash.
> I'm not a seasoned C programmer, so I'm afraid I can't fix this on my
> own.
> 
> My local dns/ntp server is a x86-64 box running OpenWRT 17.01.4, and
> squeeze2raop-x86-64-static runs fine since I've reconfigured unbound &
> nsd to use an other port than 5353 for local zones.
> 
> Could an OpenWRT package be considered ? (I'm fine with manual
> installation but it could help other people use this neat tool on their
> appliances)
> 
> Thanks for your help.
> 
> Éric

Currently I don't feel like adding new packages, I already have too much
to do. Having said that, I think I know what your issue is, it's about
the SO_REUSEPORT socket option which I use under apple and freebsd (of
course) and not under linux. I'll see if I can enable it in general



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


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

2018-10-20 Thread Ge Ba

philippe_44 wrote: 
> Put YT plugin logging in debug to see what's happening. Probably
> something wrong with the syno update, unfortunately. Any Perl version
> change?

Plugin working fine again after re-install of LMS. Not sure what caused
the issue.. happy all is fine now :)



*Server:* LMS 7.9.2 - 0011.1527861596 on Synology DS216Play. SOX mansr
ARMv7 & C-3PO.
*Players:* SB Radio, RPi 3B+, 7Â’Â’ Touch, pCP @Marshall Acton. Multiroom
HiFi: Denon AVR-X4000, AVM M30 @Nubert NuLine/NuVero 5.1+2

Ge Ba's Profile: http://forums.slimdevices.com/member.php?userid=66816
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] MusicIP on Ubuntu 18.04

2018-10-20 Thread SlimChances


chaug wrote: 
> I can't get Sugarcube to see the recipes.xml file (for MusicIP recipes).
> I'm not sure if this has anything to do with the specifics of the setup
> discussed here, but I thought I'd start here.
> 
> According to 'this'
> (https://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi)
> post, the recipes.xml files is supposed to be in the .MusicMagic
> directory where also the default.m3lib is located. That is the case on
> my system but in the Sugarcube plugin settings there are still no
> recipes available at the "Optionally Add a MusicIP Recipe" dropdown
> option.
> 
> What I have tried/looked at so far:
> - restarted LMS
> - restarted MusicIP
> - checked file permissions: -rwxr-xr-x 1 christoph christoph5628 Apr
> 12  2017 recipes.xml*
> - created a recipes.xml file in the ~/MusicIP/recipes directory as well
> as in ~/MusicIP 
> 
> Where else might musicIP be looking for that file? Or how can I tell it
> where it is?

Not sure if this is the way I use MusicIP or because I don't use
Sugarcube , but I do not have any recipe.xml files in that folder. I
just have a log file and the default.m3lib file



Logitech Media Server Version: 7.9.1 - 1518987734 @ Sun Feb 18 22:55:43
CET 2018
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.22.1 - x86_64-linux-gnu-thread-multi

One SB Touch connected by Ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
SB Classic connected by Ethernet to FX Audio D802C amp and Sinclair
bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=108991

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2018-10-20 Thread emss

Hi Philippe,

philippe_44 wrote: 
> I don't know why the mDNS responder does no start well. I've seen major
> socket behavior differences between FreeBSD and Linux
> 

Seems the socket differences between Linux & FreeBSD could be the
issue.
I've ktraced squeeze2raop-x86-64-static and it seems that it tries to
bind twice to 0.0.0.0:5353 the second occurrence causes the crash.
I'm not a seasoned C programmer, so I'm afraid I can't fix this on my
own.

My local dns/ntp server is a x86-64 box running OpenWRT 17.01.4, and
squeeze2raop-x86-64-static runs fine since I've reconfigured unbound &
nsd to use an other port than 5353 for local zones.

Could an OpenWRT package be considered ? (I'm fine with manual
installation but it could help other people use this neat tool on their
appliances)

Thanks for your help.

Éric



LMS 7.9 on FreeBSD11-STABLE/amd64, 2 x SqueezeBox3, 1 Airport Express
11g.
Coming soon, HD SqueezeBox Clone.
DIY high efficiency loudspeakers (Hypex Horns & 15" BR enclosures), Naim
clone Amplifier, Atoll PR100 preamp

emss's Profile: http://forums.slimdevices.com/member.php?userid=68557
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.7

2018-10-20 Thread Ge Ba

Another awesome plugin - Thanks so much, Michael.
Works like a charm, especially with personal ID set.



*Server:* LMS 7.9.1-168 on Synology DS216Play. SOX mansr ARMv7 & C-3PO.
*Players:* SB Radio, RPi 3B+, 7Â’Â’ Touch, pCP @Marshall Acton. Multiroom
HiFi: Denon AVR-X4000, AVM M30 @Nubert NuLine/NuVero 5.1+2

Ge Ba's Profile: http://forums.slimdevices.com/member.php?userid=66816
View this thread: http://forums.slimdevices.com/showthread.php?t=108832

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


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

2018-10-20 Thread hartzell


rudirenner wrote: 
> [...]
> 
> My players are 3 Raspberry PIs with squeezelite:
> Firmware: v1.9.0-1113
> 
> I can search with the plugin, but playing the video does not really
> work:
> It seems to start (the seconds are running), but there is no sound.
> After a few seconds, the time returns to 0 and starts to run again. In
> between, it can sometimes happen that a few sound sequences come.
> [...]
> 

Are you sync-ing all three players?

I'd be curious if it works if you only use a single player.

I sometimes see symptoms like that when I'm streaming or playing big
FLAC files and my home network becomes busy.



hartzell's Profile: http://forums.slimdevices.com/member.php?userid=54772
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2018-10-20 Thread philippe_44


emss wrote: 
> Hi,
> 
> 
> Replying to myself, sorry.
> Seems using sq2r in a VM was a bad idea…
> I've since run sq2r on a W10 laptop, and everything works flawlessly.
> 
> To avoid running sq2r on a remote host, I've then installed Airplay
> Bridge on the LMS host using the development repo :
> http://downloads.sourceforge.net/project/lms-to-raop/dev/repo-sf.xml
> 
> I've applied the following patch to Squeeze2raop.pm :
> 
> 
> 
> As squeeze2raop-x86-64-static is not a native FreeBSD binary, I ran
> brandelf -t Linux squeeze2raop-x86-64-static then loaded linux64.ko
> 
> Running squeeze2raop-x86-64-static fails with the following log :
> 
> 
> I've looked up for a process using port 36853 with no luck.
> So I guess I'm missing something but I don't know what
> 
> Regards
> 
> Eric

I don't know much about FreeBSD/Linux compatibility mode but obviously
the application is crashing. It's impossible at that stage to know
what's happening



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] Understanding MusicIP moods and recipes

2018-10-20 Thread chaug


kefkekeyser wrote: 
>  
> How can I get the recipes to show up in Spicefly SugarCube? Do I need to
> put my recipes.xml in another location?

Did you manage to solve this? I'm struggling with the 'exact same
question'
(https://forums.slimdevices.com/showthread.php?108991-MusicIP-on-Ubuntu-18-04&p=923294&viewfull=1#post923294)...



*Server*: LMS 7.9.2 on an Ubuntu 18.04 home server
*Players*: Radio, Touch, Duet (Receiver & Controller), 2 Booms
*Remote control apps*: iPeng (iOS), SqueezePad (iOS), Squeezecontroller
(Android)
*Important plugins*: Trackstat, Spicefly Sugarcube, Lazy Search Music,
Custom Browse, Spotty, Multi Library

chaug's Profile: http://forums.slimdevices.com/member.php?userid=47641
View this thread: http://forums.slimdevices.com/showthread.php?t=75932

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


Re: [SlimDevices: Plugins] BBC iPlayer - listen again running silent (listen live fine)

2018-10-20 Thread photop1


Yes, the same thought from myself

I thought the time had arrived to replace the squeezebox kit with
something new, so thanks again



photop1's Profile: http://forums.slimdevices.com/member.php?userid=64966
View this thread: http://forums.slimdevices.com/showthread.php?t=109617

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


Re: [SlimDevices: Plugins] MusicIP on Ubuntu 18.04

2018-10-20 Thread chaug


I can't get Sugarcube to see the recipes.xml file (for MusicIP recipes).
I'm not sure if this has anything to do with the specifics of the setup
discussed here, but I thought I'd start here.

According to 'this'
(https://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi)
post, the recipes.xml files is supposed to be in the .MusicMagic
directory where also the default.m3lib is located. That is the case on
my system but in the Sugarcube plugin settings there are still no
recipes available at the "Optionally Add a MusicIP Recipe" dropdown
option.

What I have tried/looked at so far:
- restarted LMS
- restarted MusicIP
- checked file permissions: -rwxr-xr-x 1 christoph christoph5628 Apr
12  2017 recipes.xml*
- created a recipes.xml file in the ~/MusicIP/recipes directory as well
as in ~/MusicIP 

Where else might musicIP be looking for that file? Or how can I tell it
where it is?



*Server*: LMS 7.9.2 on an Ubuntu 18.04 home server
*Players*: Radio, Touch, Duet (Receiver & Controller), 2 Booms
*Remote control apps*: iPeng (iOS), SqueezePad (iOS), Squeezecontroller
(Android)
*Important plugins*: Trackstat, Spicefly Sugarcube, Lazy Search Music,
Custom Browse, Spotty, Multi Library

chaug's Profile: http://forums.slimdevices.com/member.php?userid=47641
View this thread: http://forums.slimdevices.com/showthread.php?t=108991

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.5.x - Spotify Connect for your Squeezebox

2018-10-20 Thread mherger


eurif wrote: 
> At home, we're using 2 Spotify premium accounts. In LMS, we must select
> an account (or browse in it) in order to enable the player as Spotify
> Connect_ed_ for this account.
> Is it a normal behaviour ?

Unfortunately yes. If local announcements don't work, then the players
are only visible to the account with which it is logged in. That's one
of the limitations of disabled discovery mode.



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=109598

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


Re: [SlimDevices: Plugins] Tidal, doesn't show My Playlists.

2018-10-20 Thread GAS-Son


Suppose that the list is temporary stored in a file(s) and Debian
doesn't allow that for some reason.
Just a thought...



GAS-Son's Profile: http://forums.slimdevices.com/member.php?userid=68100
View this thread: http://forums.slimdevices.com/showthread.php?t=109620

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


Re: [SlimDevices: Plugins] Tidal, doesn't show My Playlists.

2018-10-20 Thread Michael Herger

Maybe I'm misunderstanding the function here. I'm expecting my playlists
from Tidal to show up there


Hmm... that's exactly how it should work. Don't know why this wouldn't 
work for you :-(


--

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


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

2018-10-20 Thread Michael Herger

Thanks, of does work indeed. Somehow not on all Hi Res albums, but I'm
not 100% sure on that, as my LMS does not always show the right artwork
and bitrate in the right side of the screen. Sometimes after a reboot it
does, and then after a while of doesn't anymore. So that's another issue
for me.


You should check your server.log file to see whether there's eg. an 
issue with the cache file.



I can now see if album is hi res. Would it be possible to also show if a
track or song is hi res? It would help me a lot.


Aren't they always hires if the album is?

--

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


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

2018-10-20 Thread Marc B


Thanks, of does work indeed. Somehow not on all Hi Res albums, but I'm
not 100% sure on that, as my LMS does not always show the right artwork
and bitrate in the right side of the screen. Sometimes after a reboot it
does, and then after a while of doesn't anymore. So that's another issue
for me. 

I can now see if album is hi res. Would it be possible to also show if a
track or song is hi res? It would help me a lot.



Marc B's Profile: http://forums.slimdevices.com/member.php?userid=68564
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] Tidal, doesn't show My Playlists.

2018-10-20 Thread GAS-Son


mherger wrote: 
> But you are able to play content from TIDAL? Just not your playlists?

Yes, exactly.
Maybe I'm misunderstanding the function here. I'm expecting my playlists
from Tidal to show up there, or do I have to make new ones just for this
application i LMS?



GAS-Son's Profile: http://forums.slimdevices.com/member.php?userid=68100
View this thread: http://forums.slimdevices.com/showthread.php?t=109620

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