Opened 20 years ago
Closed 19 years ago
Last modified 5 years ago
#225 closed enhancement (fixed)
A Script to generate Screenshots for Emulators configured in Mythgame...
Reported by: | anonymous | Owned by: | greg |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythgame | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This should be an addon Script for the contrib directory.
It uses the Programm scrot to generate screenshots for the Emulators defined in the New Mythgame.
Thestes with zsnes and it worked well.
Attachments (4)
Change History (18)
comment:1 by , 20 years ago
Owner: | changed from | to
---|
by , 20 years ago
Attachment: | emulator_screenshots.sh added |
---|
comment:2 by , 20 years ago
Type: | enhancement → patch |
---|
New Version of the Script:
Supports Parameters wich are stored in the emulator commandline in the database.
whats missing:
- replacement of the variables in the commandline with the romname
- using only the extensions stored in the database
- serching through subdirectorys
- checking if a screenshot exits
comment:3 by , 20 years ago
Type: | patch → enhancement |
---|
comment:4 by , 20 years ago
3.0 changes:
- extensions now supported
- check if screenshot exits.
missing:
- replacement of variables on the commandline
- subdirectorys.
comment:5 by , 20 years ago
Status: | new → assigned |
---|
You could use the gamemetadata table here which contains the ROMPATH that the game was found in as well as the romname and thereby avoid having to worry about file extensions, subdirectories or loopthing through the contents of the base rompath.
comment:6 by , 20 years ago
I've updated the script to use the gamemetadata table.
now it need to be patched so that the $COMMANDLINE var is splited to cmdrun and cmdpar. If someone would work on this, i've no time...
comment:7 by , 20 years ago
Milestone: | → 0.20 |
---|---|
Version: | → head |
follow-up: 9 comment:8 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This ticket is closed, because i've added the functionality of this script directly to mythgame...
comment:9 by , 19 years ago
Replying to jochen:
This ticket is closed, because i've added the functionality of this script directly to mythgame...
Can you please explain how to access this functionality in mythgame? I have the latest svn build, but can't figure out how to make it build screenshots automatically for my several thousand roms... (yeah, you can see why an automatic generator is a feature I want!)
Ryan
comment:10 by , 19 years ago
The code to incorporate this directly within mythgame was never accepted into the code base and likely will not be.
There are just way too many potential issues with this and anyone wishing to do it will have to do it manually with a script (including the ones Jochen added to the system).
If you have any further comments and questions please do so on the mailling lists as the ticket system is not a help forumn :)
New Version 2.0