From e61eba866f23d3f53df134a996add8a6b5de75ab Mon Sep 17 00:00:00 2001 From: Izzy Date: Thu, 8 Aug 2019 01:07:20 +0200 Subject: [PATCH] TVHGuide: convert to YAML --- metadata/org.tvheadend.tvhguide.txt | 29 ---------------------------- metadata/org.tvheadend.tvhguide.yml | 30 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 metadata/org.tvheadend.tvhguide.txt create mode 100644 metadata/org.tvheadend.tvhguide.yml diff --git a/metadata/org.tvheadend.tvhguide.txt b/metadata/org.tvheadend.tvhguide.txt deleted file mode 100644 index a74985b670..0000000000 --- a/metadata/org.tvheadend.tvhguide.txt +++ /dev/null @@ -1,29 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/john-tornblom/TVHGuide -Issue Tracker:https://github.com/john-tornblom/TVHGuide/issues - -Auto Name:TVHGuide -Summary:TVHeadEnd PVR client -Description: -Watch live TV and recordings from your home theatre setup if you have a -TVHeadEnd PVR. Features include: - -* List channels and their upcoming events -* Search the EPG for upcomming events -* Schedule, cancel and remove recordings -* Stream audio and video (via http) -. - -Repo Type:git -Repo:https://github.com/john-tornblom/TVHGuide.git - -Build:1.6.7,21 - commit=v1.6.7 - target=android-9 - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:1.6.7 -Current Version Code:21 diff --git a/metadata/org.tvheadend.tvhguide.yml b/metadata/org.tvheadend.tvhguide.yml new file mode 100644 index 0000000000..14956f0b2c --- /dev/null +++ b/metadata/org.tvheadend.tvhguide.yml @@ -0,0 +1,30 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://github.com/john-tornblom/TVHGuide +IssueTracker: https://github.com/john-tornblom/TVHGuide/issues + +AutoName: TVHGuide +Summary: TVHeadEnd PVR client +Description: |- + Watch live TV and recordings from your home theatre setup if you have a + TVHeadEnd PVR. Features include: + + * List channels and their upcoming events + * Search the EPG for upcomming events + * Schedule, cancel and remove recordings + * Stream audio and video (via http) + +RepoType: git +Repo: https://github.com/john-tornblom/TVHGuide.git + +Builds: + - versionName: 1.6.7 + versionCode: 21 + commit: v1.6.7 + target: android-9 + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 1.6.7 +CurrentVersionCode: 21