Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.09 KB

getcover

getcover is a Bash script that fetches the boxart of Nintendo DS games.

The boxarts are compatible with TWiLightMenu++, and are courtesy of GameTDB.


Requirements

To run, getcover requires awk, wget and xxd.


Usage

Running getcover without arguments will result in a brief usage message:

Usage: getcover titleID | rom.nds [titleID | rom.nds ...]

A titleID is a DS game's four-letter identifier. For example, AXFP is the titleID of Final Fantasy XII: Revenant Wings (EUR).

You can supply titleIDs and actual .nds files. getcover is case insensitive. If an .nds file is specified, the titleID will be obtained automatically.

Boxarts will be placed inside the current directory.


Contributing

Before contributing:

  • analyze your code with shellcheck and address the possible warnings;
  • make sure all indentations are 4-spaces wide.

License

This project is licensed under the terms of the BSD-3-Clause license. See the LICENSE file for details.