The site could use a directory to tie together forum threads, the tricks pages on the wiki and movies for each game. This would deal with the following:
* The ListOfIdeas page is high-maintenance and not very useful.
* There's no list of games that haven't been TASed.
* It's a hassle to track the movie history for games.
* Superfluous threads get started in the forum because users don't know what's already there.
The idea, based on
Aqfaq's work, is to list every game and link all related on-site info. The result is manageable because the table is re-sortable: I used
this javascript to re-sort the tables, though tasvideos already has its own sorting function.
Here is a mockup of the SNES directory. It only has a few titles, and I added fake entries for illustration. The no-intro naming convention was used here, but GoodSNES or the NSRT database would also work. The CSS and icons are copied from tasvideos.org/css. Sorry if the html is unclean. I'm not a web designer and I don't have webspace. If someone wants to put them up for easier viewing, go ahead.
Conventions, subject to change:
* One game per line; one line per game.
* The name of the version mandated by the rules (usually USA) goes in the title column.
* Versions with different names go in the alternate names column.
* Included a version without this column.
* Versions with the same name for different regions are omitted.
* Non-good dumps (overdumps and other trash) are omitted.
* Hacks and unlicensed games are omitted by default. Only approved hacks show up. (Editor's discretion)
* For unTASed games, bad choices are in red and good ones are blue. (Editor's discretion)
* Some games have a zillion forum threads. Only link the big ones. (Editor's discretion)
* The movie field links all published movies and all non-obsoleted movies if some have been obsoleted.
* If the game has only gruefood submissions, those are linked instead of movies.
A site robot could easily autogenerate the movie links if each game had an ID in the database. The submission form could even be simplified to just show a list of games to pick from.
Each TAS-ready platform would get a similar page.