DarkFighterLuke
dfdfac6be7
Update manifest.json
...
Signed-off-by: DarkFighterLuke <DarkFighterLuke@users.noreply.github.com >
2025-10-21 21:54:14 +00:00
DarkFighterLuke
806efa9dac
Merge pull request #68 from tubearchivist/feature/playlists-sync
...
Playlists Sync
v1.4.1
2025-10-21 23:53:02 +02:00
DarkFighterLuke
4ddb5cedac
Update version and changelog
2025-10-21 23:40:50 +02:00
DarkFighterLuke
cfa78f2a89
Merge branch 'jellyfin-10.11' into feature/playlists-sync
2025-10-21 23:36:57 +02:00
DarkFighterLuke
54cb513ae8
Update .NET version in GH actions
2025-10-21 23:36:43 +02:00
DarkFighterLuke
bee5538d19
Update manifest.json
...
Signed-off-by: DarkFighterLuke <DarkFighterLuke@users.noreply.github.com >
2025-10-21 21:34:54 +00:00
DarkFighterLuke
40194f9f26
Update .NET version in GH actions
v1.4.0
2025-10-21 23:32:05 +02:00
DarkFighterLuke
67c6fd0422
Merge branch 'jellyfin-10.11'
2025-10-21 23:28:28 +02:00
DarkFighterLuke
7aa6af30fa
Merge branch 'jellyfin-10.11' into feature/playlists-sync
2025-10-21 23:26:09 +02:00
DarkFighterLuke
7e496643f8
Adapt calls to IsPlayed method new signature
...
modified: Jellyfin.Plugin.TubeArchivistMetadata/Jellyfin.Plugin.TubeArchivistMetadata.csproj
modified: Jellyfin.Plugin.TubeArchivistMetadata/Plugin.cs
modified: Jellyfin.Plugin.TubeArchivistMetadata/Tasks/JFToTubeArchivistProgressSyncTask.cs
2025-10-21 23:16:50 +02:00
DarkFighterLuke
6e7dbd859c
Revise installation steps and .NET version in README
...
Updated installation instructions and image links in README.
2025-10-21 23:14:29 +02:00
DarkFighterLuke
13c4144aab
Remove version 1.4.0.0 from manifest.json
...
Removed version 1.4.0.0 from the versions list in manifest.json.
2025-10-20 23:49:55 +02:00
DarkFighterLuke
98f73185d1
Merge pull request #67 from tubearchivist/jellyfin-10.11
...
Update plugin for Jellyfin 10.11
2025-10-20 22:29:22 +02:00
DarkFighterLuke
f7cbff910d
Update manifest.json
...
Signed-off-by: DarkFighterLuke <DarkFighterLuke@users.noreply.github.com >
2025-10-20 20:28:12 +00:00
DarkFighterLuke
2d5327d31b
Bump version
2025-10-20 22:27:01 +02:00
DarkFighterLuke
a2e29dee3b
Merge branch 'master' into jellyfin-10.11
2025-10-20 22:14:56 +02:00
DarkFighterLuke
bdd99441d1
Fix #52
2025-07-16 22:58:44 +02:00
DarkFighterLuke
cfd94260f1
Add same check on wached status event handler
2025-07-13 15:40:49 +02:00
DarkFighterLuke
a28b4ccd7c
Fix space after if statement and item id
2025-07-13 15:36:04 +02:00
DarkFighterLuke
50c0e1cef2
Merge pull request #54 from hsvflight/patch-1
...
Update Plugin.cs - Guid empty
2025-07-13 11:43:26 +02:00
DarkFighterLuke
ca0a9215fe
Change log message
...
The event is not catastrophic in Jellyfin, so it can be hidden the user unless debug level logs are enabled
2025-07-13 11:39:32 +02:00
DarkFighterLuke
6679867f74
Update README.md
2025-07-13 11:35:37 +02:00
DarkFighterLuke
6926a44e7c
Merge pull request #57 from Atinoda/master
...
Reconfigure logging to debug
2025-07-10 22:40:59 +02:00
DarkFighterLuke
d386f79dfd
Add configuration options
2025-07-10 22:32:22 +02:00
DarkFighterLuke
46dd4fcf5b
Implement playlists deletion
2025-07-01 22:16:47 +02:00
Che Cameron
ab783238c3
Reconfigure logging to debug
2025-07-01 20:06:27 +01:00
DarkFighterLuke
ff99517d12
Format file
2025-06-23 14:59:49 +02:00
DarkFighterLuke
532438d110
Fix case
2025-06-23 14:59:49 +02:00
DarkFighterLuke
8e4194f56b
Schedule playlists tasks
2025-06-23 14:59:49 +02:00
DarkFighterLuke
bff699fc3f
Implement JF-> TA playlist sync scheduled task
2025-06-23 14:59:49 +02:00
DarkFighterLuke
f3a9050311
Implement TA playlists management API calls
2025-06-23 14:59:49 +02:00
DarkFighterLuke
3cb340c61a
Create entities for TA playlists creation and edit
2025-06-23 14:59:49 +02:00
DarkFighterLuke
4317fdbf63
Fix log message and comment
2025-06-23 14:59:49 +02:00
DarkFighterLuke
a9c6611dcf
Implement TA-> JF playlist sync scheduled task
2025-06-23 14:59:49 +02:00
DarkFighterLuke
e28a3ea37b
Implement TA playlists API call
2025-06-23 14:59:49 +02:00
DarkFighterLuke
86dd1769ec
Create entities to TA playlists
2025-06-23 14:59:48 +02:00
DarkFighterLuke
4711a6a742
Update plugin for Jellyfin 10.11
2025-06-21 12:56:37 +02:00
hsvflight
a783b3c739
Update Plugin.cs - Guid empty
...
Getting this error:
[2025-06-16 00:41:58.499 +00:00] [FTL] Unhandled Exception
System.ArgumentException: Guid can't be empty (Parameter 'id')
at Jellyfin.Plugin.TubeArchivistMetadata.Plugin.OnPlaybackProgress(...)
And right after playback fails
[2025-06-16 00:42:23.345 +00:00] [INF] Playback stopped reported by app "Jellyfin Roku" "3.0.5" playing "Video". Stopped at "973000" ms
2025-06-15 21:33:33 -05:00
DarkFighterLuke
583e94b35a
Update manifest.json
...
Signed-off-by: DarkFighterLuke <DarkFighterLuke@users.noreply.github.com >
2025-05-27 18:36:58 +00:00
DarkFighterLuke
80a1b6050d
Merge pull request #50 from tubearchivist/bugfix/sync-usernames
...
Update build.yml
v1.3.7
2025-05-27 20:34:48 +02:00
DarkFighterLuke
a4942e78b6
Update manifest.json
...
Signed-off-by: DarkFighterLuke <DarkFighterLuke@users.noreply.github.com >
2025-05-26 21:43:57 +00:00
DarkFighterLuke
48070f311e
Merge pull request #49 from tubearchivist/bugfix/sync-usernames
...
JF->TA Sync fix
2025-05-26 23:43:57 +02:00
DarkFighterLuke
96a72ab909
Update build.yml
2025-05-26 23:41:43 +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
795047a50e
Update README.md
2025-03-13 23:17:08 +01:00
DarkFighterLuke
323a208de2
Update README.md
2025-03-13 23:16:26 +01:00
DarkFighterLuke
55d320c456
Update BUG-REPORT.yml
2025-03-13 23:10:01 +01:00
DarkFighterLuke
d5f2f0ae8e
Update BUG-REPORT.yml
2025-03-13 23:08:04 +01:00