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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn <bjoern.korella@markenfilm-crossing.de>2015-09-04 15:17:41 +0300
committerBjörn <bjoern.korella@markenfilm-crossing.de>2015-09-04 15:17:41 +0300
commite561b60759c237df9010f2ab73680042f653e66b (patch)
treeff0c339732b2f88de6e8f9af5d267a843777db8c /appinfo
parent570edcdc8243b889ec66b72748f6513b0ae4426f (diff)
change app info and directory name; autoplay video
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/app.php4
-rwxr-xr-xappinfo/info.xml12
2 files changed, 8 insertions, 8 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index d00caee..a8b8537 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -20,5 +20,5 @@
*
*/
-OCP\Util::addStyle( 'files_videosPlayer', 'style' );
-OCP\Util::addscript( 'files_videosPlayer', 'viewer');
+OCP\Util::addStyle( 'files_videojs-sublime', 'style' );
+OCP\Util::addscript( 'files_videojs-sublime', 'viewer');
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d7d6546..5bf0af1 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<info>
- <id>files_videosPlayer</id>
- <name>VideoJS</name>
- <description>A video player using a themed version of Video.js.
+ <id>files_videojs-sublime</id>
+ <name>VideoJS Sublime</name>
+ <description>A video player using a skinned version of Video.js
- Video.js: http://videojs.com/
+ Based on this app: https://apps.owncloud.com/content/show.php/Video+Js?content=159670
- Theme: https://github.com/cabin/videojs-sublime-skin
+ Video.js: http://videojs.com/
- Based on this app: https://apps.owncloud.com/content/show.php/Video+Js?content=159670.
+ Skin: https://github.com/cabin/videojs-sublime-skin
</description>
<version>0.9</version>
<licence>AGPL</licence>