All Projects → advplyr → audiobookshelf-app

advplyr / audiobookshelf-app

Licence: GPL-3.0 license
Mobile application for Audiobookshelf

Programming Languages

Vue
7211 projects
kotlin
9241 projects
javascript
184084 projects - #8 most used programming language
swift
15916 projects
CSS
56736 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to audiobookshelf-app

audiobookshelf
Self-hosted audiobook and podcast server
Stars: ✭ 1,316 (+660.69%)
Mutual labels:  audiobooks, audiobookshelf
syncabook
📖🎧 A tool for creating ebooks with synchronized text and audio (EPUB3 with Media Overlays)
Stars: ✭ 70 (-59.54%)
Mutual labels:  audiobooks
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (-83.82%)
Mutual labels:  audiobooks
kobo-book-downloader
A tool to download and remove DRM from your purchased Kobo.com ebooks and audiobooks.
Stars: ✭ 171 (-1.16%)
Mutual labels:  audiobooks
blinkist-m4a-downloader
Grabs all of the audio files from all of the Blinkist books
Stars: ✭ 100 (-42.2%)
Mutual labels:  audiobooks
reading-list
My reading list since January 1996. Commits include comments on what I read beginning in June 2015
Stars: ✭ 34 (-80.35%)
Mutual labels:  audiobooks
ambry
Self-hosted audiobook streaming server
Stars: ✭ 38 (-78.03%)
Mutual labels:  audiobooks
unpaprd
An audiobook 🎧 📔 app made using Flutter
Stars: ✭ 73 (-57.8%)
Mutual labels:  audiobooks
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+7941.04%)
Mutual labels:  audiobooks
audnexus
An audiobook data aggregation API, combining multiple sources of data into one, consistent source.
Stars: ✭ 18 (-89.6%)
Mutual labels:  audiobooks
audiobooker
Audio Book scrapper
Stars: ✭ 14 (-91.91%)
Mutual labels:  audiobooks

Audiobookshelf Mobile App

Audiobookshelf is a self-hosted audiobook and podcast server.

Android (beta)

Get the Android app on the Google Play Store

iOS (early beta)

Available to beta testers through Test Flight

Join the beta testers and install the iOS app: https://testflight.apple.com/join/wiic7QIW

Join the discussion: #60


Go to the main project repo github.com/advplyr/audiobookshelf or the project site audiobookshelf.org

Join us on discord

Requires an Audiobookshelf server to connect with

Screenshot1

Contributing

This application is built using NuxtJS and Capacitor in order to run on both iOS and Android on the same code base.

Windows Environment Setup for Android

Required Software:

Install the required software with winget

Note: This requires a PowerShell prompt with winget installed. You should be able to copy and paste the code block to install. If you use an elevated PowerShell prompt, UAC will not pop up during the installs.

winget install -e --id Git.Git; `
winget install -e --id Microsoft.VisualStudioCode; `
winget install -e --id  Google.AndroidStudio; `
winget install -e --id OpenJS.NodeJS --version 16.12.0; #v17 has issues with openssl


Your Windows environment should now be set up and ready to proceed!

Mac Environment Setup for Android

Required Software:

Install the required software with homebrew

brew install android-studio node cocoapods

Start working on the Android app

Clone or fork the project from terminal or powershell and cd into the project directory.

Install the required node packages:

npm install
Expand for screenshot


Generate static web app:

npm run generate
Expand for screenshot


Copy web app into native android/ios folders:

npx cap sync
Expand for screenshot


Open Android Studio:

npx cap open android
Expand for screenshot


Start coding!

Mac Environment Setup for iOS

Required Software:

Start working on the iOS app

Clone or fork the project in the terminal and cd into the project directory.

Install the required node packages:

npm install
Expand for screenshot


Generate static web app:

npm run generate
Expand for screenshot


Copy web app into native android/ios folders:

npx cap sync
Expand for screenshot


Open Xcode:

npx cap open ios
Expand for screenshot


Start coding!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].