Commit Graph

66 Commits

Author SHA1 Message Date
meeb 7cf86bb98d fix attribute name, resolves #21 2020-12-20 04:15:43 +11:00
meeb 12eac049e5 bump to 0.6 2020-12-19 18:14:31 +11:00
meeb 304cc153cf add DJANGO_FORCE_SCRIPT_NAME env var to change Djangos FORCE_SCRIPT_NAME if needed, part of support for running TubeSync in a /suburi and not a domain root, resolves #18 2020-12-19 18:10:10 +11:00
meeb b45231f533 add secondary time based cap to allow sources to not download everything in a channel, resolves #15 2020-12-19 18:05:01 +11:00
meeb 26eb9d30e8 tweak field help text 2020-12-19 18:04:26 +11:00
meeb 97fa62d12b add playlist_index and playlist_title as media format options, fix paths for files in media format subdirs post download, resolves #13 2020-12-19 17:33:08 +11:00
meeb 1b092fe955 use xml parsing for tests to fix annoying attr ordering 2020-12-19 16:31:44 +11:00
meeb 18a59fe835 use OrderedDict for XML attrs so testing is consistent 2020-12-19 16:09:19 +11:00
meeb 410906ad8e add XML NFO file writing support, rework media cleanup deletion, resolves #11 2020-12-19 16:00:37 +11:00
meeb 8f4b09f346 add {mm} and {dd} media format support, resolves #12 2020-12-18 21:02:06 +11:00
meeb 9434293a84 fix dupe info on dashboard 2020-12-18 18:41:24 +11:00
meeb 67af70569b bump to 0.5 2020-12-18 18:07:33 +11:00
meeb 68a62d8a7c add full support for YouTube channels with no vanity name, resolves #9 2020-12-18 17:43:58 +11:00
meeb 55578f4de7 add pretty-json-info-spam wrapper command to aid debugging urls 2020-12-18 17:31:47 +11:00
meeb 47313cb6cc bump to v0.4 2020-12-18 16:20:29 +11:00
meeb a854b804f0 typo in test 2020-12-18 16:01:53 +11:00
meeb 08c1a82c30 custom filenames with media templates, resolves #5 2020-12-18 15:59:01 +11:00
meeb 25a1a82de4 add copy thumbnails status to source overview page 2020-12-18 13:02:13 +11:00
meeb ff58f2811b add field for media file name format, part of #5 2020-12-18 13:00:33 +11:00
meeb 83b9c167a9 add option at source level to copy over thumbnails with media, resolves #8 2020-12-18 12:51:04 +11:00
meeb ffe0049bab support youtube channels without vanity URLs, resolves #6 2020-12-18 12:30:31 +11:00
meeb 2560238c50 version bump 2020-12-17 19:35:08 +11:00
meeb 5f519f0d2e increase default items per page 2020-12-17 19:34:37 +11:00
meeb f1b0b50acc cleanup 2020-12-17 19:26:28 +11:00
meeb 8df8376124 tweak dashboard truncation 2020-12-17 18:51:44 +11:00
meeb 19afe7fbb3 let youtube-dl create its cachedir 2020-12-14 03:00:10 +11:00
meeb 0bab395fd3 fix container secret key to a default 2020-12-14 02:21:30 +11:00
meeb 7fd6e41f0c enable youtube-dl cache dir by default with optional setting for container builds 2020-12-14 02:01:31 +11:00
meeb e709db8ffe move healthcheck.py into app dir 2020-12-14 01:55:07 +11:00
meeb b667a7ec55 fix source last crawl date formatting in template 2020-12-14 01:00:48 +11:00
meeb df988547e7 add download progress logs for videos with no downloaded bytes total 2020-12-14 00:58:39 +11:00
meeb 39ea60baa4 add transparent version of logo 2020-12-14 00:54:03 +11:00
meeb 3f9b89471d missing import 2020-12-14 00:36:39 +11:00
meeb 96509f3dce typo 2020-12-13 22:12:43 +11:00
meeb d100c7b888 add env toggle for django debugging 2020-12-13 21:51:58 +11:00
meeb a48d8df6f7 handle rare formats with non-int pixels sizes 2020-12-13 21:48:26 +11:00
meeb f2f2671cf1 handle dash streams with no video stream 2020-12-13 21:39:05 +11:00
meeb a1fe67f36c clean up redundant dash handling 2020-12-13 21:29:16 +11:00
meeb cf32716763 add is_hls and is_dash flags to parsed formats 2020-12-13 21:28:44 +11:00
meeb 7dd76a74b0 handle dash formatless streams 2020-12-13 21:22:22 +11:00
meeb ce50eaaac8 handle dash videos with no progress downloaded byte totals 2020-12-13 21:21:35 +11:00
meeb d7a3ee277e add source message disclaimer for massive sources 2020-12-13 21:10:43 +11:00
meeb a8564c2554 handle weird formats like dash with no preset height 2020-12-13 21:07:54 +11:00
meeb 3aabbfaaac missing import 2020-12-13 20:04:59 +11:00
meeb 679eb441be update media servers on media delete 2020-12-13 20:00:35 +11:00
meeb 4863ccc7ba add log messages for updating media servers 2020-12-13 19:47:45 +11:00
meeb 35096f67e2 typo 2020-12-13 19:34:43 +11:00
meeb 23b3e7011c change updating media servers to be a priority task 2020-12-13 19:33:21 +11:00
meeb de0c59c7c2 container bugfixesd 2020-12-13 19:17:27 +11:00
meeb 3e0c8bdcac disable youtube-dl on-disk caching 2020-12-13 18:58:09 +11:00