This project is aimed at creating a YouTube metadata plugin for Jellyfin, a media server software. The plugin will fetch metadata from YouTube for videos in the Jellyfin library, enhancing the user experience by providing additional information about the videos.
To install the plugin, follow these steps:
- Download the latest release from the releases page.
- Extract the contents of the release archive to the Jellyfin plugins directory.
- Restart the Jellyfin server.
For more detailed instructions, refer to the Jellyfin documentation.
Once the plugin is installed and running, it will automatically fetch metadata from YouTube for videos in the Jellyfin library. The metadata will be displayed alongside the video information, providing details such as title, description, thumbnail, and more.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request
This project is licensed under the GNU AGPL License.