Jellyfin Forum
Plugin to get subtitles from subdl.com - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: Plugin to get subtitles from subdl.com (/t-plugin-to-get-subtitles-from-subdl-com)



Plugin to get subtitles from subdl.com - Ahmed Khaled - 2024-06-23

Hi everyone, We all know about that subscene is officially dead . 
A good alternative is subdl.com which contains most of subscene content.
I tried to make a plugin to allow jellyfin to get subtitles from subdl but i faced a problem that i can't find the jellyfin NuGet repo or at least the following ".nupkg" package files : 
[*]Jellyfin.Server
[*]MediaBrowser.Common
[*]MediaBrowser.Controller
[*]MediaBrowser.Model
[*]MediaBrowser.Providers

Any help is appreciated and thanks in advance


RE: Plugin to get subtitles from subdl.com - crobibero - 2024-06-23

We ship the nuget packages in the Jellyfin.* namespace. You can look at the open subtitles plugin to see how.

https://github.com/jellyfin/jellyfin-plugin-opensubtitles


RE: Plugin to get subtitles from subdl.com - Ahmed Khaled - 2024-06-23

Thanks a lot for your reply. Now when i try to build i get the following two errors:
Error 1 : " error NU1101: Unable to find package Jellyfin.Server. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org "
Error 2 : "error NU1101: Unable to find package Jellyf
in.Providers. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org"
Thanks once more