|
|
dbc7325e85
|
Bug fixes and version update
v1.1.1-beta
|
2026-03-10 07:44:29 -06:00 |
|
|
|
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 |
|
|
|
c860141f5e
|
Update version
v1.1.0-beta
|
2026-03-09 00:01:33 -06:00 |
|
|
|
ddb3433bef
|
Merge pull request 'Radarr-Sonarr-Integration' (#15) from Radarr-Sonarr-Integration into main
Reviewed-on: #15
|
2026-03-08 23:58:32 -06:00 |
|
|
|
3f5b59b0bd
|
Merge branch 'main' into Radarr-Sonarr-Integration
|
2026-03-08 23:58:26 -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 |
|
|
|
a676a8e8ec
|
Merge branch 'Radarr-Sonarr-Integration' of https://gitea.silverhat.ca/T-Gander/jellyfin-plugin-mediacleaner into Radarr-Sonarr-Integration
|
2026-03-08 19:28:26 -06:00 |
|
|
|
21a9cc86d8
|
Refactor of http client and addition of sonarr anime table
|
2026-03-08 19:28:04 -06:00 |
|
|
|
d5b97e0bf3
|
Update README.md
|
2026-03-08 01:17:50 -07:00 |
|
|
|
de94fbd7ec
|
Update version
v1.0.0-beta
|
2026-03-08 00:13:16 -07:00 |
|
|
|
98dfd51d3e
|
Merge pull request 'Radarr-Sonarr-Integration' (#12) from Radarr-Sonarr-Integration into main
Reviewed-on: #12
|
2026-03-08 00:08:19 -07:00 |
|
|
|
b41979297a
|
Merge branch 'main' into Radarr-Sonarr-Integration
|
2026-03-08 00:08:12 -07: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 |
|
|
|
4642a6c762
|
Update README.md
|
2026-02-16 18:44:13 -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 |
|
|
|
1dfa4f9996
|
Merge pull request 'Media-Cleaner-Homepage-and-Api' (#9) from Media-Cleaner-Homepage-and-Api into main
Reviewed-on: #9
v0.0.12-alpha
|
2026-02-12 19:30:36 -07:00 |
|
|
|
b3db9a86f6
|
Merge branch 'main' into Media-Cleaner-Homepage-and-Api
|
2026-02-12 19:30:18 -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 |
|
|
|
d73153ad37
|
Merge branch 'Media-Cleaner-Homepage-and-Api' of https://gitea.silverhat.ca/T-Gander/jellyfin-plugin-mediacleaner into Media-Cleaner-Homepage-and-Api
|
2026-01-28 08:05:06 -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 |
|
|
|
629d5d1f2e
|
Merge pull request 'Media-Cleaner-Homepage-and-Api' (#7) from Media-Cleaner-Homepage-and-Api into main
Reviewed-on: #7
|
2026-01-27 08:16:01 -07:00 |
|
|
|
1bd4935232
|
Merge branch 'main' into Media-Cleaner-Homepage-and-Api
|
2026-01-27 08:15:49 -07:00 |
|
|
|
984db9e089
|
Bumped build version
|
2026-01-27 08:10:20 -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 |
|