Development of module-script generator for lr-mess, lr-mame and mame standalone
-
I used the share button to find what to insert and also found the better docs for this :
https://asciinema.org/docs/embeddingI used the markdown now, it works but the "video" is displayed outside the post.
Is it also possible to add script tags to play it inside the post ?
Markdown :
-
@Folly said in Development of module-script generator for lr-mess and mame standalone:
I used the markdown now, it works but the "video" is displayed outside the post.
There was an error in my configuration. Now you should be able to post just the link and a player should be embedded automatically, you don't need any code added. Just provide the link to the cast as
https://asciinema.org/a/<CAST_ID>
.Reload the page and look at your first post.Actually your first post has a gif embedded. Add the cast link under it and see how it works. -
I don't have the link right now of my cast.
Basically, I reloaded the page and accordingly the link of the matrix should play now, if I understood correctly.
Or am I wrong ?I will do some tests later, Have to go to work now ;-)
-
@Folly said in Development of module-script generator for lr-mess and mame standalone:
Basically, I reloaded the page and accordingly the link of the matrix should play now, if I understood correctly.
Yes, doesn't it play already ?
-
Just tried again.
Yep, it works now.
WOW ;-)Thanks !
Edit (this is the first asciinema test) :
-
@Folly said in Development of module-script generator for lr-mess and mame standalone:
Edit (this is the first asciinema test) :
Hm, it looks fishy in latest Firefox (the asciicast is cut on the right side), but Chrome seems to display it ok. Might have to fiddle with the embed plugin to make it look ok.
-
Not sure why it looks strange on the right.
Ok, so it could be due to the browser.I had the same sort of problem with converting it into an animated gif.
So I reduced the with to cut off the right part.Edit :
I see you have changed it into a bigger window.
I see some improvements now.
The slider is gone, which is nice.
Here on Firefox it looks good now.
Here on Cromium the right part is still a bit strange. -
Weren't you happy with the embedded support and removed it ?
I can understand. -
@Folly said in Development of module-script generator for lr-mess and mame standalone:
Weren't you happy with the embedded support and removed it ?
No, it's not removed - it's still active. What's the issue ?
-
This morning my laptop it reacted like before. (redirected to external page)
So I cleared the browser cache to see if it worked, but it was still the same.I tested it now again, to my surprise it's ok now.
-
I was thinking that it worked again.
But there is still a problem.
Google Chrome and Safari in OSX react both the old way no matter what I wipe.On the same laptop using debian 11/firefox inside VMware it works ok.
I probably used debian and I was thinking that it worked again. -
@Folly said in Development of module-script generator for lr-mess and mame standalone:
Google Chrome and Safari in OSX react both the old way no matter what I wipe.
Hm, Safari and Chrome seem to work fine for me (on macOS), though I may not have their latest version installed. I'll try with a recent Chromium. The only browser that doesn't seem to be working right is Windows Firefox.
-
Here some info :
I use Version 100.0.4896.75 (Officiƫle build) (x86_64) of Chrome.
Safari is Version 15.3 (17612.4.9.1.8).
On OSX 12.2.1 .Not the end of the world if we can't find it ;-)
-
@Folly Unfortunately there seem to be a limitation of embedding AsciiCast via
iframe
(which is what I've used to configure the embed link).- Firefox (latest) works, but (on Windows) cuts the right side of your cast.
- Chrome (lastest, 100.x) and Edge just provide a link.
- Safari (older version from macOS Mojave) seems to work, but shows some displaced characters on the right side of the cast.
I've tried to work-around the issues appearing on the right side of the cast by fiddling with the width/height, but doesn't seem to work.
I'll try to see we can embed the AsciiCast differently (i.e. not usingiframe
). -
Would be really nice if you can find a solution.
Thanks for looking at it ;-) -
-
If you don't mind, I want to add an implementation to install/setup your realistic bezels from within my script so more people can enjoy it.
The reason I want to do it is that I now implemented arcade/non-arcade detection.
So for arcade, lr-mame loaders are installed now.
On top of that we can "force create arcade categories" so now it's possible to add for example the roms directoryrealistic
that can be used for, for example, running arcade games with your realistic overlays without having any effect on other roms directories.
This makes it possible for the future to use more directories with different types of overlays.I used
Orionsangels_Arcade_Overlays_For_Retroarch_Part1.zip
.
I had to overcome some issues because these overlays are :- for "windows"
- created for 1920x1080
- without custom aspect-ratio and shader settings
Seems I have solved all the issues, so it now possible for me to :
- download and extract the pack from within the script
- patch the .cfg files with adding shader and custom aspect ratio
- detect the resolution of the host and converting the viewport values to the correct values for the host computer and use these values to have correct .cfg files for computer on which it is installed
- patching with host resolutions will work for both 16:9 and 4:3
- and move the patched files to the
realistic
roms directory
I wonder though, it would be nice to have all your overlays in one zip archive.
Did you push all of them in pack1 or do you use more files ? -
@Folly said in Development of module-script generator for lr-mess and mame standalone:
patching with host resolutions will work for both 16:9 and 4:3
Could you also add (800x480) small touchscreen or LCD (for people with Retropie on a handheld)
Are you both interested in testing too ?
Sure!!!
-
@DTEAM said in Development of module-script generator for lr-mess and mame standalone:
ould you also add (800x480) small touchscreen or LCD (for people with Retropie on a handheld)
Edit : sorry for the may edits ;-)
The patching should work for all resolutions.
You can test it all.
Look at the last five commits :
https://github.com/FollyMaddy/RetroPie-Share/commits/4887c84cabd100ed8da8cb244e0f4c6f1cf40bb0Setup in this order :
Choose and install HANDHELD/PLUG&PLAY/CATEGORIES > Submenu
Forcing Arcade Category => realistic
CHEATS/ARTWORK/BEZELS > Submenu
Setup Orionsangels Arcade Overlays Part1 > roms/realistic (dowloading can take 10 min)Only issue can be that the mouse is enabled for lr-mame because it shares still that creation part with lr-mess.
Perhaps I have to separate disable that in the future for lr-mame.
Other than that I think it works great.BTW. :
Can you also see if the "asciinema demo", in the script, works for you ? -
Forgot to tell.
With a lower resolution the shader will become less attractive.
If so, then you/we need to try an other CRT shader for the lower resolutions.
Let me know if that is the case, perhaps it's possible to make some fix for that in the script. -
@Folly said in Development of module-script generator for lr-mess and mame standalone:
BTW. :
Can you also see if the "asciinema demo", in the script, works for you ?It works perfectly, not centered but it doesn't matter
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.