1381 Commits

Author SHA1 Message Date
GitHub Action c5b1f33c0e chore: update version to 4.3.21 2025-02-15 04:20:42 +00:00
mhdzumair 8f7ee7b7d8 Update DLHD scraping logic according to new site changes 2025-02-15 09:49:34 +05:30
mhdzumair 8bb938bd01 Update scraper configuration with new URLs 2025-02-15 08:28:19 +05:30
GitHub Action 4a01b6f5cc chore: update version to 4.3.20 2025-02-03 11:27:58 +00:00
mhdzumair 21fa731557 Fix formatting and URL schema in Telegram bot message 2025-02-03 16:56:27 +05:30
mhdzumair fc194dd163 Refactor title replacement logic in routes scraper 2025-02-03 16:56:27 +05:30
GitHub Action 52ee68f9d9 chore: update version to 4.3.19 2025-02-02 16:31:29 +00:00
mhdzumair 52c8a14fec Add delete action for torrent in scraper functionalities
Enhanced the torrent block feature to support a delete action. Updated HTML dropdown, backend handling, and Telegram notifications to reflect this change. Improved user feedback for block/delete operations and ensured schema validation.
2025-02-02 21:06:07 +05:30
ragmehos 4a353a3f47 Add easydebrid add torrent option when its not cached (#445)
* Add easydebrid add torrent option when its not cached
2025-02-02 21:04:47 +05:30
mhdzumair a04648c52f Fix release date handling on contribution streams 2025-02-02 17:12:47 +05:30
GitHub Action b968ab419c chore: update version to 4.3.18 2025-02-02 02:11:06 +00:00
mhdzumair 9eafe63178 Fix release date handling on contribution streams 2025-02-02 07:24:56 +05:30
GitHub Action b9e2890f38 chore: update version to 4.3.17 2025-02-02 00:20:34 +00:00
mhdzumair b480cfaada Fix crontab 2025-02-02 05:50:04 +05:30
GitHub Action f87b79e656 chore: update version to 4.3.16 2025-02-01 17:39:33 +00:00
mhdzumair d29ae7fd01 Refactor RPDB poster update logic for batch processing.
Updated the RPDB poster update flow to handle multiple IMDB IDs in batches, improving efficiency. Replaced single poster checks with a batch-based approach and optimized Redis operations. Enhanced error handling and reduced redundant asynchronous calls.
2025-02-01 22:56:10 +05:30
mhdzumair 631ca64548 Handle Seedr Exception with specific error responses 2025-02-01 22:55:50 +05:30
mhdzumair 620ad95861 Fix parsing edge cases and Fix mediaflow private IP validation logic
Addressed cases where parsing would fail due to empty elements or missing data in BT4G scraper and streaming provider parsers. Enhanced IP validation in network utilities to handle IPv6 formats with ports and brackets accurately. These changes improve robustness and prevent errors in edge scenarios.
2025-02-01 22:54:55 +05:30
mhdzumair 7ee9df0068 Fix Torbox issue & Handle additional error cases 2025-02-01 22:53:14 +05:30
mhdzumair 9c68d87fc0 typo 2025-02-01 17:13:37 +05:30
mhdzumair d84eafbce4 Fix null check in validation and handle exceptions in scraper 2025-02-01 17:13:11 +05:30
mhdzumair a7c1021d57 Sort Live TV catalog by title alphabetical order 2025-02-01 17:12:33 +05:30
mhdzumair 722a9ddadb refactoring crud function to apply parental guide filters 2025-02-01 17:11:12 +05:30
mhdzumair 6e9ac6fc69 Add cleanup and catalog stats migrations; update startup script
Introduce migrations for cleaning deprecated catalogs and adding catalog stats. Replace the Gunicorn command in the Dockerfile with a startup script to run migrations automatically before starting the server. Update .dockerignore to include the new startup script.
2025-02-01 17:10:29 +05:30
mhdzumair 5cfb890302 Refactor catalogs handling for catalog granularity
Replaced flat `catalogs` structure with detailed `catalog_stats` to support per-catalog metadata (e.g., stream counts, last added date). Updated query pipelines, database schema, and index definitions accordingly. Enhanced stream update/delete logic for more granular catalog-level tracking.
2025-02-01 16:32:48 +05:30
mhdzumair 11cc51617d update scrapy schedule crontab 2025-02-01 16:25:21 +05:30
mhdzumair a897aef254 WebSeedCreator: Added support for download progress bar & include static trackers 2025-01-31 23:17:56 +05:30
mhdzumair 946270707b Improve Scraper Control UI, Improve torrent specification selection, Fix date selection type & Add support for exclude files annotation in series import 2025-01-31 22:06:27 +05:30
mhdzumair 71bcadf5a5 Add configuration instructions for MediaFusion with stremio and kodi 2025-01-31 09:29:19 +05:30
mhdzumair b0b0b1d32f Update libs 2025-01-31 01:42:41 +05:30
mhdzumair dd9d136b5f Add sorting and ordering support to MDBList integration
Introduced sorting and ordering functionality for MDBList, allowing users to customize the display order of items. Updated backend, frontend, and database schemas to support these options, including caching, API requests, and user interface enhancements. Adjusted styles and badges for better presentation of sorting information.
2025-01-31 00:43:28 +05:30
mhdzumair 98133e985e Improve title detection on contribution torrents 2025-01-30 22:23:41 +05:30
mhdzumair 75f528a7e6 Update Torbox endpoint and parameters for queued torrents request 2025-01-30 22:11:17 +05:30
GitHub Action 69f6ed56bb chore: update version to 4.3.15 2025-01-25 08:26:11 +00:00
mhdzumair 9c7fbfa709 Update README.md with troubleshooting step for Kodi repository issue 2025-01-25 00:12:14 +05:30
mhdzumair e8d60cfc51 Add minimal Docker Compose file and update Makefile.
Introduce `docker-compose-minimal.yml` for lightweight deployments with essential services. Update Makefile to handle version replacement in the new file. This enhances flexibility for different deployment scenarios.
2025-01-24 23:48:05 +05:30
mhdzumair 4c67fe92b4 Use docker compose instead of docker-compose. 2025-01-24 23:45:02 +05:30
mhdzumair f1a1260548 exclude catalog items tagged with the 'Adult' genre 2025-01-24 23:38:16 +05:30
mhdzumair c0389425be Add configurable toggles for torrent metadata and seeders jobs 2025-01-24 23:28:46 +05:30
mhdzumair 3de2027861 Add configurable toggles for torrent metadata and seeders jobs 2025-01-24 23:14:36 +05:30
mhdzumair a13fb30d30 Fix contribution streams via magnet link 2025-01-24 22:52:24 +05:30
mhdzumair ec2531203e Increase default limit for metadata pagination results to 50. 2025-01-24 22:52:24 +05:30
GitHub Action c893a1d934 chore: update version to 4.3.14 2025-01-22 13:15:39 +00:00
mhdzumair 5dfc1f3a98 add last_updated_at value when updating meta streams 2025-01-22 09:16:02 +05:30
mhdzumair 6b5b9caa4d Add support for contribution streams movies and series catalogs 2025-01-22 09:16:02 +05:30
mhdzumair 140e97e6b0 Add support for fetching tmdb metadata if the user contribution id startswith mftmdb 2025-01-22 09:16:02 +05:30
mhdzumair 01bb0390b2 Refactor episode handling to support multiple variants of episode files in single torrent 2025-01-22 09:16:02 +05:30
mhdzumair 6a33cb8ef9 add ipython for interactive debugging 2025-01-22 09:16:02 +05:30
mhdzumair 388bdca813 add Lithuanian for language filter 2025-01-22 09:16:02 +05:30
mhdzumair 679a54ddb6 update live tv validation cronjob time 2025-01-22 09:16:02 +05:30