audio books

This commit is contained in:
GlennWSo 2024-06-24 13:34:32 +02:00
parent 5e986b284d
commit cc3366034e
5 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,9 @@
+++
title = "Audiobookshelf"
weight = 3
[extra]
icon ="./audiobookshelfAsset6.svg"
+++
Audiobookshelf is an open-source self-hosted media server for your audiobooks and podcasts.
Web and mobile native clients are available.

View file

@ -0,0 +1,21 @@
+++
title= "footer"
template ="footer.html"
sort_by = "slug"
+++
#### Get Started
<p>
Download the app for your device and login with the server adress:
<code class="link">
https://books.sondell.org/
</code>
<button class="url" _="on click
writeText(my previousElementSibling's innerText) into navigator's clipboard
put 'copied!' into me
wait 1s
put 'copy url' into me">
copy url
</button>
</p>

View file

@ -0,0 +1,10 @@
+++
title = "googleplay"
+++
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.audiobookshelf.app" rel="nofollow">
<img src="./googleplay-trim.png" alt="Download from Google Play" height="40"
data-canonical-src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
style="max-width: 100%;">
</a>

View file

@ -0,0 +1,9 @@
+++
title = "googleplay"
+++
<a class="app-link" href="https://books.sondell.org/" rel="nofollow">
<img src="./pwa-badge.png" alt="web app" height="40"
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
style="max-width: 100%;">
</a>