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 - sagrath - 2018-04-11 (2018-04-11, 08:31)Wintermute0110 Wrote: I'm not aware of such option in Retroarch, but I recomend you (Vantskruv) try it first. Oh sorry, I mean sound settings in Kodi, not in retroarch. I will correct my post. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Vantskruv - 2018-04-13 (2018-04-11, 08:31)Wintermute0110 Wrote:(2018-04-10, 16:02)sagrath Wrote:(2018-04-10, 10:46)Vantskruv Wrote: Anyone aware of any alsa problems?Yes! Kodi lock the sound if you use determined option on sound settings. I don't remember what setting is (on work right now), but it's quite simple to resolve: Set an option on sound settings and launch a rom, if the sound is muted, exit retroarch, go back to settings e select other setting. Repeat until get sound on retroarch. Thank you very much both of you. The settings in Kodi did not help, but I guess than as @Wintermute0110 said it would not help if you send sound through HDMI, which I am doing (pass-through). Also I did not know that you could mix up different sources in ALSA, I will investigate more about my ALSA settings when I get more time. For now on OpenAL did work, but only if game is started from Retroarch. Another thing worth to note, not related to sound, is if using the same gamecontroller for playing games in Retroarch, as navigating in menus in Kodi, Kodi will still read input from the gamecontroller while playing the games. Ironically, and unintentionally, I managed to disable peripheral joysticks in Kodi while playing a game in Retroarch. When exiting Retroarch, I noticed Kodi was in the input menus for whatever reason, and I could not navigate at all. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-04-13 (2018-04-13, 08:39)Vantskruv Wrote: Thank you very much both of you. You are welcomed. I recommend you put Kodi into windowed mode. Then, you open a console to launch Retroarch, edit ALSA configuration, etc. To be totally honest with you, when I configured my setup years ago I got tired of ALSA and I decided to spend 2,000 yen on a USB sound card. Now, emulator audio is output through the HDMI port and Kodi audio is output on the USB sound card connected to the AUX input of my Denon RCD-N7. This creates a more retro environment (emulator sound comes from the TV and Movies/Music comes out of the Hi-FI speakers). The quality of the cheap USB sound card is excellent (at least I cannot notice any loss of quality). (2018-04-13, 08:39)Vantskruv Wrote: Another thing worth to note, not related to sound, is if using the same gamecontroller for playing games in Retroarch, as navigating in menus in Kodi, Kodi will still read input from the gamecontroller while playing the games. Ironically, and unintentionally, I managed to disable peripheral joysticks in Kodi while playing a game in Retroarch. When exiting Retroarch, I noticed Kodi was in the input menus for whatever reason, and I could not navigate at all. Recent versions of Retroarch introduced some changes in the video code and include a new setting "Use maximised window in full screen" or something like that. Try to change those settings under "Video" until you get the desired results. Also, I recommend you use some button exclusively to exit the emulators which Kodi totally ignores. In my case I use the "Xbox" button. Before, I mapped that button to the Kodi action "Go to home menu" and when I exited Retroarch or MAME Kodi also picked that button event and did go to the Home menu. The solution was to tell Kodi to ignore that button. Last but not least: Ubuntu 18.04 LTS is about to be released and I'm planning on totally rebuilding my setup (installing it again from scratch). I plan to write a complete guide of all the process which will be handy now that the Kodibuntu project is dead. In that guide I will include how to install Kodi, configure Retroarch and MAME, and fully control Kodi with a Gamepad. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2018-04-13 I do not know if it helps you @Vantskruv , but I use a custom script scheme for retroarch. Basically it consists of launching the game via retroarch by AEL and placing the kodi in suspended mode, and when exiting the game, the script releases the kodi from the suspended mode. This method besides saving resources of the machine that is executing the retroarch, still prevents of the kodi intercept the commands of the joystick. No need for extra setup in retroach or Kodi. Just create the script and convert it to .exe. If you are interested, send me a PM that I will be happy to assist you with. By the way, I wanted to take the opportunity to ask @Wintermute0110 about the possibility of running script before launching the game/emulator and after quitting the game/emulator. It's possible? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - illinx - 2018-04-14 Seeing this with latest from release 0.9.8 branch, whenever I try and scan for roms: Quote:15:56:13.620 T:140464742811392 ERROR: AEL INFO : _roms_import_roms() Starting ROM scanner ...How can I check what CURRENT_ADDON_DIR is set to? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-04-16 (2018-04-13, 18:45)sagrath Wrote: By the way, I wanted to take the opportunity to ask @Wintermute0110 about the possibility of running script before launching the game/emulator and after quitting the game/emulator. It's possible? It will be possible but will increase the complexity a lot. I think is better to create a wrapper script if your setup requires it. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-04-16 (2018-04-14, 16:08)illinx Wrote: Seeing this with latest from release 0.9.8 branch, whenever I try and scan for roms: Thanks for reporting. I will fix ASAP but it's going to take some time cos now I'm busy with AML. That error is because of a variable rename (to equalise AEL and AML code). If interested, it is defined here (the new name should be AEL_ADDON_DIR). RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2018-04-16 (2018-04-16, 13:11)Wintermute0110 Wrote: It will be possible but will increase the complexity a lot. I think is better to create a wrapper script if your setup requires it.Yes, it's just a curiosity. At the moment I use some custom executables, with scripts that is perfect to my setup. Ael thinks theses executables are in fact the emulator itself, and the scropts to the job os launching the emulator and games. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - illinx - 2018-04-16 (2018-04-16, 13:13)Wintermute0110 Wrote:Thanks for the quick reply--I might try doing a quick find and replace this week and see if that gets me going.(2018-04-14, 16:08)illinx Wrote: Seeing this with latest from release 0.9.8 branch, whenever I try and scan for roms: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - MitchZombie - 2018-04-18 G'day Is there a way to stop certain ROMs/category appearing on recently played roms list. I've made some google chrome links to websites and they appear on recently played roms. Thanks RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-04-18 (2018-04-18, 04:17)MitchZombie Wrote: G'day Currently not. I never imagined someone would use AEL to create a URL LNK launcher I will create a per-launcher setting "Disable Recently and Most Played lists". Will take some time, currently I'm busy with AML. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sagrath - 2018-04-18 (2018-04-18, 16:17)Wintermute0110 Wrote: I will create a per-launcher setting "Disable Recently and Most Played lists". Will take some time, currently I'm busy with AML. This will be great. This and a feature to clear ghosts roms will keep AEL clean a lot to our eyes! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - illinx - 2018-04-19 (2018-04-16, 13:13)Wintermute0110 Wrote:I did a find/replace on the variable names and "Add Roms" works again. Created a pull request here(2018-04-14, 16:08)illinx Wrote: Seeing this with latest from release 0.9.8 branch, whenever I try and scan for roms: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - UnluckyForSome - 2018-04-20 @Wintermute0110 , what are your thoughts on Leia's RetroPlayer? Loving the work you have done on this I use it every day - but won't RetroPlayer (which is being included in Kodi 18) kind of replace it's functionality? Or have I completely misundertood what RetroPlayer is? Many thanks, and keep up the good work on AEL, its a great addon! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-04-21 (2018-04-20, 14:56)UnluckyForSome Wrote: @Wintermute0110 , what are your thoughts on Leia's RetroPlayer? Loving the work you have done on this I use it every day - but won't RetroPlayer (which is being included in Kodi 18) kind of replace it's functionality? Or have I completely misundertood what RetroPlayer is?Thanks a lot Leia Retroplayer support will be still very limited. Retroplayer cannot load zipped ROMs (you must decompress them, if you have thousands as I do ...). I believe you will not be able to use cores that require BIOSes. Also, not all the cores are still ported for Retroplayer. I'm not sure about savestates and rewinding either. To summarise: Kodi Retroplayer is going to be a big milestone, but there is still way to go. In Leia I still recommend using Retroarch as an external emulator. Also, Leia will not include a games database. The database (also called the library) is what stores the metadata and artwork of the ROMs. In Leia, you will browse the ROMs like files in the File Manager. I am not sure whether they will include a games database in Kodi M****, or decide that plugins like AEL will provide the metadata/asset database capabilities. In any case, AEL will still have use for a couple of years, maybe more. Once Kodi gets a games database most of AEL's functionality won't make sense any more. However, there are some AEL functionalities, like ROM auditing, Parent/Clone view modes, Fanart generation from other pieces of artwork (well... AEL doesn't have this yet but AML does and I will port it from AML to AEL ASAP), etc. that probably will never be implemented into Kodi core. And of course: if you need a general launcher AEL will be still there. On the other hand, Advanced MAME Launcher will have a healthy future even once Kodi get the games database, and the reason is that MAME is so special that many features will never be implemented into the core, left for addons. Same for Advanced DOOM Launcher (ADL has not been released yet, but development is well advanced and can generate Fanarts from the doom level maps). I hope this more or less answers your question but let me know if you need more info. EDIT: forgot to mention... there are emulators (PSX2, Xbox, Model2, etc.) that are not part of Retroarch and many people use. For those you will need AEL. |