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 - SPo! - 2018-11-05 (2018-08-16, 10:47)chrisism Wrote:@chrisism,(2018-08-16, 02:50)b4904540 Wrote: Hello, I tried to use AEL as an alternative to the outdates advanced launcher addon.Download the 0.9.8 version from https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher/tree/release-0.9.8 could you please upload your working version for the shield ? >> "https://github.com/chrisism/plugin.program.advanced.emulator.launcher/tree/hotfix/android_v8_system_call_issue" Regards, SPo! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Aatos - 2018-11-05 (2018-11-05, 09:54)Wintermute0110 Wrote:Thanks for the tips on the skins, maybe I can take my existing modifications to Lyrebird and get to Krypton/Leia through them.(2018-11-04, 20:44)Aatos Wrote: I also took a look at your helpful examples on 0.10.0 code vs. 0.9.6. If I understood this correctly, that would modify the assets used on the virtual launcher directories, e.g when deciding to look at all genres, there's a certain con etc? This made me think perhaps I was a bit unclear in the first post when describing what I'm trying to achieve. So I just wanted to confirm: I would not be looking to modify the assets linked to the launcher categories (e.g. genre), but rather all the individual genres themselves. E.g. if I have a "2D Platformer", I'd like that to have a certain description and art linked to it, then "Run n' Gun" have different certain ones, and so on. Is this something on the road map for 0.10.0 or only the one level higher? Of course I considered this might be tricky given the constantly updating nature of the content in those categories. It still seems like there's "empty slots" for this art when browsing through e.g. genres in Kodi so it would seem logical we could display an art for these, if only we could designate somewhere where that art is located. The xml file vcat_genre would seem like a place for this but it only holds very basic information, perhaps due to being constantly regenerated.. but perhaps a logic like "if art exists with the same name (+ plot data somewhere), then use it for this vlauncher" could work here? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-06 (2018-11-05, 21:19)SPo! Wrote: After removing the last bracket in the script main.py at line 869, i get this error the time i want to import a Launcher XML: AEL 0.10.0 will be a major upgrade with tons of new feats. Current version of AEL in master is under a huge refactoring and the code now is highly unstable even for alpha testing. ASAP I will release 0.10.0-beta1 for the adventurous. Maybe Chrisism can tell you what commit to download before I started the refactoring. Otherwise, please wait a few weeks until I finish the refactoring. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-06 (2018-11-05, 22:47)Aatos Wrote: Thanks for the tips on the skins, maybe I can take my existing modifications to Lyrebird and get to Krypton/Leia through them. Talk with Rufoo. If the changes you made are good ideas maybe he can incorporate them to Lirebird. (2018-11-05, 22:47)Aatos Wrote: I also took a look at your helpful examples on 0.10.0 code vs. 0.9.6. If I understood this correctly, that would modify the assets used on the virtual launcher directories, e.g when deciding to look at all genres, there's a certain con etc? This made me think perhaps I was a bit unclear in the first post when describing what I'm trying to achieve. So I just wanted to confirm: I would not be looking to modify the assets linked to the launcher categories (e.g. genre), but rather all the individual genres themselves. E.g. if I have a "2D Platformer", I'd like that to have a certain description and art linked to it, then "Run n' Gun" have different certain ones, and so on. Is this something on the road map for 0.10.0 or only the one level higher? Yes, AEL 0.10.0 will use fixed assets for all virtual launchers. As you correctly pointed out, having a different set of artwork for every platform, for every developer name, etc. is extremely difficult. Not difficult in the sense of impossible to do, but rather difficult as in it a hell of a long work. When the virtual launchers are created (I think the name in AEL is Database rebuild or something like that) I can search for artwork in a specific directory. I can add this feature if you wish but generating all the required artwork is a huge effort. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - yevaman44 - 2018-11-06 Your motivation is remarkable ! Thx for all this work ! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - chrisism - 2018-11-06 Hey, I was a bit sick last couple of days so I missed out on the fun. But I think your best bet and most stable is the 'refactor_to_repositories' branch at https://github.com/chrisism/plugin.program.advanced.emulator.launcher/tree/feature/refactor_to_repositories This contains all the last of my refactorings and the shield/android fixes. After this branch we merged everything and now we have a lot to do. Do notice that in this version the scrapers still dont work because of that the origin sites changed and also some of the fancy parts like virtual launchers/categories and DAT file rom auditing etc. are broken. The basic rom collections and launchers should work. But as Wintermute said, it is unstable and work in progress. Try at own risk or wait for the release. When I am a bit better I can help out some more, but most of my work is now on getting the scrapers back to work and Wintermute is even more busy getting the whole plugin running properly again. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - SPo! - 2018-11-06 Thank you both very much and get well soon Chrisism ! I`ll give your branch a try and can`t wait for the release RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-06 This information may be of interests to all patrons of this thread Starting from today, Kodi Leia Beta5 has a working Retroplayer with some libretro cores available as binary addons you can download. No more complicated/cryptic ways to setup Kodi Retroplayer, just download Kodi, install it, and that's it! Note that as of today, not all the libretro cores are available as binary addons yet but I think in the following days devs will upload more and more cores as binary addons. AEL 0.9.7 should work OK with Retroplayer but if you find any issue please report here so I can fix it for 0.10.0. AEL 0.9.7 will not receive any fixes because all the development efforts are focused on getting 0.10.0 release out. Linux users: Kodi binary addons are only supported on Windows and ARM architectures. To the best of my knowledge the libretro cores are not available in binary form yet. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Rufoo - 2018-11-07 Aatos Wrote:Yes, it's the old SexyCirrus. You are welcome to send the ideas if you want them implemented in Lyrebird depending on what they are. Can't check your imgur links from where I am presently so will look at them later. The views from SexyCirrus and its more advanced, but stunted sister project Citris are all coming across to Lyrebird. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - WeirdH - 2018-11-20 Hey wintermute and others, just checking: is this post still accurate in that online scrapers are broken? I got a bunch of 'scraper could find no matching games' messages and the Kodi log showed a bunch of this: Code: 23:12:59.558 T:3868 ERROR: AEL INFO : _gui_scrap_rom_metadata() ROM "Gradius Gaiden" RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-20 (2018-11-20, 00:36)WeirdH Wrote: Hey wintermute and others, just checking: is this post still accurate in that online scrapers are broken? The post is accurate, online scrapers do not work in 0.9.7 because of changes in the websites. AEL 0.10.0 will have all the scrapers back and will include 2 new scrapers (Libretro library and ScreenScraper). It is going to be some weeks before AEL 0.10.0 is out. In the mean time, you can download the Libretro artwork from Github (you can do it automatically with Retroarch online updater) or use other sites like Emumovies. Note that even when the scrapers are working again, I always encourage to download the artwork collections and use the scrapers for fine tuning. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - comzero - 2018-11-21 Hi I can with new version steam launchers add but it does not work. And the scrapers does not work too. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Sp3ci3s8472 - 2018-11-21 Some games I have have multiple files (like cue, ccd, img etc). At the moment some of them are detected as duplicates, any idea on how to cure this? I couldn't find an apparent solution in the options. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-22 (2018-11-21, 12:39)comzero Wrote: Hi I can with new version steam launchers add but it does not work. And the scrapers does not work too. You mean the development version in Github? It's currently very unstable, please do not use it. I will release a beta ASAP. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2018-11-22 (2018-11-21, 22:39)Sp3ci3s8472 Wrote: Some games I have have multiple files (like cue, ccd, img etc). At the moment some of them are detected as duplicates, any idea on how to cure this? I couldn't find an apparent solution in the options. Can you give more info? What emu are you using? What platform? Post the XML configuration of your launcher (Launcher context menu -> Export XML config) |