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 - il_sisco - 2019-12-08 (2019-12-08, 14:29)Wintermute0110 Wrote:(2019-12-08, 14:16)il_sisco Wrote: Hi, Thank you! I will try the very latest version.. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - il_sisco - 2019-12-08 (2019-12-08, 14:45)il_sisco Wrote:(2019-12-08, 14:29)Wintermute0110 Wrote:(2019-12-08, 14:16)il_sisco Wrote: Hi, I realized that I was really using 0.9.9 alpha.. !!! Now i get the -real- 0.9.8 stable release of 2 months ago, and i can create launchers.. The bug is in in: https://github.com/Wintermute0110/plugin.program.AEL.git RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2019-12-09 (2019-12-07, 15:16)Wintermute0110 Wrote:(2019-12-05, 22:49)Zastava Wrote: Thank you so much for the reply and explanation. That sounds like a great idea for future 0.10.0 release. Thank you so much! I can confirm that your solution works for launcher and roms artwork, even for assets located outside Kodi folder like in my case. The relative paths work both for games/assets already scanned before, and also for new launchers/systems scans. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2019-12-09 (2019-12-08, 17:23)il_sisco Wrote:(2019-12-08, 14:45)il_sisco Wrote:(2019-12-08, 14:29)Wintermute0110 Wrote: I think the problem is fixed in github, in the release-0.9.8 branch. Install that version and try. My mistake! I will fix 0.9.9 alpha ASAP. Recently I totally retrofitted the AEL platform information engine and there are a few regressions in the addon here and there. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2019-12-10 (2019-12-09, 09:09)Wintermute0110 Wrote:(2019-12-08, 17:23)il_sisco Wrote:(2019-12-08, 14:45)il_sisco Wrote: Thank you! Should be fixed in Github now. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Bedwyr - 2019-12-10 There is a launcher I made for GoG Galaxy which updated to its 2.0 version today. I tried it out from within Kodi and noticed that GoG fails to exit when the window is closed and there is no setting to do so except from the Windows 10 system tray. That means that program focus is returned to Kodi, but that Kodi remains suspended because the GoG exe is still in memory. I thought that changing the launcher setting to be non-blocking would fix this, but that didn't happen. Barring CD Projekt adding a shutdown option to its Galaxy client, is there anything I can do with the AEL launcher to make sure Kodi regains control and isn't suspended when I close the Galaxy windows? Thanks. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2019-12-11 (2019-12-10, 22:44)Bedwyr Wrote: There is a launcher I made for GoG Galaxy which updated to its 2.0 version today. I tried it out from within Kodi and noticed that GoG fails to exit when the window is closed and there is no setting to do so except from the Windows 10 system tray. That means that program focus is returned to Kodi, but that Kodi remains suspended because the GoG exe is still in memory. I thought that changing the launcher setting to be non-blocking would fix this, but that didn't happen. Barring CD Projekt adding a shutdown option to its Galaxy client, is there anything I can do with the AEL launcher to make sure Kodi regains control and isn't suspended when I close the Galaxy windows? That looks like some GoG Galaxy regression and the best thing to do is to contact their support for help. AEL is a multiplatform launcher which means it does not have Windows-specific code to control window behavior. There are utilities (Google a bit) you can use to control windows and processes from the command line. With such utilities, you can create a CMD of BAT file. In this thread there is information about such utilities. Use google with the parameter site:forum.kodi.tv to restrict the search to the forum only. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Jachin99 - 2019-12-11 Is there a simple way to add steam games, and UWP games to AEL including the artwork? I have one steam game setup (I believe I pointed AEL to the exe file) and it works but I'm not sure how to go about getting artwork, etc. I also created shortcuts for my windows games. Is there a certain way I need to structure my files and metadata? Is there a scraper I can use to create .nfo files for these games? I only need AEL for games on my Windows PC. Thanks. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Bedwyr - 2019-12-11 (2019-12-11, 07:41)Wintermute0110 Wrote:Understood. I'll keep up with GoG development. Their new Galaxy client is actually really good (it'll ingest a bunch of game services cleanly; very clever acquisition of user data) compared to the old one. And this does look to be a feature they had but haven't implemented in the new client.(2019-12-10, 22:44)Bedwyr Wrote: There is a launcher I made for GoG Galaxy which updated to its 2.0 version today. I tried it out from within Kodi and noticed that GoG fails to exit when the window is closed and there is no setting to do so except from the Windows 10 system tray. That means that program focus is returned to Kodi, but that Kodi remains suspended because the GoG exe is still in memory. I thought that changing the launcher setting to be non-blocking would fix this, but that didn't happen. Barring CD Projekt adding a shutdown option to its Galaxy client, is there anything I can do with the AEL launcher to make sure Kodi regains control and isn't suspended when I close the Galaxy windows? In the interim I've discovered Playnite. To other people trying to do what I'm doing--get UWP programs into a gamepad controllable launcher--this github open source software does a very good job of a fullscreen interface: playnite.link . One can just create an AEL launcher for that or, if they're ambitious, edit the Steam launcher add-on to accommodate Playnite (or GoG or whichever game aggregator is one's preference). I already use Steam and Launchbox. This may be my go-to for all other services including Epic and the XBox Game Pass. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2019-12-12 (2019-12-11, 18:52)Bedwyr Wrote:(2019-12-11, 07:41)Wintermute0110 Wrote:Understood. I'll keep up with GoG development. Their new Galaxy client is actually really good (it'll ingest a bunch of game services cleanly; very clever acquisition of user data) compared to the old one. And this does look to be a feature they had but haven't implemented in the new client.(2019-12-10, 22:44)Bedwyr Wrote: There is a launcher I made for GoG Galaxy which updated to its 2.0 version today. I tried it out from within Kodi and noticed that GoG fails to exit when the window is closed and there is no setting to do so except from the Windows 10 system tray. That means that program focus is returned to Kodi, but that Kodi remains suspended because the GoG exe is still in memory. I thought that changing the launcher setting to be non-blocking would fix this, but that didn't happen. Barring CD Projekt adding a shutdown option to its Galaxy client, is there anything I can do with the AEL launcher to make sure Kodi regains control and isn't suspended when I close the Galaxy windows? If you use Launchbox as a frontend I'm very interested in your feedback in order to improve AEL. For example, things in Launchbox you love which are not in AEL, etc. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Jachin99 - 2019-12-12 You can point launchbox at your steam url and it will import you entire library and metadata I thought that was really easy RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Bedwyr - 2019-12-13 (2019-12-12, 11:01)Wintermute0110 Wrote:That's kind of tough for me to answer because I use it as my sole retro gaming interface. AEL I just use for the arbitrary exe launchers rather than aggregating games. I can give some guesses at what I like about it at least, maybe that will be helpful.(2019-12-11, 18:52)Bedwyr Wrote:(2019-12-11, 07:41)Wintermute0110 Wrote: That looks like some GoG Galaxy regression and the best thing to do is to contact their support for help.Understood. I'll keep up with GoG development. Their new Galaxy client is actually really good (it'll ingest a bunch of game services cleanly; very clever acquisition of user data) compared to the old one. And this does look to be a feature they had but haven't implemented in the new client. - The experience of a retro console interface is primarily about the bling for me. What I like about Launchbox is that the default interface collects the kind of artwork that replicates what I remember about owning these games: the cartridge, the tuckbox and its art (I use 3D boxart collections for this), the logo on the selection wheel, and especially the autoplaying movie snaps. - It just works with most any controller. - Viewing options are very very granular. I can enable or disable most any visual feature such as movies playing as the background, not having a background, etc. - The search heuristic is very good and I get very good access to correct problems in each entry (this is something I feel is a Kodi weakness; especially when I'm battling finding the exact title of a given movie or series. Kodi's philosophy seems to be either it's automated or it doesn't work. This perception might be out of date or wrong, but it's my impression). - Loading and exit screens with excellent timing as the emulator takes its time to load into memory. - Very robust emulator and platform handling systems, especially for Retroarch (correct command-line configurations, etc). Much of the visual feel gets at the arcade nature of Hyperspin, but in a much cleaner, easier to manage interface. Hyperspin was like a front-end for XML data entry. It was arcane and frequently difficult to manage with different backend components. And the visual experience is probably 7/10 of the whole thing. I want it to be pleasant, seamless, and gives me as much of a feel of popping a cartridge into my SNES or N64 as possible. All this is without a lot of in-depth knowledge of how AEL handles it's emulator functionality. I do hope the impressions help. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Bedwyr - 2019-12-13 Also, I can't tell you how jarring it is to see your name right after reading Gibson. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2019-12-13 @Jachin99 @Bedwyr Thanks both for your feedback, it's very important for me to hear other people's opinion. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Bedwyr - 2019-12-13 (2019-12-13, 08:30)Wintermute0110 Wrote: @Jachin99 @Bedwyr Thanks both for your feedback, it's very important for me to hear other people's opinion. Oh, one more advantage point I forgot. LB has a manual pdf reader. You can click a link and a fullscreen rendition of a game's manual pops up for reading. That's gold. |