Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2022-01-02 Thread agt


RCST wrote: 
> Happy new year!
> 
> Finally found time to fix the bugs, and a new version 1.6 has been just
> released:
> 
> https://drive.google.com/file/d/1-AhojIFrJocf0ndNVZyJdAI1heKbYydi/view?usp=sharing

Nice work, thanks!
Auto discover now working perfectly for my troublesome 4 letter
server



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-23 Thread agt


RCST wrote: 
> Thanks for the info! Haha, I have found the problem!, In short, I
> misunderstood the auto discover protocol, the app doesn't work with any
> LMS server with a 4 letters long name, just like yours - "tars"!
> 
> Should have a new version soon to fix this issue.

Wow, that's hilarious- and one of the last things I would have thought
to check.

Totally offtopic: A colleague got me in the habit of naming devices
after fictional computers and robots - TARS was one of the bots in
Interstellar, and I have/had several with 4 letters, including a Gort
(The Day the Earth Stood Still), a Zima (Alastair Reynolds' Zima Blue)
and a Zero (a droid in the Mandalorian voiced by Richard Ayoade).



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-23 Thread agt


RCST wrote: 
> The auto discover still failed although the app didn't crash. I know
> roughly where goes wrong and can probably can work around that. But as a
> developer (even just amateur), I have the bug that always want to know
> the root cause.
> 
> Can you install and run the following version and try "auto discover"
> again , then send me the log? Your patience is much appreciated!
> 
> https://drive.google.com/file/d/1xyCSWi4Id679ywTbmi0n6C4s6kyen3Ms/view?usp=sharing

You really don't need to be thanking me for my patience, I'm very happy
to help you improve it. 
I do database and Web stuff and am forever encountering weird things, or
users doing something I would never have imagined. 
A relevant point that comes to kind mentioning that is that this server
has multiple interfaces (wired and wireless), and a mix of dhcp and
fixed ip. Is it possible to use that your auto discover code is
encountering the server 3 or 4 times, and having that cause trouble? I
don't know if that's a scenario you need to code for, but I can confirm
that Squeeze CTRL for example auto-discovers it fine and only once. 
Ive attached screenshots of the server ip config, and your app interface
which still seems to show port 0 for auto scan, as well as the latest
logs.


+---+
|Filename: LMSConnectLog_1.5v3.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36528|
+---+


agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-23 Thread agt


RCST wrote: 
> Thanks for trying, so the number of players doesn't matter then.
> 
> Please try this new version (please double check whether the storage
> permission is enabled if you just see a white screen):
> https://drive.google.com/file/d/1bURTqCq9MPaZNYalGKDh-aRnJofM-dH-/view?usp=sharing
> 
> This one by default disables auto discover, you need to specify the IP
> address of the LMS server, then press the "Retrieve Player Data from
> Server" button to get a list of players.
> 
> If that works, you can try to enable auto discover, see if the app
> crashes or misbehaves. If still the case, please send me the log file
> again (better to delete the old log file before running this version).

Success! To a point.

Provided I remembered to allow storage permissions manually, this
version let me enter the IP address and all works fine.
Selecting Auto-scan no crashes either, but seems to lock port on 0
instead of 9000.
Attached log file includes two separate installs of this version - the
first where I also experimented with stopping the server.

Conclusion:if you can ensure the auto scan hits port 9000 and figure out
how to request storage permissions on install, it will be closer to
bulletproof. 
Thanks again for the great support.


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


agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-22 Thread agt


RCST wrote: 
> Although I don't know the root cause, everything is making sense now.
> Definitely the auto discover logic of the app needs to be improved, at
> least allow you to manually specify the server IP without crashing.
> 
> 
> Just realised that there are 6 players connected to your home's LMS
> server, can you turn off 2 or 3 of them and try again?
OK, I've now tried with just a single player attached (SB receiver from
duet), and chromecast+upnp bridges disabled as well in case they were
interfering.
Also confirming that firewalld is not running on server, so shouldn't be
blocking discovery (and discovery works fine im other cases eg SB Player
for Android). I could do am nmap scan if it helps?



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-22 Thread agt


