Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291) +---- Thread: Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi (/showthread.php?tid=287826) 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
|
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-06-10 @UnluckyForSome Forgot to mention... Before clicking in "Clone or Download" make sure you change the branch from default master to release-0.9.8 !
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Doctor Eggs - 2018-06-11 New views for Aeon Nox SiLVO: 332708 (thread) Here is a link to Github. Let me know what you think. Here are some screenshots: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - marcoooo - 2018-06-13 any one on Android Oreo that has noticed that the games doesnt start anymore it seems that the function sytem/bin/am isnt working anymore .... RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - jaimeerp - 2018-06-18 Hello . i would like to inform about this change in thegamesdb.net: https://forums.thegamesdb.net/viewtopic.php?t=27, they changed their site and API. I have tried to circumvent the issue changing the directions in the python scrappers files to legacy.thegamesdb.net but this site is temporal RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-06-18 @jaimeerp Thanks a lot for reporting. I think this issue has been already reported in Github, have a look here. Currently I'm still busy with Advanced MAME Launcher (I'm getting AML ready for inclusion into the Kodi official repo) and also I will be busy with real life over the next three weeks. I will have a look at this and release 0.9.8 ASAP. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - skillfulmmd - 2018-06-19 Quick question. I want to configure this on my Shield TV 2017 Kodi's instance. Should I be looking at only running android emulators and installing them directly to the shield? I'm new to this and believe I could get a windows instance running ok but I'm confused with how I would configure android. Thanks in advance. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-06-19 (2018-06-19, 15:37)skillfulmmd Wrote: Quick question. I want to configure this on my Shield TV 2017 Kodi's instance. Should I be looking at only running android emulators and installing them directly to the shield?Check the Launchers XML Android directory in the AEL Asset Library. There you have some examples of Android configurations. Don't desperate. Android is the most difficult platform to configure but once you get one Retroarch Launcher working making another one is really easy. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - tillaz87 - 2018-06-21 Never mind fixed it (skin issue) RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-06-22 (2018-06-21, 20:07)tillaz87 Wrote: Never mind fixed it (skin issue)Remember that even if you use a conventional skin which only supports Icons and Fanarts, AEL/AML are able to map any asset to any Kodi standard type. For example, you can map Boxfronts to Icons and Snaps to Fanarts, or any combination you prefer. Please read "Explanation of AEL ROM assets and how they are mapped to Kodi standard assets", you have the link in the first post. Of course, as you figured out, for optimal results you need a skin with views that support the expanded AEL asset model. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2018-07-02 (2018-06-19, 15:37)skillfulmmd Wrote: Quick question. I want to configure this on my Shield TV 2017 Kodi's instance. Should I be looking at only running android emulators and installing them directly to the shield?If you have any issues let me know. Mostly you can follow the directions given by Wintermute but with a good Retroarch setup it won't be that hard. You can use my android configs from the repo. I am running it myself on a Shield TV. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - marcoooo - 2018-07-02 (2018-07-02, 15:59)chrisism Wrote:(2018-06-19, 15:37)skillfulmmd Wrote:I am running it myself on a Shield TV. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2018-07-03 (2018-07-02, 17:48)marcoooo Wrote:Interesting. Just installed the oreo update last weekend, so I'll have a look into it. If you have any logs I can have a look. (enabled logging in AEL too)(2018-07-02, 15:59)chrisism Wrote:(2018-06-19, 15:37)skillfulmmd Wrote:I am running it myself on a Shield TV. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - malte - 2018-07-03 (2018-07-03, 09:18)chrisism Wrote:RCB users reported the same issue with Android 8. Seems like invoking apps via "system/bin/am" has been limited due to security reasons. Until now I did not find a way to solve this. If you find anything I would also be glad to know. Arc browser is reported to be still working with Android 8. But afaik this is a native Android app, so maybe it has other options to invoke the emulators.(2018-07-02, 17:48)marcoooo Wrote:Interesting. Just installed the oreo update last weekend, so I'll have a look into it. If you have any logs I can have a look. (enabled logging in AEL too)(2018-07-02, 15:59)chrisism Wrote: I am running it myself on a Shield TV. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - marcoooo - 2018-07-03 tryed Internet archive rom launcher and that still start the games only there the emulator is called external and advanced emulator launcher doesnt like that RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2018-07-03 (2018-07-03, 09:58)malte Wrote:Issue confirmed. The "/system/bin/am" command doesn't seem to react on its commands, when running on Android Oreo. I will go and try stuff out. If anyone has a possible solution or any leads, let us know.(2018-07-03, 09:18)chrisism Wrote:RCB users reported the same issue with Android 8. Seems like invoking apps via "system/bin/am" has been limited due to security reasons. Until now I did not find a way to solve this. If you find anything I would also be glad to know. Arc browser is reported to be still working with Android 8. But afaik this is a native Android app, so maybe it has other options to invoke the emulators.(2018-07-02, 17:48)marcoooo Wrote:Interesting. Just installed the oreo update last weekend, so I'll have a look into it. If you have any logs I can have a look. (enabled logging in AEL too) |