LakkaTOR is a command line tool to setup Lakka default architecture (i.e /storage/thumbnails, /storage/roms/downloads & /storage/playlists) and automatically import games into playlists.
For the moment, the script only allows zip files. All games must be compressed to zip format and downloaded to the corresponding folder (e.g : download Super Mario World.zip from https://romsmania.cc/roms/super-nintendo and save the file into /storage/roms/downloads/Nintendo - Super Nintendo Entertainment System/ folder).
./LakkaTOR.sh <cmd>
-h, --help : use to get help.
--setup : use to setup the system.
--scan : use to automatically add games to playlists.
[WARNING] For the moment, the script only allows zip files. All games must be compressed to zip format
and downloaded to the corresponding folder (e.g : download Super Mario World.zip from https://romsmania.cc/roms/super-nintendo
and save the file into /storage/roms/downloads/Nintendo - Super Nintendo Entertainment System/ folder).
For more informations, follow these urls :
- http://www/.lakka.tv/
- http://www.lakka.tv/doc/home
You have to clone the repo. into your computer with :
git clone https://github.com/LzOggar/LakkaTOR
After, you need to copy the repo. from your computer directly into Lakka with :
scp -P 22 <repo_path> root@<Lakka_ip>:/storage/roms/
Use the following command to check the script working correctly :
chmod +x LakkaTOR.sh
./LakkaTOR.sh --help
- [Bash] : Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. See "https://en.wikipedia.org/wiki/Bash_(Unix_shell).
- [Lakka] : Lakka is a lightweight Linux distribution that transforms a small computer into a full blown retrogaming console. See "http://www.lakka.tv".
This project is licensed under the MIT License - see the LICENSE.md file for details
LzOggar