Posts: 1
Joined: Feb 2016
Reputation:
0
Hello!
I have a problem with: PVR: The Group Items option in TV recordings is missing. In Confluence skin this option works ok.
> Kodi 16, Arctic:Zephyr 2.2.6
Posts: 294
Joined: Mar 2012
Reputation:
12
tadly
Team-Kodi Member
Posts: 294
I realized that while repeat (in the music osd) visually changes (depending what state you put it in. Do not repeat, repeat all, repeat single track), shuffle doesn't.
So it doesn't matter whether your in "shuffle"-mode or not, you'll always see the same icon making it impossible to determine whether shuffle is active or not.
Currently I'm using my phone to check ^^
Posts: 38
Joined: Jan 2010
Reputation:
0
Hello Jurialmunkey,
I posted this over in another thread, but figured it would be better to post it here since it is a bug (sorry!):
Ever since the change to have persistent widgets I am having issues with them working properly with my Emby library. If I start up Kodi, the widgets (using the Random Movies and Recent Episodes widgets) will not show anything. I think this is due to Emby not starting up until after Kodi fully boots and therefore not having the video database available. They only work when I go back into the skin config and configure a menu item to display a different widget. I believe this triggers the widgets to refresh and will display items from my Emby library. Is there any way to fix this?
Posts: 7
Joined: Aug 2013
Reputation:
0
Hi,
I'm using Kodi DSPlayer and since then, when Live TV is running the Live TV Channel Menu glitches and gos to fullscreen mode. It doesn't happen with Confluence or Aeon Nox.
Thanks
Posts: 19
Joined: Jan 2012
Reputation:
0
jelte
Junior Member
Posts: 19
Two things:
1: Not sure if this is a bug but: I can't use the running episodes widget anymore (don't know the proper name: It's the widget with the next unplayed episode of a running tv show). It failed after updating to the last Github version. What do I need to do to make this work again?
2: When trying to set the proper widget Kodi just stalls on selecting 'Default widget - Video Add- on' in the widget selecting menu. It goes on 'Getting directory Listing...' and just stays there. Tested on Windows latest Kodi and latests OSMC installation on a Rasp Pi. Even cancelling doesn't do anything.
Posts: 23
Joined: Jan 2016
Reputation:
0
I'm encountering a bug with the List view where entering some sections then pressing back results in the previous highlighted item being moved or unable to scroll correctly.
The easiest way to reproduce this to enter Videos > Movies > Genres and then selecting a genre (while in List view) and pressing back.
Also, for some reason this doesn't happen with every selected item so you may have to try different genres until you see this behavior.
Posts: 49
Joined: Mar 2012
Reputation:
2
soflip
Junior Member
Posts: 49
sorry, I posted this in the wrong thread...
Hello,
I'm getting this error in script.extendedinfo when trying to get the detailed info from the actress "Mélanie Laurent".
11:37:41 T:2576 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeEncodeError'>
Error Contents: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 45, in <module>
Main()
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 19, in __init__
listitems = start_info_actions(info, self.params)
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 339, in start_info_actions
name=params.get("name"))
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\WindowManager.py", line 189, in open_actor_info
name = name.decode("utf-8").split(" " + LANG(20347) + " ")
File "C:\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)
-->End of Python script error report<--
I didn't ask in the extended info script thread as they don't give end user support.
Thanks!
Posts: 319
Joined: Nov 2014
Reputation:
11
^^ That looks like an issue related to the Extended Info script itself and not really the skin. In your case, it's best to ask in the Extended Info section. Try using another skin and see if you get the same error and if you do, it's more than likely an Extended Info error.