├── README-EG.md └── README.md /README-EG.md: -------------------------------------------------------------------------------- 1 | # AGC Player Release 2 | 3 | [中文](README.md "中文") 4 | 5 | Welcome to AGC Player! 6 | This repository contains the release version of the app and does not include any source code. 7 | It features scraping capabilities and video playback. 8 | Supported protocols: Alist, SMB, WebDAV, Emby (direct connection), Jellyfin (direct connection), and Alibaba Cloud Drive. 9 | 10 | Minimum supported version is Android 8. 11 | 12 | The [User Manual](https://docs.agcplayer.com/ "User Manual") is a must-read. 13 | 14 | [Apple Store Version](https://apps.apple.com/us/app/agc-video-player/id6670426427 "Apple Store Version") 15 | 16 | [Google Play Store Version](https://play.google.com/store/apps/details?id=com.agc.player "Google Play Store Version") 17 | 18 | For any questions or discussions, please join our Telegram group. 19 | 20 | [Telegram Group](https://t.me/agcplayer "Telegram Group") 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AGC Player Release 2 | 3 | [English](README-EG.md "English") 4 | 5 | 欢迎大家使用 AGC Player 6 | 本库为该 App 发布 release 版本,不包含任何代码 7 | 包含功能刮削,播放视频 8 | 支持协议:Alist,SMB,Webdav,Emby(直连),jellyfin(直连),阿里网盘 9 | 10 | 最低版本支持安卓8 11 | 12 | [使用手册](https://docs.agcplayer.com/ "使用手册") 必看 13 | 14 | [苹果商店版本](https://apps.apple.com/us/app/agc-video-player/id6670426427 "苹果商店版本") 15 | 16 | [谷歌商店版本](https://play.google.com/store/apps/details?id=com.agc.player "谷歌商店版本") 17 | 18 | 有问题的,或者讨论的请加 Telegram 群组 19 | 20 | [Telegram 群组](https://t.me/agcplayer "Telegram 群组") 21 | --------------------------------------------------------------------------------