RCST wrote: 
> Although I don't know the root cause, everything is making sense now.
> Definitely the auto discover logic of the app needs to be improved, at
> least allow you to manually specify the server IP without crashing.
> 
> 
> Just realised that there are 6 players connected to your home's LMS
> server, can you turn off 2 or 3 of them and try again?

Great that some of it's making sense - both on the auto-discover and the
excessive-player-count front: there's nothing worse than an inscrutable
problem you can't replicate.

When I get home I'll try turning all but one off player and see what
happens.
If it succeeds I'll bring them up one at a time and send the logs up.



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-21 Thread agt


Hi again.
Unfortunately this remains murky for my Home server!

Per my previous post, all versions worked correctly on my LMS at my
Office location.
On getting home, all versions that support AutoScan crash when trying to
do this.
As AutoScan is on by default, this means the app crashes instantly on
initial attempt to load -if LMS is running-.
If I stop LMS on the server, I can disable AutoScan then set server
manually, but the process crashes when trying to share from Tidal, or on
reenabling the AutoScan toggle.
Logs attached - in case they help, and server details below
I can however use the original version which seems to work fine - though
I understand from the thread there have been other improvements.

Thanks again for your work!



Server info: both running openSUSE Tumbleweed on different vintage Intel
NUC - Home with the problem is older but not -ancient- hardware, and
started with older LMS now updated to latest.



*Office - works fine
*
*Home - crashes all versions with server discovery*


Logitech Media Server Version: 8.1.2 - 1619728303 @ Fri Apr 30
00:35:24 CEST 2021
Hostname: wopr3
Server IP Address: 10.99.10.243
Server HTTP Port Number: 9000
Operating system: SuSE - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.32.1 - x86_64-linux-thread-multi
Audio::Scan: 1.02
IO::Socket::SSL: 2.070
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 1
*Originally*
Logitech Media Server Version: 8.1.0 - 1608064080 @ Tue Dec 15
22:06:05 CET 2020
Hostname: tars
Server IP Address: 192.168.20.18
Server HTTP Port Number: 9000
Operating system: SuSE - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.32.0 - x86_64-linux-thread-multi
Audio::Scan: 1.02
IO::Socket::SSL: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 6

*After update*Logitech Media Server Version: 8.2.0 - 1627922070
@ Tue Aug 3 11:35:37 CEST 2021
Hostname: tars
Server IP Address: 192.168.20.18
Server HTTP Port Number: 9000
Operating system: SuSE - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.32.0 - x86_64-linux-thread-multi
Audio::Scan: 1.02
IO::Socket::SSL: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 6


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


agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-21 Thread agt


RCST wrote: 
> Hi agt, please try the following version which has basic logging,
> however this one requires permission to write to storages
> 
> https://drive.google.com/file/d/1NUWmfPRTJ05fKeAKZSQknnZM2UW1gHzh/view?usp=sharing
> 
> Once you installed this version, if there is no prompt for enabling
> "write storages" permission, you might need to manually enable it via
> "App info". The log file is named "LMSConnectLog.txt" and located in the
> "Download" folder.
> 
> Please paste the log content here, thanks.

Hi, great news that everything works! 

I very methodically installed from oldest through to newsest, and they
ALL behaved fine. 
Stranger still, when I opened the app on the Moto G4 play I had tested
yesterday and done nothing to change, it worked there too. 

The only difference that makes any sense to me is that I'm doing this at
my office (which has its own LMS running). Will check when I get home
and update if anything of use. 

Back to the main point though - this works and it's amazing, great work,
and many thanks.



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-20 Thread agt


RCST wrote: 
> Thanks for the info. Both Android 9 & 11 are supported and I personally
> tested the app on real devices with Android 9, 10 and 11.
> 
> Unfortunately the current version doesn't log anything, will try to
> develop a new version which can do logging.

Thanks, that is- so weird-.
I've also since tested on a Moto G4 Play running Android 10, so I have
struck out on 9/10/11 with devices from 3 different makers!

Do you have links for any older builds? - I'm really keen to check it
out, without causing you a huge effort.
(Or any idea what is wrong with me...)



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-20 Thread agt


Hi RCST.
I've tried installing on another phone (LG V30+, Android 9), with
exactly the same result.

Can I gather any debug logs that might be of use?

Thanks!



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-20 Thread agt


