Commit Graph

  • 40130c6a37 refactor: rename AllEncompassingConfig to MediaManagerConfig maxid 2025-12-29 23:38:17 +01:00
  • 90c2a1d65b refactor: split up main.py into multiple files maxid 2025-12-29 23:36:14 +01:00
  • 51560ae1e9 refactor: remove unneeded comments maxid 2025-12-29 23:01:34 +01:00
  • 009f743259 refactor: enhance exception handling maxid 2025-12-29 22:54:45 +01:00
  • 8de3a71bfd refactor: standardize parameter usage in movie router and service maxid 2025-12-29 22:45:50 +01:00
  • 35880231e0 refactor: standardize parameter usage in tv router and service maxid 2025-12-29 22:39:39 +01:00
  • d3e12579ac Merge pull request #324 from briandipalma/extra-spaces Maximilian Dorninger 2025-12-29 22:14:14 +01:00
  • 57c94dbd57 feat(importing): Only add one space between release year and release ID Brian Di Palma 2025-12-29 17:13:00 +00:00
  • 3c67705275 refactor movie/router.py maxid 2025-12-29 13:17:20 +01:00
  • 11ff6cd981 reorganize tv/router.py maxid 2025-12-29 13:06:21 +01:00
  • 499d6a2b3f refactor: update movie handling in router.py to use movie_dep maxid 2025-12-29 12:58:15 +01:00
  • ef0662d584 Merge pull request #323 from maxdorninger/reduce-amount-of-logs Maximilian Dorninger 2025-12-29 12:18:44 +01:00
  • 63a65c85bd add log level env variable maxid 2025-12-29 11:57:00 +01:00
  • 4cc4ff3629 refactor: improve logging for deleted torrents in service.py maxid 2025-12-29 11:46:27 +01:00
  • 9e6851d055 remove unnecessary logs in the torrents module maxid 2025-12-29 11:40:02 +01:00
  • a508b7dabd Merge pull request #320 from maxdorninger/fix-import-success-logic Maximilian Dorninger 2025-12-29 01:01:33 +01:00
  • 12ce02473d fix: set success variable when importing movie maxid 2025-12-29 00:35:54 +01:00
  • 530ff01caf Merge pull request #317 from maxdorninger/improve-indexer-accuracy Maximilian Dorninger 2025-12-29 00:17:39 +01:00
  • 1f53f51be7 remove reject_torrents_on_url_error and follow_redirects setting from configuration files maxid 2025-12-29 00:04:48 +01:00
  • c2724659d9 improve default scoring rules in config.example.toml maxid 2025-12-28 23:42:18 +01:00
  • 8b8559a50f format main.py maxid 2025-12-28 23:41:52 +01:00
  • 4f74a5bee6 improve logging of evaluation of IndexerQueryResults maxid 2025-12-28 23:41:41 +01:00
  • 7ea1984d6c refactor indexer search: streamline result evaluation by using raw torrent list maxid 2025-12-28 23:41:06 +01:00
  • 8c380da3b4 refactor logging configuration: use constant for log level maxid 2025-12-28 23:39:14 +01:00
  • 733c7f78de refactor indexers: add TorznabMixin for improved search result processing and use Torznab Prowlarr endpoint maxid 2025-12-28 23:24:53 +01:00
  • 0da3e53bcb fix api client context manager maxid 2025-12-28 14:01:54 +01:00
  • 6993ec8752 fix: use name attribute instead of title maxid 2025-12-28 13:42:21 +01:00
  • cf7de07120 fix Dockerfile: ensure recursive ownership for app directory maxid 2025-12-28 11:47:28 +01:00
  • 91ed5e34dc refactor indexer service: streamline movie and season search methods maxid 2025-12-28 11:20:51 +01:00
  • b05c255a53 refactor metadata providers: remove special character removal from search queries maxid 2025-12-28 11:12:58 +01:00
  • a29e53bbe5 enhance Prowlarr indexer: add query and type parameters for TV and movie searches maxid 2025-12-28 11:12:26 +01:00
  • db54f3b2f2 indexer service: add movie and season search methods maxid 2025-12-28 11:12:13 +01:00
  • 0a3e7a973f increase max limit of search results maxid 2025-12-27 22:24:46 +01:00
  • 09cad60673 format files maxid 2025-12-27 22:22:32 +01:00
  • b510b1a6e4 enhance Prowlarr indexer: use tmdb, imdb, tvdb id, and season number for searches maxid 2025-12-27 22:22:19 +01:00
  • edb6aab77d add abstract search methods for movies and seasons to generic indexer class maxid 2025-12-27 19:59:21 +01:00
  • e723fdae96 close import dialog after invalidateAll maxid 2025-12-27 15:26:31 +01:00
  • 6eb8979bed Merge pull request #314 from yangqi/fix-non-root-execution Maximilian Dorninger 2025-12-27 14:40:27 +01:00
  • 4763a5a771 Merge pull request #313 from maxdorninger/add-more-metadata-ids Maximilian Dorninger 2025-12-27 12:52:03 +01:00
  • 61fc87e577 fix bug: actually save imdb_id to database maxid 2025-12-27 12:42:36 +01:00
  • 4cd320a5c2 fix typo in api route maxid 2025-12-27 12:32:11 +01:00
  • 28e3707e47 fix order of MetadataRelay API routes maxid 2025-12-27 11:09:07 +01:00
  • e405c9f8c2 fix: allow container to run as non-root user Qi 2025-12-23 22:36:58 -08:00
  • e4cb7d55cb regenerate code maxid 2025-12-23 20:31:32 +01:00
  • 9c6676f1f3 feat: add imdb_id parameter to update movie and show methods maxid 2025-12-23 20:29:51 +01:00
  • ff3797e1c4 feat: add IMDb ID retrieval for movies and TV shows maxid 2025-12-23 20:23:36 +01:00
  • 3b920135c2 format files maxid 2025-12-23 19:54:27 +01:00
  • 0c30ede537 feat: add imdb_id fields to movies and shows maxid 2025-12-23 19:54:17 +01:00
  • db37e7373e feat: add external IDs endpoints for TV shows and movies maxid 2025-12-23 19:53:48 +01:00
  • b66410142d Merge pull request #270 from aasmoe/feat/multi-language-metadata Maximilian Dorninger 2025-12-22 20:07:57 +01:00
  • 242efa744f Merge pull request #312 from maxdorninger/fix-workflows v1.11.1 Maximilian Dorninger 2025-12-22 19:12:45 +01:00
  • fabcc26095 fix: extract version number without 'v' prefix in build workflows in order to use correct image tag for inspecting the image maxid 2025-12-22 19:05:11 +01:00
  • e1a7c5fe5d fix login with oauth button not displaying (#311) Maximilian Dorninger 2025-12-22 18:50:29 +01:00
  • 688ca8ab9e Update docs with primary_languages and default_language and remove instructions form config example aasmoe 2025-12-21 21:30:31 +00:00
  • c7c6158a3f disable caching in build and metadata relay workflows (#309) v1.11.0 Maximilian Dorninger 2025-12-21 20:53:47 +01:00
  • b87a23b5b4 Merge pull request #308 from maxdorninger/display-movie-files Maximilian Dorninger 2025-12-21 19:37:05 +01:00
  • f184def9ad display movie files maxid 2025-12-21 19:24:35 +01:00
  • 4e8dbdd128 Merge pull request #302 from maxdorninger/improve-frontend-code-quality Maximilian Dorninger 2025-12-21 19:11:02 +01:00
  • cc6e77deb7 move imports to top maxid 2025-12-21 17:04:49 +01:00
  • a974a3484b refactor: data handling with derived maxid 2025-12-21 17:03:01 +01:00
  • bf84cc0a06 refactor: enhance data invalidation maxid 2025-12-21 16:54:32 +01:00
  • 7a44463982 convert layout load function into page load function maxid 2025-12-21 16:40:11 +01:00
  • 0d45eae6e8 remove all occurrences of base maxid 2025-12-21 16:32:31 +01:00
  • 888186a084 fix handling of state maxid 2025-12-21 16:24:16 +01:00
  • e5efeaddf9 Merge pull request #301 from maxdorninger/maxdorninger-fix-torrent-deletion Maximilian Dorninger 2025-12-21 16:19:31 +01:00
  • 4b7d5eea54 refactor: improve async data fetching in load functions maxid 2025-12-21 16:16:12 +01:00
  • 9187617530 refactor: improve data handling in show and movie components maxid 2025-12-21 16:06:49 +01:00
  • 2493b43d4f only start searching for torrents when clicking on search button maxid 2025-12-21 15:47:09 +01:00
  • 45208105c0 remove unused import maxid 2025-12-21 15:35:44 +01:00
  • c56bf705ac use resolve instead of base on about page maxid 2025-12-21 15:35:32 +01:00
  • 8c584626f1 use resolve instead of base on movie pages maxid 2025-12-21 15:31:46 +01:00
  • 2b21915b1f Fix torrent deletion logic Maximilian Dorninger 2025-12-21 15:25:42 +01:00
  • 3574a0a08e Merge branch 'master' into feat/multi-language-metadata aasmoe 2025-12-21 14:43:17 +01:00
  • e21e74a9ea Merge pull request #299 from maxdorninger/add-contributing.md Maximilian Dorninger 2025-12-21 14:37:17 +01:00
  • 4fc033828e Update CONTRIBUTING.md with developer guide link Maximilian Dorninger 2025-12-21 14:36:55 +01:00
  • 7d7f7b4fd5 Create CONTRIBUTING.md for project guidelines Maximilian Dorninger 2025-12-21 14:34:47 +01:00
  • e0fdca082c Merge pull request #297 from maxdorninger/improve-importing Maximilian Dorninger 2025-12-20 21:39:22 +01:00
  • 1293cc692c fix: rename source directory before importing existing movies and TV shows maxid 2025-12-20 21:16:26 +01:00
  • 6b2f426ff9 update docs maxid 2025-12-20 21:10:40 +01:00
  • e0a04bb040 fix: filter out non-directory items from import suggestions maxid 2025-12-20 21:01:48 +01:00
  • b854a13338 Update media_manager/torrent/utils.py Maximilian Dorninger 2025-12-20 20:59:28 +01:00
  • 5c8cff00a9 Apply suggestions from code review Maximilian Dorninger 2025-12-20 20:58:06 +01:00
  • 12fe84017c fix bug: hidden directories included in import suggestions maxid 2025-12-20 20:31:31 +01:00
  • ecc030238e fix bug: importable shows saves to importable movies variable maxid 2025-12-20 20:30:33 +01:00
  • ed78bde604 reduce logs maxid 2025-12-20 20:22:35 +01:00
  • d5c649d5bf refactor search queries to remove special characters and parentheses maxid 2025-12-20 20:05:02 +01:00
  • cfe34358a0 refactor title processing to remove special characters and brackets maxid 2025-12-20 20:00:16 +01:00
  • 1f50b18b9f refactor media detection functions to improve accuracy maxid 2025-12-20 19:37:34 +01:00
  • b20d2ed09d update api.d.ts maxid 2025-12-20 14:55:56 +01:00
  • eb7a15d32d Merge branch 'refs/heads/master' into fork/aasmoe/feat/multi-language-metadata maxid 2025-12-20 14:53:41 +01:00
  • 4bb3064779 Merge pull request #294 from maxdorninger/fix-deleted-torrents-leaving-stray-season-files Maximilian Dorninger 2025-12-20 14:29:47 +01:00
  • edcc238cdd Merge pull request #295 from maxdorninger/direct-indexer-mode Maximilian Dorninger 2025-12-20 13:15:56 +01:00
  • c78bc05627 format files maxid 2025-12-20 13:08:12 +01:00
  • bfd9196f5e add support for handling invalid URL schemas and following redirects for torrent downloads maxid 2025-12-20 13:08:05 +01:00
  • 1cfc90e4ac fix typo maxid 2025-12-19 19:04:14 +01:00
  • 322b868996 add configuration option to enable following redirects in prowlarr maxid 2025-12-19 19:03:51 +01:00
  • 2e95798e04 add configuration option to enable following redirects in prowlarr maxid 2025-12-19 18:57:59 +01:00
  • 1edb2cae9b format files maxid 2025-12-19 18:42:46 +01:00
  • bcd1ccfd21 enhance torrent deletion to remove associated media files if the torrent was not imported maxid 2025-12-19 18:41:51 +01:00
  • 63ff29f024 Merge pull request #293 from maxdorninger/improve-docs Maximilian Dorninger 2025-12-19 18:12:55 +01:00