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 - ehammer85 - 2017-12-06 (2017-12-01, 13:52)illinx Wrote:As I understand it, AEL can only put Kodi in windowed mode and not minimize Kodi. Is that accurate? I've been playing around with cmdow but am having a hard time in implementing it in my games collection within AEL. Any tutorials that would be helpful specific to my desire to minimize Kodi when launching a game (standalone launcher, not a ROM launcher) and maximizing Kodi again when exiting the launcher?(2017-12-01, 05:42)ehammer85 Wrote: fairly new to the Kodi forum and was hoping for a little guidance (and i apologize if this is answered somewhere glaringly obvious) but I'm in Kodi 17.5 with the Phenemonal skin and most of the time when I launch a game from AEL and exit back to Kodi, it's like Kodi was accepting input from my gamepad. Is there a way to avoid this? An argument to add that minimizes Kodi once the game is launched or a setting that I'm missing? Or a way to keep Kodi from "stealing input" from my gamepad as the game is open? Also, with the old Advanced Launcher, there was a way for me to add a Kodi Favorite as a launcher. Is there still a way to do this? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2017-12-08 (2017-12-06, 21:43)ehammer85 Wrote: As I understand it, AEL can only put Kodi in windowed mode and not minimize Kodi. Is that accurate? I've been playing around with cmdow but am having a hard time in implementing it in my games collection within AEL. Any tutorials that would be helpful specific to my desire to minimize Kodi when launching a game (standalone launcher, not a ROM launcher) and maximizing Kodi again when exiting the launcher? Yes, AEL can only put Kodi into windowed mode and back to full screen mode, and cannot minimize Kodi window. For the record, can you please tell me some info about your setup? Windows version, gamepad you are using, etc. Also, are you using some special program to remove the window shell and launch Kodi in standalone mode? You will need to use an external tool like cmdow. You can create a BAT/CMD file like this Code: @ECHO OFF And use the BAT/CMD file as the application to launch in your Standalone launcher. Alternatively, you can create LNK files in a directory for your games. This have advantages because you will have access to the ROMs features not available for Standalone Launchers. In this case, create a ROM launcher and use the script as the application and "$rom$" as the arguments. Your wrapper script will look like this: Code: @ECHO OFF Keep in mind I have not tested the scripts, maybe you will need to do some adjustments. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - illinx - 2017-12-11 (2017-12-06, 21:43)ehammer85 Wrote:(2017-12-01, 13:52)illinx Wrote:As I understand it, AEL can only put Kodi in windowed mode and not minimize Kodi. Is that accurate? I've been playing around with cmdow but am having a hard time in implementing it in my games collection within AEL. Any tutorials that would be helpful specific to my desire to minimize Kodi when launching a game (standalone launcher, not a ROM launcher) and maximizing Kodi again when exiting the launcher?(2017-12-01, 05:42)ehammer85 Wrote: fairly new to the Kodi forum and was hoping for a little guidance (and i apologize if this is answered somewhere glaringly obvious) but I'm in Kodi 17.5 with the Phenemonal skin and most of the time when I launch a game from AEL and exit back to Kodi, it's like Kodi was accepting input from my gamepad. Is there a way to avoid this? An argument to add that minimizes Kodi once the game is launched or a setting that I'm missing? That's correct, it's just that there's some legacy stuff that still calls it "minimize", so you may see that used some places even though it really means windowed mode. In windowed mode, it will not steal your input if there is another window with focus. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2017-12-14 Ladies/Gents, Rufoo and collaborators have released and alpha version of their new skin, Citris. Yes, this is the famous skin XXXXX on the screenshots in the third post of this thread. Keep in mind that still is an alpha version and so expect some bugs and incomplete features. The skin is pretty usable though and of course has excellent support for AEL and also AML. Here are some screenshots of Citris Alpha: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - aleins4u - 2017-12-29 Is AEL capable of running games off a server? I store all of my games on a HDD connected to my router and my current launcher (RCB) is capable of downloading the game before launching it. I've thus far not seen anything in AEL that would allow me to do something similar and its the only thing preventing me from switching to AEL. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2017-12-30 Hi @Wintermute0110 I Would like to suggest a feature: Add 2 new tags for Category on AEL. Launchers and Roms has the following tags: Title, Year, Genre, Developer, Rating and Plot (the others tag are unique tags for each one) But the Category has only Title, Genre, Rating and Plot I miss Year and Developer. Because i want to create some category like "Sega Saturn" and put on tags "Title: Sega Saturn System - Year: 1994 - Genre: Console - Developer: Sega -Rating: 8 And Plot: Some blablabla". And inside this category make some specific launchers: Fighting Games, RPG Games, Adventure Games.. and this way go.. (by the way, I've already have my iso's separated) If it's no to hard to implement this, I would apreciatted So, here's go some screens of what I talking abaout Thanks in Advanced RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2018-01-02 (2017-12-29, 17:09)aleins4u Wrote: Is AEL capable of running games off a server? I store all of my games on a HDD connected to my router and my current launcher (RCB) is capable of downloading the game before launching it. I've thus far not seen anything in AEL that would allow me to do something similar and its the only thing preventing me from switching to AEL.Depends on what you mean with running off a server. If the OS running kodi and the launcher associated with the games/roms supports it, it is possible in AEL. If it was possible with RCB it is possible with AEL. In cases though the specific launchers (emulators) do not support opening ROMs from a network path and you need to apply a workaround by mounting the network share in the OS. This was the same case in RCB. In my case I have an Android (Nvidia Shield) that has network shares mounted with all my roms and it works perfectly using AEL and Retroach as the specific emulator. (ps, as mentioned before, it looks like Retroarch is starting to support network shares itself) RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - dugan26 - 2018-01-07 Hi - I am using your great application to launch HyperSpin. Check this issue out - I loaded everything up on a test box and it worked like a champ. when i loaded it onto my production box (the one connected to my Living Room TV) Kodi Minimizes and never comes back up. 100% IDEAL: On my test box - Kodi stays up full screen, and Hyperspin launches in front of Kodi - then when i kill HyperSpin Kodi remains in full screen so in the ideal situation (like on my test box) Kodi never minimizes or goes into window mode - it just stays in full screen and HyperSpin just becomes the active window. On my production box i changed one of the settings that says windowed mode ON - but that acts a bit odd - Kodi goes into windowd mode and then when i exit HyperSpin after a few seconds it goes back to full screen. What is the proper operation? Many thanks in advance - RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - dugan26 - 2018-01-08 https://www.youtube.com/watch?v=W4d3hpQPtiM Hi - I am using your great application to launch HyperSpin. Check this issue out - I loaded everything up on a test box and it worked like a champ. when i loaded it onto my production box (the one connected to my Living Room TV) Kodi Minimizes and never comes back up. 100% IDEAL: On my test box - Kodi stays up full screen, and Hyperspin launches in front of Kodi - then when i kill HyperSpin Kodi remains in full screen so in the ideal situation (like on my test box) Kodi never minimizes or goes into window mode - it just stays in full screen and HyperSpin just becomes the active window. On my production box i changed one of the settings that says windowed mode ON - but that acts a bit odd - Kodi goes into windowd mode and then when i exit HyperSpin after a few seconds it goes back to full screen. What is the proper operation? Many thanks in advance - https://www.youtube.com/watch?v=W4d3hpQPtiM RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-01-13 (2018-01-08, 04:44)dugan26 Wrote: https://www.youtube.com/watch?v=W4d3hpQPtiM After watching your video I have the impression HyperSpin is not working properly. I mean, it looks HyperSpin launches itself as a border-less window application, as opposed to a full screen application (note that you can see the windows task bar. In fullscreen mode you cannot see the task bar). From the point of view of AEL there is nothing I can do... AEL launches the application but whether the app is launched in fullscreen, in window mode, etc. is up to the launched app configuration. Typically you control the behavior of the launched application with the launcher arguments. Please check out the HyperSpin arguments, maybe there is some argument/switch to tell HyperSpin to use fullscreen mode. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-01-13 (2017-12-30, 20:26)sagrath Wrote: Hi @Wintermute0110 I'm working on it. I will let you know when I finish. EDIT: finished. To test it install latest development version from Github. Make sure you download the release-0.9.8 branch and not master branch. To change the branch, use the "Branch" button before downloading AEL with the "Clone or Download" button. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2018-01-13 (2018-01-13, 10:29)Wintermute0110 Wrote:It's Working!(2017-12-30, 20:26)sagrath Wrote: Hi @Wintermute0110 Just tested right now and it's now 100% Thanks @Wintermute0110, this addon it's became a monster to launch games! you the best! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2018-01-14 Passing just to show how my (small) game collection are going fantastic with AEL, now I can get importnat infos about my categories, launchers and roms. I make some scripts to save CPU cost and put kodi in suspend mode when I launch my roms and pc Games. One more time, @Wintermute0110 you are the best with this great Addon. This is my first row of categories watch gallery
This is my Arcade Launchers: watch gallery
This is my Emulator Launchers (there is no poster for Sega CD because I don´t create yet) watch gallery
Some games of emulators and arcades and how the screenshot is displayed (in a hidden area with plot together) watch gallery
My Steam Games (all launch by a script that call steam, put kodi on suspend mode, this way I can use steam ovelay) watch gallery
And at last, my windows games separated by collections: watch gallery
All posters images done by me on photoshop. Wallpapers and logo was grabbed on web. Cheers! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - CaioLopes - 2018-01-17 Hi, just want to say that I'm loving AEL. I have only two questions: 1- It is possible to change the default action of clicking in a launcher/ROM from launching to showing the Info overlay? Like... can edit some code to change the Action(Click) to Action(I) or something like that? 2- It is possible to create another Launcher inside a launcher? (I have a .lnk library and I wonder if I can create another one inside that one) RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - dugan26 - 2018-01-18 (2018-01-13, 10:28)Wintermute0110 Wrote:Hi -(2018-01-08, 04:44)dugan26 Wrote: https://www.youtube.com/watch?v=W4d3hpQPtiM Thank you so much for the reply. Im sorry but i didnt do a good enough job explaining. I purposely put the The HyperSpin application in windowed mode (not full screen) to show how Kodi on my test laptop never goes into windowed mode when i launch AEL. It STAYS in full screen. This was just for demonstration purposes. Think you can take a look at these two videos? I explain better here. Ideal: https://www.youtube.com/watch?v=IQ_DVtdLz7I Can AEL leave Kodi in full screen at all times? https://www.youtube.com/watch?v=-9ucfTYdjGk Many thanks in advance |