Re: [slim] Deezer issue

2022-02-27 Thread Michael Herger
Anything in server.log or scanner.log? Maybe the import failed due to 
some networking issue?

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


[slim] Ukraine

2022-02-27 Thread d6jg

Like everyone else I’m horrified at the current situation and I’d like
to keep as up to date as possible.
Does anyone know of an internet radio stream broadcast in English from
Ukraine? I’ve found a station called Kiss FM that’s clearly switched to
24hour news but in Ukrainian. Anyone?



Jim
https://jukeradio.double6.net


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

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

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


Re: [slim] Control Your Display using LCDd and the LMS CLI

2022-02-27 Thread fvzeppelin


mherger wrote: 
> > Feel free to use it, share feedback, ...
> 
> The only feedback I'd have would be: make your life easier by using the
> 
> json/rpc interface rather than the CLI... It doesn't require a 
> persistent telnet style connection, but http. And the responses are well
> 
> structured JSON you can easily parse.

Ok, after digging into the details for a while
I would like to try the cometd way, as it supports subscriptions and
long-polling.
I can handshake, connect, subscribe, request - all of this with
successful replies.

BUT:
I never get a response with the actual content that I requested :mad:

Example:

I make a POST request like:

Code:


  [{"channel": "/slim/request",
  "clientId": "a522cace",
  "data": {
  "request": [
  "", [
  "serverstatus",
  0,
  255,
  
"prefs:ignoredarticles,browseagelimit,noGenreFilter,PLUGIN_TRACKSTAT,audiodir", 
"playerprefs:playtrackalbum,digitalVolumeControl"
  ]
  ],
  "response": "/a522cace/slim/request"
  },
  "id": 2
  }]
  


The response is:

Code:


  {'clientId': 'a522cace',
  'id': 2,
  'channel': '/slim/request',
  'successful': True
  }
  


After that  silence.
What do I need to do to make the server send the requested content?



fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid=65388
View this thread: http://forums.slimdevices.com/showthread.php?t=116018

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