From a7c1cc8a47b51e95e30df5452c6cccae09c08671 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 21 Jun 2018 08:55:27 +0000 Subject: [PATCH] Replace the txt with the yml format --- metadata/community.peers.internetradio.txt | 51 ------------------ metadata/community.peers.internetradio.yml | 63 ++++++++++++++++++++++ 2 files changed, 63 insertions(+), 51 deletions(-) delete mode 100644 metadata/community.peers.internetradio.txt create mode 100644 metadata/community.peers.internetradio.yml diff --git a/metadata/community.peers.internetradio.txt b/metadata/community.peers.internetradio.txt deleted file mode 100644 index 84fa5a9a70..0000000000 --- a/metadata/community.peers.internetradio.txt +++ /dev/null @@ -1,51 +0,0 @@ -Categories:Multimedia,Internet -License:GPL-3.0-or-later -Web Site:https://peers.community -Source Code:https://notabug.org/metadb-apps/InternetRadio -Issue Tracker:https://notabug.org/metadb-apps/InternetRadio/issues - -Auto Name:Internet Radio -Summary:Listen to Internet radio stations -Description: -This is a small app to search Internet radio stations, and listen to them. - -* Single-tap the notification to play/pause the stream -* Remove the notification to stop the player - -The list of radio stations is maintained by [https://www.radio-browser.info -RadioBrowser], and the data is retrieved from [https://metadb.peers.community -MetaDB]. -. - -Repo Type:git -Repo:https://notabug.org/metadb-apps/InternetRadio.git - -Build:1.0,1 - commit=v1.0 - subdir=app - gradle=yes - -Build:2.0,2 - commit=v2.0 - subdir=app - gradle=yes - -Build:2.1,3 - commit=v2.1 - subdir=app - gradle=yes - -Build:3.0.0,4 - commit=v3.0.0 - subdir=app - gradle=yes - -Build:3.1.0,5 - commit=v3.1.0 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:3.1.0 -Current Version Code:5 diff --git a/metadata/community.peers.internetradio.yml b/metadata/community.peers.internetradio.yml new file mode 100644 index 0000000000..2669141fd3 --- /dev/null +++ b/metadata/community.peers.internetradio.yml @@ -0,0 +1,63 @@ +Categories: + - Multimedia + - Internet +License: GPL-3.0-or-later +WebSite: https://peers.community +SourceCode: https://notabug.org/metadb-apps/InternetRadio +IssueTracker: https://notabug.org/metadb-apps/InternetRadio/issues + +AutoName: Internet Radio +Summary: Listen to Internet radio stations +Description: | + This is a small app to search Internet radio stations, and listen to them. + + * Single-tap the notification to play/pause the stream + * Remove the notification to stop the player + + The list of radio stations is maintained by [https://www.radio-browser.info + RadioBrowser], and the data is retrieved from [https://metadb.peers.community + MetaDB]. + +RepoType: git +Repo: https://notabug.org/metadb-apps/InternetRadio.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + subdir: app + gradle: + - yes + + - versionName: '2.0' + versionCode: 2 + commit: v2.0 + subdir: app + gradle: + - yes + + - versionName: '2.1' + versionCode: 3 + commit: v2.1 + subdir: app + gradle: + - yes + + - versionName: 3.0.0 + versionCode: 4 + commit: v3.0.0 + subdir: app + gradle: + - yes + + - versionName: 3.1.0 + versionCode: 5 + commit: v3.1.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 3.1.0 +CurrentVersionCode: 5