mirror of https://github.com/tiyn/wiki
minecraft: added mod guide to docker image audio: added and linked openaudible package managers: added version-specific installation of AUR and manual installation of PKGBUILDmaster
parent
48d177e3c9
commit
d3cb2cdfd3
@ -0,0 +1,16 @@
|
|||||||
|
# tar
|
||||||
|
|
||||||
|
tar is a package that acts a an archiving utility.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This section addresses the usage of the tar package.
|
||||||
|
|
||||||
|
### Uncompressing a tar Archive
|
||||||
|
|
||||||
|
A tar archive (`.tar`, `.tar.gz`, etc.) can be uncompressed by running the following command.
|
||||||
|
In this command `<tar archive>` stands in as a placeholder for the path of the tar archive.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
tar -xf <tar archive>
|
||||||
|
```
|
@ -0,0 +1,43 @@
|
|||||||
|
# OpenAudible
|
||||||
|
|
||||||
|
[OpenAudible](https://openaudible.org/) is a cross-platform audiobook manager for the audible
|
||||||
|
audiobook and podcast service.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
The software can be setup via installation files for [Windows](/wiki/windows.md), Mac and
|
||||||
|
[Linux](/wiki/linux.md) that are available on the
|
||||||
|
[official website](https://openaudible.org/download).
|
||||||
|
Linux distributions may aswell feature a package.
|
||||||
|
|
||||||
|
After the installation the user has to connect OpenAudible with Audible.
|
||||||
|
The `Connect to Audible` button is available under the `Controls` tab.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This section describes various topics regarding the usage of OpenAudible.
|
||||||
|
|
||||||
|
### Downloading, Converting and Splitting Audiobooks
|
||||||
|
|
||||||
|
To download, convert or split an audiobook first make sure OpenAudible is connected with Audible as
|
||||||
|
described in the [setup section](#setup).
|
||||||
|
Also a library sync can be useful if the target audiobook doesn't show up in the list at the bottom
|
||||||
|
of the window.
|
||||||
|
A sync can be started by pressing the `Quick Audible Library Sync` button under the `Controls` tab.
|
||||||
|
|
||||||
|
To download locate the audiobook in the list of audiobooks, right-click it and select `Download`.
|
||||||
|
After the download it can be converted to `.mp3` or `.m4b` by selecting the corresponding option in
|
||||||
|
the right-click menu.
|
||||||
|
The same way the audiobook can be split.
|
||||||
|
|
||||||
|
### Licensing and Avoiding It
|
||||||
|
|
||||||
|
OpenAudible is a licensed product.
|
||||||
|
The first year after installation the new versions can be downloaded and used without charge.
|
||||||
|
However the versions that come out after this year are subject to the purchase of a license to use
|
||||||
|
them.
|
||||||
|
This means that the last version that was released before the end of the first year can be used
|
||||||
|
indefinitely.
|
||||||
|
This effectively lets the user use all features like
|
||||||
|
[converting and splitting audiobooks](#downloading-converting-and-splitting-audiobooks) that are
|
||||||
|
otherwise bound to a valid license.
|
Loading…
Reference in new issue