Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.76 KB

File metadata and controls

37 lines (23 loc) · 1.76 KB

Jellyfin YouTube Metadata Plugin

GitHub Release GitHub License GitHub Workflow Status

Description

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.

Installation

To install the plugin, follow these steps:

  1. Download the latest release from the releases page.
  2. Extract the contents of the release archive to the Jellyfin plugins directory.
  3. Restart the Jellyfin server.

For more detailed instructions, refer to the Jellyfin documentation.

Usage

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.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request

License

This project is licensed under the GNU AGPL License.