Commit Graph

1124 Commits

Author SHA1 Message Date
Maximilian Dorninger
e26c2931ce Merge pull request #64 from EmilZackrisson/master
Fix typo in quick start command
2025-07-17 17:09:40 +02:00
maxDorninger
ea7556de39 combine Dockerfiles of backend and frontend 2025-07-17 16:56:10 +02:00
Emil Zackrisson
463470ee95 Update README.md 2025-07-17 16:50:06 +02:00
maxDorninger
c2b7440bdd adjust config options of backend 2025-07-17 16:38:25 +02:00
maxDorninger
81c8381a90 adjust backend to serve static frontend files 2025-07-17 16:04:57 +02:00
maxDorninger
6016e3c155 make frontend support static adapter in SPA mode 2025-07-17 15:17:40 +02:00
Maximilian Dorninger
fcc84c35b1 Update Roadmap 2025-07-17 12:37:43 +02:00
Maximilian Dorninger
82c8be085b Merge pull request #63 from maxdorninger/add-custom-formats
Add custom formats
v1.6.0
2025-07-17 12:32:52 +02:00
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