Jekill 1 Posted April 21, 2024 Posted April 21, 2024 Hey community. Let me tell you, I'm actually a PHP developer and I have a small script that allows me to extract the metadata from videos (at least from a specific channel) from YouTube. Is there a way to turn it into an Emby plugin?
Luke 42077 Posted April 21, 2024 Posted April 21, 2024 Hi, best thing to do I would say is check out some of our metadata provider plugins as examples: https://github.com/MediaBrowser/Emby.Plugins.AniSearch
ebr 16169 Posted April 21, 2024 Posted April 21, 2024 2 hours ago, Jekill said: Hey community. Let me tell you, I'm actually a PHP developer and I have a small script that allows me to extract the metadata from videos (at least from a specific channel) from YouTube. Is there a way to turn it into an Emby plugin? Hi. Make sure you aren't violating the YouTube TOS in doing this. Thanks.
Jekill 1 Posted April 21, 2024 Author Posted April 21, 2024 19 minutes ago, Luke said: Hi, best thing to do I would say is check out some of our metadata provider plugins as examples: https://github.com/MediaBrowser/Emby.Plugins.AniSearch Thanks 9 minutes ago, ebr said: Hi. Make sure you aren't violating the YouTube TOS in doing this. Thanks. Don't worry, I'm using the Youtube v3 API and I have an API Key.
Jekill 1 Posted April 21, 2024 Author Posted April 21, 2024 1 hour ago, Luke said: Hola, lo mejor que puedo hacer es consultar algunos de nuestros complementos de proveedores de metadatos como ejemplos: https://github.com/MediaBrowser/Emby.Plugins.AniSearch Im watching and what the plugin does is handle the DOM and I actually use the API, it returns a json. I'm pretty lost here
Luke 42077 Posted April 21, 2024 Posted April 21, 2024 26 minutes ago, Jekill said: Im watching and what the plugin does is handle the DOM and I actually use the API, it returns a json. I'm pretty lost here Maybe this is a better example then: https://github.com/MediaBrowser/Emby.Plugins.MyAnimeList
Jekill 1 Posted April 21, 2024 Author Posted April 21, 2024 Hace 8 minutos, Luke dijo: Quizás este sea un mejor ejemplo: https://github.com/MediaBrowser/Emby.Plugins.MyAnimeList This plugin uses both methods. Thanks. Now I think I can analyze the internal functioning well to try to create my own. If I manage to create it, I will try to publish it for those users who have libraries of videos downloaded from YouTube (although I know this already infringes their T&C). Thanks for the info again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now