RCST wrote: 
> I don't think this app requires any permission, but no harm to check
> that.
> 
> 
> 
> What's the Android version? and what's the model of the android device?
> 
> 
> Or do you have another android devices to try?

Hi - thanks for the reply!
Yes I checked on permissions already, and the only thing available to
Allow was Storage, which I turned on, but it didn't help.

The device I've tried so far is an Oppo A54 5G running Android 11 with
Nov 2021 Security update.  I'll try a couple of others and report my
results.

Thanks again!



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2021-12-20 Thread agt


Hi RCST - this app sounds awesome : I'm a big fan of such ingenious
solutions.

Unfortunately I can't get the app to run, and would be grateful for any
suggestions.
  
- I've downloaded the app from the link in your first post (it reports
  v1.5)
- I've approved unknown sources, and it appear ins my list of
  installed apps in settings and app drawer.
- When I try to launch it my screen just flashes and returns to the
  app drawer.
- The Share target exists from tidal, but unsurprisingly fails as the
  app isn't initialised  (its Storage details show it using no data and
  no cache).  It appears that it tries to launch something, but then
  just returns to TIdal
  

Thanks!



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-12-28 Thread agt


vdeknock wrote: 
> Hi, live close to NZ being in AUS and have exactly the same issue. I
> just signed up to Tidal on a special and can't add it to the myAPPs
> menu. If I go to App Gallery, Tidal is installed, uninstall and then
> press install and then select go to Tidal it all works as expected. But
> I can't get the Tidal into myApps so I can just play as I want, Am
> running 8.1.0 on an iMac. I deleted the cache.db and that made no
> difference.
> 
> agt have i missed something you changed?
> 
> thanks
> 
> Vincent

Hi Vincent. No, I don't think there were any other steps at my end. 
You'll note that in the path to mine being fixed there was reference to
stuff on the mysqueezebox.com server instances (which are regional) ,
and I'm pretty sure it was something fixed/reset there, followed by the
cache.db/restart that did it.

My best advice is to hope/wait for the totally amazing Michael
(@mherger) to notice the activity on this thread, and provide some real
knowledge.
Good luck!



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-30 Thread agt


mherger wrote: 
> > OK -both work and home "frontend" devices below.
> 
> Oh well, that's all US. Odd. Anyway. Could you please give it another 
> try on your LMS? Shut down LMS, delete cache.db, restart (with the 
> logging options still on)?
> 
> -- 
> 
> Michael

Eureka and Eureka.
Both home and work instances now working fine through LMS and
SqueezeCTRL.

Thanks so much for all your help Michael!

Have a great weekend.

Thanks, Alex



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-30 Thread agt


mherger wrote: 
> >PING mysqueezebox.com (3.232.61.123) 56(84) bytes of data.
> >PING mysqueezebox.com (18.208.147.17) 56(84) bytes of data.
> 
> Hmm... they're both in the US. What if you ping from your desktop where
> 
> you'd configure mysb.com? NZ by default should point to EU.
> 
> From your data I'd assume that LMS would hit the US (confirmed by the 
> above), while your direct interaction would hit EU.
> 
> -- 
> 
> Michael

OK -both work and home "frontend" devices below.
Note that most of my testing and interaction with mysb has been at
home.

Work desktop:

Code:

> ping -c1 mysqueezebox.com
  PING mysqueezebox.com (3.227.126.138) 56(84) bytes of data.
  64 bytes from ec2-3-227-126-138.compute-1.amazonaws.com (3.227.126.138): 
icmp_seq=1 ttl=74 time=262 ms
  
  --- mysqueezebox.com ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 261.574/261.574/261.574/0.000 ms



and Home laptop


Code:

>ping mysqueezebox.com
  
  Pinging mysqueezebox.com [18.208.147.17] with 32 bytes of data:
  Reply from 18.208.147.17: bytes=32 time=284ms TTL=72
  Reply from 18.208.147.17: bytes=32 time=375ms TTL=72
  Reply from 18.208.147.17: bytes=32 time=366ms TTL=72
  Reply from 18.208.147.17: bytes=32 time=358ms TTL=72
  
  Ping statistics for 18.208.147.17:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
  Minimum = 284ms, Maximum = 375ms, Average = 345ms




agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-30 Thread agt


