Commit graph

  • 9745340bee
    Added tests to download worker modeule Kieran Eglin 2024-11-26 11:44:06 -0800
  • cfb241efb2
    Added tests for media downloader module Kieran Eglin 2024-11-26 11:37:52 -0800
  • a8b47f2d49
    Added tests for get_downloadable_status method Kieran Eglin 2024-11-26 11:29:22 -0800
  • 6b7ab73f68
    Added logic to ignore downloads that aren't in the right live state Kieran Eglin 2024-11-26 11:16:26 -0800
  • d9c48370df
    [Enhancement] Adds ability to enable/disable sources (#481) Kieran 2024-11-21 14:38:37 -0800
  • 4e6e29c242
    Removed outdated comment Kieran Eglin 2024-11-21 14:36:31 -0800
  • b682b7d194
    Removed unneeded guard in Kieran Eglin 2024-11-21 14:35:45 -0800
  • 8cc4783fde
    More tests Kieran Eglin 2024-11-21 14:27:49 -0800
  • a9870fb5d7
    [Unrelated] added direct links to various tabs on the sources table Kieran Eglin 2024-11-21 12:18:22 -0800
  • 53ab5daa96
    Hooked up the enabled toggle to the sources page Kieran Eglin 2024-11-21 12:13:12 -0800
  • f6eedb1783
    Updated slow indexing to maintain its old schedule if re-enabled Kieran Eglin 2024-11-21 11:53:04 -0800
  • 0523c3c72e
    Docs and tests Kieran Eglin 2024-11-21 11:37:56 -0800
  • dc6d281d47
    Updated sources context to do the right thing when a source is updated Kieran Eglin 2024-11-21 10:21:21 -0800
  • d20bdf86d9
    Got 'enabled' logic working re: downloading pending media Kieran Eglin 2024-11-20 13:50:58 -0800
  • d0cf2c7c8a
    Added 'enabled' boolean to sources Kieran Eglin 2024-11-20 12:45:31 -0800
  • bf93bb63cd
    Moved new live table to sources index Kieran Eglin 2024-11-20 12:43:07 -0800
  • 6316d4e832
    [WIP] reverted MP index table; added source count to MP index Kieran Eglin 2024-11-20 12:36:13 -0800
  • e893b71e20
    Updated toggle component and moved MP index table to a liveview Kieran Eglin 2024-11-20 11:22:44 -0800
  • 4c8c0461be
    [Enhancement] Add option to use existing Media Profile as template for new profile (#466) Duong Nguyen 2024-11-20 13:25:53 -0500
  • 2d4b86de71
    [Unrelated] updated module name for existing liveview module Kieran Eglin 2024-11-20 10:10:52 -0800
  • 7a3f056c51 mix check duong 2024-11-20 18:04:33 +0000
  • 8750b76d63 Add test for new preload profile feature duong 2024-11-19 19:02:42 +0000
  • d2f11f71e1 Reset deletion mark on Source controller duong 2024-11-12 21:34:47 -0500
  • c44757e94a Forgot to commit the edit form too duong 2024-11-09 22:37:05 +0000
  • dc6b35d160 Add option to use existing Media Profile as template for new profile duong 2024-11-09 22:28:22 +0000
  • a02f71f304
    [Enhancement] Add support for yt-dlp plugins + add lifecycle script event for app boot (#465) Kieran 2024-11-08 15:38:00 -0800
  • 8922bd84a2
    added tests Kieran Eglin 2024-11-08 14:35:35 -0800
  • e77e530f65
    Updated Dockerfile to create the needful directories Kieran Eglin 2024-11-08 12:48:47 -0800
  • e98fe97f1f
    Added new script type to pre-job startup tasks Kieran Eglin 2024-11-08 12:29:50 -0800
  • 83c10b2b00
    [Enhancement] Track the predicted final filepath for indexed media items (#461) Kieran 2024-11-08 09:42:59 -0800
  • 5dbbd9cabe
    Addressed TODOs Kieran Eglin 2024-11-08 09:39:23 -0800
  • 785be6cced
    Add predicted_media_filepath to media items table Kieran Eglin 2024-11-07 12:22:25 -0800
  • ae7347e3cf
    Added the ability to predict filepath when fast indexing Kieran Eglin 2024-11-07 11:55:33 -0800
  • 5ac0cf19c2
    renamed predicted_filepath Kieran Eglin 2024-11-07 11:52:05 -0800
  • 07ad59ea81
    WIP added ability to predict filepath to source indexing Kieran Eglin 2024-11-07 11:51:42 -0800
  • 0b38c9a813
    Added predicted_filename to media struct Kieran Eglin 2024-11-07 11:25:24 -0800
  • 28da8db466
    Added ability to pass additional yt-dlp options to indexing step Kieran Eglin 2024-11-07 11:21:50 -0800
  • 8c0dd0bb6b
    Bumped version v2024.10.30 Kieran Eglin 2024-10-30 14:13:08 -0700
  • 7a374f1162
    Updated README Kieran Eglin 2024-10-30 14:12:29 -0700
  • a5afcf168b
    Went back to using original_url over webpage_url to improve short detection (#447) Kieran 2024-10-30 14:09:28 -0700
  • 2588a16ef9
    Went back to using original_url over webpage_url to improve short detection Kieran Eglin 2024-10-30 10:36:51 -0700
  • 2f83fe03d2
    Updated default tzdata location to prevent needless pulls every time I push a new version Kieran Eglin 2024-10-30 10:18:03 -0700
  • 3c10d78e78
    Updated timezone logic to prevent boot crash Kieran Eglin 2024-10-30 10:14:04 -0700
  • 8c0df65c0c
    Took the easy way out and removed playlist index explicitly from the update method (#442) Kieran 2024-10-28 10:26:31 -0700
  • 4924adc79a
    Took the easy way out and removed playlist index explicitly from the update method Kieran Eglin 2024-10-28 10:03:22 -0700
  • 47bb1cb98d
    Updated timezone logic to not prevent booting (#441) Kieran 2024-10-28 09:15:45 -0700
  • 048209b367
    Updated timezone logic to not prevent booting Kieran Eglin 2024-10-28 08:55:21 -0700
  • 20547e60e4
    Bump version v2024.10.25 Kieran Eglin 2024-10-25 11:42:16 -0700
  • 0fd3106cb8
    Removed root pw workaround (#437) Kieran 2024-10-25 11:17:16 -0700
  • 9e1275bfc1
    Removed root pw workaround Kieran Eglin 2024-10-25 11:05:37 -0700
  • 108a141c65
    Improve error messages when adding a non-valid source URL (#436) Kieran 2024-10-25 11:01:46 -0700
  • 6cec39db70
    Improve error messages when adding a non-valid source URL Kieran Eglin 2024-10-25 10:58:04 -0700
  • 6a1b7b0160
    [Enhancement] Misc. UI updates (#434) Kieran 2024-10-24 12:47:48 -0700
  • 1617d1836f
    Updated Copy JSON button to properly escape newline characters Kieran Eglin 2024-10-24 12:38:53 -0700
  • b1366bfc90
    Made links in descriptions clickable Kieran Eglin 2024-10-24 12:15:30 -0700
  • 197aee473a
    Changed video preview layout to 1 column on all displays Kieran Eglin 2024-10-24 11:00:32 -0700
  • 3d995d647a
    Format 'Scheduled At' in task table according to user's TZ Kieran Eglin 2024-10-24 10:40:32 -0700
  • 3c8d99196a
    [Bugfix] Fix off-by-1 error for retention date logic (#432) Kieran 2024-10-24 10:26:30 -0700
  • e990d505c0
    Improves logic for handing media item culling dates Kieran Eglin 2024-10-23 16:11:05 -0700
  • c349b102ca
    Added a sanity check test to the media context Kieran Eglin 2024-10-23 15:09:20 -0700
  • cae86953a0
    document that BASE_ROUTE_PATH requires the prefix to be stripped (#413) Jonas Bergler 2024-10-22 15:24:34 -0400
  • df976c0edf
    document that BASE_ROUTE_PATH requires the prefix to be stripped Jonas Bergler 2024-10-14 16:29:37 +1300
  • f661747a0c
    Flip settings submenu chevron (#405) FibreTTP 2024-10-11 08:19:03 +1100
  • 80f0d199dc
    Flip settings submenu chevron FibreTTP 2024-10-07 20:33:32 +1100
  • 85feb67299
    Bumped version v2024.10.2 Kieran Eglin 2024-10-02 14:44:47 -0700
  • 4843d7d6c2
    Updated tzinfo package (#402) Kieran 2024-10-02 14:38:14 -0700
  • 0713bf4766
    Updated tzinfo package Kieran Eglin 2024-10-02 14:10:03 -0700
  • a0b9e49486
    [Enhancement] Added ability to detect when files have been deleted (#399) Kieran 2024-09-26 12:39:31 -0700
  • eef5d771c9
    Turned the file sync into a job and properly hooked it up to the controller Kieran Eglin 2024-09-26 12:31:58 -0700
  • 06e4855d9b
    Added placeholder action to source page Kieran Eglin 2024-09-26 12:08:41 -0700
  • a3d3ff91ba
    Added function for updating a media item's filepaths on-disk Kieran Eglin 2024-09-26 11:50:09 -0700
  • 0163e85e76
    [Bugfix] prevent duplicate videos from being downloaded if the video's name changes (#396) Kieran 2024-09-23 15:59:48 -0700
  • c639bb67b6
    Hooked up outdated file deletion to media download worker Kieran Eglin 2024-09-23 15:42:13 -0700
  • c464f78e4c
    Added methods for deleting outdated files Kieran Eglin 2024-09-23 15:32:58 -0700
  • 7fb6fa3af4
    Bumped version v2024.9.12 Kieran Eglin 2024-09-12 14:39:07 -0700
  • bb8788f03d
    [Dev] Version updates 2024-09-12 (#388) Kieran 2024-09-12 13:04:49 -0700
  • ac1cd34d9f
    Updated phoenix Kieran Eglin 2024-09-12 12:44:51 -0700
  • f487ada416
    Updated some deps Kieran Eglin 2024-09-12 12:41:38 -0700
  • ed4434512b
    [Dev] Speed up CI (#385) Kieran 2024-09-12 12:38:12 -0700
  • cbdf20bb91
    Revert Kieran Eglin 2024-09-11 12:28:10 -0700
  • a3ce357b2e
    Bump version Kieran Eglin 2024-09-11 12:26:08 -0700
  • 1b01159a79
    Add containerd Kieran Eglin 2024-09-11 12:24:31 -0700
  • 15582f2dd1
    Testing alternate driver Kieran Eglin 2024-09-11 12:22:38 -0700
  • e5c5833441
    Nope, it's needed Kieran Eglin 2024-09-10 16:16:01 -0700
  • 80aee7f379
    Testing if docker-compose volume is needed Kieran Eglin 2024-09-10 16:13:11 -0700
  • a84f7b8335
    Reverted the no-op change Kieran Eglin 2024-09-10 16:11:11 -0700
  • 6e8841aa2f
    no-op change Kieran Eglin 2024-09-10 16:05:26 -0700
  • d18bc47de2
    Moved around copy steps Kieran Eglin 2024-09-10 15:58:49 -0700
  • f6344d43d2
    [Bugfix] Disallow concurrent slow-indexing runs for the same source (#384) Kieran 2024-09-10 14:16:10 -0700
  • 067ec16b7c
    Merge branch 'master' into ke/duplicate-indexing-jobs-bug Kieran Eglin 2024-09-10 12:52:09 -0700
  • 041420979e
    Revert deps upgrade (saving that for its own PR) Kieran Eglin 2024-09-10 12:51:42 -0700
  • d8d9cc8c24
    Kills running slow-indexes when a new slow-index is enqueued Kieran Eglin 2024-09-10 12:48:21 -0700
  • 82c6e52d26
    Updated deps in case that does anything Kieran Eglin 2024-09-10 12:24:21 -0700
  • e0745bdfbe
    [Enhancement] Allow configuration of media container format (#383) Kieran 2024-09-10 11:44:57 -0700
  • a0a02cb4be
    Updated docker-build-push version in docker release file as well Kieran Eglin 2024-09-10 11:42:10 -0700
  • e6cf1f2392
    Merge branch 'master' into ke/add-video-container-to-media-profile Kieran Eglin 2024-09-10 11:36:59 -0700
  • 7866f7258a
    Updated docker-build-push version Kieran Eglin 2024-09-10 11:36:54 -0700
  • 42375d3dce
    Added media container to media profile form Kieran Eglin 2024-09-10 11:29:51 -0700
  • 78040a1815
    Adds media container to media_profiles and updates option builder Kieran Eglin 2024-09-10 11:17:48 -0700
  • 5cd82f9dd5
    Updated the aspect ratio threshold for short detection (#382) Kieran 2024-09-10 08:49:30 -0700