InfinityPacer
6fec16d78a
fix(cache): include method name and default parameters in cache key
2024-12-23 01:39:34 +08:00
InfinityPacer
a5d6062aa8
feat(recommend): add job to refresh recommend cache
2024-12-23 01:32:17 +08:00
jxxghp
60bcc802cf
Merge pull request #3593 from wikrin/v2
2024-12-22 10:40:23 +08:00
jxxghp
c143545ef9
Merge pull request #3591 from InfinityPacer/feature/module
2024-12-22 10:28:15 +08:00
Attente
0e8fdac6d6
fix(filemanager): correct season_episode metadata mapping
...
- Update season_episode field in FileManagerModule to use meta.episode instead of meta.episodes
- This change ensures accurate season and episode information is displayed
2024-12-22 10:24:40 +08:00
jxxghp
45e6dd1561
Merge pull request #3590 from InfinityPacer/feature/recommend
2024-12-22 09:11:51 +08:00
jxxghp
23c37c9a81
Merge pull request #3588 from wikrin/v2
2024-12-22 09:08:11 +08:00
InfinityPacer
098279ceb6
fix #3565
2024-12-22 02:04:36 +08:00
InfinityPacer
1fb791455e
chore(recommend): update comment
2024-12-22 01:37:25 +08:00
InfinityPacer
3339bbca50
feat(recommend): switch API calls to use RecommendChain
2024-12-22 01:27:11 +08:00
InfinityPacer
ec77213ca6
feat(recommend): add cached_with_empty_check decorator
2024-12-22 01:09:06 +08:00
InfinityPacer
de1c2c98d2
feat(recommend): add log_execution_time decorator to RecommendChain methods
2024-12-22 01:03:44 +08:00
InfinityPacer
98247fa47a
feat: add log_execution_time decorator
2024-12-22 01:02:07 +08:00
InfinityPacer
1eef95421a
feat(recommend): add RecommendChain
2024-12-22 01:00:47 +08:00
Attente
b8de563a45
refactor(app): optimize download path logic
...
- Simplify download path determination logic
- Remove redundant code for save path calculation
2024-12-21 23:56:44 +08:00
jxxghp
fd5fbd779b
Merge pull request #3584 from zhzero-hub/v2
2024-12-21 20:15:39 +08:00
zhzero
cb07550388
TorrentSpider添加encoding key
2024-12-21 14:51:55 +08:00
jxxghp
a51632c0a3
Merge pull request #3583 from wikrin/torrent_layout
2024-12-21 07:58:46 +08:00
Attente
9756bf6ac8
refactor(downloader): 新增支持种子文件布局处理
...
- 在 `DownloadChain` 中根据`种子文件布局`拼接`savepath`
- 在 `QbittorrentModule` 和 `TransmissionModule` 中添加种子文件布局信息
- 修改 `download` 方法的返回值,增加种子文件布局参数
2024-12-21 04:50:10 +08:00
DDSRem
aaa96cff87
Merge pull request #3582 from Aqr-K/patch-1
...
revert
2024-12-20 23:27:32 +08:00
Aqr-K
a50959d254
revert
2024-12-20 23:26:55 +08:00
DDSRem
c2d6d9b1ac
chore(deps): update dependency python-115 to v0.0.9.8.8.4
2024-12-20 23:18:04 +08:00
jxxghp
8f05ea581c
v2.1.5
v2.1.5
2024-12-20 15:40:36 +08:00
jxxghp
03a0bc907b
Merge pull request #3569 from yubanmeiqin9048/patch-1
2024-12-19 22:16:27 +08:00
yubanmeiqin9048
5ce4c8a055
feat(filemanager): 增加字幕正则式
2024-12-19 22:01:06 +08:00
jxxghp
b04181fed9
更新 version.py
v2.1.4
2024-12-19 20:24:11 +08:00
jxxghp
eee843bafd
Merge pull request #3567 from InfinityPacer/feature/cache
2024-12-19 20:21:00 +08:00
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
jxxghp
b5640b3179
Merge pull request #3564 from InfinityPacer/feature/subscribe
2024-12-19 16:17:14 +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
jxxghp
1dd7dc36c3
Merge pull request #3557 from InfinityPacer/feature/subscribe
2024-12-18 19:24:00 +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
InfinityPacer
3f1d4933c1
Merge pull request #3553 from InfinityPacer/feature/subscribe
...
fix(dependencies): pin python-115 version
2024-12-18 12:47:51 +08:00
InfinityPacer
7fb23b5069
fix(dependencies): pin python-115 version
2024-12-18 12:46:28 +08:00
DDSRem
d74ad343f1
Merge pull request #3551 from InfinityPacer/feature/subscribe
...
Revert "chore(deps): update dependency python-115 to v0.0.9.8.8.3"
2024-12-18 10:42:17 +08:00
InfinityPacer
c0a8351e58
Revert "chore(deps): update dependency python-115 to v0.0.9.8.8.3"
...
This reverts commit d182a7079d .
2024-12-18 10:39:37 +08:00
jxxghp
8e309e8658
更新 version.py
v2.1.3
2024-12-17 22:19:32 +08:00
jxxghp
3400a9f87a
fix #3548
2024-12-17 12:44:37 +08:00
jxxghp
c6830059b2
Merge pull request #3548 from 0honus0/v2
2024-12-17 11:54:36 +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
jxxghp
5ae8914060
Merge pull request #3545 from xianghuawe/v2
2024-12-16 19:46:18 +08:00
InfinityPacer
77c8f1244f
Merge branch 'v2' of https://github.com/jxxghp/MoviePilot into feature/subscribe
2024-12-16 19:09:14 +08:00