Skip to content

sititou70/frums-credits-cli-nosound

Repository files navigation

frums-credits-cli-nosound

image

Credits / Frums BGA (Back Ground Animation) on Linux tty

Quick Demo

Download latest binary and execute.

note: You probably need to set the RUNEWIDTH_EASTASIAN environment variable to 0.
Linux example: RUNEWIDTH_EASTASIAN=0 ./frums-credits-cli

Options

$ ./credits -h
Usage of ./credits:
  -s int
        time to skip play (sec)
  -v    print extra information

Requirements

Usage

  • (optional): Replace sound file
    • frums-credits-cli/credits-csf/credits.mp3 is a silent dummy file in consideration of copyright.
    • You can play music on the CLI by replacing this file with legally obtained music data and adjusting the offset in frums-credits-cli/credits-csf/meta.yaml.
  • (optional): Switch to tty and setfont
    • On linux, press Ctrl + Alt + F[2 ~ 6] and login
    • setfont
      • cd /usr/share/consolefonts/
      • sudo setfont FullCyrAsia-TerminusBoldVGA16.psf.gz or sudo setfont FullCyrAsia-TerminusBoldVGA16.psf
    • cd (to $HOME)
  • git clone [this repo's url]
  • cd frume-credits-cli
  • make
  • RUNEWIDTH_EASTASIAN=0 ./dist/credits

CSF: Credits Score Format

CSF is a format for text-based music videos like Credits / Frums BGA.

Cross build on docker

make cross

Licence

MIT