Commit Graph

749 Commits

Author SHA1 Message Date
tcely
41e24b82b8
Made DEBUG work for youtube-dl also 2024-11-19 17:29:55 -05:00
tcely
20d631ca78
Use YOUTUBE_DL_TEMPDIR setting
Fixes #218
2024-11-19 17:06:46 -05:00
meeb
cca45e06d1 bump ffmpeg and yt-dlp
Some checks failed
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
2024-10-31 20:15:46 +11:00
meeb
65229c3e9f bump s6 to 3.2.0.0, bump ffmpeg, bump yt-dlp
Some checks failed
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
2024-10-05 19:32:28 +10:00
meeb
046909333f
Merge pull request #537 from michalmiddleton/patch-1
Some checks failed
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Fix python version in manage.py
2024-08-24 16:49:32 +10:00
Michal Middleton
8979710380
Fix python version in manage.py 2024-08-23 19:09:40 -05:00
meeb
4c5d6b7a4d bump to 0.13.7
Some checks failed
Run Django tests for TubeSync / test (3.7) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
2024-08-07 15:57:21 +10:00
meeb
5af3d116bd bump ffmpeg and yt-dlp 2024-08-07 15:53:27 +10:00
meeb
3efff6d501 enable video indexing as the default 2024-08-07 15:50:55 +10:00
meeb
9fc98c7935
Merge pull request #523 from FaySmash/tweaked
Add support for indexing Streams
2024-08-07 14:58:35 +10:00
FaySmash
963cae72a0
Merge branch 'meeb:main' into tweaked 2024-08-06 19:38:16 +02:00
meeb
7d9f2005e4 bump ffmpeg and yt-dlp 2024-08-03 19:50:47 +10:00
meeb
9b2300d8f6 bump ffmpeg 2024-07-28 18:10:39 +10:00
Fay Smash
cab2077039 Add support for indexing Streams 2024-07-20 22:50:01 +02:00
meeb
133f87d826 wrong language 2024-07-18 14:24:11 +10:00
meeb
623867ea3a upload_date is set by metadata and is not a filterable field 2024-07-18 14:23:31 +10:00
meeb
ebbf654cb5 account for upload_date not being set when filtering media by date 2024-07-18 14:18:02 +10:00
meeb
68de807483 add check that media items have a published date from metadata set before checking for download caps when filtering, resolves #519 (related to #515) 2024-07-18 01:42:36 +10:00
meeb
69a824e334 increase cached title length to 200 chars, ensure title is never set over 200 chars, resolves #518 (related to #515) 2024-07-18 01:37:27 +10:00
meeb
99e6280334 missing import related to #94 2024-07-14 19:15:40 +10:00
meeb
b6cec8ab11 move saving all media items linked to a source when the source is saved to recalculate media skip status to background task, resolves #94 2024-07-14 19:13:14 +10:00
meeb
94dbe8bf48
Merge pull request #517 from timwhite/docker-build-caching
Docker build caching
2024-07-13 18:28:47 +10:00
meeb
82927a580b
Merge pull request #516 from timwhite/higher-order-custom-filter
Allow semi easy addition to filtering logic
2024-07-13 18:21:38 +10:00
Tim
b0c09ded47 Sort install lists so we can easily uninstall the build deps 2024-07-13 16:16:35 +08:00
Tim
9a8618cb90 Docker compose shouldn't have version numbers now 2024-07-13 16:12:32 +08:00
Tim
1e6577130a Add docs, add logging 2024-07-13 16:08:32 +08:00
Tim
aa36cace75 Fix #509. Allow semi easy override of filtering logic with custom python code so it can be extended by end users 2024-07-13 15:48:16 +08:00
meeb
8f31b86ae9
Merge pull request #515 from timwhite/improve-skip-filtering
Improve skip filtering with regex invert and duration limits
2024-07-13 17:24:06 +10:00
Tim
575a6f0c6c Reduce how often we filter the media, it happens at save time 2024-07-13 08:25:16 +08:00
Tim
14429fd478 Improve docker build to make use of caching more 2024-07-13 07:46:54 +08:00
Tim
4749193edd Allow inverting filter text. Fix #266 2024-07-13 07:37:10 +08:00
Tim
e4f060d6d4 More tests for filtering on length 2024-07-12 17:09:12 +08:00
Tim
806e47de41 Consistent formatting 2024-07-12 16:55:45 +08:00
Tim
9615aac8e9 Store title as column instead of just in metadata to speedup access 2024-07-12 16:12:32 +08:00
Tim
e0a2187566 Show filter seconds in source view 2024-07-12 13:30:52 +08:00
Tim
d1de11d647 Allow filtering on min/max length of media 2024-07-12 11:43:31 +08:00
Tim
1dea5b05fd Downgrade logs to to info, make error message more helpful 2024-07-11 17:51:50 +08:00
Tim
510f4c2f60 Fix #482 by only scheduling thumbnail downloads if we are intending to download the media 2024-07-11 17:41:12 +08:00
Tim
96ba4d25ed Unify filtering for metadata to use same filtering for downloading 2024-07-11 16:30:08 +08:00
Tim
ea8223d86b move filtering to own module. Add filtering for days_to_keep 2024-07-11 16:30:08 +08:00
Tim
6e8c680770 Fix typo 2024-07-11 16:30:08 +08:00
Tim
bcc6d17152 Cleanup filtering to make it easier to work out when to skip or unskip media 2024-07-11 16:30:08 +08:00
meeb
65b5643705 bump yt-dlp, ffmpeg and libs 2024-07-11 01:34:44 +10:00
meeb
6dad25bbaf
Merge pull request #513 from joestump/jstump-fix-tests
Use assertEqual as pluralized doesn't exist
2024-07-11 00:38:04 +10:00
Joe Stump
3cb2f708e3
Use assertEqual as pluralized doesn't exist 2024-07-10 09:37:47 -04:00
meeb
e3b5d63501 default remotely downloaded images to be converted to a flat rgb colourspace to be compatible with jpeg encoding, resolves #504 2024-06-11 15:33:47 +10:00
meeb
7ad54c1ecc bump ffmpeg 2024-04-29 02:03:04 +10:00
meeb
f897e0fa50 strip emojis from nfo output strings, resolves #495 2024-04-29 01:49:37 +10:00
meeb
8c0c6ad6c9 strip some additional characters from source name when used in filenames, resolves #494 2024-04-29 01:40:53 +10:00
meeb
8718fb6145 bump to 0.13.6 2024-03-26 04:03:01 +11:00