Skip to content
forked from Nemris/getcover

Bash script that fetches NDS boxart compatible with TWLMenu++.

License

Notifications You must be signed in to change notification settings

DefKorns/getcover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, xxd, sed and crc32.


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.

About

Bash script that fetches NDS boxart compatible with TWLMenu++.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.5%
  • Python 42.5%