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 - Wintermute0110 - 2016-08-29 (2016-08-29, 09:39)atsumori Wrote:(2016-08-29, 07:35)Slapster Wrote: Not sure if it's the repeated scraping or the scraper itself but thought I would post it just in case it is the scraper. When I developed AEL originally I though about not having scrapers at all. The thing is that most (if not all) sites will have such download capping, so scraping a whole No-Intro or MAME collection will take many hours. I will encourage users to download as much artwork as possible from sites like emumovies and hyperspin forum and then use the scrapers to fine tuning the artwork of selected ROMs. I plan to add in the first post some links to places where batch collections of artwork can be downloaded. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sudopinion - 2016-08-30 GitHub may be a place you can consider as a source. The libretro-thumbnails database is getting respectable Re: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-08-30 (2016-08-30, 01:47)sudopinion Wrote: GitHub may be a place you can consider as a source. The libretro-thumbnails database is getting respectable Yeah, I have that on my list, as well as an offline scraper using libretrodb. Sent from my SC-02G RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - atsumori - 2016-08-30 One possible idea is to create a scraper interface in AEL so other users can create scrapers for AEL to use (or possibly even just use the existing Kodi scrapers API if that's possible?). RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - foleyjo - 2016-08-31 Hi. Can someone please advise me on if this following is possible. I'm, using the Galleria layout to display my roms but It seems to show the same image in all the boxes. Is there a way I can show a banner in the rom list image, box art for the right side image and screenshot(that changes to a movie) for the left side image, with also an alternative image for each one incase the image does not exist (So if I don't have the banner for a rom it will display the box art)? I've tried to change images but it just seems to show the same image in all the boxes. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Girgl - 2016-08-31 (2016-08-29, 21:19)Wintermute0110 Wrote:(2016-08-29, 15:48)Girgl Wrote: Ok. maybe I don't get what Advanced MAME Launcher is then. Don't we have the functionality to launch MAME in AEL already? Why develop another Launcher? For me it's too much of a hassle to install yet another launcher just for MAME. I guess I will create a batch file to remove the bios files from the list somehow. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mac1202 - 2016-08-31 Just use another directory for your bios and edit the rompath line in mame.ini Code: rompath whereyouputyourbios;whereyouputyourgames RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - heXdot - 2016-08-31 Hello, I migrated from advanced launcher since it doesn't work with Krypton anymore. Huge thanks for your work! It seems AEL can't work with .ink file shortcuts. Do you plan on working that in or should I start changing all the paths to my applications/games? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - jaydash - 2016-08-31 (2016-08-31, 17:41)heXdot Wrote: Hello, Yeah... I'm curious too... In addition to some launching some roms, I use the old Advanced Launcher to open a bunch of couch/controller-friendly Steam games that are all .lnk shortcuts placed in a folder with their corresponding box and fanart. It has been easy to drop a .lnk shortcut and some art in the folder and then scan for new additions with Advanced Launcher as I add games (damn Steam sales making me buy more games). I'm really looking forward to updating my Kodi box, and it looks like AEL will be essential to my setup! Thanks for your time and effort, Wintermute! RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - myghalloween - 2016-09-01 Awesome work Wintermute0110 ! Any chance to scrape and browse ROMs by number of player ? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Slapster - 2016-09-01 (2016-08-29, 21:25)Wintermute0110 Wrote:(2016-08-29, 09:39)atsumori Wrote:(2016-08-29, 07:35)Slapster Wrote: Not sure if it's the repeated scraping or the scraper itself but thought I would post it just in case it is the scraper. Now knowing where to find full artwork libraries that makes sense. I figured out my issue by the way. Names were not EXACTLY the same between rom and art. Fuzzy renamer and realizing that Confluence was looking in "title" and not "box front" was all it took. Couldn't ha been more excited once it clicked and yes, process was VERY fast. Thanks for the everyone's input!! Is there any way to use a fuzzy type offline scrape so files do not need to be EXACTLY the same? I made my rom library many years ago and the file names for some are lazy. Short, no spaces and abbreviated. Just a mess. Or is a fuzzy rename tool my best bet? Now, before I go on another scavenger hunt, can someone suggest a place or two to get libraries of other information such as descriptions, studio, etc. that would show on the info screen? Is that typically from an nfo file or somewhere else? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Girgl - 2016-09-01 (2016-08-31, 12:57)mac1202 Wrote: Just use another directory for your bios and edit the rompath line in mame.ini Well thanks a lot for this! I have been using MAME for many years now and didn't know about this option. Working perfectly. But it seems that there is a bug in AEL, because whenever I start a MAME rom, MAME is launched multiple times. Don't know what could be causing this. Re: RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-09-01 (2016-09-01, 11:16)Girgl Wrote:(2016-08-31, 12:57)mac1202 Wrote: Just use another directory for your bios and edit the rompath line in mame.ini Post a debug log as indicated in the first post. Sent from my SC-02G RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-09-01 (2016-09-01, 00:18)myghalloween Wrote: Awesome work Wintermute0110 ! Thanks. Advanced MAME Launcher will support number of players and many more filtering options. Thing is, in MAME there is a very reliably source of metadata which is MAME itself. For No-Intro ROMs and AEL, however, there is not a reliably source of metadata that tells you the number of players accurately and that's the reason I have not included that field in the database. If you find a place with good nplayers coverage for No-Intro ROMs I will consider adding it to AEL. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-09-01 (2016-09-01, 05:24)Slapster Wrote: Now knowing where to find full artwork libraries that makes sense. I figured out my issue by the way. Names were not EXACTLY the same between rom and art. Fuzzy renamer and realizing that Confluence was looking in "title" and not "box front" was all it took. Couldn't ha been more excited once it clicked and yes, process was VERY fast. Thanks for the everyone's input!! Maybe you need to organise your ROM collection with a ROM manager so all your ROMs will have a consistent name and will match artwork collections you download. ROM managers you can use to rename your ROMs are RomCenter, RomVault and CLRMAMEPro. Google a bit to learn how to use them. If you ROMs have the correct No-Intro name then AEL offline scraper will correctly match them and put your metadata in place. Artwork scrapers are currently not great but offline metadata scraper works pretty well. Keep in mind that you need both correct ROM name and correct Launcher platform or the offline scraper won't work at all. |