MyGit
🚩收到GitHub仓库的更新通知

nova-video-player/aos-AVP

Fork: 169 Star: 2857 (更新于 2024-04-20 14:56:03)

license: Apache-2.0

Language: HTML .

NOVA opeN sOurce Video plAyer: main repository to build them all

最后发布版本: v6.2.69 ( 2024-04-20 02:27:04)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

NOVA: opeN sOurce Video plAyer

Reddit Nova Community API Open Source Love License Crowdin Get it on Google Play Get it on Amazon Appstore Get it on F-Droid Chat on irc Github Downloads Build status Donate

Overview

NOVA is an open source video player for Android. It consists in a fork of the original Archos Video Player Community Edition that is hosted here: https://github.com/archos-sa/aos-AVP intended to support new features.

Latest application FAQ can be found here.

This is the entry point repo. Its purpose is to provide the manifest to fetch all needed git repos with sources and then bootstrap the build environment.

More interesting sources can be found there:

For the full list, please look at this manifest https://github.com/nova-video-player/aos-AVP/default.xml

Building

Get the repo tool (https://source.android.com/source/downloading), then type:

mkdir aos; cd aos
repo init -u https://github.com/nova-video-player/aos-AVP -b nova
repo sync -j4
repo forall -c 'git checkout -t $REPO_REMOTE/$REPO_RREV'
make

Alternatively, for those not under Linux with a properly installed Android SDK/NDK, you can launch the video player build through:

cd Video
./gradlew -Puniversal assembleNoamazonRelease

In order to speed up the build, build is performed using dav1d, ffmpeg and other pre-built binaries and using local git clone of ffmpeg and dav1d repos. In order to trigger full update rebuild, you need in case of version upstep to manually do:

rm -rf native/torrentd/libs
cd native/dav1d-android-builder; git clean -fdx; rm -rf built-*
cd native/ffmpeg-android-builder; git clean -fdx; rm -rf dist-*

Note that the following packages are required to build:

sudo curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
sudo chmod a+x /usr/local/bin/repo
sudo apt install build-essential wget curl unzip openjdk-8-jdk python git pkg-config meson nasm

Recent versions of nasm (≥2.13) and meson (≥0.47) are now required for building ffmpeg/dav1d. Nasm can be installed with:

wget http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.bz2
tar xjvf nasm-2.14.02.tar.bz2
cd nasm-2.14.02
./autogen.sh
PATH="$HOME/bin:$PATH" ./configure
PATH="$HOME/bin:$PATH" make
sudo make install

Latest meson can be installed via:

sudo apt install -y pkg-config python3 python3-pip python3-setuptools ninja-build
sudo pip3 install --upgrade pip
pip3 install --user meson==0.53.2

Alternatively, you can use the provided docker image to build nova:

cd nova/AVP/docker
docker build -t nova .
docker run --rm -ti --entrypoint=/bin/bash nova
make

Travis-ci build configuration file is also provided here: https://github.com/nova-video-player/aos-Fdroid/blob/master/.travis.yml

Binaries prebuilt of torrentd, ffmpeg, dav1d have been committed in order to reduce compilation time and remove nasm, meson dependencies. If you need to regenerate torrentd, ffmpeg and dav1d libs, please run make clean_prebuilt.

Latest stable apk

The compiled application is available for installation on Google Play: https://play.google.com/store/apps/details?id=org.courville.nova

Get it on Google Play

or on Amazon Appstore: https://www.amazon.fr/dp/B07P1Q1DG9

Get it on Amazon Appstore

or on F-Droid https://f-droid.org/packages/org.courville.nova

Get it on F-Droid

Releases are also published on github: https://github.com/nova-video-player/aos-AVP/releases

Scraping and Scrobbling

Scraping and scrobbling features rely on external services such as TMDb (https://www.themoviedb.org/), TheTVDB (http://thetvdb.com/) and Trakt (https://trakt.tv).

In order to enable NOVA video player to perform these tasks, you need to register to this services and enable the API and inject the corresponding keys inside the following files: MediaLib/src/community/res/values/donottranslate.xml replacing the fake values below:

    <?xml version="1.0" encoding="utf-8"?>
    <resources xmlns:android="http://schemas.android.com/apk/res/android">
        <string name="tvdb_api_key">0123456789ABCDEF</string>
        <string name="tmdb_api_key">0123456789abcdef0123456789abcdef</string>
        <string name="trakt_api_key">0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef</string>
        <string name="trakt_api_secret">0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef</string>
    </resources>

Please note that enabling TheTVDB API registration can be completed following this link: https://www.thetvdb.com/?tab=apiregister

To create a Trakt api, first register to trakt then add a new app https://trakt.tv/oauth/applications

Redirect URI should be http://localhost and be aware to grant all permissions.

Localization

You are welcome to contribute to the translation of the application at https://crowdin.com/project/nova-video-player

Donate

Any contribution to show your gratitude and appreciation is always welcome, keeping the small team of developers working on their personal time motivated and aware that their dedication means something.

Three main platforms are proposed for that purpose: liberapay, github sponsor and opencollective.

Funds collected are essentially used to buy devices on which problems are reported for analysis and fix in order to cope with Android fragmentation.

Please bear in mind that the work carried out here results from a small community effort done with good will on scarce personal time. If need be, we might in the future introduce some extra bounty programs for specific feature development requests.

Support community and chat room

NovaVideoPlayer reddit community community is used as the support community for the Nova Video Player application. It is possible to chat with Nova Video Player developers on #novavideoplayer liberachat IRC channel (https://web.libera.chat/).

最近版本更新:(数据更新于 2024-04-27 22:27:26)

2024-04-20 02:27:04 v6.2.69

2024-03-31 05:43:11 v6.2.67

2024-03-30 18:22:19 v6.2.66

2024-03-19 15:29:50 v6.2.65

2024-03-16 05:20:50 v6.2.64

2024-02-18 19:34:01 v6.2.63

2024-02-18 05:18:16 v6.2.62

2024-02-17 06:10:20 v6.2.61

2024-02-16 03:18:59 v6.2.59

2024-02-11 01:10:49 v6.2.58

主题(topics):

android, archos, nova, open-source, player, video

nova-video-player/aos-AVP同语言 HTML最近更新仓库

2024-04-25 12:46:52 web-platform-tests/wpt

2024-04-25 12:09:33 squidfunk/mkdocs-material

2024-04-19 16:53:00 Tencent/tdesign-miniprogram

2024-04-09 22:40:44 Suffuse-Team/suffuse-team.github.io

2024-04-09 02:41:26 NorthwoodsSoftware/GoJS

2024-04-08 09:55:50 cym1102/nginxWebUI