mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-06 12:37:23 -04:00
static files (#432)
This commit is contained in:
+1
-4
@@ -1,8 +1,5 @@
|
|||||||
Wordgames.gr - https://www.wordgames.gr
|
|
||||||
Yiannis Stergiou - ys.stergiou@gmail.com
|
Yiannis Stergiou - ys.stergiou@gmail.com
|
||||||
Markos Gogoulos - mgogoulos@gmail.com
|
Markos Gogoulos - mgogoulos@gmail.com
|
||||||
|
|
||||||
Contributors
|
|
||||||
|
|
||||||
Swift Ugandan - swiftugandan@gmail.com
|
Swift Ugandan - swiftugandan@gmail.com
|
||||||
|
|
||||||
|
Please see https://github.com/mediacms-io/mediacms/graphs/contributors for complete list of contributors to this repository!
|
||||||
@@ -27,21 +27,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
selenium_hub:
|
|
||||||
container_name: selenium_hub
|
|
||||||
image: selenium/hub
|
|
||||||
ports:
|
|
||||||
- "4444:4444"
|
|
||||||
selenium_chrome:
|
|
||||||
container_name: selenium_chrome
|
|
||||||
image: selenium/node-chrome-debug
|
|
||||||
environment:
|
|
||||||
- HUB_PORT_4444_TCP_ADDR=selenium_hub
|
|
||||||
- HUB_PORT_4444_TCP_PORT=4444
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
depends_on:
|
|
||||||
- selenium_hub
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
+3
-3
@@ -5,7 +5,7 @@
|
|||||||
- [Downloading media](#downloading-media)
|
- [Downloading media](#downloading-media)
|
||||||
- [Adding captions/subtitles](#adding-captionssubtitles)
|
- [Adding captions/subtitles](#adding-captionssubtitles)
|
||||||
- [Search media](#search-media)
|
- [Search media](#search-media)
|
||||||
- [Using Timestamps for sharing](#-using-timestamp)
|
- [Using Timestamps for sharing](#using-timestamps-for-sharing)
|
||||||
- [Share media](#share-media)
|
- [Share media](#share-media)
|
||||||
- [Embed media](#embed-media)
|
- [Embed media](#embed-media)
|
||||||
- [Customize my profile options](#customize-my-profile-options)
|
- [Customize my profile options](#customize-my-profile-options)
|
||||||
@@ -200,13 +200,13 @@ You can now watch the captions/subtitles play back in the video player - and tog
|
|||||||
|
|
||||||
### Using Timestamp in the URL
|
### Using Timestamp in the URL
|
||||||
|
|
||||||
An additionnal Get parameter 't' can be added in video URL's to start the video at the given time. The starting time has to be given in seconds.
|
An additional GET parameter 't' can be added in video URL's to start the video at the given time. The starting time has to be given in seconds.
|
||||||
|
|
||||||
<p align="left">
|
<p align="left">
|
||||||
<img src="./images/Demo1.png"/>
|
<img src="./images/Demo1.png"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Additionnally the share button has an option to generate the URL with the timestamp at current second the video is.
|
Additionally the share button has an option to generate the URL with the timestamp at current second the video is.
|
||||||
|
|
||||||
<p align="left">
|
<p align="left">
|
||||||
<img src="./images/Demo2.png"/>
|
<img src="./images/Demo2.png"/>
|
||||||
|
|||||||
Generated
+52
-28268
File diff suppressed because it is too large
Load Diff
@@ -12,5 +12,3 @@ pytest-cov
|
|||||||
pytest-django
|
pytest-django
|
||||||
pytest-factoryboy
|
pytest-factoryboy
|
||||||
Faker
|
Faker
|
||||||
selenium
|
|
||||||
webdriver-manager
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user