s3music/README.md

62 lines
2.1 KiB
Markdown
Raw Normal View History

2023-02-22 16:46:57 +01:00
# Asgardius S3 Music
2022-08-27 21:13:12 +02:00
2023-02-24 18:56:42 +01:00
Play your music that are stored on servers that are compatible with S3 Object Storage Protocol
2022-09-19 17:26:29 +02:00
2022-09-10 02:31:41 +02:00
Current feature list
2022-09-10 02:35:00 +02:00
2022-09-19 17:26:29 +02:00
* Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4, m4v, webm)
2023-02-24 18:56:42 +01:00
* Folder based playlists
2022-09-10 02:31:41 +02:00
2022-09-12 03:27:46 +02:00
Planned feature list
2022-09-25 02:59:46 +02:00
* Nothing for now
2022-09-12 03:27:46 +02:00
2023-02-24 18:56:42 +01:00
This app is based on Asgardius S3 Manager
2022-09-12 03:27:46 +02:00
This app is a work in progress, so it have some bugs that need to be fixed
2022-09-18 00:46:42 +02:00
You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist
2022-10-02 20:56:13 +02:00
[<img src="app-store-badges/fdroid.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/asgardius.page.s3manager/)
[<img src="app-store-badges/play-store.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=asgardius.page.s3manager)
2022-09-19 17:26:29 +02:00
2022-10-02 21:01:10 +02:00
F-droid release may take a few days to get updated [More info here](https://www.f-droid.org/en/docs/FAQ_-_App_Developers/#ive-published-a-new-release-why-is-it-not-in-the-repository)
[Steps to joining to Google Play Alpha testing channel are available here](https://forum.asgardius.company/d/1-asgardius-s3-manager-testing)
2022-10-02 19:32:50 +02:00
You can get help at https://forum.asgardius.company/t/s3-manager
2023-01-10 00:03:51 +01:00
You can find app documentation at https://wiki.asgardius.company/shelves/asgardius-s3-manager-english (english) or https://wiki.asgardius.company/shelves/asgardius-s3-manager-espanol (spanish)
2022-09-16 18:40:15 +02:00
Supported languages
* English
* Spanish
2022-09-12 03:27:46 +02:00
Knnown issues
* Object listing can be slow on buckets with a lot of objects (4000+)
2022-09-13 13:07:20 +02:00
* Slow user interface on some low-end devices
2022-09-19 20:30:02 +02:00
* Running screen restarts after toggling system dark mode
2022-09-12 03:27:46 +02:00
2022-09-10 02:31:41 +02:00
Known supported providers
2022-09-10 02:35:00 +02:00
2022-09-10 02:35:46 +02:00
* Amazon Web Services
2023-01-01 03:23:57 +01:00
* Scaleway Elements
2022-11-21 20:18:38 +01:00
* Wasabi Cloud
2023-01-08 00:28:40 +01:00
* Backblaze B2
2023-01-11 15:25:14 +01:00
* Cloudflare R2 (partial)
2023-01-07 19:24:23 +01:00
* MinIO **
* Garage **
2022-09-10 02:31:41 +02:00
Known not supported providers
2022-09-10 02:35:00 +02:00
2023-01-08 00:28:40 +01:00
* Google Cloud (Not compatible with S3v4)
* Oracle Cloud (compatibility issues with S3v4)
2023-01-07 19:24:23 +01:00
2023-01-10 21:10:12 +01:00
** Extra steps required (read documentation)