ytsm/app/YtManagerApp
chibicitiberiu 4c8bc64168
Merge pull request #80 from cyberjacob/download-output-format
Encourage youtube-dl to save downloaded files into mp4 format, so they can be streamed directly
2019-10-20 13:49:58 +03:00
..
management Encourage youtube-dl to save downloaded files into mp4 format, so they can be streamed directly 2019-09-22 20:03:06 +01:00
migrations Simplified thumbnail logic, only the best thumbnail size is downloaded and then it is resized and cropped to an appropriate size for use in the web UI. 2019-08-19 21:05:13 +03:00
static/YtManagerApp Improved video list UI. 2019-08-20 00:01:06 +03:00
templates Make the video player use more screen space 2019-09-22 20:01:37 +01:00
templatetags Added docker support 2018-10-30 14:15:49 +08:00
utils Improved notification system. 2019-08-14 17:14:16 +03:00
views Simplified thumbnail logic, only the best thumbnail size is downloaded and then it is resized and cropped to an appropriate size for use in the web UI. 2019-08-19 21:05:13 +03:00
__init__.py Added docker support 2018-10-30 14:15:49 +08:00
admin.py Added docker support 2018-10-30 14:15:49 +08:00
appmain.py Improved notification system. 2019-08-14 17:14:16 +03:00
apps.py Integrated django-dynamic-preferences library into project. Settings are now stored in the database, the ini file only contains a minimal number of settings. 2018-12-10 01:15:10 +02:00
dynamic_preferences_registry.py Fixed user settings page. 2018-12-29 20:43:39 +02:00
models.py Simplified thumbnail logic, only the best thumbnail size is downloaded and then it is resized and cropped to an appropriate size for use in the web UI. 2019-08-19 21:05:13 +03:00
scheduler.py Fixed handling of channel subscriptions, where new videos are added to the beginning of the playlist instead of the end. 2019-08-19 16:42:29 +03:00
tests.py Fixed multiple problems related to migration to django-preferences. 2018-12-29 23:16:04 +02:00
urls.py Improved notification system. 2019-08-14 17:14:16 +03:00