Giter VIP home page Giter VIP logo

gmenu2x_miyoocfw's Introduction

Info

This GMenu2X is a fork of GMenuNX and is developed for the MiyooCFW, released under the GNU GPL license v2.

View changelog in changelog file.

Installation

Replace the gmenu2x binary with the latest one from action builds.

(Re)Boot your device and enjoy new GMenu2X

Building

MiyooCFW:

Set up your environment with latest SDK (use MiyooCFW/buildroot). Generated toolchain should be placed at /opt/miyoo/ directory.

  • build gmenu2x binary:
make -f Makefile.miyoo
  • build GMenu2X distribution package:
make -f Makefile.miyoo dist

you can find both outputs in /dist/miyoo/ directory.

PC (Linux):

This is primarily useful for development/testing. First, install the dependencies. This should work for Debian/Ubuntu systems, use the appropriate package manager for other systems:

sudo apt-get install -y build-essential libsdl-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libboost-all-dev libfreetype6-dev libbz2-dev libmpg123-dev

Compile with:

make -f Makefile.linux dist

Then run it from the dist/linux/ directory:

cd dist/linux
./gmenu2x

Translations

The list of available translations with examples are stored in gmenu2x/translations/ dir of your GMenu2X distribution package.
The current in use messages from US English language can be read from: translate.txt. This does not include appLinks' Title&Description which can be added freely by user.

To generate above list, you have to rebuild GMenu2X with -DCHECK_TRANSLATION CFLAG in Makefile. Then after running binary with selected language you will find untraslated.txtfile with list of missing translation strings which failed to be generated at the time of using GMenu2X.

Dictionary

To view the full list of string messages available to translate in source see: dictionary.txt

To generate this list of available strings' aliases you can run from src:

(grep -o -rn . -P -e "\ttr\["[^]]*"\]" ; grep -o -rn . -e '>tr\["[^]]*"\]\|\+tr\["[^]]*"\]\|\ tr\["[^]]*"\]\|,tr\["[^]]*"\]') | sed 's/.*\[\(.*\)\].*/\1/' | sed 's/\"\(.*\)\"/\1=/' | tr -d '\\' |sort | uniq

Controls

  • A: Accept / Launch selected link / Confirm action;
  • B: Back / Cancel action;
  • X: Goes up one directory in file browser;
  • X (hold): Bring up Date&Time quick dialog;
  • Y: Bring up the manual/readme;
  • L1, R1: Switch between sections / PageUp/PageDown on lists;
  • L2, R2: Fast Decrement/Increment of selected value;
  • START: GMenu2X settings;
  • START (hold): Toggle Suspend mode;
  • SELECT: Bring up the contextual menu;
  • SELECT (hold): Disconnect TV-out;
  • SELECT + L: Volume control;
  • SELECT + R, BRIGHTNESS: Change screen brightness;
  • SELECT + START: Take a screenshot;
  • POWER: Bring up Poweroff dialog;
  • TV-Out: If the device supports, (dis)connect the TV-out jack to toggle TV-out signal.

In settings:

  • A, LEFT, RIGHT: Accept, select or toggle setting;
  • B: Back or cancel edits and return;
  • START: Save edits and return;
  • SELECT: Clear or set default value.

AutoStart

  • In Settings - enable AUTOSTART feature.
  • Start app/game you would like to be launched every time at first after boot/reboot.
  • Every time you launch a device you will be welcomed with AutoStart selection menu.
  • Next previously launched app will start with all the settings you provide it with from GMenu2X linkapp config.
  • When you disable AutoStart msgbox there are only 2 ways to turn OFF this feature:
    • press "Y" at startup during GMenu2X loading screen
    • discard dialogAutoStart=1 line in gmenu2x.conf file
    • remove gmenu2x.conf file entirely

Parameters

You can pass useful variables (which can be treated as arguments for cmd) before launching app in the editLink menu under "Parameters" option:

  • [selPath] - this string will be replaced by the selector path.
  • [selFile] - this string will be replaced by the selected file's name, in the selector, without its extension.
  • [selExt] - this string will be replaced by the selected file's extension.
  • [selFileFull] - this is a shortcut value that means [selFile][selExt]
  • [selFullPath] - this is a shortcut value that means [selPath][selFile][selExt]
  • Select the link you want to edit and press "menu";
  • Edit the link;
  • Configure the link to match your directory structure. Important fields:
    • Selector Directory: The directory of your roms
    • Selector Browser: Enable selector before launching the app
    • Selector Filter: Filter extensions to be shown in the selector. Separe multiple extensions with commas.
    • Selector Screenshots: The directory of the screenshots/preview of your roms. It can be different than your roms directory.
  • The name of the file of rom and preview have to be exactly the same. Suported image types are .png or .jpg;

Contacts

GMenu2X Copyright (c) 2006-2010 Massimiliano Torromeo;
GMenuNX 2018-2019 by @pingflood;
GMenu2X 2022 (modded GMenuNX) by @Apaczer;

Credits

Contributors

NoidZ for his gp2x' buttons graphics;
Pickle for the initial Wiz and Caanoo ports;
Steward-Fu for the initial RetroGame ports;
TonyJih for the new RetroFW features;
Fontes for the RetroFW graphics;

Beta testers

Goemon4, PokeParadox, PSyMastR and Tripmonkey_uk (GP2X);
Yann Vaillant (WIZ);
msx, jbanes, jutley and scooterpsu (RetroFW);
salvacam, SolidOne (MiyooCFW).

Translators

Chinese (CN): 蔡蔡哥, simpleasy, KungfuPanda, RUANRUI1995;
Chinese (TW): wentao, TonyJih;
Danish: claus;
Dutch: superfly;
English: Massimiliano;
Finnish: Jontte Atte;
French: Yodaz;
German: fusion_power, johnnysnet, Waldteufel;
Italian: Massimiliano;
Korean: haven-jeon;
Norwegian: cowai;
Polish: Macmmm81;
Portuguese (Brazil): pingflood, azurejoga;
Portuguese (Portugal): NightShadow;
Russian: XaMMaX90;
Slovak: Jozef;
Spanish: pedator;
Swedish: Esslan Micket;

Donors

EvilDragon (www.gp2x.de), Tecnologie Creative (www.tecnologiecreative.it), TelcoLou, gaterooze, deepmenace, superfly, halo9, sbock, b..o..b, Jacopastorius, lorystorm90.

and all the anonymous colaborators...

gmenu2x_miyoocfw's People

Contributors

apaczer avatar nfriedly avatar triforcex avatar ericrkjones avatar ruanrui1995 avatar technicalpickles avatar azurejoga avatar stevenhoving avatar zeldazul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.