I tried the pre-release3, I cannot even goto playback, because the keys are not working on that screen, but you posted pre-release2 in which it is working in some time, i mean to say if i wait about 5 secs on the home screen and then navigate to the episodes screen from hub it works, but when i open the addon and then navigate to the episode screen where there is multiple version it does not work.
I have no problem at all where the episodes don’t have multiple version
Ok, one more issue is remaining, when opening the episodes screen, in the default episode the playback button focus works, but when I select another episode and want to play the episode by moving to playback buttons, the playback selection/focus does not comes again to playback buttons, as seen in here, it highlight the home screen directly when changing the episode skipping the playback buttons
I am using 0.7.5-prerelease6 when i go to my movie library and select by last date added. Nothing happens. When i go to another library and then back to my movie library its sorted by last date added.
Is there a way to install this as a persistent repository via SSH? I am running a LibreElec RPi and that would make life much easier than typing with a remote!
@bowlingbeeg the library rewrite broke sorting somehow:
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'NoneType' object has no attribute 'addedAt'
Traceback (most recent call last):
File "C:\Users\panni\Kodi_21\portable_data\addons\script.plexmod\lib\windows\library.py", line 467, in onClick
self.sortButtonClicked()
File "C:\Users\panni\Kodi_21\portable_data\addons\script.plexmod\lib\windows\library.py", line 730, in sortButtonClicked
self.sortShowPanel(choice, forceRefresh)
File "C:\Users\panni\Kodi_21\portable_data\addons\script.plexmod\lib\windows\library.py", line 756, in sortShowPanel
self.showPanelControl.sort(lambda i: i.dataSource.addedAt, reverse=self.sortDesc)
File "C:\Users\panni\Kodi_21\portable_data\addons\script.plexmod\lib\windows\kodigui.py", line 729, in sort
self.items.sort(key=sort, reverse=reverse)
File "C:\Users\panni\Kodi_21\portable_data\addons\script.plexmod\lib\windows\library.py", line 756, in <lambda>
self.showPanelControl.sort(lambda i: i.dataSource.addedAt, reverse=self.sortDesc)
AttributeError: 'NoneType' object has no attribute 'addedAt'
-->End of Python script error report<--
I’ll see if I can fix it. Somehow we now have a lot of items in self.showPanelControl that are just empty mli’s
Edit: I’m guessing that’s the case because chunking is now used everywhere, resulting in totalSize amount of empty mli’s
Edit 2: Yeah, setting forceRefresh = True in sortButtonClicked solves this. That’d be a cheap way to fix this. Let me see if I can do one better.
Yes, of course. I just have the Pi elsewhere in the house and has no keyboard. I was hoping I could just do it from my PC remotely so when I went back into that part of the house it would already be there.