mherger wrote: 
> > No proxy or VPN in play, however could it be related to having
> multiple
> > server instances, and DNS pointing at different datacenters?
> 
> Yes, definitely! Could you ping mysb from the two instances and let me 
> know what IP you get?
> 
> > If it's possible or advisable to wipe my mysb info (or abandon it for
> a
> > virgin account), I've got not problem with that, provided we can
> avoid
> > whatever has gotten my records out of sync?
> 
> You should be good soon. You were missing the TIDAL app in one region, 
> but not the other. LMS obviously hit the wrong one :-). We're in the 
> process of re-syncing systems.
> 
> -- 
> 
> Michael
That's making a bit more sense!

Work instance (with ISP DNS):

Code:

> ping -c1 mysqueezebox.com
  PING mysqueezebox.com (3.232.61.123) 56(84) bytes of data.
  64 bytes from ec2-3-232-61-123.compute-1.amazonaws.com (3.232.61.123): 
icmp_seq=1 ttl=66 time=261 ms
  
  --- mysqueezebox.com ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 260.525/260.525/260.525/0.000 ms


Home instance (with 1.1.1./8.8.8.8/ISP DNS):

Code:

> ping -c1 mysqueezebox.com
  PING mysqueezebox.com (18.208.147.17) 56(84) bytes of data.
  64 bytes from ec2-18-208-147-17.compute-1.amazonaws.com (18.208.147.17): 
icmp_seq=1 ttl=73 time=261 ms
  
  --- mysqueezebox.com ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 260.553/260.553/260.553/0.000 ms




agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-29 Thread agt


mherger wrote: 
> >  From my very inexpert look at the logs, the connection to
> Squeezenetwork
> > is reporting only two apps active, and does not include Tidal.
> > As shown in the attached image, Mysqueezebox.com definitely has Tidal
> > active with a valid account.
> 
> Hi Alex. Now here's something I've never seen before: your records are 
> utterly out of sync between our US and EU datacenters. That's quite 
> concerning... Now I'm wondering why some of your requests seem to hit 
> the US datacenter, while others hit the EU. Are you using some kind of 
> proxy or VPN in your environment which might be causing this?
> 
> -- 
> 
> Michael

Hi Michael!
Sorry, I'm not setting out to create new and interesting problems!

No proxy or VPN in play, however could it be related to having multiple
server instances, and DNS pointing at different datacenters?

The logs I uploaded are from my work instance, which is using the ISP
default DNS:

Code:

> grep "nameserver" /etc/resolv.conf
  nameserver 203.114.168.2



My home instance is with the same ISP but I'd added other DNS at some
point:

Code:

> grep "nameserver" /etc/resolv.conf
  nameserver 1.1.1.1
  nameserver 8.8.8.8
  nameserver 203.114.168.2



Both are with the same ISP, but maybe the cloudflare DNS pushes the
traffic to a different zone?

If it's possible or advisable to wipe my mysb info (or abandon it for a
virgin account), I've got not problem with that, provided we can avoid
whatever has gotten my records out of sync?

Thanks, Alex



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-29 Thread agt


OK, I've left things ticking for a week while the logging for
network.squeezenetwork was on, and have attached the logs for my work
instance (8.0.0, openSUSE Tumbleweed, New Zealand).

>From my very inexpert look at the logs, the connection to Squeezenetwork
is reporting only two apps active, and does not include Tidal.
As shown in the attached image, Mysqueezebox.com definitely has Tidal
active with a valid account.
And as noted previously, the online library integration (which is
excellent) finds albums and artists I've saved in Tidal, and plays them
flawlessly.
I just still have no way of using LMS to search Tidal for content not in
my library.

Thanks, Alex

319953199631997


+---+
|Filename: server.log_20201030.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31997|
+---+


agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-22 Thread agt


mherger wrote: 
> Can you enable logging for network.squeezenetwork? Either make sure it's
> 
> set to stick through startup, or wait a few days for connections to 
> mysb.com being logged.
> 
> -- 
> 
> Michael

Cool, have set logging to DEBUG on my home instance now.  For some
reason my remote connection to work is flaky just now, but I'll do the
same in the morning for my main work one, and the test instance in the
VM - no harm in being thorough

