Commit Graph

  • 0b13065c9d [NO-ISSUE] Add lightweight option feature/woozu woozu-shin 2024-02-21 12:53:53 +0900
  • 271d42fb19
    Merge 9cc6f5eae8 into c6acd5378c biolds 2024-02-09 05:57:10 -0700
  • 25efa1634b
    Merge fa5bc3ecab into c6acd5378c George Antoniadis 2024-02-01 22:35:45 +0000
  • c6acd5378c move TIME_ZONE set by env var from local_settings to settings, resolves #462 main meeb 2024-02-02 05:51:20 +1100
  • e7788eb8fb
    Merge pull request #450 from InterN0te/main-delete-files-on-disk meeb 2024-01-17 22:31:09 +1100
  • e4e0b48c0b
    Merge pull request #460 from skayred/main meeb 2024-01-17 22:29:59 +1100
  • 3573c1187f
    Optimized source page and dashboard loading Dmitrii Savchenko 2024-01-16 11:57:00 +0200
  • 2256685e50
    Merge f9aeb6cf48 into b11b667aff Mike Weyandt 2024-01-05 00:19:17 +0000
  • f9aeb6cf48 Update s6 version Mike Weyandt 2024-01-03 19:02:07 -0500
  • 17bec04cef Update ffmpeg version Mike Weyandt 2024-01-03 16:48:53 -0500
  • 4c7c420b0a
    Merge 08e12507f4 into b11b667aff Someone 2024-01-03 03:05:52 -0500
  • a40e3e715e Add support for indexing/downloading previously streamed content for channel and channel_id sources Mike Weyandt 2024-01-03 02:53:45 -0500
  • b11b667aff
    Merge pull request #452 from ShaneBridges1234/patch-1 meeb 2024-01-03 16:06:17 +1100
  • 1b581aa4ba
    Update other-database-backends.md Yottatron 2024-01-01 09:16:04 -0800
  • 08e12507f4
    Restore common.errors.py Someone 2023-12-12 13:18:32 +0100
  • 062cfe8e86 Use SuspiciousOperation Exception Someone 2023-12-12 12:17:18 +0000
  • 7384c00713 fix typo in sponsorblock categories, remove dupe metadata flags, related to #362 meeb 2023-12-12 16:28:26 +1100
  • 4fdd172b05 tidy up and pass a serialised list through to youtube.download_media, may help with #362 meeb 2023-12-12 14:40:23 +1100
  • bb53e78a8f Add missing import administrator 2023-12-11 19:50:12 +0100
  • 12b9dfbada Add Exception when images are requested from a source of a type that does not have any administrator 2023-12-11 19:49:06 +0100
  • 32a884365b Duplicate banner.jpg to background.jpg administrator 2023-12-11 19:38:36 +0100
  • 0478cb399e Clean code and rename thumbnail by images It now exports banner as banner.jpg and avatar as poster.jpg and season-poster.jpg administrator 2023-12-11 19:24:44 +0100
  • a359c989d2 Remove unecessary code administrator 2023-12-11 18:58:13 +0100
  • 8770c76d6b Remove BeautifulSoup to only use YT-DLP administrator 2023-12-11 18:50:31 +0100
  • 7b2bb3dca6 Add Try/Except block administrator 2023-12-11 15:53:11 +0100
  • 630f756fa6
    Merge branch 'meeb:main' into main-extractChannelThumbnail Someone 2023-12-11 15:42:12 +0100
  • 9c18115032
    Merge branch 'meeb:main' into main-delete-files-on-disk Someone 2023-12-11 15:41:50 +0100
  • a5c6e03bb8
    Merge f8b86f666e into 6853c1fa76 biolds 2023-12-11 01:03:00 -0700
  • 6853c1fa76 fix tests meeb 2023-12-11 13:42:33 +1100
  • ed07073cf4 Revert "Removed non-pertinent source option" administrator 2023-12-11 03:38:37 +0100
  • af94b37ee6 Revert "Removed non-pertinent source option" administrator 2023-12-11 03:38:14 +0100
  • ad1d49a835 Removed non-pertinent source option administrator 2023-12-11 03:25:17 +0100
  • 46ba2593a2 Removed non-pertinent source option administrator 2023-12-11 03:19:43 +0100
  • 46a43b968a Rework delete method to delete all files matching filename Remove Source folder if checkbox 'remove media' is checked administrator 2023-12-11 02:29:57 +0100
  • 805a0eefbd Merge branch 'delete-files-on-disk' of https://github.com/sparklesmcfadden/tubesync into main-delete-files-on-disk Merge from sparklesmcfadden:delete-files-on-disk administrator 2023-12-11 00:19:37 +0100
  • e9d0599569 Add option to export channel thumbnails for Jellyfin administrator 2023-12-10 19:06:00 +0100
  • 3a87b5779e
    Merge pull request #448 from InterN0te/main-addNfoInfo meeb 2023-12-10 17:58:04 +1100
  • f86e72aa92
    Optimization of episode calculation Someone 2023-12-09 23:13:28 +0100
  • f550e32b5e
    Fix secondary sorting on video key Someone 2023-12-09 19:33:59 +0100
  • 034d877d6a
    Add season and episode tags in NFO test Someone 2023-12-09 17:56:32 +0100
  • b9b702ab85
    Add season and episode tags in NFO Someone 2023-12-09 17:55:17 +0100
  • c159c24d15
    Merge pull request #443 from depuhitv/patch-1 meeb 2023-12-04 18:05:02 +1100
  • 6c9772d573 fixed grammar depuhitv 2023-12-04 16:26:46 +1100
  • 45b8b3f65b
    compress sync_media table for mariadb depuhitv 2023-12-04 16:18:10 +1100
  • 7aa9c0ec8a bump to 0.13.3 v0.13.3 meeb 2023-11-30 18:58:29 +1100
  • e54a762a7b rework skip logic check, prevent race condition between metadata downloading and upload date being checked, resolves #440, #183, related to #438 meeb 2023-11-30 18:52:32 +1100
  • 512b70adad toggle logging verbosity based on settings.DEBUG meeb 2023-11-30 18:50:22 +1100
  • 6c21ff15ab stopcontainer helper meeb 2023-11-30 18:49:58 +1100
  • adf26cb4e3 bump ffmpeg to autobuild-2023-11-29-14-19 meeb 2023-11-30 18:49:50 +1100
  • 45c12561ba
    Merge pull request #438 from locke4/main meeb 2023-11-29 04:05:13 +1100
  • 2d6f485a5d Update signals.py locke4 2023-11-28 08:48:31 +0000
  • 33b471175a
    Merge pull request #425 from locke4/main meeb 2023-11-20 16:53:58 +1100
  • 7f4e8586b7
    Merge pull request #435 from klinker41/patch-1 meeb 2023-11-20 16:51:00 +1100
  • bab4b9b056
    Update other-database-backends.md Jake Klinker 2023-11-19 10:23:07 -0700
  • 30c2127271 bump ffmpeg to 2023-11-14 and yt-dlp to 2023.11.16 v0.13.2 meeb 2023-11-16 18:54:57 +1100
  • d1cb7ef76c
    Delete tubesync/sync/migrations/0020_auto_20231024_1812.py locke4 2023-10-24 19:26:50 +0100
  • 1fd4f87c53
    Merge pull request #8 from locke4/fix-pagenums locke4 2023-10-24 19:25:52 +0100
  • cf06f4cbc2
    Merge pull request #7 from locke4/locke4-patch-2 locke4 2023-10-24 18:38:17 +0100
  • 0523f481d2 Updated according to comments on PR locke4 2023-10-23 19:38:28 +0100
  • aa4bd4ec26 Ran makemigrations locke4 2023-10-24 18:17:56 +0100
  • 96d9ee93ef
    Merge pull request #6 from locke4/fix-pagenums locke4 2023-10-22 13:39:11 +0100
  • 43cf532903 Adds option to delete files on disk when removing a media item from TubeSync sparklesmcfadden 2023-10-21 20:54:21 -0500
  • 8240c49d5c
    Update ci.yaml locke4 2023-10-22 02:42:57 +0100
  • 0c5e3d3818
    Update media.html locke4 2023-10-22 02:30:24 +0100
  • 22edd1bbda
    Update pagination.html locke4 2023-10-22 02:25:19 +0100
  • fea0bb191e
    Fix typo locke4 2023-10-21 21:23:57 +0100
  • 0f65a4027a Add support for regex filters on video names locke4 2023-10-21 20:46:59 +0100
  • 5cac374486
    Merge pull request #420 from sparklesmcfadden/delete-removed-media meeb 2023-10-21 14:31:39 +1100
  • 69efc9298d
    Merge pull request #423 from ltomes/patch-1 meeb 2023-10-21 14:30:06 +1100
  • 1be8dff769
    Update other-database-backends.md Levi Tomes 2023-10-20 18:22:40 -0500
  • 92559d1ae9
    Added a regex filter string to sources and performs a regex skip if the filter string is not matched in the video title locke4 2023-10-20 17:32:16 +0100
  • 350e544594 Fixes formatting cavanfarrell 2023-10-20 10:25:20 -0500
  • 0542c734e5 Adds workflow to delete local media that no longer exists in the source cavanfarrell 2023-10-20 10:19:57 -0500
  • 42b337c408 bump ffmpeg to autobuild-2023-10-11-14-20 meeb 2023-10-12 15:50:38 +1100
  • 2f82f8c599 fix tests meeb 2023-10-12 15:44:51 +1100
  • b57ca110b0 bump to 0.13.1 v0.13.1 meeb 2023-10-12 15:34:33 +1100
  • e3e7352600 add uploader variable, resolves #270 meeb 2023-10-12 15:33:58 +1100
  • 6d3a7bf859 move metadata collection to a higher priority over thumbnails, resolves #418 meeb 2023-10-12 15:27:19 +1100
  • 25f622311f bump to 0.13.0 v0.13.0 meeb 2023-09-25 18:47:21 +1000
  • adea4a0ecd bump ffmpeg to autobuild-2023-09-24-14-11 meeb 2023-09-25 18:45:45 +1000
  • 0d76f2f94e bump s6 to 3.1.5.0 meeb 2023-09-25 18:37:29 +1000
  • 71578d926e fix tests after subs lang pr meeb 2023-09-25 18:31:32 +1000
  • 777cdb5ecc
    Merge pull request #406 from pacoccino/subtitles meeb 2023-09-05 06:33:26 +1000
  • 3dd445bf96 Add a validator for sub_lang pacoccino 2023-09-04 14:58:57 +0200
  • 86744c0510 Remove extension edits pacoccino 2023-09-02 14:37:07 +0200
  • be7454f72a Add subtitles config into sources model pacoccino 2023-09-02 14:30:23 +0200
  • e9f03cb6bf download subtitles draft pacoccino 2023-08-31 22:40:29 +0200
  • aaea574c8c Updated yt-dlp version latest Hampton Copeland 2023-08-23 00:56:47 -0500
  • ddc127e6af bump libs, bump ffmpeg to autobuild-2023-08-12-14-12, resolves #399 meeb 2023-08-13 17:43:34 +1000
  • 63d32a1e11 replace PIL.Image.ANTIALIAS with PIL.Image.LANCZOS, resolves #392 meeb 2023-07-16 00:06:05 +1000
  • 2ebbb8480e bump ffmpeg to 2023-07-14-14-08 meeb 2023-07-15 14:32:16 +1000
  • 21785e031a add requests[socks], resolves #391 meeb 2023-07-15 14:23:15 +1000
  • f12e13162f ignore media formats which do not have acodecs or vcodecs in their respective matchers, resolves #386 meeb 2023-06-29 23:48:35 +1000
  • 5c9c1550bf make shell helper meeb 2023-06-29 23:30:47 +1000
  • 12638afb60 bump container image base to debian bookworm, update ffmpeg to 2023-06-27 and yt-dlp to 2023-06-22, rework python packages installation after bookworm update meeb 2023-06-28 02:54:09 +1000
  • b9886a3b27
    Merge pull request #381 from a-kr/fix_cleanup_old_media meeb 2023-05-27 14:03:35 +1000
  • 612f78e7eb in cleanup_old_media, filter in database rather than in Python Alexey Kryuchkov 2023-05-27 00:59:28 +0300
  • 0c5a9c53f8
    Merge pull request #376 from gautamkrishnar/fix/dockerfile meeb 2023-05-04 12:38:27 +1000
  • d439b2f223
    fixing unavailable ffmpeg version Gautam krishna R 2023-05-03 21:33:16 +0530
  • 7116617cd2
    Merge pull request #374 from garbled1/latest_dl_fix meeb 2023-05-03 02:02:14 +1000