Commit Graph

639 Commits

Author SHA1 Message Date
simon 50006e423c
implement channel list and subscribe api 2022-01-11 16:53:02 +07:00
simon 8d5b4ac242
implement api return status code 2022-01-11 16:16:28 +07:00
simon 52a54fbe31
add to queue api endpoint 2022-01-11 15:58:50 +07:00
simon 382e89abb7
implement api token auth 2022-01-11 14:15:36 +07:00
simon 917e73ec4d
new django api app, implementing basic get views 2022-01-10 22:51:52 +07:00
Nathan DeTar edc9f3fe15
Added a button to download a video to the local device. (#137)
* Add video download button.

* Swapped <a> and <button> tags to fix theme issue.

* Download button renamed to `Download File`
2022-01-10 09:00:29 +07:00
simon e8a533bbbe
add social links and update to v0.1.0 2022-01-08 23:58:41 +07:00
simon 9ad8177b7a
retry failed commit 2022-01-08 23:57:51 +07:00
simon 8ba9ced833
move ryd to avoid celery missing redis var 2022-01-08 21:10:38 +07:00
simon 1a95797997
improve scheduler validation with regex, #126 2022-01-08 20:04:51 +07:00
simon c660edd997
bump library versions 2022-01-07 18:35:59 +07:00
simon 9498cf94f3
fix playlist view_origin 2022-01-07 18:30:40 +07:00
simon 099f9dfe00
make search results follow default view styles 2022-01-07 18:29:25 +07:00
simon 1cbe0bbfc0
delete playlists of channel when deleting channel, #118 2022-01-05 15:39:41 +07:00
simon 49cd272557
size limit for ryd missing rating query 2022-01-05 15:10:33 +07:00
simon 1c27934d77
remove redundant lock 2022-01-05 14:51:02 +07:00
simon c85be45846
extend ryd to refresh when missing average_rating 2022-01-05 14:43:24 +07:00
simon 7a1f77e548
bump library versions 2022-01-05 14:42:28 +07:00
simon 3999d679e3
fix linting 2022-01-05 14:09:35 +07:00
simon dc2fb65312
add optin returnyoutubedislike.com integration 2022-01-05 14:06:07 +07:00
simon 6aef3dfb96
remove leftovers 2022-01-05 11:10:11 +07:00
simon 49eb565e2a
fix sort_by selected attribute and animation toggle 2022-01-02 16:25:05 +07:00
simon 2ce90077b6
fix notification for nownload now button 2022-01-02 15:47:32 +07:00
simon fd334bcafe
fix legacy import alias for yt-dlp 2022-01-02 15:38:45 +07:00
simon d5b3b90202
fix missing auth of search, reduce nginx alias to relevant paths only 2022-01-01 22:17:44 +07:00
simon 08f74caef0
simplify the sort_order and sort_by and standardize player location in page 2022-01-01 18:13:12 +07:00
simon f7fce001c4
simplify the subscribe buttons 2022-01-01 17:25:57 +07:00
simon 4915aa0c11
remove now redundant search forms 2021-12-31 13:42:07 +07:00
simon 5616d3ee0d
add search page link to top move about to footer 2021-12-31 12:41:54 +07:00
simon e823d6e1b3
add multi search js functions to dynamically populate results 2021-12-30 22:13:47 +07:00
simon e8eb7077ed
add initial search endpoint and improve results$ 2021-12-30 20:42:42 +07:00
simon 5fb15b79a4
extend SearchForm class with multisearch method for frontend 2021-12-30 15:58:15 +07:00
simon 2a774c3d3e
add english analyzer for main text fields for serching 2021-12-30 15:54:20 +07:00
simon b6424e0e56
update requirements libs 2021-12-30 15:53:38 +07:00
simon 386220ee94
consolidate request attributes into parent class 2021-12-27 17:23:39 +07:00
simon 4c46f0bdbd
refactor playlist and playlist-id views inheritance, #116 2021-12-27 16:58:08 +07:00
simon 30cf54c49c
refactor channel and channel-id views inheritance, #116 2021-12-27 15:23:52 +07:00
simon fb512b26ea
further consolidate by adding query results in parent class 2021-12-27 12:01:49 +07:00
simon 2ae25540d1
refacter DownloadView to use new inheritance structure, #116 2021-12-27 10:58:49 +07:00
simon 6229d92333
add dedicated default_view for playlists 2021-12-26 22:51:37 +07:00
simon 6e348892f2
refactor home view by inherinting from dedicated view classes, #115 #116 2021-12-26 22:49:00 +07:00
simon 665d0a1b24
bump versions 2021-12-26 18:22:04 +07:00
simon 42f4f4cb6f
improved sort order mobile layout on home 2021-12-18 18:38:01 +07:00
simon 2d6cc43a9e
better label placement on toggle box 2021-12-18 18:22:57 +07:00
simon bf0b07f3d7
fix error when restarting player with same video 2021-12-18 17:15:53 +07:00
simon 88ebb6d648
fix autodelete error on empty download queue 2021-12-18 17:05:49 +07:00
simon 3015e59a29
fix styling of sub unsub frontent feedback with span tag 2021-12-18 16:56:32 +07:00
simon ad8d75c3e8
add autodelete videos to ignore list, #112 2021-12-17 23:28:53 +07:00
simon 8678cdcadb
add missing favicon to login template 2021-12-17 23:00:30 +07:00
simon 1ac6da1f3e
bumb django version 2021-12-17 18:45:32 +07:00
simon e5b9b1caef
remove now unused favicon 2021-12-17 18:32:46 +07:00
simon 5f3d52c76a
update docs for v0.0.9 release 2021-12-17 16:59:52 +07:00
simon a500f9ec63
add notifications and error messages to settings page 2021-12-17 15:09:21 +07:00
simon 3231dbe29a
the favicons the whole favicons and nothing but the favicons, #93 2021-12-16 21:23:54 +07:00
simon ae082eb309
add sync_redis_state before building schedule for update path 2021-12-16 21:22:05 +07:00
simon 23f9894154
move validate_thumbnails out of startup has it's own schedule now 2021-12-16 21:20:14 +07:00
simon f6159a48d5
change sub and unsub to colored toggle button 2021-12-16 18:28:52 +07:00
simon ada2c1fe59
add autofocus and autocomplete to user form field, #104 2021-12-16 18:00:36 +07:00
simon c9373eee15
add remember me checkbox to login view and set session expire, #77 2021-12-16 15:17:58 +07:00
simon e858bba944
fix linting, update doc string 2021-12-16 12:48:12 +07:00
simon 9a2dead76c
implement autodelete watched videos after x days, #56 2021-12-16 12:44:37 +07:00
simon 53f93a7bb9
fix missing average_rating due to lack of dislikes 2021-12-15 17:39:52 +07:00
simon 7924f28ccb
implement backup rotate from config value 2021-12-14 19:40:46 +07:00
simon 275cf1263b
fix mobile backup-grid-row layout 2021-12-14 19:15:29 +07:00
simon f49895917a
change settings for backup restore 2021-12-14 19:06:47 +07:00
simon f7c73f7eba
change backup and restore to tag files 2021-12-14 19:05:58 +07:00
simon 6ad1c8e73b
add reason to backup as file name tag 2021-12-13 21:20:48 +07:00
simon 21f70493bb
add scheduler config to regular redis config 2021-12-13 20:28:41 +07:00
simon 5cb6076a1c use config check_reindex_days for refresh_interval 2021-12-13 19:19:49 +07:00
Wesley Mauk f660b05a20
Make copyright year dynamic (#107)
Never have to update this again!
2021-12-13 19:10:11 +07:00
simon 8f7179ad0c
fix some spacing issues 2021-12-13 10:57:29 +07:00
simon 3df9a53a24
add scheduler settings with some sane defaults 2021-12-13 10:55:57 +07:00
simon fde1a37563
add check_reindex_days and run_backup_rotate fields to form 2021-12-13 10:54:54 +07:00
simon 9bb68aac66
extend theater mode to video id page template 2021-12-08 14:30:13 +07:00
simon 279c4538ca
fix player wrapper and player channel links 2021-12-07 08:25:46 +07:00
simon 42eec604a7
reimagining the video player in theater mode, #98 2021-12-06 22:14:42 +07:00
simon e2238c16f5 restructure html to allow for non boxed-content classes within content blocks, #98 2021-12-06 18:07:57 +07:00
simon 8c5bb0bc1f
add missing mapping for playlist_last_refresh to fix empty index scan, #101 2021-12-06 16:56:56 +07:00
simon 82a71ed75d
clean up playlist subscribe notification 2021-12-05 22:35:46 +07:00
simon 7516090e14
handle findPlaylists notification and fix spacing 2021-12-05 22:15:10 +07:00
simon 8874168291
clean up progress hook title and speed up playlist validation 2021-12-05 21:57:33 +07:00
simon 19871d55e2
faster release message timer with reduced redis exipre time on last message 2021-12-05 21:27:43 +07:00
simon c7d69b4fa1
use new notification for channel subscribe feedback 2021-12-05 20:26:39 +07:00
simon 5b47c9cde7
use filter to search for relevant messages 2021-12-05 20:26:17 +07:00
simon 67bde4c7ec
fix notification channel for video thumb download 2021-12-05 17:24:57 +07:00
simon a0d5837519
use new checkMessages for frontend button calls 2021-12-05 17:24:20 +07:00
simon fbdbfd744d
rewrite of progress.js, now potentially better and flexible 2021-12-05 16:42:33 +07:00
simon 1d262fc936
fix old status variables for message 2021-12-05 16:41:06 +07:00
simon f7b5082983
use message:playlistscan for index_channel_playlists 2021-12-03 21:05:34 +07:00
simon b35440253d
transform add to queue, rescan, and download progress to channel messages 2021-12-03 19:47:43 +07:00
simon 1691bdadf5
transform progress message to list, change subscribe messages 2021-12-03 19:00:26 +07:00
simon 5a2d7c07bf
variable expire value and simpler REDIS_PORT declaration 2021-12-03 13:51:34 +07:00
simon 3d0bb40da6
for some strange reason timezone needs to be defined here again... 2021-12-03 12:00:40 +07:00
simon 0b0634273a
validate form entries, set auto sensible default 2021-12-03 11:27:26 +07:00
simon ab8dc0ddee
bump versions 2021-12-03 11:26:35 +07:00
simon 4136a2a4f2
add rescan lock 2021-12-02 19:11:45 +07:00
simon 40c7a6a3f7
initial scheduler_form for settings 2021-12-02 18:38:32 +07:00
simon b2861e0369
ScheduleBuilder config class for celery beat 2021-12-02 18:37:54 +07:00
simon 012e28d4ef
initial beat scheduler setup 2021-12-02 15:54:29 +07:00
simon 3cc5db7ad1
use TZ environ for scheduler 2021-12-02 14:44:37 +07:00
simon 7e97284374
auto index playlists when adding to download 2021-11-29 15:49:45 +07:00
simon b8359a4249
match_all to show all playlists, even when empty 2021-11-29 14:28:23 +07:00
simon b14a820a4c
add 18 char len to valid playlists 2021-11-29 14:21:19 +07:00
simon eacfd4bc84
refactor and move frontend PostData class to dedicated module 2021-11-28 18:42:04 +07:00
simon 525618a7a1
update footer to v0.0.8 2021-11-27 14:41:10 +07:00
simon d95bf4272c
speedup by only testing selected formats 2021-11-27 14:13:48 +07:00
simon 5401722d88
bump versions 2021-11-27 14:13:10 +07:00
simon 2d69f64121
fix some wording 2021-11-27 14:11:06 +07:00
simon b8f7aa3298
cleaner handeling of findPlaylists 2021-11-27 12:07:27 +07:00
simon 64c9269ee2
fix channel info for playlistid view to use actual owner 2021-11-27 11:55:00 +07:00
simon 295ea0cde0
handling deactivating playlist 2021-11-27 11:47:12 +07:00
simon 1f82f0c40d
index playlist channel if doesn't exist and beter user feedback 2021-11-26 17:34:59 +07:00
simon 31515961e1
fix prev and nex playlist order 2021-11-26 16:47:39 +07:00
simon 5d7a609285
skip backing up not yet existing index 2021-11-26 16:19:18 +07:00
simon e3de9a0184
fix mobile playlist nav layout 2021-11-26 10:10:45 +07:00
simon 32d2659658
handling genering index write errors, #91 2021-11-25 22:10:12 +07:00
simon 3f31e50b69
add delete download queue pending or ignored, #85 2021-11-25 20:02:25 +07:00
simon 408b0a0c34
fix mobile layout for playlist pages 2021-11-25 17:22:52 +07:00
simon 39304ff2bd
add subscribe and unsubscribe buttons for channels and playlists, #81 2021-11-25 16:41:58 +07:00
simon bad129d630
consolidate subscribe to single task for channel and playlist 2021-11-25 15:49:08 +07:00
simon 2ebd0a3e2f
extend unsubscribe for channels and playlists 2021-11-25 11:52:14 +07:00
simon 407325e0a9
add original youtube link if available, #81 2021-11-25 11:32:51 +07:00
simon e3f9bd98de
use --check-formats for downloader, #90 2021-11-25 11:17:25 +07:00
simon b1783d6be3
handle multifeed videos with noplaylist 2021-11-22 22:58:25 +07:00
simon 9fceb98f13
add playlists to reindex class 2021-11-22 20:40:11 +07:00
simon 220d020c76
delete playlist buttons to frontend 2021-11-20 18:27:10 +07:00
simon b292a5e309
add delete playlist backend functionality 2021-11-20 14:32:36 +07:00
simon 8d708fcdc8
add mark_playlist_watched and refactor mark_channel_watched to update_by_query 2021-11-20 10:58:25 +07:00
simon 85d12d6c68
dont index playlists without videos 2021-11-19 16:57:07 +07:00
simon fef26a06b2
force refresh for new videos to avoid racing condition 2021-11-19 16:26:05 +07:00
simon 3b6e70b4dc
progress message on validate_playlists 2021-11-19 15:53:06 +07:00
simon 3881d305f9
add subscribe to playlist form and better task management 2021-11-19 11:52:27 +07:00
simon fcddf85245
validate_playlists after run_queue from VideoDownloader 2021-11-18 22:35:08 +07:00
simon d0e0903d48
use remote data for playlist find_missing 2021-11-18 21:50:35 +07:00
simon 3efdc1962d
fix playlist nav builder using correct index 2021-11-18 21:16:18 +07:00
simon f26fbc0dc5
implement show_subed_only on playlist view 2021-11-18 17:14:11 +07:00
simon a1167bac4e
use same page size for playlist rescan 2021-11-18 16:58:39 +07:00
simon bb889f7f67
use find_missing to also add missing videos from playlist to download queue 2021-11-18 16:37:05 +07:00
simon 1af0196208
add subscribe to playlist backend functionality 2021-11-18 16:00:55 +07:00
simon 8b69be645c
use new IndexPaginate class for get_channels and get_playlists 2021-11-18 14:48:31 +07:00
simon f371a03cc7
use new IndexPaginate class for get_all_indexed videos 2021-11-18 12:16:21 +07:00
simon 509b0097fe
bump celery version 2021-11-18 12:11:58 +07:00
simon 7b36cc53e7
refactor get_all_pending to use new IndexPaginate class 2021-11-17 18:30:24 +07:00
simon ed9d5aef0a
fix playlist get_entries when not passing all youtube_ids 2021-11-17 18:16:22 +07:00
simon c4b0f900f8
dedicated search_after class to scroll through index 2021-11-17 17:54:47 +07:00
simon 0e9c0d9f6b
add channel playlist link 2021-11-15 13:19:40 +07:00
simon d2414434fb
implement playlist earch form 2021-11-15 13:08:32 +07:00
simon 2fe8936e85
add playlist position index 2021-11-15 13:00:17 +07:00
simon 62ba1ecf4a
handle empty playlist nav 2021-11-14 19:48:03 +07:00
simon e450b38702
add video playlist navigation, previous and next 2021-11-14 19:34:57 +07:00
simon 3d969c25fa
only show playlist if at least one entry 2021-11-14 15:51:55 +07:00
simon 8932a6bc02
validate existence of playlist entry in index 2021-11-14 15:46:24 +07:00
simon e3f0075132
use original sort order for playlist_id list 2021-11-13 18:36:48 +07:00
simon b9ddf6a299
bump celery version 2021-11-13 17:54:07 +07:00
simon c3ece970ee
add playlist discovery button to channel_id page 2021-11-13 17:35:48 +07:00
simon ac14cd5ebb
playlist relation take 2 2021-11-13 17:34:58 +07:00
simon 7930da5242
fix youtu.be extractor, #40 2021-11-12 19:26:47 +07:00
simon 58303047aa
validate thumbnails after filesystem rescan 2021-11-12 17:12:53 +07:00
simon b1c82759bb
extend playlist_id with metadata and links 2021-11-12 15:01:39 +07:00
simon 94576b4b76
initial PlaylistIdView paths and basic template 2021-11-12 11:44:18 +07:00
simon 16833a4377
auto add videos to playlist 2021-11-12 11:43:44 +07:00
simon 44e1720aab
add thumbnail extraction to channel playlist scraper 2021-11-11 21:17:04 +07:00
simon 3485f9b1c8
define playlist field types in index 2021-11-11 20:57:28 +07:00
simon c499a130da
add sync playlist meta data and position to video index 2021-11-11 17:56:29 +07:00
simon 824ba35c14
add basic playlists to template 2021-11-10 18:53:38 +07:00
Crocs bb73d531a4
Update settings.html (#87)
* Update settings.html

Fixed the example as you wouldn't put KB/s at the end, reworded the explanation, and added "KB/s" at the end of the "Current throttled rate limit:"

Also added KB/s to the download speed limit, and added an example.

* Update settings.html
2021-11-10 17:59:11 +07:00
simon 5ef9c5b059
download playlist artwork 2021-11-10 17:55:34 +07:00
simon 2550016ac8
send playlist hits to template 2021-11-10 17:29:11 +07:00
simon eaf107d0d2
add new ta_playlist index and task to find playlists of channel 2021-11-08 14:54:17 +07:00
simon 1bfb912d09
basic routes and template for playlist page 2021-11-08 14:52:46 +07:00
simon bd37b653c2
extend playlists to get all playlists of a channel and upload single playlist to index 2021-11-06 22:30:39 +07:00
simon 15845da3a8
use check_formats to validate thumb url, #83 2021-11-06 20:23:59 +07:00
simon 72bc6a4d02
basic methods of YoutubePlaylist class 2021-11-05 16:24:05 +07:00
simon 661ee2616c
bump django version 2021-11-05 16:23:15 +07:00
simon 3bc6074ef3
slimming some UI spacing issues 2021-11-04 15:53:47 +07:00
simon 232afee3f6 update for v0.0.7 2021-11-01 17:16:00 +07:00
simon b2a4f88980 add re_sync_thumbs to frontend 2021-11-01 16:42:07 +07:00
simon 1f0e305527 add re_sync_thumbs backend functionality 2021-11-01 16:20:21 +07:00
simon 4d9cda3a24 better subscribe_to task with notification 2021-10-31 17:48:56 +07:00
simon 283a72308e handle deleting channel without videos 2021-10-31 17:30:29 +07:00
simon 164ee5c523 more valueerrors in url extraction 2021-10-31 17:05:13 +07:00
simon bce1022677 userspace channelID view_style 2021-10-31 16:15:33 +07:00
simon 1ba3090db1 rewrite url_str extractor to convert channel names into channel ids, #40 2021-10-31 16:04:28 +07:00
simon caff9ce189 standardize parse_url_list to only return ids 2021-10-30 17:51:50 +07:00
simon 3375cbc767 cleanup logging 2021-10-30 17:51:07 +07:00
simon cc90e437a9 show progress message for thumbnail download 2021-10-30 17:06:54 +07:00
simon 29fc5fbda2 improved progress message for frontend feedback 2021-10-30 17:06:22 +07:00
simon 20aab04fbf fix keyerror 2021-10-30 16:35:10 +07:00
simon 45c2215dc2 validate subscribe form and handover to scheduler, #75 2021-10-30 15:00:10 +07:00
simon aebf44ee7e validate add to queue form 2021-10-30 14:14:16 +07:00
simon 266d3703cd validate search forms 2021-10-30 13:19:16 +07:00
simon a8ded25b35 userspace color 2021-10-29 23:43:19 +07:00
simon a4397b5204 validate settings form and userspace archive page_size 2021-10-29 22:37:31 +07:00
simon f24a3dd1f5 userspace sort_order and sort_by 2021-10-29 14:42:12 +07:00
simon ef13b9259e userspace hide_watched in home and channelid view 2021-10-29 14:02:21 +07:00
simon 180a63d6dd userspace show_subed_only in channel view 2021-10-29 13:35:37 +07:00
simon 88f28a7d1e userspace show_ignored_only on downloads view 2021-10-29 12:23:33 +07:00
simon b2ca7710cd userspace gird-list view 2021-10-29 11:45:13 +07:00
simon 21d55561a0 extend sort and filter to channel_id view 2021-10-28 18:00:59 +07:00
simon 254c518505 basic auth for elasticsearch 2021-10-28 15:49:58 +07:00
simon ebd8368856 namespace redis keys to ta: 2021-10-27 18:07:35 +07:00
simon 78561981ad extend sort_by and sort_order in home view 2021-10-27 15:29:17 +07:00
simon d4e266f9c0 refactor home view to view_config dict 2021-10-27 11:01:09 +07:00
simon 5f3fc460c1 implementing throttled-rate option 2021-10-26 17:14:26 +07:00
simon 581314a8a4 bump yt_dlp version 2021-10-26 17:07:52 +07:00
simon 3526d62540 custom user models for admin login 2021-10-25 19:28:05 +07:00
simon 6f58dc47cc add admin interface link 2021-10-25 14:41:21 +07:00
simon 1283f437c3 use admin pw hash as secret_key 2021-10-25 14:22:23 +07:00
simon 247c0845e0 put db on persistend volume 2021-10-25 13:40:09 +07:00
simon 0ce5183056 handle failed login 2021-10-24 15:34:00 +07:00
simon dffe974f9e move redundant keywords from downlaod title to badge, #64 2021-10-22 18:24:18 +07:00
simon 05b25d004e fix linting 2021-10-22 18:23:06 +07:00
simon 825ebd874e handle next url parameter in login 2021-10-22 12:01:30 +07:00
simon 01ccca16e4 added logout functionality 2021-10-22 11:45:06 +07:00
simon 3d0859ceec add basic usermanagement and login functionality 2021-10-21 19:33:27 +07:00
simon aeb6f48ac4 add iOS compatible format example to settings page 2021-10-21 11:15:38 +07:00
simon e4352e5bec playsinline fix for mobile safari 2021-10-20 20:49:20 +07:00
simon 58efe64c5d make chown command optional by omitting HOST_UID and HOST_GID, #58 2021-10-20 18:41:39 +07:00
simon d250ed645a initial template for login route 2021-10-18 17:14:59 +07:00
simon 528938942a update docs for v0.0.6 take 2 2021-10-17 11:31:21 +07:00
simon de2371c43c handle running empty dl queue, #55 2021-10-17 11:28:05 +07:00
simon 1a88c85436 skip video if is_live now 2021-10-17 10:49:02 +07:00
simon 63be6afcfe allow duration_sec extraction to fail cleanly for add to queue 2021-10-17 09:40:46 +07:00
simon 08338f3270 add thumbnail download for manual import 2021-10-16 17:03:39 +07:00
simon 0c3c1b650a disable notifiation on rescan, fix keyerror issue in missing_thumbs build 2021-10-15 13:16:35 +07:00
simon 45d8b7e218 ignore missing video rating 2021-10-14 23:12:30 +07:00
simon fd2fa628e3 make sure to get both banner and icon 2021-10-14 22:48:23 +07:00
simon ba12c2ad25 simple progress message for thumbnail bulk download 2021-10-14 21:28:27 +07:00
simon 0d061d8601 get art work for new subscribed channels 2021-10-14 17:47:07 +07:00
simon 0844f7b91a add delayed retry for non 404 thumb download error 2021-10-14 14:44:50 +07:00
simon 044b12d5a5 remove now unused thumbnail methods from searching module 2021-10-14 14:42:35 +07:00
simon ce5f8b6a38 cleanup method for unused thumbs 2021-10-14 11:59:30 +07:00
simon 9ad42dfa38 add artwork refresh on rescan 2021-10-14 11:18:32 +07:00
simon 952bc4f97c add thumb dl after rescan 2021-10-14 10:03:54 +07:00
simon 72af95acd8 fallback channel and video artwork for 404 errors 2021-10-13 19:34:16 +07:00
simon 29f17680bf consolidate delete thumbnails into ThumbManager class 2021-10-11 19:29:27 +07:00
simon 519c710e7d testing tests 2021-10-11 16:55:47 +07:00
simon 1b04c00ae7 standardizing on progress/ url 2021-10-11 16:55:08 +07:00
simon 9f12966ef7 bumping yt_dlp version, requires additional noprogress option 2021-10-11 16:34:19 +07:00
simon 76f49b4cf7 comparing with instance instead 2021-10-11 16:11:30 +07:00
simon 35a5eda36e downloading channel artwork after scraping 2021-10-11 16:03:25 +07:00
simon 567e9d473b fix killing task with missing task id 2021-10-11 15:54:36 +07:00
simon e202265a5f extended validate_thumbnails for channel art 2021-10-11 14:27:48 +07:00
simon bc84696792 new thumbnails module and new cache layout 2021-10-11 13:33:28 +07:00
simon f5621954fb star icons for video rating 2021-10-10 16:09:02 +07:00
simon ef75f6dd16 add delete channel to frontend 2021-10-09 20:33:32 +07:00
simon b53a1763c8 better channel folder path builder with clean_string 2021-10-09 20:32:42 +07:00
simon 11780a0ff0 add delete channel backend 2021-10-09 19:54:36 +07:00
simon 8d3e2f14fc add delete video to frontend 2021-10-09 17:11:13 +07:00
simon 7405e960e5 delete video backend functionality 2021-10-08 16:18:01 +07:00
simon 8c97e6786a chown to fix permissions on new channel folders 2021-10-08 15:16:02 +07:00
simon 563222a26e fix linting 2021-10-08 15:10:44 +07:00
simon 64ccd3830e implementing filesystem rescan to clean index 2021-10-08 14:56:07 +07:00
simon c2a6ac6f44 fix wiki link 2021-10-08 11:36:18 +07:00
simon 0b88fd8b1f implement watched-unwatched toggle, #39 2021-10-07 23:38:17 +07:00
simon 744780f4bd add optional EmbedThumbnail postprocessor 2021-10-07 22:28:32 +07:00
simon 4d152e1e54 bumping versions 2021-10-07 20:08:38 +07:00
simon 3500044b0d adding woff files and OFL license 2021-10-07 19:41:52 +07:00
simon 7e0abc0d20 fix run sync_redis_state on startup 2021-10-04 01:07:15 +07:00
simon 28216e455e bumping versions for new release 2021-10-03 19:35:33 +07:00
simon 7df4233224 cleaning up leftover code from old vesions 2021-10-03 19:33:58 +07:00
simon 5c2a8286d3 cleanup and fixing some spacing issues 2021-10-03 18:54:04 +07:00
simon f5f3617e96 implement toggle view to hide watched videos 2021-10-03 18:52:29 +07:00
simon ccc8a658b7 implement toggle view to show subscribed only 2021-10-03 18:44:44 +07:00
simon ed73bff8fa implement toggle view ignored only in downloads page 2021-10-03 18:17:07 +07:00
simon 26a0f8930a renaming 'download queue' button to 'start download' 2021-10-03 12:25:56 +07:00
simon c95c16208d removed documentation with links to wiki and more 2021-10-03 11:47:29 +07:00
simon 95cdcbae9a grid and list view for channels overview page 2021-10-02 19:39:02 +07:00
simon 0b0502e246 grid and list view for downloads template 2021-10-02 18:37:22 +07:00
simon 99781290db grid and list view for home and channel id templates 2021-10-01 16:24:39 +07:00
simon 7c34ceb9f8 framework to switch between grid and list view 2021-10-01 14:42:17 +07:00
simon 4d348955a3 allowing custom redis port 2021-09-30 18:03:23 +07:00
simon 2905a67ab9 show ignored videos, forget or download ids 2021-09-28 16:53:45 +07:00
simon f5a56fca86 refactored redis functions into dedicated RedisArchivist class 2021-09-28 10:33:00 +07:00
simon a242f744d5 moove startup functions to ready() method to avoid double execs 2021-09-27 17:45:44 +07:00
simon 3d79f08311 handle return value of del_message 2021-09-27 17:44:42 +07:00
simon f22e02d2f1 hotfix to release leftover locks on restart 2021-09-27 10:38:57 +07:00
simon 85eaac0b57 bumping versions for new release 2021-09-26 12:05:41 +07:00
simon fab918db79 setting limit_count default to false after implementing dynamic dl queue 2021-09-26 12:01:51 +07:00
simon 11067094b2 implement os.listdir sanitizer for hidden files, #30 2021-09-25 18:59:54 +07:00
simon 2de99d7e37 better implementation for dl icon directly in message builder 2021-09-25 18:54:37 +07:00
simon c165f152a9 allowing to cancle download_now tasks 2021-09-25 17:40:33 +07:00
simon 51ec765433 add kill queue function to frontend 2021-09-25 15:35:36 +07:00
simon 47020e0cfa implement kill function for dl queue 2021-09-24 23:37:26 +07:00
simon f53391c1bb add limit_queue setting back, make buttons only show up while downlaoding 2021-09-24 21:27:53 +07:00
simon d0b54f8a88 add stop queue button to frontend 2021-09-24 18:03:22 +07:00
simon 91a57cc780 fix duplication issue with download_now 2021-09-24 16:58:48 +07:00
simon fb1913f912 ignore now also removes itself from redis queue 2021-09-24 16:58:05 +07:00
simon 8fc5926ce7 rewrote download_single and download_pending tasks for redis queue 2021-09-23 18:10:45 +07:00
simon 78d8bc9d24 changed dl queue to redis, changed sort order to represent actual queue order 2021-09-23 18:09:46 +07:00
simon 7f57cabbc6 initial dynamic dl queue in redis 2021-09-23 16:58:47 +07:00
simon 214a248821 better error handeling in add to download form 2021-09-23 10:50:44 +07:00
simon ecae40d502 refactor PostData class
* Split up into SearchForm class as part of searching module
* Split up into WatchState class as part of index module
2021-09-22 11:43:38 +07:00
simon 9ec9bf83c7 adding github action and unused import fix 2021-09-21 16:25:33 +07:00
simon 2433e0e7d8 linting everything in black 2021-09-21 16:25:22 +07:00
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +07:00
Daniel Kempkens 69e6e490f4
Optionally embed metadata into video files (#21)
This adds basic `postprocessors` support and adds a setting to
optionally enable `FFmpegMetadata`.

It's the same as passing `--add-metadata` and `--add-chapters` via the
`yt-dlp` CLI.
2021-09-21 10:12:33 +07:00
simon 1c3ca8364c added restore_from_backup to frontend and task 2021-09-20 20:26:28 +07:00
simon c17e2e6dd1 skip post_bulk_restore if empty 2021-09-20 19:10:39 +07:00
simon 4b9acd4c51 load new defaults from config.json #21 2021-09-20 17:45:01 +07:00
TechnicallyOffbeat 2d2f60fddf
settings.html spelling and grammar (#16)
* Grammar and spelling for setting.html

Fixed grammatical and spelling errors
2021-09-19 09:51:22 +07:00
simon ef64100d8f flake8 and isort linting 2021-09-18 20:02:54 +07:00
simon cbedfe2acb running codespell #15 2021-09-18 17:28:16 +07:00
simon eafda731c9 restoring indexes from zip archive 2021-09-18 17:10:16 +07:00
TechnicallyOffbeat 82e4ee0350
Fixed punctuation, spelling, and grammar in about.html (#13)
* about.html spelling and grammar fixes

Fixed spelling and grammatical errors

* Fixed capitalization

Fixed capitalizing a "url" from the first commit.
2021-09-18 09:29:10 +07:00
simon f9c09d215e sorting on _id is depreciated, using youtube_id instead 2021-09-17 12:52:00 +07:00
simon 3d2d11ba3a fix blocking issue where download_now wouldn't delay 2021-09-17 10:52:59 +07:00
simon 46487d682e rewrite of DownloadView to allow pagination #7 2021-09-16 22:01:30 +07:00
simon c657baca97 backup functionality to frontend and tasks 2021-09-16 18:16:09 +07:00
simon e53cfc5a32 backup es db to zip file
backup es db to zip file
2021-09-16 17:47:01 +07:00
simon f105a9d9d8 fix last_reindex diff calculation 2021-09-15 22:21:12 +07:00
simon fe33e9178c allowing to subscribe to multiple channels at once 2021-09-15 21:09:46 +07:00
simon 361d785e2e fix removing unsubscribe button 2021-09-15 20:54:30 +07:00
simon 0e4de95f97 moove animate function to general script 2021-09-15 20:47:26 +07:00
simon 2a256bbd06 raise ValueError if url extraction failes 2021-09-15 17:25:18 +07:00
simon 89c99883c8 make sure youtube_id gets written to cache file 2021-09-15 17:14:17 +07:00
simon 82a91308f5 raise ValueError if vid metatdata extraction failes for new videos 2021-09-15 17:13:10 +07:00
simon 193e6f91ac added some reference links to ui 2021-09-15 11:33:16 +07:00
simon f8b5b7c5bb fixing cookie consent issue for EU countries 2021-09-14 19:49:05 +07:00
simon 227183189c fixed weird issue by forcing RGB vid thumbnail 2021-09-14 18:27:38 +07:00
simon 7f6732422b media files import with lock to force single run 2021-09-14 18:25:28 +07:00
simon 297eb058cc added media files import to frontend and tasks 2021-09-14 18:24:02 +07:00
simon f60dbde3dc manual video file import celery task 2021-09-13 22:17:36 +07:00
simon d7781b2556 default to max download quality same as yt-dlp 2021-09-13 11:20:03 +07:00
simon 3c003750a8 fixed the last_reindex interval calculation 2021-09-11 19:36:19 +07:00
simon 7d60af1491 cleanup logging 2021-09-11 18:42:37 +07:00
simon 3376412c8f appending reindex task to rescan subscriptions 2021-09-11 17:55:44 +07:00
simon 9397560734 improved deployment for testing environment 2021-09-10 16:04:46 +07:00
simon ded23399a9 added playlist info, improved readability 2021-09-10 15:35:11 +07:00
simon adafa98568 immediate feedback when adding long lists to queue 2021-09-10 15:21:46 +07:00
simon e3afe3947c allowing to add playlist to queue 2021-09-10 15:07:38 +07:00
simon 9070e04431 set error message in redis when process_url_list fails 2021-09-10 15:00:10 +07:00
simon 4580ea6f87 show error color when link extraction failes 2021-09-10 14:27:30 +07:00
simon ad802e9da0 typo and comment improvements 2021-09-09 16:45:46 +07:00
simon 641698c350 moove limit_count functionality into VideoDownload class to avoid having to reload the celery worker on config change 2021-09-09 12:28:25 +07:00
simon 4f62703b2e bumping package versions 2021-09-08 16:05:28 +07:00
simon 0369f4d574 changed add_player function of in preparation for scan_filesystem 2021-09-08 12:32:53 +07:00
simon 6510b5af15 autobackup before making any changes, fixing number_of_replicas datatype 2021-09-08 12:31:33 +07:00
simon dc9fd72cde minimal viable product 2021-09-06 00:10:14 +07:00