Making premade gamelist.xml with xtra media collections
-
@meleu Heh.. yeah, I saw that, but I had already moved my keyboard to the Pi to update and run it.
100% success rate with boxart on Sega CD cue files. :)
Now I have to figure out how to use a USB stick on the Pi for CD testing. I had all the images for the Sega and Turbo CD in ISO/MP3 format and it just just a little over 50 GB. Now that they're all in BIN/CUE and ISO/CUE they're over 150GB!!!!
I'll be doing that and in between re-casing everything like I said I would. AFter that I should be able to look into github.
Thanks again man.
-
@Used2BeRX said in Making premade gamelist.xml with xtra media collections:
Wow, that's a cool trick. I literally changed over 100 entries for the `Famicom Disk System~ by hand the other night. It took me about 20 minutes.
It's just a little bit of an example of the power of Linux shell tools. That's why I said that it would be easier to get what you wanted to do directly on Linux. :)
Maybe one day your old computer will become useless to run Windows and you'll try Linux. When it happen you'll say "Wow! This system is fast even on this old computer! Look how fast it boots up!"
-
Maybe one day your old computer will become useless to run Windows and you'll try Linux. When it happen you'll say "Wow! This system is fast even on this old computer! Look how fast it boots up!"
That day might be soon. Windows 10 is terrible. It does have some cool features that earlier windows didn't have, but the search function is crippled to uselessness and other useful things have been stripped out or changed.
For example, last night before being able to get CD images on my USB to test on the Pi, I had to delete a lot of stuff off of a 64GB stick. There were tons of files since it was a backup I was using for Xtras before I got my 2TB drive. It took almost an hour to delete the files on the stick!!!!!! That is unacceptable, and it never would have happened on Windows XP or earlier.
They're trying to cater to the smartphone/tablet crowd now, and old dogs like me are being pushed out. If it keeps going this way I'll probably stop using Windows out of necessity.
-
@Used2BeRX said in Making premade gamelist.xml with xtra media collections:
They're trying to cater to the smartphone/tablet crowd now, and old dogs like me are being pushed out
"old dogs" with a Windows XP background are exactly the Linux Mint target audience. You should give it a try when you have a chance. ;-)
-
@meleu I originally started out with DOS and 3.1. I remember being resistant to upgrading to XP from Windows 98 at the time, but XP really was a great system.
I think it's been all downhill for M$oft ever since Vista. Every new OS seems to be worse than the previous.
Once I get an actual job I'm going to get a new computer and I'm going to turn this rig into a full fledged Linux PC.
I just figured out how to direct a symbolic link to the USB drive and I was amazed that when done properly it will benefit from all of the Xtras in the gamelist.xml. Linux is pretty kick ass.
-
@meleu Damn near 100% of Sega CD and TurboGrafx CD games work on a Pi Zero! So awesome using Symbolic Links to a USB drive after making the gamelist.xml files too.
I CaMeL CaSeD all of the media and roms, so I'm in the process of deleting all the old stuff and re-uploading all of the re-cased stuff. Next step will be to re-make all of the gamelist.xml files and check that everything worked. That would be the first time checking that everything works perfect in one run rather than making edits and appending stuff to the xml files.
Hopefully I can start looking into github this weekend or sometime next week to see about at least getting the synopsis files up there.
-
@meleu Hey Meleu,
Just in case you miss the thread I made asking the question, I thought you might have an idea about this. I was wondering if you could "hijack" a .CUE file and just launch a rom in Sega CD with it. Pier Solar is different than any other CD image and just consists of a
.BIN
and a.ISO
.Because I filter out everything but
.CUE
files in the segacd romlist, the.BIN
file needed to launch the game will not show up in the romlist. Because of the way we are handling the segacd in our script, it will also not find this game either. Being able to create a.CUE
file that just launches the game as if you selected the.BIN
file in the romlist and launched it with genesis-plus-gx would avoid both of these issues.I figure if anybody I know knows how to do this it's you. :)
-
@meleu Everything is re-cased. I re-ran the script and only had 6 errors across all of the systems. Nothing to worry about. Just things I neglected to sync between my PC and the Pi when I fixed them last time around, so it's kind of a good thing I've had to re-start this stuff from scratch a few times to really iron out all the hiccups.
At this point I'm ready to start trying things to test out that the other pieces of artwork are all going to work fine, but I won't be able to test videos until I get a better Pi.
I should have some time this week to start looking into github and seeing what to do about that.
-
@meleu Thanks for replying to my e-mail. I don't know if the site was actually down all day. I had a browser issue and I had to remove firefox and re-install it and when I did this site was back up and not giving me an "under maintenance".
I'm answering your email here since I didn't want to split up our conversation on this over email.
About the script, the '--no-desc' option perfectly describes what it means: "do not generate <desc> entries". Only this, nothing more.
You can use '--full' and '--no-desc' in the same command line and it will generate that bloated xml but with empty <desc> fields.
Maybe you're asking for a '--minimal' option where the xml output would have only the <path> field filled?
Oh... lol. I didn't realize that you could use '--no-desc' and '--full' together. I thought
--no-desc
was giving you the bare minimum. Well.. that's awesome. :) When I'm ready to call it a night I'm going to re-run the script and see if it finds all the other pics then when I run--full
and--no-desc
together.So, using
--no-desc
, it would have added marquees and videos if I had them on the Pi, since EmulationStation/RetroPie takes advantage of these file types now?Now the idea would be to find a way to make quick edits to the xml files to change which file type is the
<image>
without having to wait 12 hours for the pi to re-create all the gamelist.xml files. That way I can verify that all of the other media types are all working without any issues.My next project on my end is going to figure out where Emulationstation finds all of the gamelist.xml files and edit that. I want to be able to simply run your program and when it's done I can just reboot the Pi and all of gamelist.xml files that your script makes will load up from the same folder with the names you gave them.
That will end up saving me about 15 minutes of moving and re-naming files every time I re-run all the xmls.
-
So, using
--no-desc
, it would have added marquees and videos if I had them on the Pi, since EmulationStation/RetroPie takes advantage of these file types now?I tested here and the script generate valid
<video>
entries.The script doesn't fill the
<marquee>
field. I didn't find any image that looks like a "marquee" in the Xtras pack I downloaded. Do you have such kind of image on your system? What would be the path to them?Media/Artwork/...
?Now the idea would be to find a way to make quick edits to the xml files to change which file type is the
<image>
without having to wait 12 hours for the pi to re-create all the gamelist.xml files. That way I can verify that all of the other media types are all working without any issues.Didn't get what you mean here. When searching for image files, the script looks only for files ending with
.png
or.jpg
(case insensitive).My next project on my end is going to figure out where Emulationstation finds all of the gamelist.xml files and edit that.
You can find the answer here: https://github.com/retropie/EmulationStation/blob/master/GAMELISTS.md#gamelists
I want to be able to simply run your program and when it's done I can just reboot the Pi and all of gamelist.xml files that your script makes will load up from the same folder with the names you gave them.
According to the info in the link above, you can't load an arbitrary gamelist.xml. The file must be one of those. But I think that making the script generate files directly in the right places is a fair request... :-)
-
@meleu said in Making premade gamelist.xml with xtra media collections:
So, using
--no-desc
, it would have added marquees and videos if I had them on the Pi, since EmulationStation/RetroPie takes advantage of these file types now?I tested here and the script generate valid
<video>
entries.The script doesn't fill the
<marquee>
field. I didn't find any image that looks like a "marquee" in the Xtras pack I downloaded. Do you have such kind of image on your system? What would be the path to them?Media/Artwork/...
?It would be
/Media/{system name}/Artwork/Marquee/
I don't have any images of this type in my sets. My friends who are working on their own Pi skin have them though. It is a feature that was added in the last few months around the same time that the video previews were added. Their skin makes use of the
<marquee>
field in the .XML files.Now the idea would be to find a way to make quick edits to the xml files to change which file type is the
<image>
without having to wait 12 hours for the pi to re-create all the gamelist.xml files. That way I can verify that all of the other media types are all working without any issues.Didn't get what you mean here. When searching for image files, the script looks only for files ending with
.png
or.jpg
(case insensitive)..png
and.jpg
should be just fine. That's not what I meant, sorry.Here's my problem. It takes about 12 hours for me to create
--no-desc
gamelist.xml files for all of the systems, so testing all of the image types can take me about 4-5 days by re-running this for each image type.First, I will run one
--full
and--no-desc
command to generate all of the xml files with all of the fields. (You say that this is possible, and I will run it overnight while I'm sleeping and verify it when it's complete).Then I would like a 2nd script that would change which file type had the
<image>
tag from these complete gamelist.xml files, which should only take a few seconds per file instead of 12 hours to re-run everything.If I had the standard xmls with the
Box Front
as image and I wanted instead to have theTitle Shot
as the image that shows in the romlist, first the<image>
tags would need to be changed to<boxfront>
, then the<title>
tags would need to be changed to<image>
.The script doing this, however, would need to leave any
<folder>
entries alone and only make these changes to the images inside all of the<game>
entries.I hope I'm explaining this right. Please let me know if I'm not. I think this is a very important feature for the script that could potentially save hundreds of hours of re-scanning everything any time you wanted to change which images were displayed in RetroPie/EmulationStation.
My next project on my end is going to figure out where Emulationstation finds all of the gamelist.xml files and edit that.
You can find the answer here: https://github.com/retropie/EmulationStation/blob/master/GAMELISTS.md#gamelists
I want to be able to simply run your program and when it's done I can just reboot the Pi and all of gamelist.xml files that your script makes will load up from the same folder with the names you gave them.
According to the info in the link above, you can't load an arbitrary gamelist.xml. The file must be one of those. But I think that making the script generate files directly in the right places is a fair request... :-)
I already solved this issue :)
I now have your script in
/home/pi/RetroPie/Gamelists/
.I run the script and just leave the files right in there. If I need to re-run anything I can back them up on my PC first and delete them or append to them.
Then I went into all the
/opt/pi/retropie/configs/all/emulationstation/gamelists/{system_name}/
and made symbolic links to every one of the gamelist.xml files that your script creates.Now all I have to do when your script finishes running is type in emulationstation in the Linux console and when it boots it automatically uses the new gamelist.xml files :)
I actually like this solution better than making your script put the files in the correct places. This way all of the true files remain in the same folder.
-
Hey bud. What was the download link for this script again? I've been just updating it for a while now and somebody else who's got our media wants to try it out.I'm writing up instructions and put this link to download it: https://raw.githubusercontent.com/meleu/share/master/Used2BeTXT.shBut looking at that it seems like it is an older version that doesn't have things like '--no-desc` and the image options???Thanks :)Nevermind... Figured it out. :)
Let me know if I need to re-explain what I said in the previous post or if you need any clarification.
-
@meleu I ran
--full
on the segacd and it looks like the only extra media it found was<threedbox>
.The 3D Boxes are
.PNG
files. Everything else on my Pi Zero setup was.JPG
, so I was wondering if possibly the code for--full
is only looking for.PNG
files in the Artwork folders?I haven't tried it for
<marquee>
or '<video>` yet. I will have to add some of these and re-run that to test them out as well.EDIT: Could you change the code also so it doesn't change the name of the gamelist if you use options like
nes_FULL_gamelist.xml
? Now that I have the Symbolic Links set up, this is working great, but if I use an option like that it saves differently and won't work with the symbolic link unless I manually edit the files when it's done. -
@meleu Well.... github makes absolutely no sense to me.
I think if I share the synopsis files it's better to just share them from my MegaNZ account.
If you have any compelling reasons why github would be better let me know. At this point I still don't know what anybody would get out of just having the synopsis files without any of the other media.
-
@meleu Hey man. I seen you on around here but not replying, so sorry if I've been asking too much without giving enough back or something.
I'm going to make sure one last time that the Synopsis files are ready to go and then just upload them to a file sharing service. If somebody wants to do something and set them up on github so they're of more use to people, feel free to do it.
You haven't told me what use it would be on github, and since I have no idea what you're thinking or even a clue how to use github, I feel lost. I've spent 2 hours trying to figure github out and I haven't gotten anywhere.
-
@Used2BeRX I talked about it above. But never mind. Forget it and let's play some game! :-)
-
@meleu Too much work for me to still do man. Hope you get a chance to look at the issues I'm still having with the script at some point.
Right now I'm working on converting my old romsets as much as possible to no-intro. Yesterday I finished up adding the new games I was going to add (about 30-40 of them on 4 different systems), and I can't wait to play Pier Solar at some point.
Then I have to figure out a good way to distribute this stuff without roms that is easier than github. That site makes no sense to me. I'm thinking that is partially because I'm a Linux dummy or something.
-
@Used2BeRX said in Making premade gamelist.xml with xtra media collections:
github
Initially it may be intimidating but it's not complicated at all.
I upload files just using the web browser both under windows and Mac.
The only thing that's unusual is that there is no direct "make folder" command but, instead, you create folders by adding a new file (even a dummy txt file) and putting the directory path were you want the file to be located. -
@UDb23 Thanks. lol... I don't even see any options for adding any new files though. All I see is <> Code, Issues, Pull Requests, Projects, Wiki, Settings, and Insights.
I've got a few Insights.... but I'll keep them to myself for now :)
-
@meleu So am I supposed to be uploading just zip files, or the individual synopsis files?
I finally opened a folder to upload to and when I drag and drop it says "YOWZA! That's a lot of files. Try it again with 100 or less."
No. I don't want to try it again with 100 or less. You're the computer. You do what I tell you to do.
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.