Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Search the Community

Showing results for tags 'rom'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Believe the Hype!
    • HyperNews
  • HyperSupport
    • HyperSpin
    • HyperSpin Android
    • HyperSpin 3rd Party Applications
    • HyperWorld
  • HyperStudio
    • Graphic & Theme Creation
    • Cabinets and Projects
  • HyperBase
    • HyperBase Live
    • HyperSync
    • HyperBase Databases
  • HyperPin
    • Content and Support
    • HyperPin Cabinet Forum
  • 1st Hyperspin Club's Club Brainstorm
  • 1st Hyperspin Club's History
  • Hyper Metal MoshPIT's Welcome brothers and sisters
  • Unofficial Tutorials's You Tube Releases

Categories

  • HyperSpin
    • HyperSpin (Windows)
    • HyperSpin (Android)
    • 3rd Party Apps
  • HyperMedia
    • Arcade Systems
    • Computer Systems
    • Console Systems
    • Handheld Systems
    • Pinball Systems
    • Miscellaneous Systems
    • Other Media
    • HTPC Themes
    • Universal Themes
    • Hall of Champions
    • Hyperspin Cinematic
  • HyperPin
  • HyperPin Systems

Categories

There are no results to display.

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Biography


Location


Interests


Occupation

Found 2 results

  1. Version 1.4

    944 downloads

    Some of stuff you can do create hyperspin or nointro dat from rom folder create mamlist.xml from rom folder copy roms listed in nointro or any supported xml\dat\xml format to desired rom folder rename your roms from any supported xml\dat\txt file and copy them to desired folder merge two supported xml\dat\txt file even info will be merged copy rom media file with game list from compatible xml\dat\txt much more compatible format are nonintrodat.dat (parent\clone xml) or standard gamelist.xml hyperspin.xml(there is custom one,you can generate one as hyperspin_retrofe.xml) retrofe_include.txt (simple txt file with rom names) mameinfo.dat (only works in extract function) mamehistory.dat (only works in extract function) mamelist.xml So What is this? convert from compatible xml\txt\dat game database format to xml\txt\dat game database, extract story files from gamelist.xml mamhistory.dat or mameinfo.dat combine or merge two compatible xml\txt\dat and get one file with updated games and info copy rom listed in compatible xml\dat\txt from source rom folder to desired folder\rename and crc32 supported,crc32 work with zip and none zip files scan and create xml\dat\txt from your roms folder,crc32 supported,crc32 work with zip and none zip files Requirement: Tested on windows 10 x64,should run on any windows +7 os (might run on win xp but not tested) you 'll need at least one xml\txt\dat compatible file,check below in Note section How to use Simply choose the function from drop menu,click on input\output buttons,choose file type from filter drop menu in openfiledialog window,remember always provide the right file type,hyperspin need hyperspin file,nointro.dat need nointro dat file ....... click doi it combine function explained: this tool is created to merge info from compatible xml dat xml database format.xml based on name or crc tag,the result is xml\txt\dat file with updated info added roms name and info from both file Associate function explained: associate function,input1 button should be any compatible xml\txt\dat,mediaroot should be the root folder of your rom media,example: nes media folder contain folders like snaps,title,manual,video snaps ... etc,this function will copy these media according to the name(or crc) in input1 source file Some Tips: Combine Nointro.dat+gamelist.xml=>resultfile saved as hyperspin_retrofe.xml combine resultfile.xml+hyperspin.xml with rating tag=>final_result.xml saved as hyperspin_retrofe.xml put the final_result.xml in RetroFE\meta\hyperlist rename it to your prefered system,make sure the name is matching the collection name in retrofe collectio dir delete meta.db from retrofe dir launch retrofe and have fun ]NOTE: Important don't choose the wrong file always feed the right one check compatible file format above for more info the combine function priorties the info from input1 button when using crc as comparation,that means if you have the same game but the name in the first is different from the second input file,the first will be considered how to get gamelist.xml use scraper to get gamelist.xml for your prefered system(mame,sega,snes...) can be found https://github.com/retropie/retropie-setup/wiki/scraper put scraper inside your roms folder,ru cmd or use bat(recommended) put these commands: scraper.exe -add_not_found -console_src="gdb" -use_filename=true -download_images=false -no_thumb PAUSE now copy the generated gamelist.xml file from your rom folder to the program folder Contacts: http://emulator-organizer-f.forumotion.com/ https://www.facebook.com/Emulators-Organizer/ https://www.youtube.com/watch?v=Ty6F9RyhFdg done enjoy Best regard Croser
  2. Version 1.13

    5,404 downloads

    I got tired of manually renaming videos and media to match my roms. I tried a few softwares for it, but none worked quite the way I wanted. You may use it to match anything to your roms/images/XML. Here are a few examples. 1: You have an XML file or ROM files. You also have media (movies perhaps) but the names does not match the XML. 2: You have an XML file but your ROM files does not match the XML. 3: You have media files named the way you want, but your ROM files does not match, 4: You have some files that must match other files. Not necessarily HyperSpin/Emulator related. Basically, you set what you want to use for source names (An XML file or a folder containing files). You also set a source directory that you want to be coped/moved to match the source names. Then you set a destination directory for where you want the copied/moved files to end up. Anyway, how does it work? The application cleans up the Source NAMES (From folder or XML) & the Source FILES and puts then into an internal array. For example: 4x4 Off-Road Racing (USA) (Disk 1).D64 Becomes 4x4 OffRoad Racing So now we have a cleaned up Romname and sourcefile(s). It then runs a Damerau-Levenshtein distance comparison between two strings. Yes, thats right. It computes the edit distance between two strings, that is the number of omissions, insertions, changes or swap of letters necessary to transform one string into the other. This function is by jchd at the http://www.autoitscript.com forums and the description above is a cut and paste. hehe. You thought I sounded smart, right? In other words, it compares the romname with all the source media and returns the source media that has the least amout of "spelling errors" in it. Is this fast? No, its slow as hell if you have a lot of source media. Say you have 1000 roms and 500 media files. For every rom file (1000) it has to go through every media file (500) and do the distance comparison on each one of them to find the best match. So this takes a while. The more media files you have, the slower each rom takes. It will stop looking if it finds a direct match though, so that will speed it up. It will not overwrite or even do the comparison IF you already have the media file for that rom in your destination directory. It does not care about extensions in the destination dir, so if you already have DestinationDir\Colony.MP4 it will not overwrite it later with a file with a different extension (Colony.FLV for example) as it only checks "Does Destination\Colony.* already exist?" and skip it if so. This is good. Lets give an example. Say you have a mix of FLV and MP4 dupes. Split them up into separate folders. Run this program, pointing it to one of the folders. Let it run. It will now copy those files. Run it again, pointing it to the other folder. It will now only copy the files that do not already exist, no matter the extension. It is available on my FTP (signature) and attached to this post with source. How to: Run the application. XML Source: Switch between using a XML or a folder to use for Source Names by clicking the "Switch to files" button. Switch back to XML using the same button. Source files: Select the folder containing the files to be renamed (copied or moved actually). Pre Strip #: This will strip out the defined number of characters from the start of the source names. This is good if your sourcefiles has a header that you do not want to be included in the search. For example, your source file(s) are called something like "0001 - Electroplankton (Japan).nds" and the first 7 chars there messes it up (0001 - ). Set this to 7 and it will strip that out. Leave it at 0 to not strip. Post Strip #: Same as above, but it will strip from the end of the name. Doubt this is needed. Destination: Select the folder to copy/move the renamed files to. The "0" is the number of misspellings to constitute a direct match. These will be copied/moved automatically without question. Recommended to keep it at 0. Its worth going through the manual labor later if you want it right. You can set it to -1 to disable automatic copying all together if you want to verify everything manually. The "2" is the number of "misspellings" to constitute a possible match. If you want "A game" but it finds a Source file called "A_game", it will count as 1 misspelling. It will be added to a list that you'll go through at the end and select the matches. Note: Releases with higher "spelling errors" will also be shown after this list is displayed, so you will get a chance to match even higher spelling errors. "Move Sourcefiles to Destination": If you check this, any matches from "Source Files" will be moved into "Destination" instead of copied. Never recommended unless you want to rename very large ISO roms collections or something. If one Sourcefile matches more then one Source Names, it will not allow it and ask you if you want to change to Copy Mode or Quit. "Do not show result windows":. If you check this, it will not show you what file names it found, what file sources or which files that are perfect matches before continuing. The first response needed after clicking "Start" will be to help with the partial matches. "Handle different disks?": Normally, everything in a () will be ignored, but if you check this, it will read inside the () and [] for disk,disc,tape and cart and try to keep them correct as well. In other words, if you are matching a romset or similar with (Disk 1, Side etc (Commodore 64 for example), leave this checked. If the romset does not include it (NES and similar), uncheck it to gain a little bit of speed. "Number of source files found before splitting them based on first char": The default is 10000. Normally, all source files are matched against all sources. This can get VERY slow on large sets with few direct hits (0 spelling errors). If the number of source files exceed 10000, it will split them up into different searches so a source that starts with the letter A will only search for source files also starting with A. You may lower this number if you want to trigger this search method with a smaller source files set if you want. It will go a lot faster, however you might get missed results if they do not start with the same character ("Star Wars The" & "The Start Wars" for example will be a miss). After it has indexed the sources and source files, it will display a message if it needs to split them up into different arrays (searches). The "Reset to Default" button simply clears all the fields back to default. Click Start to go on. Don't worry. Nothing will happen automatically yet! This little fella will pop up to give you information on what its doing. You don't actually HAVE to watch it. Its more to show you that its working. It first goes through the XML or folder you selected to find all the names we want to use and clean them up for matching. It will then present what it found (Unless "Do not show result windows" is checked) and show you the "Rom Name Cleaned" names for each Rom that it will use to match with the source media. Just click the X to continue. It then goes through the source media and does the same thing (Unless "Do not show result windows" is checked). Click the X to continue. It will now start the matching and show you in the window what its doing. Once it has gone through all the files, it will display (Unless "Do not show result windows" is checked) those that had low enough spelling errors to be automatically copied (0 in this case). Those files are copied when you press the X. Remember, you can hit Shift-ESC at any time (except if a question is on screen) to exit the application. You can see the Rom Name Clean: The cleaned name of the source name we want to use. Source Match Clean: The best match it found for it, also cleaned. Rom Full Name: The real name we want (read from XML or directory). Source Match Full Name: The best match for it. Real filename, not cleaned. Misspellings: The number of differences between them. We selected 0 for automatic processing, so this will only contain 0's. New Name: The new name that will be created in the destination folder. It should match the "Rom Full Name" but with its own extension of course. When the copy is complete, it will show you the rest of the matches that it needs your help with. We selected 2 here, so only those with 1 or 2 misspellings will be processed. Simply check the ones you think are a match and click the "Start" button. To skip to the next part, click "Skip". To abort, click "Close" or the X at the top right. Note: This window is resizable. You may also drag the vertical lines between the headers to increase/decrease the column width (like Excel). Once all are done, it will also show you the ones that did not get a match, its best match and the number of spelling errors for it. You can select to go through this list as well and check things you think is a match still. As you can see, I did find one that is a match. It was a non match because of a bug in 1.7 and previous. Fixed in 1.8 (& sign was stripped from XML source names). And thats pretty much it =) Note, everything shown in the lists are also logged to a subdir called "Logs". Its TAB separated lists, so you can just copy and paste it into Excel.
×
×
  • Create New...