Changed PR intent

Changed PR intent
This commit is contained in:
Levi Tomes 2020-12-29 22:36:43 -06:00 committed by GitHub
parent da7371f830
commit 39c7799831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 22 deletions

View File

@ -200,28 +200,7 @@ class Source(models.Model):
_('media format'),
max_length=200,
default=settings.MEDIA_FORMATSTR_DEFAULT,
help_text=_("""File format to use for saving files
Valid options:
'yyyymmdd': 20210201,
'yyyy_mm_dd': 2021-02-01,
'yyyy': 2021,
'mm': 02,
'dd': 01,
'source': <Example here>,
'source_full': <Example here>,
'title': <Example here>,
'title_full': <Example here>,
'key': <Example here>,
'playlist_index': 1,
'playlist_title': <Example here>,
'ext': mp4,
'resolution': 1280x720,
'height': 720,
'width': 1280,
'vcodec': h264,
'acodec': mp3,
'fps': 24,
'hdr': <Example here>""")
help_text=_('File format to use for saving files, detailed options at bottom of page.')
)
index_schedule = models.IntegerField(
_('index schedule'),