|
|
1de8e31468
|
Updated state to scan library first before looking for stale media to ensure data in table is accurate
|
2026-03-10 07:43:53 -06:00 |
|
|
|
a10769779a
|
Fixed request handling to return empty arrays if request fails
|
2026-03-10 06:43:40 -06:00 |
|
|
|
b6242de064
|
Added hasFile check to only delete files that exist.
|
2026-03-08 23:57:16 -06:00 |
|
|
|
2786d6c73d
|
Updated endpoint naming in front end
|
2026-03-08 23:46:40 -06:00 |
|
|
|
16c8338ffe
|
Refactor SonarrController to share methods betweeen endpoints
|
2026-03-08 23:44:43 -06:00 |
|
|
|
87bf40dab9
|
Refactored sonarr controller to be able to return anime or tv series based on the media found in the server. Also updated models
|
2026-03-08 23:39:17 -06:00 |
|
|
|
21a9cc86d8
|
Refactor of http client and addition of sonarr anime table
|
2026-03-08 19:28:04 -06:00 |
|
|
|
8f049e6704
|
Added refresh for buttons so that they aren't visible after delete
|
2026-03-08 00:06:48 -07:00 |
|
|
|
324d48e7cf
|
Finished off sonarr integration (Non anime) and refactored requests into a Http helper.
|
2026-03-07 23:22:06 -07:00 |
|
|
|
11c241b149
|
Finished Radarr integration
|
2026-03-07 19:21:58 -07:00 |
|
|
|
3f5074aa3b
|
Reworked Models to use tmdb to enable integration with Radarr api. Also reworked test connection to use api to validate as I ran into CORS errors. I also set up an endpoint to call radarr to delete movies. Currently only got to retrieving movie info. Should be able to use the id retrieved to then delete the movie.
|
2026-03-07 18:02:45 -07:00 |
|
|
|
958c581280
|
Added comments to figure out which endpoint to use
|
2026-03-07 12:24:13 -07:00 |
|
|
|
c94a8b8391
|
Added click handlers for radarr and sonarr
|
2026-03-07 12:10:09 -07:00 |
|
|
|
fe3b7e412b
|
Added delete buttons to home page
|
2026-03-07 11:56:26 -07:00 |
|
|
|
bf40d758fc
|
Resolved initialization order
|
2026-02-17 21:31:32 -07:00 |
|
|
|
48d118c56a
|
Swapped layout of Address and API key
|
2026-02-17 21:28:12 -07:00 |
|
|
|
4bcd89c1a9
|
Added logic to be able to test your Management configuration settings for radarr and sonarr
|
2026-02-17 21:27:05 -07:00 |
|
|
|
da94e130ac
|
Fixed issue with async task
|
2026-02-17 20:40:44 -07:00 |
|
|
|
1253693ebe
|
Added comment
|
2026-02-16 18:41:12 -07:00 |
|
|
|
80a126fb30
|
Created custom styling for checkbox
|
2026-02-16 18:38:33 -07:00 |
|
|
|
be5a58dcf1
|
Added a border radius and color to configuration button
|
2026-02-16 17:54:29 -07:00 |
|
|
|
e6c4939191
|
Removed margins from some areas to improve spacing
|
2026-02-16 17:50:19 -07:00 |
|
|
|
9348b33ed6
|
Updated styling for the configuration page
|
2026-02-16 17:47:26 -07:00 |
|
|
|
462a2beea1
|
Moved styles to a global.css stylesheet. Also added basic validation with a transition
|
2026-02-16 16:08:12 -07:00 |
|
|
|
a720bba7a7
|
Refactor of plugin structure to make more sense compared to the default template
|
2026-02-16 14:08:15 -07:00 |
|
|
|
61e868bfa2
|
Added settings for radarr and sonarr addresses
|
2026-02-14 16:18:11 -07:00 |
|
|
|
bc7c95af08
|
Added basic state with selections
|
2026-02-14 16:01:06 -07:00 |
|
|
|
d6bdfb95c7
|
Updated table to use check boxes for future selections. Added short circuiting when parsing seasons
|
2026-02-12 19:27:41 -07:00 |
|
|
|
1a4d1145b3
|
Managed to move css injection to a link tag by moving the link tag inside the div.
|
2026-01-28 08:04:34 -07:00 |
|
|
|
e77f7dcd5f
|
Cleaned up media_cleaner_table.js and renamed to home.js. Updated table with no data to have a message.
|
2026-01-27 08:09:03 -07:00 |
|
|
|
669f59db15
|
Managed to move js styling to css file and inject it during load.
|
2026-01-26 08:15:53 -07:00 |
|
|
|
a69f9df4e1
|
Disabled buttons with no click handlers and added comments. Also updated Settings button styling
|
2026-01-25 23:02:05 -07:00 |
|
|
|
e99ce96563
|
Added styling for tables and also converted settings anchor to a button to enable styling
|
2026-01-25 22:55:00 -07:00 |
|
|
|
56403b5722
|
Updated plugin to refresh page and state whenever the page is shown
|
2026-01-25 15:34:59 -07:00 |
|
|
|
ebe24e2630
|
Added barebones UI for Media Cleaner
|
2026-01-25 15:07:55 -07:00 |
|
|
|
04ef815a9b
|
Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
|
2026-01-25 14:52:47 -07:00 |
|
|
|
66716a9bc9
|
Updated logging to be more concise when debug is not active
|
2026-01-25 09:15:26 -07:00 |
|
|
|
9bddc59fe2
|
Further improvement to logging formatting and readability
|
2026-01-25 09:11:45 -07:00 |
|
|
|
82441d5247
|
Improved logging futher and updated some methods to use LogDebugInformation and to handle exceptions
|
2026-01-25 08:58:46 -07:00 |
|
|
|
4fc8b4799d
|
Continued to improve logging and fixed a few bugs introduced by refactor
|
2026-01-24 23:14:16 -07:00 |
|
|
|
9e324f14a7
|
Significantly refactored code to help with readability of logging and episode processing
|
2026-01-24 08:34:42 -07:00 |
|
|
|
d024035d07
|
Managed to figure out how to use javascript on the plugin page by utilizing data-controller as found in other repos. Unsure how this is used, but appears to be how you can attach a js file to a div. Also implemented a basic state api to build off of in future.
|
2026-01-20 20:32:37 -07:00 |
|
|
|
8d85194df5
|
Removed unused logging
|
2026-01-19 08:12:19 -07:00 |
|
|
|
f7c463aba4
|
Simplified Stale Episodes logic
|
2026-01-19 08:10:54 -07:00 |
|
|
|
b2da7beb00
|
Renamed method to be clearer in intention
|
2026-01-19 08:01:49 -07:00 |
|
|
|
873b29985c
|
Fixed stale episode logic.
|
2026-01-18 20:32:27 -07:00 |
|
|
|
30107010b1
|
Simplified some linq queries and fixed some debug logging getting through
|
2026-01-18 19:23:59 -07:00 |
|
|
|
ee44dd9ee6
|
Further enhanced logging and refactored StaleMediaTask to aid in maintainability
|
2026-01-06 23:06:29 -07:00 |
|
|
|
9604289684
|
Improved logging and correctly separated the debug logging. Logs should now make more sense and are easier to comprehend.
|
2026-01-05 22:00:53 -07:00 |
|
|
|
ddf84b5cb6
|
Fixed possible null LastPlayedDate if just marked as watched
|
2025-12-04 22:16:11 -07:00 |
|