Thanks again, will post logs in a few days time.



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-21 Thread agt


mherger wrote: 
> > If there is a problem with one or other of the db's is it practical
> to
> > just nuke it all and start from scratch?
> 
> Don't nuke it all. Just nuke the library.db, artwork.db and imgproxy.db
> 
> files. That will trigger a full rescan, during which all of them will be
> 
> re-built.
> 
> But still: I doubt they have anything to do with your TIDAL not showing
> up.
> 
> -- 
> 
> Michael
Thanks, I've done some further testing specifically on the "Tidal not
showing" element as detailed below.

My top-level conclusion is that it still doesn't work even with a
completely fresh LMS install on a different platform, and using a
totally new mysqueezebox account.  I can't see anything obvious in the
attached logs (from the test instance, 8.0.0 on Windows in NZ).
Does this narrow it down to say my geographic location?

Thanks, Alex


I DID FIND OTHER POSTS WITH WHAT SOUND LIKE AN IDENTICAL ISSUE:
https://forums.slimdevices.com/showthread.php?109421-Tidal-Not-Showing-in-My-Apps-or-Home-Screen/page2
https://forums.slimdevices.com/showthread.php?108118-Tidal-not-showing-under-My-Apps
.. including "As I mentioned earlier, Tidal *does* work, but only if it
is uninstalled, reinstalled and then launched from the installation. "
as I have found.

TESTING DETAILS
Tangent: with my home instance deleting the recommended .db's fixed the
scanning issue, so home instance is fine now in that regard - but still
no Tidal app on home screen.

New attempt to narrow down the variables with a virgin install:
1/ In case it's platform related, I spun up a new LMS instance in a
Windows VM, with a 2 Artist/8 Album library for quick scanning.
2/ Logged into my existing mysb account, My Apps on LMS shows only CBC
and Podcasts, whereas My Apps on mysb website shows Tidal also.
3/ Tidal artists and albums show in main library via online nusic
library integration
...to me this indicates that it's probably nothing weird about my old
install, or the openSUSE OS.
4/ Next, I set up a totally new mysb account, put the new mysb
credentials into LMS, then rescanned LMS (with no mysb apps yet) to
confirm it had 'taken'
5/ "Installed" Tidal in mysb with my existing Tidal credentials,
rescanned LMS
6/ As above in (3), Tidal content is integrated in main library,
indicating that Tidal plugin/app is fine, but no "My Apps" section at
all in LMS
7/ "Installed" CBC and Podcasts in mysb and LMS, "My Apps" now show
Podcasts only - still no Tidal
8/ Possibly unrelated, by mysb can't see the squeezelite player that's
running in this test instance.  Maybe a networking thing with the VM?

31917  31918


+---+
|Filename: scanner.log.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31918|
+---+


agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-21 Thread agt


mherger wrote: 
> > Below server.log and scanner.log for home instance since I did the
> 8.0.0
> > update this evening.  In the web interface it reports that the scan
> is
> > still in progress, but it's been about 90 minutes since the last
> > activity in scanner.log which seems much slower than normal.
> > Is it worth totally rebooting the box, or is there a better way to do
> a
> > state reset for the scan?
> 
> Yeah, there seems to be a problem with the artwork.db or imgproxy.db 
> files. Unfortunately I'm not sure from the log.
> 
> Alas: this most likely has nothing to do with your Tidal not showing up.
> 
> Did you enter your mysb credentials in LMS/Settings/mysqueezebox.com?
> 
> -- 
> 
> Michael

Hi. Yes, mysb credentials are in and valid (I figure this is needed for
Tidal to work via the Material Skin).
If there is a problem with one or other of the db's is it practical to
just nuke it all and start from scratch?  There's nothing I care about
losing in the way of play count, favorites or the like, so if I could do
a full database reset then read from local file tags and online library
integration, it could eliminate those issues?

Thanks again.



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-21 Thread agt


