DarkFighterLuke
|
5b62e4c001
|
Update JFToTubeArchivistProgressSyncTask.cs
|
2025-07-13 13:22:18 +02:00 |
|
wolffshots
|
3e95ca26aa
|
chore: make sync task logs debugs
|
2025-05-29 11:23:44 +02:00 |
|
wolffshots
|
a58139eca0
|
chore: remove duplicated efforts
|
2025-05-29 11:19:27 +02:00 |
|
wolffshots
|
5ab5224328
|
chore: ran dotnet format on Plugin.cs
|
2025-05-29 11:00:44 +02:00 |
|
wolffshots
|
d36d677179
|
chore: remove unused import
|
2025-05-29 10:57:02 +02:00 |
|
wolffshots
|
784592b362
|
chore: remove debugging log statements
|
2025-05-29 10:52:07 +02:00 |
|
jadon
|
2f90d6a03e
|
chore: remove extra season and move into if
|
2025-05-28 23:32:06 +02:00 |
|
jadon
|
af375987ee
|
chore: check library before updating watch status
|
2025-05-28 23:29:33 +02:00 |
|
jadon
|
ee683d5737
|
feat: set e# and logging
|
2025-05-28 23:25:17 +02:00 |
|
DarkFighterLuke
|
9c6aa56db0
|
Fix JFToTubearchivistProgressSyncTask
|
2025-05-26 23:38:04 +02:00 |
|
DarkFighterLuke
|
413f45046d
|
Sync progress status in OnWatchedStatusChange when watched is false
modified: Jellyfin.Plugin.TubeArchivistMetadata/Plugin.cs
|
2025-05-26 23:37:20 +02:00 |
|
DarkFighterLuke
|
5ad6b2a381
|
Fix OnPlaybackProgress collection name retrieval
|
2025-05-26 23:35:42 +02:00 |
|
DarkFighterLuke
|
76ac750de2
|
Fix UpdateAuthorizationHeader method
|
2025-03-10 22:44:37 +01:00 |
|
DarkFighterLuke
|
ddbbb4ba25
|
Merge branch 'master' into master
|
2025-03-10 19:01:34 +01:00 |
|
Matt Duran
|
ebb2cdfcc6
|
Modified setter to allow for usernames with spaces
|
2025-03-06 20:58:19 -08:00 |
|
Matt Duran
|
c058a35abe
|
Added new method for auth headers
|
2025-03-03 09:48:10 -08:00 |
|
DarkFighterLuke
|
11eb456c56
|
Fix JF crash when setting watched status with TA offline
|
2025-02-22 15:39:58 +01:00 |
|
DarkFighterLuke
|
16598bb86e
|
Adapt to the new TA API changes
|
2025-02-21 17:42:58 +01:00 |
|
DarkFighterLuke
|
98472b5aa6
|
Fix JF->TA watched status synchronization
|
2025-02-21 17:41:51 +01:00 |
|
AgentK
|
5ff96113c8
|
Spacing
|
2024-12-01 11:12:34 -06:00 |
|
AgentK
|
6697f2b4cc
|
Correctly handle the possibility of a null-deserialized tags
|
2024-12-01 11:09:53 -06:00 |
|
DarkFighterLuke
|
be8481c795
|
Remove useless comments
|
2024-11-04 22:26:42 +01:00 |
|
DarkFighterLuke
|
bd0a8371a5
|
Merge pull request #26 from wolffshots/workaround-series-crash
Workaround for JF crashing when scanning Series
|
2024-11-04 22:23:45 +01:00 |
|
DarkFighterLuke
|
a162ebb25d
|
Add compatibility with Jellyfin 10.10
|
2024-11-04 21:40:29 +01:00 |
|
wolffshots
|
2fee654efe
|
chore: wrap itemYTId stuff in try catch
|
2024-10-22 15:11:50 +02:00 |
|
DarkFighterLuke
|
dce122840c
|
Adjust logs levels
|
2024-09-14 15:31:19 +02:00 |
|
DarkFighterLuke
|
9129bbda71
|
Report tasks progress
modified: Jellyfin.Plugin.TubeArchivistMetadata/Tasks/JFToTubeArchivistProgressSyncTask.cs
modified: Jellyfin.Plugin.TubeArchivistMetadata/Tasks/TAToJellyfinProgressSyncTask.cs
|
2024-09-14 15:25:13 +02:00 |
|
DarkFighterLuke
|
698237a77a
|
Merge pull request #18 from IceToast/master
feat: Add backdrop image to series
|
2024-09-13 15:11:57 +02:00 |
|
DarkFighterLuke
|
c9cc4f150e
|
Switch from watched status synchronization task to an event based solution
|
2024-09-11 16:19:18 +02:00 |
|
DarkFighterLuke
|
52342b3dc3
|
Fix typo in log message
|
2024-09-11 15:08:29 +02:00 |
|
DarkFighterLuke
|
9fff31c451
|
Fix typo in tasks properties
|
2024-09-06 13:49:24 +02:00 |
|
DarkFighterLuke
|
233595baac
|
Implement JF->TA watched status synchronization
|
2024-09-06 13:46:11 +02:00 |
|
DarkFighterLuke
|
a968ae838c
|
Implement TA->JF watched status synchronization
|
2024-09-06 09:49:12 +02:00 |
|
DarkFighterLuke
|
44d00af16f
|
Move TA DTOs to specific category folders and add Player field to Video
|
2024-09-06 09:48:32 +02:00 |
|
DarkFighterLuke
|
625b6b6958
|
Add TA to JF sync task interval to plugin configuration
modified: Jellyfin.Plugin.TubeArchivistMetadata/Configuration/PluginConfiguration.cs
modified: Jellyfin.Plugin.TubeArchivistMetadata/Configuration/configPage.html
modified: Jellyfin.Plugin.TubeArchivistMetadata/Tasks/TAToJellyfinProgressSyncTask.cs
|
2024-09-06 09:38:01 +02:00 |
|
DarkFighterLuke
|
b07ffb2a83
|
Enhance tasks startup
|
2024-09-04 17:20:02 +02:00 |
|
DarkFighterLuke
|
b3ef252edb
|
Add startup task to synchronize Jellyfin plaback progresses to TA
|
2024-09-04 17:18:58 +02:00 |
|
DarkFighterLuke
|
4ffdbaf7f8
|
Allow only one Jellyfin user to sync data from
|
2024-08-30 17:34:26 +02:00 |
|
DarkFighterLuke
|
fc221e4407
|
Set task trigger interval to 1 second
|
2024-08-30 17:18:31 +02:00 |
|
DarkFighterLuke
|
b65f6332cb
|
Swap playback progress options order
|
2024-08-30 17:17:43 +02:00 |
|
DarkFighterLuke
|
1a3fa6e823
|
Fix items retrieval
|
2024-08-30 16:36:52 +02:00 |
|
DarkFighterLuke
|
962794c62c
|
Define JSON constructor
|
2024-08-30 16:36:16 +02:00 |
|
DarkFighterLuke
|
9a40ba93e8
|
Add configuration options
|
2024-08-30 10:13:32 +02:00 |
|
DarkFighterLuke
|
fd4a9a0130
|
Implement TA->JF synchronization
|
2024-08-27 00:12:14 +02:00 |
|
DarkFighterLuke
|
cc28016984
|
Create progress TA API DTO
|
2024-08-26 18:11:06 +02:00 |
|
DarkFighterLuke
|
9179ea8602
|
Send playback progress to TubeArchivist
|
2024-08-26 15:04:47 +02:00 |
|
IceToast
|
6675f7f762
|
feat: Add backdrop image to series
|
2024-07-15 21:47:06 +02:00 |
|
DarkFighterLuke
|
e0ef8b1e86
|
Update Jellyfin depndencies version
|
2024-05-14 21:53:49 +02:00 |
|
DarkFighterLuke
|
1c49427761
|
Merge branch 'jellyfin-10.9' of github.com:tubearchivist/tubearchivist-jf-plugin
|
2024-05-14 20:17:26 +02:00 |
|
DarkFighterLuke
|
9febfef12a
|
Ping TubeArchivist API when saving configuration and at boot
|
2024-05-09 22:53:56 +02:00 |
|