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 - Jachin99 - 2020-04-21 @chrisism That looks really cool!! I'm excited to see others working to integrate AEL in their skins. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2020-04-21 (2020-04-21, 21:41)Jachin99 Wrote: @chrisism That looks really cool!! I'm excited to see others working to integrate AEL in their skins. Ah yes, well have to say also a shout-out to @Rufoo for inspiration with his beautiful skin work. A lot of his input I used for that particular skin too. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-04-22 Hi @Wintermute0110 I think, I found a bug. When I want to set an artwork for a launcher, I go "Edit Launcher > Edit Asset/Artwork > Select Artwork type > Import local image (copy and rename)". So AEL save address I can view artwork in "Profile/addon_data/plugin.program.advanced.emulator.launcher/asset-launchers" and I can view artwork in this folder, but it isn't displayed in Kodi. So I return to "Edit Asset/artwork", and this time, "select local image" in the previous folder, that give "c:/kodi/portable_data/userdata/ addon_data/plugin.program.advanced.emulator.launcher/asset-launchers". This time artwork is displayed. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-04-24 Hi @Wintermute0110 Any solution to fix the bug ? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-04-24 (2020-04-24, 14:45)myghalloween Wrote: Hi @Wintermute0110 That's a bug related to Kodi image cache, I think. I have known about this issue for a long time. One Kodi core developer suggested to update the timestamp of the image so Kodi will refresh its cache and display the image. I need to investigate this further. In any case, after some random time Kodi displays the correct image when the image cache is updated. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-04-24 (2020-04-24, 15:38)Wintermute0110 Wrote:I think you're right. My second computer with an older AEL version work well with "import local image"(2020-04-24, 14:45)myghalloween Wrote: Hi @Wintermute0110 RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-04-30 Hi all, @Wintermute0110 I try to set launcher on my android TV (mi box) with MD.emu app (I don't want Retroplayer or RetroAch for this time... howaver it work well with Retroplayer in my test). Here are the commands (I've follow this old thread for AL): <platform>Sega Mega Drive</platform> <categoryID>root_category</categoryID> <application>/system/bin/am</application> <args>start -n com.explusalpha.MdEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"</args> <rompath>/storage/emulated/0/Download/</rompath> <romext>bin</romext> Nothing is appening when I launch the game I don't understand what's wrong Log : # https://paste.kodi.tv/ovuzaluvos.kodi RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-05-01 (2020-04-30, 20:21)myghalloween Wrote: Hi all, Launched process returns with error. Can you please enable AEL DEBUG (not Kodi debug) to reveal more details in the log? Advanced Emulator Launcher - Multi-emulator frontend for Kodi - GuiZ - 2020-05-01 Hello, I m trying to find a way to launch Dolphin stand alone emulator trough AEL. Dolphin core crashes when I launch a Rom while Dolphin app run without problem. 1. Is that possible? 2. Can someone can point me to launcher xml example for it (Android)? Any help would be appreciated. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-05-01 (2020-05-01, 14:43)GuiZ Wrote: Hello,Yes ! @Wintermute0110 I found the command that work for Android emulators' launcher ! I am in the process of writing a tutorial to help AEL users. Maybe it will be useful to pin it in the first post RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-05-01 | HOW-TO configure AEL for Android emulators' launcher |
Some Android applications require root and others NOT require root
Android NO-ROOT Emulators arguments Use this command in AEL argument field
Android ROOT Emulators arguments Nothing yet RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-05-01 (2020-05-01, 14:43)GuiZ Wrote: Hello, @GuiZ Which plateform for your launcher ? Please let me know your actual xml Advanced Emulator Launcher - Multi-emulator frontend for Kodi - GuiZ - 2020-05-01 (2020-05-01, 16:36)myghalloween Wrote:(2020-05-01, 14:43)GuiZ Wrote: Hello, Hi thanks for your help, For the moment no xml at all. I even don’t know how to start with an external emulator exept retroarch that I use for N64. I want to create an XML for GC et Wii with Dolphin on shield TV pro. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2020-05-01 you wrote that Dolphin run without problem so I suppose Dolphin is installed on your Shield TV pro ? Kodi and AEL addon too ? I need to know the name of the dolphin APK and executable (Because I don't have Dolphin on my Android Box... 32 bit is not compatible with). You can find this with the help of a file manager on your Shield. I don't know the tree on Shield, but I think you can find that in "android/data" and "root/data/data" Advanced Emulator Launcher - Multi-emulator frontend for Kodi - GuiZ - 2020-05-02 (2020-05-01, 22:49)myghalloween Wrote: you wrote that Dolphin run without problem so I suppose Dolphin is installed on your Shield TV pro ? Of course Dolphin, Kodi and AEL are installed on the Shield. Can you suggest me a File Explorer App that allow me to see the tree without rooting the device? I made some research to find what you need but can’t find anything. |