mherger wrote: 
> > I've now got my home and work instances of LMS both on 8.0.0, and
> have
> > found that if I select Material Skin for the Web Interface, Tidal
> does
> > appear in the apps menu.
> > No luck however with any of the other Web Interfaces, or with
> > SqueezeCTRL.
> Anything in server.log?
> 
> -- 
> -- 
> 
> Michael
Hi Michael, sorry for not checking this prior to posting.
Below server.log and scanner.log for home instance since I did the 8.0.0
update this evening.  In the web interface it reports that the scan is
still in progress, but it's been about 90 minutes since the last
activity in scanner.log which seems much slower than normal.
Is it worth totally rebooting the box, or is there a better way to do a
state reset for the scan?

Thanks heaps, Alex

server.log:

Code:

[20-10-21 19:31:06.7133] main::init (388) Starting Logitech Media Server 
(v8.0.0, 1602925693, Sat Oct 17 11:23:17 CEST 2020) perl 5.030001 - 
x86_64-linux-thread-multi
  [20-10-21 19:31:14.5514] main::checkDataSource (1108) Warning: Schema updated 
or no media found in the database, initiating scan.
  [20-10-21 19:32:09.0558] Slim::Utils::DbCache::__ANON__ (310) Error: 
DBD::SQLite::st execute failed: database is locked
  [20-10-21 19:32:09.0564] Slim::Utils::DbCache::__ANON__ (310) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/lib/perl5/site_perl/Slim/Utils/DbCache.pm line 310)
  frame 1: Slim::Utils::DbCache::__ANON__ 
(/usr/lib/perl5/site_perl/Slim/Utils/DbCache.pm line 77)
  frame 2: Slim::Utils::DbCache::set 
(/usr/lib/perl5/site_perl/Slim/Utils/ArtworkCache.pm line 81)
  frame 3: Slim::Utils::DbArtworkCache::set 
(/usr/lib/perl5/site_perl/Slim/Utils/GDResizer.pm line 566)
  frame 4: Slim::Utils::GDResizer::_cache 
(/usr/lib/perl5/site_perl/Slim/Utils/GDResizer.pm line 546)
  frame 5: Slim::Utils::GDResizer::gdresize 
(/usr/lib/perl5/site_perl/Slim/Utils/ImageResizer.pm line 137)
  frame 6: (eval) (/usr/lib/perl5/site_perl/Slim/Utils/ImageResizer.pm line 136)
  frame 7: Slim::Utils::ImageResizer::sync_resize 
(/usr/lib/perl5/site_perl/Slim/Utils/ImageResizer.pm line 122)
  frame 8: Slim::Utils::ImageResizer::resize 
(/usr/lib/perl5/site_perl/Slim/Web/Graphics.pm line 448)
  frame 9: Slim::Web::Graphics::__ANON__ 
(/usr/lib/perl5/site_perl/Slim/Web/Graphics.pm line 474)
  frame 10: Slim::Web::Graphics::artworkRequest 
(/usr/lib/perl5/site_perl/Slim/Web/HTTP.pm line 1222)
  frame 11: Slim::Web::HTTP::generateHTTPResponse 
(/usr/lib/perl5/site_perl/Slim/Web/HTTP.pm line 912)
  frame 12: Slim::Web::HTTP::processURL 
(/usr/lib/perl5/site_perl/Slim/Web/HTTP.pm line 707)
  frame 13: Slim::Web::HTTP::processHTTP 
(/usr/lib/perl5/site_perl/Slim/Networking/IO/Select.pm line 122)
  frame 14: (eval) (/usr/lib/perl5/site_perl/Slim/Networking/IO/Select.pm line 
118)
  frame 15: Slim::Networking::IO::Select::__ANON__ 
(/usr/lib/perl5/site_perl/Slim/Networking/IO/Select.pm line 167)
  frame 16: (eval) (/usr/lib/perl5/site_perl/Slim/Networking/IO/Select.pm line 
167)
  frame 17: Slim::Networking::IO::Select::loop (/usr/libexec/squeezeboxserver 
line 728)
  frame 18: main::idle (/usr/libexec/squeezeboxserver line 678)
  frame 19: main::main (/usr/libexec/squeezeboxserver line 1211)
  
  [20-10-21 19:32:09.0567] Slim::Utils::DbCache::__ANON__ (311) Error: 
/var/lib/squeezeboxserver/cache/artwork.db
  [20-10-21 19:32:09.0573] Slim::Web::Graphics::__ANON__ (406) Artwork resize 
