[00:48] So, I should probably work on the persistent disk thing and the vice.conf thing [01:33] Sgeo__: Did you get a chance to compile those variations of vice [01:33] SketchCow, haven't tried yet [01:34] *** azakai_ has joined #jsmess [01:35] No problem. [01:35] (Just checking in) [01:35] The screenshotting is just kind of happening, now. [01:36] I'm thinking of making a single page/item for information on the emulator at the archive, maybe a blog entry. [01:38] Then I can add a line to each item with just that note, and it'll be fine. [03:31] *** Sgeo has joined #jsmess [03:34] *** Sgeo__ has quit IRC (Read error: Operation timed out) [04:45] I need to start forcing myself to go to sleep sooner, so not going to do this now, but it looks like adding vice.conf support will be a one-liner (also need to add arguments to the cfg in IA) [05:00] *** Sgeo_ has joined #jsmess [05:01] *** Sgeo has quit IRC (Read error: Operation timed out) [15:17] *** azakai_ has quit IRC (Read error: Operation timed out) [21:41] WELL I AM HAPPY TO SAY [21:41] THAT JUST ABOUT A WEEK LATER, I HAVE ALL THE MAME ROMS [21:41] AND THE SOFTWARE LIST ROMS [23:03] I'm happy to say.... https://archive.org/details/arcade_topspeed works again! [23:17] for each in `ia search collection:internetarcade --itemlist`; do echo $each; AMOUNT=`ia list --columns=name,size $each | grep -v history\/files | grep \.zip | cut -f2`;FILE=`ia list --columns=name,size $each | grep \.zip | grep -v history\/files | cut -f1`;if [ ! -f $FILE ]; then echo "Egad No $FILE";echo "There appears to not be a file called $FILE for $each." >> ERRORS;else SIZE=`du -sb $FILE | cut [23:17] -f1`;if [ "$AMOUNT" -eq "$SIZE" ]; then DUMMY=1;else echo "All is not well with $each.";echo "Something's off about $each" >> ERRORS;fi;fi;done [23:17] How THIS for a fuckin' hack [23:17] Go through each non-dark Internet Arcade item. Check the ROM .zip inside. If it's different than the one in the newest set, raise an alarm. [23:22] Now, it's not perfect. It chokes on multi-zip items and other things. [23:22] But in this initial run, it takes it from 1,178 items to something probably closer to 200 [23:37] Doing a little more hacking. Already found one that was broken. [23:37] I suspect this hack will more quickly surface the ones that don't work [23:37] But it does require downloading the new MAME sets