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 - GuiZ - 2020-05-14 (2020-05-11, 13:44)Wintermute0110 Wrote:Hi,(2020-05-07, 11:58)GuiZ Wrote:(2020-05-06, 09:27)Wintermute0110 Wrote: Please enable DEBUG in AEL settings BUT not in Kodi settings. If you enable debug in Kodi settings the log has so much information is very difficult to read.Hi, I tried it but still no results. I had already tried this arguments and give a try with dolphin-emu (among other tests) My device isn't rooted. To be honnest, i don't want to root it but it's a problem cause, I can't browse all files of the root directories with app like Solid explorer. I only can browse first level of the directory and i can't acess the subfolders. However, the androidmanifest.xml that i found on Dolphin Git clearly indicates org.dolphinemu.dolphinemu for package name and org.dolphinemu.dolphinemu.ui.main.MainActivity for the activity. Maybe something to change on this side: -a android.intent.category.LAUNCHER /b /e "%rom%" ? For user, I think it's Ok cause I use start --user 0 -n for Muppen64 and it works. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mechevarria - 2020-05-19 Just a heads up, I added another trailer view for Advanced Emulator Launcher in Arctic Zephyr 2. The new view is based on `Info Wall`. Here is a view of it in action ~50s in after cycling through all the views The pull request is here. Feel free to let me know what you think https://github.com/jurialmunkey/skin.arctic.zephyr.2/pull/222 RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-21 (2020-05-19, 16:09)mechevarria Wrote: Just a heads up, I added another trailer view for Advanced Emulator Launcher in Arctic Zephyr 2. The new view is based on `Info Wall`. Here is a view of it in action ~50s in after cycling through all the views Wonderful news @mechevarria , that's one of my favorite views in Arctic Zephyr 2. Will try asap. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-21 @mechevarria Just tried the new view, very promising. There's still the weird hiccup transition before video snap starts (like in the other view) but that's probably a Kodi limitation Is there a way to have the video snap instant stopping if we press back button? Else the video continues to play in the background in the main menu, for example. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mechevarria - 2020-05-21 (2020-05-21, 19:35)Zastava Wrote: @mechevarria Just tried the new view, very promising. I noticed that as well. I need to look into a way to prevent that from happening. Its a bit annoying to have to press the 'stop' button on my remote every once in a while RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mechevarria - 2020-05-24 @Zastava , the code just got merged into main git repo. @drinfernoo do you when the add-on repo is going to pick up the new version? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - drinfernoo - 2020-05-24 (2020-05-24, 05:22)mechevarria Wrote: @Zastava , the code just got merged into main git repo. @drinfernoo do you when the add-on repo is going to pick up the new version? I'll probably get time to update it tomorrow afternoon RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-25 (2020-05-24, 05:22)mechevarria Wrote: @Zastava , the code just got merged into main git repo. @drinfernoo do you when the add-on repo is going to pick up the new version? @mechevarria Sounds good and many thanks again for your work! @Wintermute0110 I'm having an issue when re scanning roms in a launcher to add new games to it. Basically all the previous added games get duplicated in the process so I need to delete all of those after. Maybe I'm doing something wrong when adding the new games? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-05-25 (2020-05-25, 14:17)Zastava Wrote: @Wintermute0110 I'm having an issue when re scanning roms in a launcher to add new games to it. Basically all the previous added games get duplicated in the process so I need to delete all of those after. Maybe I'm doing something wrong when adding the new games? The scanner must work in a bullet-proof way. I need a debug log as instructed in the first post to track the problem. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-25 (2020-05-25, 14:21)Wintermute0110 Wrote:(2020-05-25, 14:17)Zastava Wrote: @Wintermute0110 I'm having an issue when re scanning roms in a launcher to add new games to it. Basically all the previous added games get duplicated in the process so I need to delete all of those after. Maybe I'm doing something wrong when adding the new games? @Wintermute0110 here: https://paste.kodi.tv/uyolidijaw.kodi And thank you so much again in advance. For this test just scanned again the Commodore Amiga launcher and it just duplicated the same games/roms already there. Maybe it's related to using a portable version of Kodi, assets included per your instructions before. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-05-26 (2020-05-25, 20:38)Zastava Wrote:(2020-05-25, 14:21)Wintermute0110 Wrote:(2020-05-25, 14:17)Zastava Wrote: @Wintermute0110 I'm having an issue when re scanning roms in a launcher to add new games to it. Basically all the previous added games get duplicated in the process so I need to delete all of those after. Maybe I'm doing something wrong when adding the new games? Yes, having a portable installation is affecting the scanner. For example, the game Agony (Europe).zip is currently stored asCode: special://home\..\..\..\..\..\collections\Commodore Amiga\roms\Agony (Europe).zip but in the current scanner the file name is Code: D:\Frontends station\frontends\Kodi_test\App\Kodi\portable_data\..\..\..\..\..\collections\Commodore Amiga\roms\Agony (Europe).zip You must change the ROM path from the current Code: ROM path "D:\Frontends station\frontends\Kodi_test\App\Kodi\portable_data\..\..\..\..\..\collections\Commodore Amiga\roms" to Code: ROM path "special://home\..\..\..\..\..\collections\Commodore Amiga\roms" That should make the scanner to work correctly. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-26 (2020-05-26, 09:08)Wintermute0110 Wrote:(2020-05-25, 20:38)Zastava Wrote:(2020-05-25, 14:21)Wintermute0110 Wrote: The scanner must work in a bullet-proof way. I need a debug log as instructed in the first post to track the problem. The weird thing is that I already have that in the launcher settings, the portable paths. But it seems the scanner always put absolute paths to files after scanning. Then I need to change them in AEL related files to relative/portable as you show. So maybe it duplicates the files that were already scanned before because it doesn't recognize the portable paths? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-05-27 (2020-05-26, 12:31)Zastava Wrote: The weird thing is that I already have that in the launcher settings, the portable paths. But it seems the scanner always put absolute paths to files after scanning. Then I need to change them in AEL related files to relative/portable as you show. So maybe it duplicates the files that were already scanned before because it doesn't recognize the portable paths? If you go to the Launcher context menu, go to "View Launcher", "View Launcher data". The rompath field there starts with special://... or D:\Frontends station\ ?
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Zastava - 2020-05-27 (2020-05-27, 05:37)Wintermute0110 Wrote:First one, the portable path with(2020-05-26, 12:31)Zastava Wrote: The weird thing is that I already have that in the launcher settings, the portable paths. But it seems the scanner always put absolute paths to files after scanning. Then I need to change them in AEL related files to relative/portable as you show. So maybe it duplicates the files that were already scanned before because it doesn't recognize the portable paths? special://...
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2020-05-30 (2020-05-27, 12:21)Zastava Wrote:(2020-05-27, 05:37)Wintermute0110 Wrote:First one, the portable path with(2020-05-26, 12:31)Zastava Wrote: The weird thing is that I already have that in the launcher settings, the portable paths. But it seems the scanner always put absolute paths to files after scanning. Then I need to change them in AEL related files to relative/portable as you show. So maybe it duplicates the files that were already scanned before because it doesn't recognize the portable paths? OK, thanks. I will need some time to fix this. Actually, now I'm not sure if it can be fixed... I can give you technicalities if you want. |