Lunii Admin is evolving.
The new, no installation required Lunii Admin Web is even better. All the great features of lunii-admin but right where and when you need it, in your browser. An it has better pack installation feedback and even some tetris going on!
Don't hesitate to check out the hosted version or the github repo
And to complete this new tool, you have a new pack creator: lunii admin builder. It features a nice and simple UI to build your packs in a flash, and generate your missing images or audios on the fly.
This is a small desktop app to manage your lunii device.
Features :
- list installed story packs
- reorder story packs
- delete story pack
- Install third party packs (STUdio zip pack, more info on https://github.com/marian-m12l/studio)
- create your own thrid party story packs from a structured directory (details below)
https://github.com/marian-m12l/studio offers a full editor to create your story packs, by I find that overkill for most users.
This software lets you create a STUdio compatible story pack from a structured directory.
The structure needs to be as follows:
pack-name/
title.mp3
cover.jpeg
md.yaml
first-story/
title.mp3
cover.jpeg
story.mp3
second-story/
title.mp3
cover.jpeg
story.mp3
sub-menu/
title.mp3
cover.jpeg
sub-story/
title.mp3
cover.jpeg
story.mp3
the md.yaml
file should have the following content:
title: <Your pack title>
description: <Your pack description>
uuid: <A single uuid - generate it from https://www.uuidtools.com/v4>
The use the "create pack" button from the app to convert such a directory to a .zip
STUdio story pack.
You can then install the resulting pack to your device with the "install pack" button.
Commands to build can be seen in the GitHub Pipeline configuration file
Some dependencies should be installed first (eg: libmp3lame-dev).
Build with GO and React, desktop app powered by Wails