Bash script for filling the TING pen with audio books under Linux, which have to be downloaded
- TING pen with USB cable
- bash as shell (maybe other can run well, but can't be guaranteed)
-
Open a terminal
-
Go to the directory where you want to install the script
-
Clone the repository:
git clone https://github.com/ralfdonald/TingScript.git
-
The script downloads "missing" books, i.e. books that the TING pen has "seen" but which are currently not stored on the pen. Therefore, turn on the pen and use it to touch the activation icons of all the books that you want to download.
-
Connect the TING pen to your computer using the USB cable
-
Execute the script:
./linux.sh
The script will try to auto-detect the location of the TING pen's mount point. If that fails you can pass the mount point to the script as a parameter:
./linux.sh path/to/the/mount/point
The path that you pass should be the folder that contains the
$ting
folder.
- Ralf Meyer https://github.com/ralfdonald
- Bernd Wurst https://github.com/bwurst
- Stefan Dangl https://github.com/stangls
- frog23 https://github.com/frog23
- Florian Brucker https://github.com/torfsen