Skip to content

Repository files navigation

MobileStoryTeller

Mobile Story Teller is a software dedicated to reading the Lunii audiobooks. This is intended to be ran on a smartphone or a pad (Android or iOs), or even a computer.

The audiobooks can be transferred from the Lunii to a computer by reading the SDCard of the Lunii.

The choice of stories are available the same way as on the Lunii.

Credits

Based on the algorithms of SDCardStoryTeller by fparrel.

Screenshots

Front Menu Play

Installation

Download the stories

  • The stories must be bought with the official application on your computer.
  • Connect the Lunii on your computer and an USB storage device will appear.
  • Copy all the folders on your computer.

Upload the stories (Android)

  • Connect the SD Card of your Android device on your computer.
  • Create a folder named MobileStoryTeller in the folder Music at the root (create this folder if necessary).
  • Copy all the folders previously downloaded on the SD Card in /Music/MobileStoryTeller.

Upload the stories (iOS)

  • Connect the iPhone to your computer.
  • In the Finder, select the iPhone.
  • Select the tab Files.
  • Copy and paste the files in the Folder named MobileStoryTeller.

Permissions

For Android, you need to set permissions for the app:

  • Long-press the icon of the app
  • Choose App information
  • Enter in Authorizations
  • Select Storage

After this setting you need to reload the app.

Build

This section explains how to build the program.

Legal warning

The audiobooks are ciphered with a key which is not provided by us. Though, you can easily find one by searching on Internet.

The cipher key must be defined in the file Cipher.cpp. You must rename the file Cipher.cpp.tmpl to Cipher.cpp and define the constant Constants::COMMON_KEY with the key.

Dependencies

The program is based on Qt Quick (Qt 6).

The following dependencies are needed to build the program:

  • Qt 6
    • Extensions needed: Multimedia
  • For Android, follow the instruction on this page
  • For iOS, follow the instruction on this page

Steps:

  1. Download the git source project source code
  2. Open the file CMakeFiles.txt in Qt Creator
  3. Select a target (Android, iOs, ...)
  4. Build
  5. Deploy on the device.

About

Listen to Lunii audiobooks on a smartphone or a tablet

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages