Commit Graph

31 Commits

Author SHA1 Message Date
f974d78270 improve validation on text indexing, for search (#294) 2021-10-01 17:49:41 +03:00
28031f07e5 Filters (#289)
* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod

* Deinterlacing and better filter logic
2021-10-01 17:48:52 +03:00
4480fa7de1 documentation, admin section, plus fix of a typo on models (#293)
* documentation, admin section, plus fix of a typo on models
2021-09-27 15:07:17 +03:00
2ce8dba163 Feat fix precommit (#280)
* add version file, fix pre-commit
2021-08-20 14:16:19 +03:00
48838ac406 Framerate fix (#246)
* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Framerate fix

Keep original framerate up to 60fps, halve any framerate above 60fps. Because of "video_frame_rate": Fraction(video_info["r_frame_rate"]), it does not work, when float used, the video is encoded but framerate suffers from rounding error.

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod

* Introduction of minimum bitrate modifier

A minimum bitrate modifier introduced as per https://developers.google.com/media/vp9/settings/vod
2021-08-20 14:04:50 +03:00
062e4be6c2 small typo (#277) 2021-08-20 13:57:55 +03:00
ba94989e6a Feat urls (#257)
add new URLS, add swaggger doc, add tests
2021-08-05 13:25:25 +03:00
8145ba0914 add missing validation for logging 2021-06-18 15:37:09 +03:00
7bda0acd8b Feat flake8 strength (#209)
* remove warnings from flake
2021-06-03 18:26:53 +03:00
171b9f84d7 Feat swagger (#203)
Swagger docs
2021-05-31 22:24:05 +03:00
5602422d29 adds drf-yasg and automated generation of Swagger Schemas (#165)
* adds drf-yasg and automated generation of Swagger Schemas

* swagger url

* swagger docs

* adds swagger url on Readme

* swagger API

* Code of Conduct file

* doc
2021-05-29 16:34:36 +03:00
110695ae2f improvements on flake8 (#200) 2021-05-27 17:40:52 +03:00
6df942ac4e format content (#198) 2021-05-26 18:35:21 +03:00
adf3d4377f allow media of all states to be added to playlist (#154) 2021-04-26 16:32:18 +03:00
2552551662 removes redundant usage of FRONTEND_HOST variable (#102) 2021-03-21 20:36:32 +02:00
fec21c2f40 allow encoding for small videos 2021-01-26 22:03:06 +02:00
019e2cf371 allow addition of other types on playlists 2021-01-20 11:04:10 +02:00
2f0a654fdf add allow download option on Media edit page 2021-01-12 21:35:25 +02:00
95c84928ff adds date on Search options 2021-01-07 15:33:02 +02:00
718a1fb4bc fix error identation 2020-12-25 17:50:52 +02:00
0e78076359 revert changes 2020-12-25 17:44:21 +02:00
40eaffef94 removes redundant arguement 2020-12-25 17:08:15 +02:00
e6361cecb1 fix notification upon comments 2020-12-25 16:58:53 +02:00
969d8a0eac provide notifications on commenting 2020-12-25 16:42:56 +02:00
10d5d8f615 fix missing field on rss 2020-12-25 15:25:53 +02:00
d2bf457def strip ending y for better results on Search Vectors 2020-12-25 15:22:24 +02:00
6ee83432bc add filtering for role, for management dashboard 2020-12-25 15:18:09 +02:00
47936b8be7 add small comment 2020-12-25 15:07:50 +02:00
9339443ddf introduce rss and custom rss 2020-12-25 00:49:38 +02:00
f1663f5270 remove redundant index 2020-12-22 15:21:20 +02:00
75430de2e0 MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00