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) - Keith Krummel - 2018-10-31 I did add some stuff in the past two weeks. Is there a way to save it? RE: RetroPlayer Test Builds (updated for Leia) - martinconroy - 2018-11-01 Updating the base Kodi install typically won't delete any user data so changes should remain. RE: RetroPlayer Test Builds (updated for Leia) - Keith Krummel - 2018-11-01 Great. Thank you. RE: RetroPlayer Test Builds (updated for Leia) - SuperSheep81 - 2018-11-01 (2018-10-29, 18:53)SuperSheep81 Wrote: Hello,Can someone take a look at my problem, please? RE: RetroPlayer Test Builds (updated for Leia) - Keith Krummel - 2018-11-01 I ended up getting the games menu and it asks me to configure the game pad, but everything is missing, unfortunately. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-11-01 (2018-11-01, 17:53)Keith Krummel Wrote: I ended up getting the games menu and it asks me to configure the game pad, but everything is missing, unfortunately.Can you post a screenshot and a debug log? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-11-01 (2018-11-01, 16:24)SuperSheep81 Wrote:I looked at the log and traced it through the source code, but couldn't identify where Kodi could be crashing. Does the save file exist? Can you try deleting it and trying again?(2018-10-29, 18:53)SuperSheep81 Wrote: Hello,Can someone take a look at my problem, please? RE: RetroPlayer Test Builds (updated for Leia) - martinconroy - 2018-11-02 Hi, I like to keep all my games on my server. For some emulators, this is no problem, but others say that the files can't be on a network drive (e.g. PicoDrive and Genesis Plus GX for Sega Genesis). This is a real frustration and seems unnecessary, especially accessing a 2MB file on GB ethernet! Can this constraint be removed? Thanks, Martin RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-11-02 (2018-11-02, 16:59)martinconroy Wrote: Hi, The ability to play games from a network drive is called "VFS support", because kodi uses a virtual file system to make network drives look like local ones. You can see the cores with VFS support here: https://kodi.wiki/view/Game_add-ons#Libretro_cores The problem is that VFS support comes through the libretro API, so each and every core has to be modified for VFS support at the source level. This is a LOT of work. Kodi knows which cores support VFS, so you can try playing a core from VFS and see if any cores are compatible. As an alternative, you can make the network share look like a local path my mounting in. On Windows, this is assigning it a network drive letter, on Linux this is mounting it to the local filesystem. RE: RetroPlayer Test Builds (updated for Leia) - martinconroy - 2018-11-02 (2018-11-02, 17:47)garbear Wrote:This is all really useful information garbear - thank you!(2018-11-02, 16:59)martinconroy Wrote: Hi, I've been avoiding using a drive letter on Windows because I was trying to be cross-compatible! Is the below something that I could use to achieve the same effect on my nVidia Shield and FireTV? https://9to5google.com/2017/07/06/google-releases-android-samba-client-app-for-mounting-smb-file-shares-in-files-app/ RE: RetroPlayer Test Builds (updated for Leia) - martinconroy - 2018-11-02 Also, have we got anywhere with allowing file images to be shown, even with the basic folder.jpg and fanart.jpg files? This would be an amazing step forward. Thanks again for your wonderful work on this! RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-11-02 (2018-11-02, 17:56)martinconroy Wrote: Is the below something that I could use to achieve the same effect on my nVidia Shield and FireTV? If you can mount a samba share, awesome If not then the low-tech version of copying to an external HD might work. (2018-11-02, 17:59)martinconroy Wrote: Also, have we got anywhere with allowing file images to be shown, even with the basic folder.jpg and fanart.jpg files? This would be an amazing step forward. I explain on the Games wiki (https://kodi.wiki/view/Games ) under Game Management - artwork is not yet supported, but some game add-ons provide this functionality. RE: RetroPlayer Test Builds (updated for Leia) - martinconroy - 2018-11-02 Thanks @garbear - I really appreciate all this. I'll have a play with the game addons to look at the images - apologies if I sounded impatient or ungrateful about what we currently have - I really appreciate all your work. RE: RetroPlayer Test Builds (updated for Leia) - SuperSheep81 - 2018-11-02 (2018-11-01, 18:12)garbear Wrote:(2018-11-01, 16:24)SuperSheep81 Wrote:I looked at the log and traced it through the source code, but couldn't identify where Kodi could be crashing. Does the save file exist? Can you try deleting it and trying again?(2018-10-29, 18:53)SuperSheep81 Wrote: Hello,Can someone take a look at my problem, please? No, there is no save file. Can I do something to give you more info? RE: RetroPlayer Test Builds (updated for Leia) - Abbaskip - 2018-11-03 Was there going to be a beta 4 update? |