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 - bibi - 2021-09-11 Hi, Thanks for your addon, a little complex to start but then awesome. I need to launch 2 commands in a launcher, one to start the emulator, and one to place the emulator screen on the right screen. Is it possible ? Here a rpcs3 launcher for linux Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - bibi - 2021-09-11 For Yuzu : Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2021-09-15 (2021-08-28, 09:54)domb84 Wrote:(2021-08-28, 09:34)domb84 Wrote:Here's the logs from launching a game in PCSXReArmed. No controls work during this, even thought the context menu can be brought up using the controller and you can configure the mappings during the game.(2021-08-27, 09:03)Wintermute0110 Wrote: Sorry for the late response. AEL supports artwork on remotes for some operating filesystems, only for UNC paths. If you like the technicalities, AEL uses the Python API for dealing with filesystems and in some operating systems Python is able to use the UNC paths. Kodi also understands UNC paths so it's OK to have artwork in remote windows shares.ROMs/artwork/bios all appear to work fine from a NAS, they just have to be mounted using a systemd script in libreelec as they don't let you install packages like autofs. Using fuse and ssh to mount a NAS seems a bit over complicated just to mount a a remote file system! That looks to be a Retroplayer problem and not AEL's. I'm sorry I cannot help you. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2021-09-15 (2021-08-29, 00:42)tillaz87 Wrote:(2021-08-17, 11:41)Wintermute0110 Wrote: Sorry but I do not understand your question. Can you please reword it? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2021-09-15 (2021-09-11, 22:55)bibi Wrote: Hi, Can you please give some feedback on what was difficult? That will help me to craft the documentation (one day...). If you need to create more than one command then you need to launch a script file (shell, Python, etc.) and from the script then you do whatever you want. You have some examples in the AEL asset library. That's a pretty complicated script with lots of bells and whistles but you get the idea. In Linux, make sure the script has executable permissions and that the shebang is present in the script in the first line. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - tillaz87 - 2021-09-19 (2020-05-01, 15:46)myghalloween Wrote: This doesn't appear to work on android 10 . any ideas? I've been away from the android scene a long time RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - tillaz87 - 2021-09-19 (2021-09-15, 07:10)Wintermute0110 Wrote:(2021-08-29, 00:42)tillaz87 Wrote:(2021-08-17, 11:41)Wintermute0110 Wrote: OK so the splash screen I've implemented into the skin when a game is launched is currently triggered with the visible tag <visible>Window.IsActive(DialogNotification.xml)</visible> But AEL has quite a few notifications for various tasks so I was wondering if there is anyway to use a visible tag that only identifies the "launching" notification? Maybe with string is equal? Not really important anymore as I've moved on to other parts but any info would be great but one is specific to a game launching. I'm wondering if there is anyway I could use something like String.IsEqual in my visible for this notification only as the the screen RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - misterright1 - 2021-09-22 How do I remove the console/platform reminder, if I put Unknown it stays as Unknown and a question mark on the side (here's a preview https://imgur.com/a/xFdPecT ). Also how can I put default paths for my resources? the thumbs, fanart nfo files and such? I have to manually navigate to the locations every time I add a new launcher. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - 1deep - 2021-09-30 Does anybody use Yatse(android remote control app) to launch games? Works in Advanced Launcher but I get playback failed in AEL. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - garbear - 2021-10-11 (2021-08-28, 09:54)domb84 Wrote: Here's the logs from launching a game in PCSXReArmed. No controls work during this, even thought the context menu can be brought up using the controller and you can configure the mappings during the game. (2021-09-15, 07:08)Wintermute0110 Wrote: That looks to be a Retroplayer problem and not AEL's. I'm sorry I cannot help you. I posted a solution here: https://github.com/kodi-game/game.libretro.pcsx-rearmed/issues/22#issuecomment-939347522 Basically, you need to replace PCSCReArmed's topology.xml file with these contents: Code: <?xml version="1.0" encoding="UTF-8"?> RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - g.scholtens - 2021-10-12 Does AEL work with every skin? I'm using Kodig 19 (matrix) on my shield device and wat to have the NES,Snes emulator to my kodi menu. Please help me out RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - amand - 2021-10-13 Hi, With Advanced Launcher, I was able to launch xinit on my linux box to create a new xserver session ; it was very useful to keep kodi running on a separate X session when I ran some software. But with AEL my launchers do not work anymore : nothing happened... Have anyone ever succed to launch another X session with AEL? For information, Here my generic launcher called by AEL : launcherx.sh Quote:#!/bin/shAnd here an example of .xinitrc : Quote:xrandr --size 1280x720Thanks in advance if you can help me! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sharkynz007 - 2021-10-17 Hi Just need a bit of help. I have AEL install on kodi and am trying to get it to launch chiaki (ps4 remote play app) when I launch it kodi still stays on the screen however I have notice the app is actually launching in the back ground behind kodi. does anyone know how I can fix this? Running on raspberry pi 3b + raspbian os RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - garbear - 2021-10-17 @Wintermute0110 I've started including community repos in my test builds to allow for wider testing of the GSoC PRs. Do you have a repo for AEL? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2021-10-19 (2021-10-17, 02:50)garbear Wrote: @Wintermute0110 I've started including community repos in my test builds to allow for wider testing of the GSoC PRs. Do you have a repo for AEL? Hi @garbear, currently I have a repo in Github but I do not generate the XML file so Kodi cannot use it automatically. Users are supposed to download the ZIP file and upgrade manually. If you need it, I will create the XML file convert that into a repo. It will take some time though, I'm quite busy with RL at the moment. |