InfinityPacer
|
134fd0761d
|
refactor(cache): split douban cache into recommend and search
|
2024-12-19 20:00:29 +08:00 |
|
InfinityPacer
|
669481af06
|
feat(cache): unify bangumi cache strategy
|
2024-12-19 19:42:17 +08:00 |
|
InfinityPacer
|
9abb305dbb
|
fix(subscribe): ensure best version is empty set
|
2024-12-19 15:41:51 +08:00 |
|
InfinityPacer
|
0fd4791479
|
fix(event): align field names with SubscribeComplete
|
2024-12-19 10:58:11 +08:00 |
|
jxxghp
|
ce2ecdf44c
|
Merge pull request #3562 from InfinityPacer/feature/subscribe
|
2024-12-19 07:02:26 +08:00 |
|
InfinityPacer
|
949c0d3b76
|
feat(subscribe): optimize best version to support multiple states
|
2024-12-19 00:51:53 +08:00 |
|
jxxghp
|
316915842a
|
Merge pull request #3559 from InfinityPacer/feature/site
|
2024-12-18 19:24:34 +08:00 |
|
InfinityPacer
|
fca763b814
|
fix(site): avoid err_msg cannot be updated when it's None
|
2024-12-18 16:39:14 +08:00 |
|
InfinityPacer
|
9311125c72
|
fix(subscribe): avoid reinitializing the dictionary
|
2024-12-18 15:49:21 +08:00 |
|
jxxghp
|
3400a9f87a
|
fix #3548
|
2024-12-17 12:44:37 +08:00 |
|
honus
|
7e4a18b365
|
fix rclone __get_fileitem err
|
2024-12-17 00:18:52 +08:00 |
|
honus
|
9ecc8c14d8
|
fix rclone bug
|
2024-12-16 23:20:49 +08:00 |
|
jxxghp
|
91ba71ad23
|
Merge pull request #3546 from InfinityPacer/feature/subscribe
|
2024-12-16 19:47:30 +08:00 |
|
InfinityPacer
|
77c8f1244f
|
Merge branch 'v2' of https://github.com/jxxghp/MoviePilot into feature/subscribe
|
2024-12-16 19:09:14 +08:00 |
|
InfinityPacer
|
5d5c8a0af7
|
feat(event): add SubscribeDeleted event
|
2024-12-16 19:09:00 +08:00 |
|
coder_wen
|
dcaf3e6678
|
fix: change alist.py upload api to put, fix big file upload over memory limit #3265
|
2024-12-16 15:14:16 +08:00 |
|
jxxghp
|
b5cc5653b2
|
Merge pull request #3536 from InfinityPacer/feature/subscribe
|
2024-12-15 07:56:06 +08:00 |
|
InfinityPacer
|
11fedb1ffc
|
fix(download): optimize performance by checking binary content
|
2024-12-15 01:27:30 +08:00 |
|
InfinityPacer
|
7de82f6c0d
|
fix(event): remove unnecessary code
|
2024-12-15 00:17:53 +08:00 |
|
InfinityPacer
|
6ab76453d4
|
feat(events): update episodes field to Download event
|
2024-12-13 20:05:40 +08:00 |
|
InfinityPacer
|
621df40c66
|
feat(event): add support for priority in event registration
|
2024-12-12 15:38:28 +08:00 |
|
InfinityPacer
|
d353853472
|
feat(subscribe): add support for update movie downloaded note
|
2024-12-11 20:19:47 +08:00 |
|
InfinityPacer
|
1fcf5f4709
|
feat(subscribe): add state reset to 'R' on subscription reset
|
2024-12-11 20:01:10 +08:00 |
|
InfinityPacer
|
0ec4630461
|
fix(subscribe): avoid redundant updates for remaining episodes
|
2024-12-11 16:31:11 +08:00 |
|
InfinityPacer
|
fa45dea1aa
|
fix(subscribe): prioritize update state when fininsh subscribe
|
2024-12-11 16:18:03 +08:00 |
|
InfinityPacer
|
2217583052
|
fix(subscribe): update missing episode logic and return status
|
2024-12-11 15:51:04 +08:00 |
|
InfinityPacer
|
f4dc7a133e
|
fix(subscribe): update subscription state after download
|
2024-12-11 15:47:45 +08:00 |
|
InfinityPacer
|
a1d8af6521
|
fix(subscribe): update remove_site to set sites as an empty list
|
2024-12-11 12:39:13 +08:00 |
|
jxxghp
|
9fb3d093ff
|
Merge pull request #3517 from wikrin/match_rule
|
2024-12-11 06:54:58 +08:00 |
|
jxxghp
|
8c9b37a12f
|
Merge pull request #3516 from InfinityPacer/feature/subscribe
|
2024-12-11 06:53:42 +08:00 |
|
Attente
|
73e4596d1a
|
feat(filter): add publish time filter for torrents
- 在 `TorrentInfo` 类中添加 `pub_minutes` 方法以计算自发布以来的`分钟`数
- 在 FilterModule 中实现发布时间过滤
- 支持发布时间的单值和范围比较
|
2024-12-10 23:36:54 +08:00 |
|
InfinityPacer
|
83798e6823
|
feat(event): add multiple IDs to source with json
|
2024-12-10 21:23:52 +08:00 |
|
InfinityPacer
|
6d9595b643
|
feat(event): add source tracking in download event
|
2024-12-10 18:50:50 +08:00 |
|
Attente
|
a31b4bc0a1
|
refactor(app): improve episode offset calculation
- Remove unnecessary try-except block
|
2024-12-10 00:37:50 +08:00 |
|
Attente
|
94b8633803
|
手动整理中集数偏移可不使用集数定位
|
2024-12-10 00:32:01 +08:00 |
|
jxxghp
|
107e85033f
|
Merge pull request #3507 from InfinityPacer/feature/subscribe
|
2024-12-09 19:38:48 +08:00 |
|
InfinityPacer
|
eea8060182
|
feat(plugin): add username support for post_message
|
2024-12-09 19:27:25 +08:00 |
|
thsrite
|
4f0eff8b88
|
fix site vip level ignores ratio warning
|
2024-12-09 16:43:05 +08:00 |
|
jxxghp
|
58b438c345
|
fix #3343
|
2024-12-08 08:51:58 +08:00 |
|
InfinityPacer
|
64bfa246ae
|
fix: replace is None with is_(None) for proper SQLAlchemy filter
|
2024-12-07 01:09:03 +08:00 |
|
jxxghp
|
cde4db1a56
|
v2.1.2
|
2024-12-06 15:55:56 +08:00 |
|
jxxghp
|
314f90cc40
|
upgrade python-115
|
2024-12-06 12:30:13 +08:00 |
|
jxxghp
|
1c22e3d024
|
Merge pull request #3337 from InfinityPacer/feature/subscribe
feat(event): add ResourceDownload event for cancel download
|
2024-12-06 11:17:34 +08:00 |
|
InfinityPacer
|
233d62479f
|
feat(event): add options to ResourceDownloadEventData
|
2024-12-06 10:47:56 +08:00 |
|
InfinityPacer
|
c030166cf5
|
feat(event): send events for resource download based on source
|
2024-12-06 02:08:36 +08:00 |
|
InfinityPacer
|
4c511eaea6
|
chore(event): update ResourceDownloadEventData comment
|
2024-12-06 02:06:00 +08:00 |
|
InfinityPacer
|
6e443a1127
|
feat(event): add ResourceDownload event for cancel download
|
2024-12-06 01:55:44 +08:00 |
|
InfinityPacer
|
896e473c41
|
fix(event): filter and handle only enabled event handlers
|
2024-12-06 01:54:51 +08:00 |
|
zhanglijun
|
12f10ebedf
|
fix: 音轨文件重命名整理
|
2024-12-06 00:40:38 +08:00 |
|
InfinityPacer
|
2954c02a7c
|
feat(subscribe): add subscription status update API
|
2024-12-05 16:24:05 +08:00 |
|