Commit Graph

153 Commits

Author SHA1 Message Date
meeb df9316bede handle media which may not have a published date set for some erroneous reason, related to #77 2021-03-08 11:55:23 +11:00
meeb 2e0d0385b0 recalculate media skip flag when source download cap is updated, resolves #77 2021-03-07 14:03:19 +11:00
meeb 972c184c70 add longer source indexing options and a never option, resolves #68 2021-03-07 13:39:49 +11:00
meeb 2c1c45e829 bump to 0.9.1 2021-03-05 14:20:23 +11:00
meeb c64f54bcb4 bump to 0.9.1 2021-03-05 14:16:17 +11:00
meeb db651e16b9 raise a manual exception when youtube-dl extract_info returns no data to trigger backoffs, increase backoff retry and timers, resolves #66 2021-02-22 13:24:11 +11:00
meeb 86068790ed missing import 2021-02-21 11:52:14 +11:00
meeb 96b9eddf43 add a reset tasks cli command 2021-02-21 11:44:52 +11:00
meeb bceefc8b01 skip media which has no publish date in locally stored metadata 2021-02-21 11:15:57 +11:00
meeb 1e8711be51 add media items downloaded counter to sources list overview 2021-02-19 14:37:56 +11:00
meeb e3423bc2d2 preserve media filter when toggling skipped media 2021-02-19 14:26:01 +11:00
meeb 6fbf72d0e7 optional basic HTTP authentication, resolves #62 2021-02-19 12:58:34 +11:00
meeb d6852bf828 account for metadata loading as None for upload_date, resolves #59 2021-02-18 20:50:13 +11:00
meeb f6f4f244d7 hide skipped media by default and add a show skipped media button 2021-02-18 19:34:44 +11:00
meeb df35aa2a5f increase media per page, tweak pagination button layout 2021-02-18 19:21:41 +11:00
meeb 799c0fce39 bump to v0.9 2021-02-18 17:29:03 +11:00
meeb 2f324f28a9 add sync-missing-metadata command with docs, resolves #25 2021-02-18 17:24:14 +11:00
meeb 895bfe6f87 scrub % in titles, resolves #55 2021-02-18 16:35:10 +11:00
meeb e0669b107d change default filename date prefix from YYYYMMDD to YYYY-MM-DD 2021-02-18 16:31:27 +11:00
meeb 82fa0f6bce add sync.Source.download_media master flag, add manual import existing media command with docs, resolves #24 2021-02-18 16:24:24 +11:00
meeb 8b93cb4a59 handle malformed responses passively 2021-02-18 14:55:40 +11:00
meeb 647254d7f7 set X-Frame-Options to SAMEORIGIN by default, resolves #51 2021-02-17 22:25:13 +11:00
meeb 3567e20600 fix typing issue when videos have no votes and their vote count is None not 0 in metadata, resolves #50 2021-02-17 22:14:29 +11:00
meeb 749df3f7bb switch to using flat indexing of media, only index metadata for media once, resolves #38 and dramatically reduces crawl requests to youtube 2021-02-02 17:24:19 +11:00
meeb 06cfafb803 assert the healthcheck.py exec permissions are preserved, should resolve #41 2021-01-25 13:35:42 +11:00
meeb ffd69e8d40 bump to v0.8 2021-01-20 18:13:28 +11:00
meeb eebef3371f fix form label padding from overlapping field, resolves #37 2021-01-20 18:03:24 +11:00
meeb 4cd6701c8a fix bug handling audio fallback detection, resolves #31 2021-01-20 18:00:28 +11:00
meeb 4ebe6f2a37 pin footer at the bottom of the viewport, resolves #26 2021-01-20 17:42:16 +11:00
meeb df40a1367a sanitise youtube video titles for use in sane filenames, resolves #35 2021-01-20 17:34:19 +11:00
Levi Tomes 39c7799831
Changed PR intent
Changed PR intent
2020-12-29 22:36:43 -06:00
Levi Tomes da7371f830
Added format descriptions
Added format descriptions to the media format help_text.
2020-12-29 21:50:04 -06:00
meeb 387cfefc8f issues with dupe background async worker threads, drop defaults back down to 1 worker 2020-12-21 03:04:54 +11:00
meeb d92dbde781 bump to 0.7 2020-12-20 18:24:04 +11:00
meeb e36658e1a1 missing default setting for container build 2020-12-20 17:57:04 +11:00
meeb 51cd942717 use async workers, spawn two workers by default, add TUBESYNC_WORKERS env var to adjust the number of workers, resolves #19 2020-12-20 17:52:45 +11:00
meeb 001554db1a fix format container name, resolves #22 2020-12-20 13:01:14 +11:00
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
meeb 39b56dba04 missing import 2020-12-13 18:30:46 +11:00
meeb b242e3e657 bump version 2020-12-13 16:35:45 +11:00
meeb 182d9d494a add runtime info to dashboard 2020-12-13 16:24:47 +11:00
meeb 902bb1f26f functioning container build 2020-12-13 16:13:30 +11:00
meeb 4117bb4446 squash migrations 2020-12-12 20:13:30 +11:00
meeb 09eb057392 media servers and media server updating 2020-12-12 20:11:50 +11:00
meeb ba4423ac57 basic dashboard 2020-12-11 18:12:08 +11:00
meeb c006204bea force squash migrations 2020-12-11 17:15:41 +11:00
meeb 3489d07289 allow media to be skipped before its downloaded, add a master reset-all-tasks button, tweak signal and task behaviour ordering 2020-12-11 17:14:34 +11:00
meeb dc5a8271e1 delete old media 2020-12-11 16:35:14 +11:00
meeb 096c48ce1b refactor media format codes, media skipping and re-enabling feature 2020-12-11 16:11:31 +11:00
meeb 6b138fb02e clean up favicon sources 2020-12-10 17:06:40 +11:00
meeb 4e1de9bb52 tweak logo and favicon, add django filestorage for download location, rework youtube-dl logging 2020-12-10 17:06:15 +11:00