pull/440/head v1.7
Markos Gogoulos 2022-03-23 19:04:59 +02:00 zatwierdzone przez GitHub
rodzic e7ae2833d9
commit f8376c5c58
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
9 zmienionych plików z 60 dodań i 28296 usunięć

Wyświetl plik

@ -1,8 +1,5 @@
Wordgames.gr - https://www.wordgames.gr
Yiannis Stergiou - ys.stergiou@gmail.com
Markos Gogoulos - mgogoulos@gmail.com
Contributors
Swift Ugandan - swiftugandan@gmail.com
Please see https://github.com/mediacms-io/mediacms/graphs/contributors for complete list of contributors to this repository!

Wyświetl plik

@ -27,21 +27,6 @@ services:
condition: service_healthy
db:
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:
image: postgres:13
volumes:

Wyświetl plik

@ -5,7 +5,7 @@
- [Downloading media](#downloading-media)
- [Adding captions/subtitles](#adding-captionssubtitles)
- [Search media](#search-media)
- [Using Timestamps for sharing](#-using-timestamp)
- [Using Timestamps for sharing](#using-timestamps-for-sharing)
- [Share media](#share-media)
- [Embed media](#embed-media)
- [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
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">
<img src="./images/Demo1.png"/>
</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">
<img src="./images/Demo2.png"/>

28320
frontend/package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -12,5 +12,3 @@ pytest-cov
pytest-django
pytest-factoryboy
Faker
selenium
webdriver-manager

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long