📼 Old video viewer for Nextcloud
Перейти к файлу
John Molakvoæ 595ce56e17
Merge pull request #320 from nextcloud/automated/update-engines/default
2023-06-22 08:48:14 +02:00
.github/workflows Delete dependabot.yml 2022-10-07 22:24:26 +02:00
appinfo Add Nextcloud 25 support on master 2022-09-22 13:12:47 +02:00
css Add fade using css transitions 2019-02-11 17:02:57 +01:00
img add viewBox to app icon for proper scaling in firefox 2016-08-17 18:04:13 +02:00
js Bump @nextcloud/webpack-vue-config from 4.1.0 to 5.3.0 2022-10-07 20:12:04 +00:00
lib Only load script if needed 2022-01-03 13:12:00 +01:00
src Prevent downloads when video has a download limit 2022-05-04 01:27:19 +00:00
.babelrc Make videoplayer compatible with IE11 2019-02-27 16:18:26 +01:00
.eslintrc.js Move to global configs and cleanup code 2021-08-06 09:58:16 +02:00
.gitattributes Move compiled js to git attributes 2019-02-01 10:50:09 +01:00
.gitignore Move vendored dependencies to npm, build with webpack and babel 2019-01-17 12:07:12 +01:00
README.md Update README.md 2020-11-23 12:46:26 +01:00
issue_template.md Create issue_template.md 2017-01-25 17:04:48 +01:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 2023-01-08 19:21:18 +00:00
package.json chore: update node engines to next LTS (node 20 / npm 9) 2023-06-21 10:18:51 +02:00
screenshot.jpg update screenshot and version number for new release 2015-11-13 11:45:35 +01:00
stylelint.config.js Move to global configs and cleanup code 2021-08-06 09:58:16 +02:00
webpack.js Move to global configs and cleanup code 2021-08-06 09:58:16 +02:00

README.md

⚠️ files_videoplayer is deprecated and will soon be pulled out of nextcloud. For any bugs and features, please head over to https://github.com/nextcloud/viewer/.

Video player

A responsive video player for Nextcloud using a skinned version of Video.js.

Installation

Simply copy the contents of this repository to $nextcloud/apps/files_videoplayer and enable the app.

Credits

The player is a modified version of this app to make it responsive and improve the UI.

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

Video.js skin: https://github.com/cabin/videojs-sublime-skin

License

MIT