2416 Commits

Author SHA1 Message Date
Admin9705
1ada5cfa63 Add release date delay feature for Radarr
- Added release date search delay setting to Radarr instance configuration
- Setting allows 0-365 day delay after movie release date before searching
- Movies without release dates are processed immediately (as requested)
- Applied to both missing movies and upgrade processing
- Includes comprehensive date parsing and delay logic
- Frontend form shows setting with proper validation and help text
- Backend implements delay filtering in both missing.py and upgrade.py
- Addresses GitHub issue #693
2025-08-18 11:01:42 -04:00
Admin9705
3363c22abc udpate 8.2.3 2025-08-18 10:30:29 -04:00
Admin9705
ad88eb4b50 Added Delays 2025-08-18 10:24:49 -04:00
Admin9705
ed1739d922 progressive requestarr 8.2.2 2025-08-17 12:30:32 -04:00
github-actions[bot]
78ed88c261 Update manifest with latest sponsors and version 2025-08-17 15:29:31 +00:00
Admin9705
d0be597ec0 update 8.2.1 2025-08-17 11:27:45 -04:00
Admin9705
cb67c2c3ea fail changes 2025-08-17 11:26:15 -04:00
Admin9705
07f0005cdd udpate 2025-08-17 11:20:18 -04:00
Admin9705
1a48e930cd udpate 2025-08-17 11:16:24 -04:00
Admin9705
daf393edee Update 2025-08-17 11:14:10 -04:00
Admin9705
aaccf2724e Update 2025-08-17 11:09:58 -04:00
Admin9705
b0e6bf69a0 Statics Change 2025-08-17 11:04:18 -04:00
Admin9705
57447bd8fb Update Changes 2025-08-17 11:01:30 -04:00
Admin9705
1085eb3516 Added Prowlarr 8.2.0 2025-08-17 10:40:47 -04:00
Admin9705
261ff1cb26 Remove Prowlarr refresh button and related functionality from the UI
- Eliminated the refresh button for Prowlarr data in the home section to streamline the interface.
- Removed associated methods for handling the refresh action, including event listeners and notification logic.
- Added a status legend to provide clearer visibility on indexer statuses, including 'Active', 'Throttled', and 'Failed'.
2025-07-17 14:37:14 -04:00
Admin9705
ff30e08df4 Add unsaved changes check for Prowlarr navigation and update settings forms handling
- Implemented a check for unsaved changes when navigating away from the Prowlarr section, prompting users to save their changes.
- Updated the settings forms to include Prowlarr in the unsaved changes detection logic, enhancing user experience and preventing data loss.
- Disabled Prowlarr by default in the configuration to reflect updated application behavior.
2025-07-17 11:49:16 -04:00
Admin9705
f30c2b0b97 Refactor Prowlarr status handling and indexers display
- Updated the loadProwlarrStatus method to streamline the display logic for the Prowlarr status card, ensuring it only shows when configured and enabled.
- Introduced a new loadProwlarrStats method to fetch detailed indexer statistics and update the indexers list accordingly.
- Enhanced the updateIndexersList method to handle error messages and display indexer statuses more effectively.
- Removed the outdated status legend from the home section to simplify the UI.
2025-07-17 11:17:01 -04:00
Admin9705
8df99b41d1 Update Prowlarr logo in home section for improved branding consistency 2025-07-17 11:01:46 -04:00
Admin9705
c98712b94b Hide legend on mobile devices to optimize space in the home section of the Prowlarr UI 2025-07-17 10:55:58 -04:00
Admin9705
872222da25 Add status legend to Prowlarr UI for improved indexer status visibility
- Introduced a new status legend in the home section to display the current status of indexers, including 'Active', 'Throttled', and 'Failed'.
- Enhanced the styling of the legend for better visual clarity and organization.
- Updated responsive design for legend items to ensure usability on mobile devices.
2025-07-17 10:35:50 -04:00
Admin9705
da344a3dae Refactor Prowlarr UI and enhance indexers list display
- Removed outdated stats display and replaced it with a dynamic indexers list that updates based on the current status of indexers.
- Implemented a new method to handle indexer details and error messages, improving user feedback during data retrieval.
- Redesigned the Prowlarr card layout for better organization and visual clarity, including a dedicated section for indexers and their statuses.
- Enhanced error handling to display appropriate messages in the indexers list when data fails to load.
2025-07-17 10:32:21 -04:00
Admin9705
332a9a7755 Add detailed Prowlarr status reporting and UI updates
- Implemented Prowlarr status polling in the frontend, refreshing every 30 seconds when the home section is active.
- Enhanced the backend API to return detailed indexer information, including active, throttled, and failed indexers.
- Updated the UI to display connection status, indexer statistics, and health status with improved error handling and user feedback.
- Added manual refresh functionality for Prowlarr data in the UI.
2025-07-17 09:30:44 -04:00
Admin9705
66ab6b5185 Add Prowlarr status monitoring and UI integration
- Implemented Prowlarr status polling in the frontend, refreshing every 30 seconds when the home section is active.
- Added a new Prowlarr status card in the UI, displaying connection status, active indexers, total API calls, throttled indexers, and failed indexers.
- Created backend API route to fetch Prowlarr statistics, including connection health and indexer status.
- Enhanced error handling for Prowlarr data retrieval and updated UI elements for better user feedback.
2025-07-16 15:17:49 -04:00
Admin9705
1836e40406 Fix Prowlarr settings name assignment and update UI class names for consistency
- Set the Prowlarr name to a fixed value since it is always a single instance.
- Updated class names in the Prowlarr configuration UI for better clarity and consistency, changing 'prowlarr-item' to 'instance-item' and 'prowlarr-header' to 'instance-header'.
- Removed the input field for the Prowlarr name as it is no longer necessary.
2025-07-16 14:55:50 -04:00
Admin9705
6f8158dda4 Add Prowlarr integration with settings management and UI enhancements
- Introduced Prowlarr section in the main UI and sidebar for navigation.
- Implemented settings form for Prowlarr, including manual save functionality and auto-detection for connection status.
- Updated settings manager to recognize Prowlarr as a known app type.
- Enhanced SettingsForms to handle Prowlarr-specific settings and ensure proper state management.
- Added necessary API routes and blueprints for Prowlarr integration.
- Improved user experience with dynamic UI updates and error handling for Prowlarr settings.
2025-07-16 14:46:08 -04:00
Admin9705
7f7e64f296 Fix Swaparr toggle behavior and version bump to 8.1.15
- Fixed critical bug where Swaparr settings weren't being hidden when Swaparr was disabled
- Added broadcasting mechanism to updateSwaparrFieldsDisabledState() after both auto-save and manual save
- Swaparr sections now properly hide/show across all app forms when toggle is changed
- Version bumped to 8.1.15
8.1.15
2025-07-16 13:51:47 -04:00
Admin9705
f884593760 Enhance Swaparr state management in SettingsForms by adding DOM checks and asynchronous fetching. Update visibility of Swaparr fields across all app forms upon state changes, improving user experience and ensuring accurate settings representation. 2025-07-16 13:51:02 -04:00
Admin9705
7b7c4d5ce4 Enhance change event triggering in SettingsForms by adding bubbling option to improve event propagation. This change ensures that the change events are properly detected by parent elements, enhancing overall functionality. 2025-07-16 13:26:39 -04:00
Admin9705
4ada77fdcd Add save buttons for Readarr, Whisparr, and Eros settings in SettingsForms. Implement manual save functionality and enhance change detection for instance management. Update UI elements for improved user experience. 2025-07-16 13:06:12 -04:00
Admin9705
fd227fa63e Refactor save functionality in SettingsForms to utilize a dedicated save button for each app type. Implement error handling and success notifications for saving settings, enhancing user experience and feedback during the save process. 2025-07-16 12:52:30 -04:00
Admin9705
99ac4f1506 Implement manual save functionality across app settings, replacing auto-save with dedicated save buttons. Add unsaved changes detection and user confirmation before navigation. Update UI elements and event listeners for improved user experience. 2025-07-16 11:29:45 -04:00
Admin9705
3c63f4959a Update version to 8.1.14 8.1.14 2025-07-16 10:46:28 -04:00
Admin9705
14f047371c Refactor Notifications settings form to capture actual form state as baseline for change detection. Remove reliance on default values and enhance initialization logic for improved user experience. 2025-07-16 10:38:08 -04:00
Admin9705
4ad06a282b Enhance Notifications settings form with improved change detection and initialization logic. Normalize original settings to prevent mismatches during form setup and suppress initial change detection until the form is fully loaded. Update save button state management for better user experience. 2025-07-16 09:38:28 -04:00
Admin9705
589f05f3c9 Add manual save functionality for Notifications settings, including unsaved changes detection and user confirmation before navigation. Implement save button state management and enhance UI for better user experience. 2025-07-16 09:15:26 -04:00
Admin9705
04cc58b11d Add unsaved changes warning system for Settings section, enhancing user navigation experience and confirming unsaved changes before leaving. Update event listeners for both Swaparr and Settings to manage unsaved changes effectively. 2025-07-16 09:00:30 -04:00
Admin9705
e80b31412b Add manual save setup for settings in SettingsForms component 2025-07-16 08:57:35 -04:00
Admin9705
54a098c728 Implement manual save functionality for settings, replacing auto-save with a dedicated save button and change detection system. Update UI elements and event listeners accordingly. 2025-07-16 08:52:31 -04:00
Admin9705
dfe621d694 Final Swaparr manual save system with unsaved changes warnings and enhanced UX 8.1.13 2025-07-16 08:14:10 -04:00
Admin9705
f9066e17f3 Fix unsaved changes confirmation dialog in Swaparr settings to correctly prompt user for saving changes 2025-07-15 16:58:22 -04:00
Admin9705
0f50e0d8dc Add unsaved changes warning system for Swaparr settings, including checks before navigation and improved save button state management 2025-07-15 16:54:33 -04:00
Admin9705
eeeed84015 Enhance Swaparr settings form with field name mapping and improved save button initialization 2025-07-15 16:47:53 -04:00
Admin9705
4dc51c9229 Refactor tag handling in Swaparr settings to streamline tag collection and change detection 2025-07-15 16:32:29 -04:00
Admin9705
5f4332a96c Add manual save functionality for Swaparr settings with a dedicated save button 2025-07-15 16:26:53 -04:00
Admin9705
c5f1f5f329 Update version to 8.1.12 in version.txt 8.1.12 2025-07-15 16:05:37 -04:00
Admin9705
e15452fea5 Remove transform effects on hover for various buttons and elements in CSS 2025-07-15 16:00:56 -04:00
Admin9705
14090249ea Remove transform effect on hover for settings group and styled select in CSS 2025-07-15 15:55:39 -04:00
Admin9705
babd1ae95c Implement special handling for sleep_duration in settings to convert minutes to seconds 2025-07-15 15:51:49 -04:00
github-actions[bot]
7005727d44 Update manifest with latest sponsors and version 2025-07-15 03:40:55 +00:00
github-actions[bot]
d46f84ea8a Update manifest with latest sponsors and version 2025-07-14 03:43:51 +00:00