{"id":18276631,"url":"https://github.com/jellyfin/jellyfin-plugin-tvheadend","last_synced_at":"2025-04-03T01:08:50.214Z","repository":{"id":34187996,"uuid":"164067274","full_name":"jellyfin/jellyfin-plugin-tvheadend","owner":"jellyfin","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T18:17:00.000Z","size":806,"stargazers_count":36,"open_issues_count":35,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T01:30:18.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jellyfin.org","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jellyfin.png","metadata":{"funding":{"open_collective":"jellyfin"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-04T06:25:09.000Z","updated_at":"2025-04-01T18:01:28.000Z","dependencies_parsed_at":"2024-02-13T18:16:07.969Z","dependency_job_id":"054a1c0e-f9f9-4bc1-81e2-409e07e6d0cb","html_url":"https://github.com/jellyfin/jellyfin-plugin-tvheadend","commit_stats":{"total_commits":110,"total_committers":24,"mean_commits":4.583333333333333,"dds":0.8363636363636364,"last_synced_commit":"21f653ac5c2ffedbca449b9edbd9a4ec7c054ec1"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellyfin%2Fjellyfin-plugin-tvheadend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellyfin%2Fjellyfin-plugin-tvheadend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellyfin%2Fjellyfin-plugin-tvheadend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellyfin%2Fjellyfin-plugin-tvheadend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellyfin","download_url":"https://codeload.github.com/jellyfin/jellyfin-plugin-tvheadend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916760,"owners_count":20854514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T12:16:38.276Z","updated_at":"2025-04-03T01:08:50.149Z","avatar_url":"https://github.com/jellyfin.png","language":"C#","funding_links":["https://opencollective.com/jellyfin"],"categories":["C\\#"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eJellyfin TVHeadend Plugin\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003ePart of the \u003ca href=\"https://jellyfin.org\"\u003eJellyfin Project\u003c/a\u003e\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Plugin Banner\" src=\"https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/plugins/SVG/jellyfin-plugin-tvheadend.svg?sanitize=true\"/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://github.com/jellyfin/jellyfin-plugin-tvheadend/actions?query=workflow%3A%22Test+Build+Plugin%22\"\u003e\n\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/jellyfin/jellyfin-plugin-tvheadend/Test%20Build%20Plugin.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/jellyfin/jellyfin-plugin-tvheadend\"\u003e\n\u003cimg alt=\"MIT License\" src=\"https://img.shields.io/github/license/jellyfin/jellyfin-plugin-tvheadend.svg\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/jellyfin/jellyfin-plugin-tvheadend/releases\"\u003e\n\u003cimg alt=\"Current Release\" src=\"https://img.shields.io/github/release/jellyfin/jellyfin-plugin-tvheadend.svg\"/\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nThis is a plugin allows you to manage TVHeadend from Jellyfin.\n\n## Installation\n\n[See the official documentation for install instructions](https://jellyfin.org/docs/general/server/plugins/index.html#installing).\n\n## Build\n\n1. To build this plugin you will need [.Net 8.x](https://dotnet.microsoft.com/download/dotnet/8.0).\n\n2. Build plugin with following command\n  ```\n  dotnet publish --configuration Release --output bin\n  ```\n\n3. Place the dll-file in the `plugins/tvheadend` folder (you might need to create the folders) of your JF install\n\n## Releasing\n\nTo release the plugin we recommend [JPRM](https://github.com/oddstr13/jellyfin-plugin-repository-manager) that will build and package the plugin.\nFor additional context and for how to add the packaged plugin zip to a plugin manifest see the [JPRM documentation](https://github.com/oddstr13/jellyfin-plugin-repository-manager) for more info.\n\n## Contributing\n\nWe welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start.\nIn general refer to our [contributing guidelines](https://github.com/jellyfin/.github/blob/master/CONTRIBUTING.md) for further information.\n\n## Licence\n\nThis plugins code and packages are distributed under the MIT License. See [LICENSE](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellyfin%2Fjellyfin-plugin-tvheadend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellyfin%2Fjellyfin-plugin-tvheadend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellyfin%2Fjellyfin-plugin-tvheadend/lists"}