Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[project0 name = "tiptoi-dl" version = "0.1.0" description = "A TipToi Download helper" readme = "README.md" requires-python = ">=3.13" dependencies = [ "beautifulsoup4>=4.14.2", "coloredlogs>=15.0.1", "psutil>=7.1.0", "requests>=2.32.5", "tqdm>=4.67.1", ]

[project.scripts] tiptoi-dl = "tiptoidl:main"

TipToi-dl

Generate TipToi catalog

A linux CLI TipToi audiofile downloader.

Motivation

Ravensburger, the manufacturer of the famous TipToi offers a Windows and a Mac Program for downloading new audiofiles. As a Linux user you have to do that manually via their website which is not the best experience.

So I decided to build this little CLI that allows me to download and copy the audiofile for a new book onto my kids TipToi within seconds.

Setup

  1. Install uv if you have not already (see https://docs.astral.sh/uv/getting-started/installation/)
  2. Run uv tool install tiptoi-dl (or uv tool install git+https://github.com/Bouni/tiptoi-dl.git for the main branch)
  3. Run the script: tiptoi-dl

Note

If the command is not found, the path is most likely not in your PATH. run uv tool update-shell to fix that

Usage

You can enter any word thats in the title of a book, afterwards you get a list of possible matches. The script guides you through the rest of the steps and will download the .gme file automatically if the TipToi pen is connected via USB and mounted. Otherwise the .gme file is downloaded into your Downloads folder.

Disclaimer

tiptoi-dl is neither offered nor supported by Ravensburger. The authors do not take any liability for possible damages.

About

A Linux CLI tool for downloading and installing TipToi audiofiles

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages