Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb7bf25552de8ec2fd65312a2968e6c8604b362e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<info>
	<id>files_videoplayer</id>
	<name>Video player</name>
	<description>A responsive video player using a skinned version of Video.js

		Based on this app: https://apps.owncloud.com/content/show.php/Video+Js?content=159670

		Video.js: http://videojs.com/

		Skin: https://github.com/cabin/videojs-sublime-skin
	</description>
	<version>1.11.0</version>
	<licence>MIT</licence>
	<author>Björn Korella</author>
	<namespace>FilesVideoPlayer</namespace>
	<default_enable/>
	<documentation>
		<user>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</user>
		<admin>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</admin>
		<developer>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</developer>
	</documentation>
	<website>https://github.com/nextcloud/files_videoplayer</website>
	<bugs>https://github.com/nextcloud/files_videoplayer/issues</bugs>
	<repository type="git">https://github.com/nextcloud/files_videoplayer.git</repository>
	<dependencies>
		<nextcloud min-version="22" max-version="22" />
	</dependencies>
</info>