RetroPlayer Test Builds (updated for Nexus) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: RetroPlayer Test Builds (updated for Nexus) (/showthread.php?tid=173361) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-09 (2017-07-08, 14:44)linkinsoldier Wrote: Is there a possibility to send connected controllers to sleep after some (calibrateable) time? My ps3 controller seems to be running until it's out of battery, even though kodi is in power saving mode Kodi has the ability to power-off controllers. Currently, this only works for XInput controllers on windows. What system are you on? Do any other programs on our system have this capability? RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-07-09 Cool - I am running on a RPi3 with libreeelec RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-09 (2017-07-09, 08:34)linkinsoldier Wrote: Cool - I am running on a RPi3 with libreeelec If you can point to another open source project that can turn off PS3 controllers, I'll add this feature to Kodi RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-07-09 Unfortunately I don't know any project which has this implemented. However on libreelec I can go to the libreeelec settings -> Bluetooth and see my different controllers. Those controller are shown as connected (yes) or not connected (no) and there I can disconnect single controllers (option is called disconnect - I have no idea what enable standby is supposed to do, but disconnect works!) Couldn't this be used by you? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-09 (2017-07-09, 09:46)linkinsoldier Wrote: Unfortunately I don't know any project which has this implemented. However on libreelec I can go to the libreeelec settings -> Bluetooth and see my different controllers. Those controller are shown as connected (yes) or not connected (no) and there I can disconnect single controllers (option is called disconnect - I have no idea what enable standby is supposed to do, but disconnect works!) Currently, Bluetooth devices are handled by the OS. LibreELEC settings aren't part of Kodi, they're added by the LE team to control operating system-level settings. In order to power-off the PS3 controller, we'd have to rely on an undocumented API (that's how we grab the Guide button on windows machines). Not having access to this API, and not wanting to reverse engineer it myself, there's not much I can do. Keep an eye out for projects that can power off controllers, though, because if you find some open source code we can add it to Kodi or LE. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-10 Finally got around to uploading those builds from 3 days ago. Games will now autosave on exit and autoload on close. The savestate and metadata is stored alongside the ROM like this: Code: Chrono Trigger (U) [!].smc (the ROM) Autosave and autoload have some pretty heavy limitations now. The savestate will only be stored if the folder is writable (no zipped ROMs or readonly network shares). Also, savestates are not compatible across emulators, so you can't switch emulators without losing your savestate: This is less than ideal, but I'll address these limitations in the saved game manager. I still haven't decided on the design requirements for the GUI, so let me know if there's anything that shouldn't be left out. RE: RetroPlayer Test Builds (updated for Leia) - Montellese - 2017-07-11 (2017-07-10, 21:56)garbear Wrote: Games will now autosave on exit and autoload on close. I assume you meant "autoload on OPEN" RE: RetroPlayer Test Builds (updated for Leia) - Julipo - 2017-07-11 (2017-07-10, 21:56)garbear Wrote: Finally got around to uploading those builds from 3 days ago. Games will now autosave on exit and autoload on close. The savestate and metadata is stored alongside the ROM like this: This is why I ask before if you can set a save state (and save game [in-game]) folder. Because I can have my roms in a read-only device (¿cd-rom? very 90's - early 2000's), and, then, you can do a subfolder per-core (like RetroArch does). For example: [save state folder]/snes9x/Chrono Trigger (U) [!].sav [save state folder]/snes9x/Chrono Trigger (U) [!].png [save state folder]/bsnes/Chrono Trigger (U) [!].sav [save state folder]/bnes/Chrono Trigger (U) [!].png But i don't know how metadata fits here. When you open the game with snes9x he can load [save state folder]/snes9x/[game name things]. But well, you have a more ambicious project (the manager), So if "the manager" will cover all these things, there is no reason to loose time implementing this at this moment. The save-states are one of the most important features, with zip and 7zip rom load. People asked posts ago "what's next" but you corrently have a lot of work until have this launch-ready RE: RetroPlayer Test Builds (updated for Leia) - ferent - 2017-07-11 Hi gamers, trying to play with a SNES game, I get the next error: Code: 20:59:14.492 T:140300781254720 WARNING: CAddonMgr: 'kodi.game' required by 'game.libretro' is missing. Add-on may not function correctly I'm using the last Testbuild version of LibreElec for Linux, have I to install a kodi.game add-on? is not included in the current Testbuild versions? Thanks! RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-11 The past month or two has seen a lot of turmoil while rewriting binary add-ons. Whenever a change is made, they must be recompiled. The LE team is waiting for the chaneges to finalize before recompiling all their add-ons. So it'll be some time, possibly weeks, before things stabailize. Sorry for the inconvenience. RE: RetroPlayer Test Builds (updated for Leia) - efegue - 2017-07-13 Does anyone have another repository with the most up-to-date Libretro Compatibility? The one in LibreELEC repo is 1.0.1.100, the current game addons require 1.0.29. Thanks! RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-15 (2017-07-13, 11:29)efegue Wrote: Does anyone have another repository with the most up-to-date Libretro Compatibility? The one in LibreELEC repo is 1.0.1.100, the current game addons require 1.0.29. Does this answer your prayers? https://forum.kodi.tv/showthread.php?tid=298461&pid=2617305#pid2617305 RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-15 I've uploaded a new mockup for the in-game player manager: Venture to the Player Manager thread for feedback: https://forum.kodi.tv/showthread.php?tid=295463&action=lastpost RE: RetroPlayer Test Builds (updated for Leia) - efegue - 2017-07-15 (2017-07-15, 00:26)garbear Wrote:(2017-07-13, 11:29)efegue Wrote: Does anyone have another repository with the most up-to-date Libretro Compatibility? The one in LibreELEC repo is 1.0.1.100, the current game addons require 1.0.29. Prayers answered <3 RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-15 (2017-07-15, 22:51)efegue Wrote:(2017-07-15, 00:26)garbear Wrote:(2017-07-13, 11:29)efegue Wrote: Does anyone have another repository with the most up-to-date Libretro Compatibility? The one in LibreELEC repo is 1.0.1.100, the current game addons require 1.0.29. Sorry to bust your bubble, but RetroPlayer isn't working yet. There's a black screen, which will be fixed when PR12507 is merged. There's also reports of game.libretro still not loading. I'll look into this when I get a chance. |