Maximilian Dorninger
|
96dbcf564c
|
Update media_manager/indexer/indexers/jackett.py
add default values to global values
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-17 12:31:46 +02:00 |
|
maxDorninger
|
a230fcaa43
|
fix logic of evaluate_indexer_query_results
|
2025-07-17 12:31:12 +02:00 |
|
maxDorninger
|
a3a15573f9
|
remove irrelevant test
|
2025-07-17 12:25:31 +02:00 |
|
maxDorninger
|
bac4cb9000
|
add documentation for the scoring rules
|
2025-07-17 12:13:05 +02:00 |
|
maxDorninger
|
45b1b397a6
|
edit default config
|
2025-07-17 11:44:03 +02:00 |
|
maxDorninger
|
b6f5f8b253
|
format files
|
2025-07-17 11:37:58 +02:00 |
|
maxDorninger
|
dcf3d1907a
|
add proper logging to the Indexer query result evaluation functions
|
2025-07-17 11:37:35 +02:00 |
|
maxDorninger
|
acfa3d3b75
|
add support for indexer flags when using jackett
|
2025-07-17 11:36:44 +02:00 |
|
maxDorninger
|
9254a5ab10
|
update sorting algorithm of IndexerQueryResult
|
2025-07-17 00:36:49 +02:00 |
|
maxDorninger
|
c4db283c63
|
add evaluate_indexer_query_results function to process query results based on scoring rules and use this function in tv and movie modules
|
2025-07-17 00:29:30 +02:00 |
|
maxDorninger
|
387e5e1095
|
add scoring rulesets to config
|
2025-07-17 00:02:29 +02:00 |
|
maxDorninger
|
83a09ebb94
|
add score field to db table and add alembic migration for the field
|
2025-07-16 23:27:54 +02:00 |
|
maxDorninger
|
d01e5f5ee2
|
add scoring rules to config and add evaluate indexer query result function
|
2025-07-16 23:23:15 +02:00 |
|
maxDorninger
|
9264d74d51
|
add score field to indexer query result
|
2025-07-16 23:06:45 +02:00 |
|
maxDorninger
|
4d0443b337
|
improve regex to determine the quality of a Indexer query result
|
2025-07-16 23:06:28 +02:00 |
|
Maximilian Dorninger
|
1aa6cb4f35
|
Merge pull request #62 from maxdorninger/add-multiple-libraries
Add support multiple libraries
|
2025-07-16 15:11:45 +02:00 |
|
maxDorninger
|
bbe786e063
|
rearrange stuff in config.toml
|
2025-07-16 15:05:33 +02:00 |
|
maxDorninger
|
882755fb56
|
update order of chapters in documentation
|
2025-07-16 15:00:37 +02:00 |
|
maxDorninger
|
8806c7caed
|
update installation guide
|
2025-07-16 14:59:54 +02:00 |
|
maxDorninger
|
14942f9653
|
add frontend code for selecting/setting the library
|
2025-07-16 14:32:21 +02:00 |
|
maxDorninger
|
b18b11c682
|
change string value for default/no library from empty string to "Default"
|
2025-07-16 14:24:42 +02:00 |
|
maxDorninger
|
e0a7e115e4
|
add library field to types in types.ts
|
2025-07-16 13:43:29 +02:00 |
|
maxDorninger
|
26d0ca567f
|
add proper error handling if no usenet/torrent download client is available when getting all torrents
|
2025-07-16 13:23:26 +02:00 |
|
maxDorninger
|
c186df94b8
|
add error handling to automatic imports of torrents and add proper db session handling to scheduled tasks
|
2025-07-16 12:03:46 +02:00 |
|
maxDorninger
|
d5c092e08d
|
add backend code for setting/getting the libraries for movies
|
2025-07-16 11:00:48 +02:00 |
|
maxDorninger
|
49b95df59d
|
add backend code to get/set tv library
|
2025-07-16 02:00:20 +02:00 |
|
maxDorninger
|
d60f8bd89b
|
add alembic migration for new columns
|
2025-07-16 01:19:26 +02:00 |
|
maxDorninger
|
4ca910ec98
|
add library to config and to models and schemas
|
2025-07-16 01:19:07 +02:00 |
|
maxDorninger
|
94e5c12762
|
add important note to the transmission documentation
v1.5.0
|
2025-07-15 20:50:08 +02:00 |
|
Maximilian Dorninger
|
3df5bde201
|
Merge pull request #61 from maxdorninger/add-support-for-transmission
Add support for transmission
|
2025-07-15 20:38:17 +02:00 |
|
maxDorninger
|
7528a354f6
|
Merge remote-tracking branch 'origin/add-support-for-transmission' into add-support-for-transmission
# Conflicts:
# Writerside/topics/download-client-configuration.md
|
2025-07-15 20:28:28 +02:00 |
|
maxDorninger
|
be809dd5eb
|
add transmission to documentation
|
2025-07-15 20:25:47 +02:00 |
|
maxDorninger
|
b38c979fa9
|
add transmission to documentation
|
2025-07-15 20:24:54 +02:00 |
|
maxDorninger
|
831f9dc1ac
|
format files
|
2025-07-15 20:05:37 +02:00 |
|
maxDorninger
|
0400954339
|
fix test
|
2025-07-15 20:05:07 +02:00 |
|
maxDorninger
|
b3c762040d
|
add support for transmission
|
2025-07-15 19:56:46 +02:00 |
|
maxDorninger
|
d404663f16
|
fix overriding of filepath suffix not working for seasons
|
2025-07-15 19:56:09 +02:00 |
|
maxDorninger
|
42d42920a5
|
correct sorting of torrents in tv service
|
2025-07-15 18:49:09 +02:00 |
|
maxDorninger
|
d9ea02fdc5
|
fix show pages not loading if download client is not reachable
|
2025-07-15 18:35:54 +02:00 |
|
Maximilian Dorninger
|
8b4a9d4097
|
Merge pull request #59
Fix: remove hardcoded colours from setting's dialogues
|
2025-07-13 18:00:32 +02:00 |
|
maxDorninger
|
1626f975f4
|
remove hardcoded colors from setting's dialogs
|
2025-07-13 17:54:22 +02:00 |
|
Maximilian Dorninger
|
788bc79a1e
|
Merge pull request #56
Fix: Session cookie not being transmitted when using http
|
2025-07-13 17:36:05 +02:00 |
|
maxDorninger
|
c8425d7949
|
apply the same changes to the redirecting cookie transport
|
2025-07-13 17:23:05 +02:00 |
|
maxDorninger
|
e2704b6b1f
|
fix session cookie not being transmitted when using http instead of https
|
2025-07-13 17:21:24 +02:00 |
|
Maximilian Dorninger
|
ae121b903d
|
Merge pull request #54 from maxdorninger/add-configuration-via-toml-file
Hotfix: fix downloads from Sabnzbd being in the wrong folders
|
2025-07-13 16:28:52 +02:00 |
|
maxDorninger
|
4b09471988
|
fix bug which causes Sabnzbd to put downloads into folders with wrong names
|
2025-07-13 15:48:17 +02:00 |
|
Maximilian Dorninger
|
3788eedb8b
|
Merge pull request #53
Hotfix: fix qbittorrent not working
|
2025-07-13 01:01:40 +02:00 |
|
maxDorninger
|
be1dc0d03b
|
fix qbittorrent client initialisation failing
|
2025-07-13 00:58:42 +02:00 |
|
Maximilian Dorninger
|
e741c0ea2e
|
Merge pull request #52 from maxdorninger/add-configuration-via-toml-file
Hotfix: make alembic use new config class
v1.4.2
|
2025-07-13 00:38:51 +02:00 |
|
maxDorninger
|
d9c6f2d068
|
remove unused import
|
2025-07-13 00:38:21 +02:00 |
|