2018-05-01, 20:40
No hurry, just ask if you need more testing.
The problem remembering selected view is still a kodi bug? It´s reported somewhere?
(2018-05-01, 20:40)trihy Wrote: No hurry, just ask if you need more testing.Should be fixed on github now.
(2018-05-01, 20:40)trihy Wrote: The problem remembering selected view is still a kodi bug? It´s reported somewhere?Still pending. It is discussed here: link
(2018-05-02, 06:15)malte Wrote:Mame naming style scraping now works fine using xml from game database info.(2018-05-01, 20:40)trihy Wrote: No hurry, just ask if you need more testing.Should be fixed on github now.
(2018-05-01, 20:40)trihy Wrote: The problem remembering selected view is still a kodi bug? It´s reported somewhere?Still pending. It is discussed here: link
(2018-05-08, 00:52)trihy Wrote: Seems kodi devs doesnt bother too much with the skin bug.Yes, I will wait some more and then maybe look for a workaround in RCB. But I hope that they will fix it as RCB is not the only addon with this issue.
Lets see if get fixed at least for the beta release.
(2018-05-08, 00:52)trihy Wrote: Did you try to check the problem I was having launching those multiple disc?Not yet. Atm I am working on performance issues. I guess this will need some more time until it is finished.
Thanks.
(2018-05-10, 14:00)ködi-zömbie Wrote: It's me aagain. Loading time issue for Images is fixed now with latest Kodi 18 alpha VersionsOk, good to know. Anyway, your report made me dig out my good old RPi and so I did some performance tests and improvements. Loading 30 games from smb share took 90 seconds with 2.2.0 on Libreelec (Krypton). Right now I am down to 3 seconds.
(2018-05-10, 14:00)ködi-zömbie Wrote: but sometimes I see Error : "Could not find ID 0 , windowxml" (or something like this) and the Lists are empty.Are you using Aeon MQs RCB views? I guess they need to be updated as there have been many changes in RCB recently that need to be reflected in the skin.
I can reproduce this error by pressing Context menu button in Aeon MQ6 for Global Context window. After one restart its okay again. Must be Skin Problem.
(2018-05-10, 14:52)malte Wrote: Are you using Aeon MQs RCB views? I guess they need to be updated as there have been many changes in RCB recently that need to be reflected in the skin.No I used theme in Kodi 17, in Leia they don't work so I deleted them and used your Estuary Skin Setting. If you press C you get the submenu in RCB, but if you press Menu button on Android in AeonMQ6, RCB crashes cos of that popup window.
(2018-05-12, 10:40)malte Wrote: Could you show me a debug log when this error happens?1: Open RCB
(2018-05-17, 19:59)ködi-zömbie Wrote: Is latest RCB v2.2 closing Kodi 18 Alpha on Android ? Always I run emulation and close, it start Kodi from beginning but in settings "Minimize Kodi" is active.Maybe you have solo mode activated in launch settings (its in the edit rom collection dialog)?
(2018-05-17, 19:59)ködi-zömbie Wrote: ...and the Estuary View setting (NFO,NFO2...)is not saving for me. It starts from NFO view everytimeThis is a known issue of Kodi Leia that also affects other (script) addons. I hope it will be fixed in Kodi. Otherwise I have to look for a workaround.
(2018-05-16, 22:01)ködi-zömbie Wrote: 1: Open RCBI think the problem is the mapping of actions in the keymap file (remote.xml vs keyboard.xml).
2. Crash RCB with context button
3. Open RCB (no more Files, Pics)
4. Reopen RCB (everything normal again)
HandleKey: menu (0xf0d8) pressed, action is activatewindow(contextmenu)
HandleKey: c (0xf043) pressed, action is ContextMenu
(2018-04-29, 03:28)trihy Wrote: Hi malte. Im having problems with multidiscI was able to reproduce it and found the part in the code where it happens. It is a little bit of both: misconfiguration and a bug (at least bad coding). But I won't be able to fix it atm. The whole launching part needs a complete refactoring and with this I will also fix this issue. But I want to finish my current work on game import and browsing before I start working on the launching part.
Most two disc works fine, this one doesnt.
\(Disc.*\)
Enemy Zero (Disc 1 of 4) (EUR)_disk1
Enemy Zero (Disc 2 of 4) (EUR)_disk2
Enemy Zero (Disc 3 of 4) (EUR)_disk3
Enemy Zero (Disc 4 of 4) (EUR)_disk4
disc1 works fine. When trying to launch disc2, disc wont be mounted and log shows:
22:19:05.243 T:3612 DEBUG: RCB_INFO cmd: call "C:\SSF_012_beta_R3\SSF.bat" "D:\Saturn\Enemy Zero (Disc 2 of 4) (EUR)_disk1.cue"
The correct cmd for disc 2 should be:
22:19:05.243 T:3612 DEBUG: RCB_INFO cmd: call "C:\SSF_012_beta_R3\SSF.bat" "D:\Saturn\Enemy Zero (Disc 2 of 4) (EUR)_disk2.cue"
Not sure why rcb do this. Same proble for disc 3 and 4. I guess it could be fixed by deleting the _disk2, 3 or 4 in the filename, but maybe it can be fixed on rcb code. I ave other games named like this on the same platform and they work fine. But they are only 2 disc sets.