for plugins/WiMP/html/images/icon_192x192_p.png failed
  [20-10-21 19:32:42.9655] Slim::Music::VirtualLibraries::registerLibrary (213) 
Can't create the library view at this point, as the scanner is running: Music 
without online duplicates
  [20-10-21 20:22:42.7707] main::init (388) Starting Logitech Media Server 
(v8.0.0, 1602925693, Sat Oct 17 11:23:17 CEST 2020) perl 5.030001 - 
x86_64-linux-thread-multi
  [20-10-21 20:22:46.1077] Slim::Music::VirtualLibraries::registerLibrary (213) 
Can't create the library view at this point, as the scanner is running: Hide 
lossy duplicates if lossless track is available
  [20-10-21 20:22:46.6037] Slim::Music::VirtualLibraries::registerLibrary (213) 
Can't create the library view at this point, as the scanner is running: Music 
without online duplicates



scanner.log

Code:

[20-10-21 19:31:16.1993] main::main (206) Starting Logitech Media Server 
scanner (v8.0.0, 1602925693, Sat Oct 17 11:23:17 CEST 2020) perl 5.030001
  [20-10-21 19:31:16.6022] Slim::Schema::forceCommit (2157) Warning: Trying to 
commit transactions before DB is initialized!
  [20-10-21 19:33:57.9114] Slim::Music::Import::runImporter (577) Starting 
Slim::Media::MediaFolderScan scan
  [20-10-21 19:33:57.9120] Slim::Utils::Scanner::Local::rescan (179) 
Discovering audio files in /data__/m_virt/flac_hr
  [20-10-21 19:34:30.0706] Slim::Utils::Scanner::Local::__ANON__ (191) Start 
processing found tracks
  [20-10-21 19:34:30.0712] Slim::Utils::Scanner::Local::__ANON__ 

Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-21 Thread agt


Still hoping someone may be able to help me out.

I've now got my home and work instances of LMS both on 8.0.0, and have
found that if I select Material Skin for the Web Interface, Tidal does
appear in the apps menu.
No luck however with any of the other Web Interfaces, or with
SqueezeCTRL.
Any suggestions welcome!

Thanks, Alex



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-20 Thread agt


Well it looks like with much thanks for Michael (and others), Tidal
playback is working now.

I've also updated my LMS at work to 8.0 from the latest nightly, and can
see the online library integration working - it's brilliant so thanks
again to all who've made that so awesome.

This means that my thread here still has its initial problem only: I
still can't get Tidal into the My Apps section on the LMS, or of my
SqueezeCTRL apps.

LMS Versions: 8.0.0 (work) and 7.9.3 (home)
OS: openSUSE Tumbleweed (both)
Country: New Zealand.


Thanks for any suggestions,
Alex



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-18 Thread agt


john greenwood wrote: 
> Tried again this morning, but still can't get the Tidal plug-in to work.
> I tried to play a playlist, first directly from a Touch, then from the
> browser interface on my computer.  In both cases Tidal jumped from track
> to track, and the log showed a subscribe/unsubscribe error for each
> track.  I tried to unsubscribe/subscribe again as well as
> uninstall/install, both at MySqueezebox.com.  I also tried
> uninstalling/reinstalling the Tidal plug-in.  Made no difference.  The
> Tidal apps on my computer and iPhone work fine.
> 
> Note - if there are other threads on this, I couldn't find them (other
> than my own posts in the iPeng thread when I thought the problem was
> there).

Hi John - looks like it is a problem with talking to Tidal that is being
covered in various other threads.  This seems to be a pretty active one:
https://forums.slimdevices.com/showthread.php?112300-Attention-TIDAL-users-changes-ahead!/page29
It seems that Michael (mherger) is working on the pipeline. (the dude is
everywhere on the forums and seems to be awesome).
This thread I started was because I was setting Tidal up for the first
time and assumed it was my error.
I agree it wasn't easy for me to find the news that the
Squeezebox<->Tidal stuff was currently broken/flaky: I did look but it
was only Michael's message here that clued me in.

I'm just going to wait for the smoke to clear...



agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


