61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: Apache-2.0
|
|
AuthorName: Mohammed Irfan
|
|
SourceCode: https://github.com/mo3rfan/syncplayer
|
|
IssueTracker: https://github.com/mo3rfan/syncplayer/issues
|
|
Bitcoin: 16E1hn96zg9h16VCrxSG6p7b72vyNh64ft
|
|
Litecoin: LQ88aMidLv4bkgLZ8ExZPYtMDrFbkwJL97
|
|
|
|
AutoName: SyncPlayer
|
|
Description: |-
|
|
SyncPlayer is an unofficial client that implements the syncplay protocol. It
|
|
connects to Syncplay servers to sync video playback between two or more users.
|
|
Use it to watch videos with your friends online. Just add a server, pick a video
|
|
and make sure your friends join the same server and room.
|
|
|
|
Please note: SyncPlayer does not stream or transmit the video data in any way
|
|
whatsoever. It only synchronizes video playback between users.
|
|
|
|
Syncplay clients are also available for Windows and Linux.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mo3rfan/syncplayer
|
|
|
|
Builds:
|
|
- versionName: 1.6.2
|
|
versionCode: 16
|
|
commit: 1.6.2
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- prod
|
|
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
|
|
build.gradle
|
|
|
|
- versionName: 1.6.3
|
|
versionCode: 17
|
|
disable: 'uses pre-release gradle '
|
|
commit: 1.6.3
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- prod
|
|
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
|
|
build.gradle
|
|
|
|
- versionName: 1.6.4
|
|
versionCode: 18
|
|
commit: 1.6.4
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- prod
|
|
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
|
|
build.gradle
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.6.4
|
|
CurrentVersionCode: 18
|