PS3 Game List v1.6 is released. PS3 Game List is a application that allows you to manage your list of PS3 games. It started out as a demo to test the Qt Framework functionality, but it evolved into a full feature C++ app. It allows users to download game updates.
Originally posted by another user
Another release to improve the request backlog. As usual, feel free to suggest something new, and, if you happen to find any bugs, please report them as well.
PS3 Game List change-log and features:
v1.6
- Loads info from multiple game folders (configuration via settings dialog);
- FTP renaming (via FTP context menu);
- Additional option to rename game folders to a user defined format using the tags _TITLE_ and _ID_ (e.g. “_TITLE_ – (_ID_)” => “Gran Turismo 5 – (BCUS98114)”, “[_ID_][_TITLE_]” => “[BCUS98114][Gran Turismo 5]“, “XYZ — _TITLE_” => “XYZ — Gran Turismo 5″, “[_[_ID_]_]” => “[_[BCUS98114]_]”, etc. ; notice that at least one of the tags must be present and the characters ‘\’, ‘/’, ‘:’, ‘*’, ‘?’, ‘”‘, ‘<’, ‘>’ and ‘|’ cannot be used);
- Exports game list to Excel file format (requires Microsoft Excel installed);
- Imports game list from a previously saved Excel file [requires Microsoft Excel installed; games can be manually added (a game title and a valid ID must be filled), and the worksheet layout must be followed, otherwise the rows will be skipped];
- Additional option to display disk status;
- Displays number of games and total size permanently at the status bar.