Re: [SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-17 Thread agt


mherger wrote: 
> > Just signed up for Tidal and trying to get it connected to LMS.
> 
> Probably an unlucky moment...
> 
> > I've read a few other posts with similar symptoms, to no avail.
> 
> Did you see that there currently is an issue with streaming to some 
> users' players?
> 
> > TL;DR: Tidal isn't appearing in My Apps, and when I have managed to
> get
> > to its interface, I can queue songs from Tidal buy they return
> "Failed
> > to play Stream"
> 
> Exactly this. It's being discussed eg. in 
> http://forums.slimdevices.com/showthread.php?t=113070
> 
> > -Restarted LMS, full reboot, Disable/Reenable Tidal on LMS and
> > MySqueezebox *
> 
> - what LMS version?
> - what operating system?
> - where about do you live?
> 
> > 2. Even once I got to the Tidal app, playback seems to be trying to
> > apply a protocol (wimp:/15519973) as a relative url to my main
> library
> > path (file:///data__/m_virt/flac_hr/) per the error logs?
> 
> It needs a double slash: wimp://155...
> -- 
> 
> Michael
Hi, and thanks for replying!
1. No, I didn't see that others were presently having an issue - thanks
for pointing that out!
2. My version and OS details in full at bottom, but in short 7.9.3 on
openSUSE Tumbleweed.  I live in New Zealand - do I need to configure
this somewhere?
3. The double slash: yes I thought that, but as/more significantly
thought it should be absolute, not as relative to my library path? 

Any suggestions on the "Not in My Apps" issue - or is it likely related
to the issue others are having?
Thanks again for your help.

Code:

Logitech Media Server Version: 7.9.3 - 1591161343 @ Thu Jun 4 04:11:33 CEST 
2020
  Hostname: tars
  Server IP Address: 192.168.20.10
  Server HTTP Port Number: 9000
  Operating system: SuSE - EN - utf8
  Platform Architecture: x86_64-linux
  Perl Version: 5.30.1 - x86_64-linux-thread-multi
  Audio::Scan: 1.02
  IO::Socket::SSL: 2.068
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  Total Players Recognized: 2




agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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


[SlimDevices: Plugins] Tidal App not appearing in My Apps, and won't play queued songs.

2020-10-17 Thread agt


Hi all.
Just signed up for Tidal and trying to get it connected to LMS.
I've read a few other posts with similar symptoms, to no avail.
TL;DR: Tidal isn't appearing in My Apps, and when I have managed to get
to its interface, I can queue songs from Tidal buy they return "Failed
to play Stream"
Any suggestions appreciated!



WHAT TRIED FIRST:
-Plugin is enabled in LMS Settings
-MySqueezebox credentials are in LMS and appear to be working
-Have added Tidal App in MySqueezebox, with valid credentials
-Tidal is not appearing in the expected position on LMS My Apps, or
player (Squeezebox Touch or SqueezeCTRL app).
-There were no errors in server.log to this point.
-Restarted LMS, full reboot, Disable/Reenable Tidal on LMS and
MySqueezebox *

Round Two:*
-Having failed using the web player, I tried with the Squeezebox Touch
itself: App Gallery ->Tidal ->Uninstall, then App Gallery ->Tidal
->Install
-This asks whether to add a shortcut to Home, to which I said yes then
opted when asked to Open Tidal
-At this stage I could browse content and select things to play.
-Tracks selected are visible in the queue, but will not play: "Failed to
play stream".
-There are now possibly related errors in log - see at bottom
-Nothing in the Home menu, and no Tidal in My Apps on SBT or Web
Interface

WHAT I THINK IT MEANS, AND HELP?
1. First problem is trouble accessing the Tidal plugin interface in the
frontends of LMS, SBT or SqueezeCTRL.  The plugin clearly works a bit
and credentials are valid, as I was able to browse and queue content. 
This resembles other posts I found.
2. Even once I got to the Tidal app, playback seems to be trying to
apply a protocol (wimp:/15519973) as a relative url to my main library
path (file:///data__/m_virt/flac_hr/) per the error logs?


Code:

[20-10-17 20:15:12.8102] 
Slim::Formats::Playlists::Base::playlistEntryIsValid (125) Warning: 
file:///data__/m_virt/flac_hr/wimp:/155199793.flac found in playlist:




agt's Profile: http://forums.slimdevices.com/member.php?userid=70783
View this thread: http://forums.slimdevices.com/showthread.php?t=113070

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