Making progress, but....(3.6.44/1.0.66)
(2016-03-14, 20:31)marcelveldt Wrote: (2016-03-14, 02:57)oattes Wrote: This really feels like a processing queue is being established for the background handling worker thread (skin helper?). The work queue should only have a single artist in it any any time -- if the artist selection changes while the worker queue is finding and (eventually) displaying (extra) fanart the work queue should be reset and the newly selected artist provided to the worker thread. Forgive me for speculating as to how the background processing is handled, of course, but this might explain what I am seeing.
Well the processing queue was built exactly as you described, however there was a typo in there :-)
Will be fixed in next beta
Just reporting back that this one is definitely fixed!
(2016-03-14, 09:53)marcelveldt Wrote: (2016-03-09, 21:08)oattes Wrote: Could the date provided for pvr recordings in a widget be (optionally) full rather than just the time of day? It's pretty hard to distinguish recordings made daily with only a time of day (which stays constant).
Good suggestion. Changed it. Fixed in next beta.
I'm not sure if this change made it into the latest release so if not, this is just a reminder. However, I'm not seeing a full date string (date and time) for pvr recent recording widgets.
Also, I note that sometimes a graphic for the station shows up and other times it does not. (c.f. above and below)
But all station graphics appear in the guide:
These log messages may be related?
12:16:07 T:22624 ERROR: Skin Helper Service --> ERROR in searchChannelLogo ! --> Expecting value: line 1 column 1 (char 0)
12:16:07 T:22624 ERROR: Traceback (most recent call last):
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\ArtworkUtils.py", line 647, in searchChannelLogo
12:16:07 T:22624 ERROR: data = json.loads(response.content.decode('utf-8','replace'))
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejson\__init__.py", line 488, in loads
12:16:07 T:22624 ERROR: return _default_decoder.decode(s)
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejson\decoder.py", line 370, in decode
12:16:07 T:22624 ERROR: Previous line repeats 1 times.
12:16:07 T:22624 ERROR: obj, end = self.raw_decode(s)
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejson\decoder.py", line 389, in raw_decode
12:16:07 T:22624 ERROR: return self.scan_once(s, idx=_w(s, idx).end())
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejson\scanner.py", line 119, in scan_once
12:16:07 T:22624 ERROR: return _scan_once(string, idx)
12:16:07 T:22624 ERROR: File "C:\Users\oattes\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejson\scanner.py", line 115, in _scan_once
12:16:07 T:22624 ERROR: raise JSONDecodeError(errmsg, string, idx)
12:16:07 T:22624 ERROR: JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(2016-03-14, 20:00)marcelveldt Wrote: (2016-03-12, 21:16)oattes Wrote: I'm not seeing this problem generally, but what I am seeing is that once I move into a music library based widget, the background fanart freezes on the image for the widget selection. When you leave the widget an return to the home screen menu the background stays frozen even when you move to another tile -- unless that tile has a set of (non music library based) widgets in which case the fanart background starts cycling again. If further information or illustration is required, let me know and I can provide it.
Should be fixed in next beta.
Still seeing this problem:
Eg. music tile selected, background: Moby (I think!)
widget (random albums) selected: item is by Manhattan Transfer and background matches (so, far so good).
back to main music tile: background changes, but it's still Manhattan Transfer (and it will stick here!).
move to next tile over (photos) and the background stays stuck.
Also, after Kodi is (re)started, it still takes a few minutes (2-5?) for backgrounds to appear on the home screen for music and photo tile selections.
I know you are working on the freeze problem, and that should be the priority, but when you have time....