From baa9e6e982d1e55ea489538df7ba5cfa2b33971b Mon Sep 17 00:00:00 2001 From: basiljelly <707475+basiljelly@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:13:01 -0400 Subject: [PATCH 1/3] added audiobookshelf --- src/apps.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 65366ae..c689604 100644 --- a/src/apps.json +++ b/src/apps.json @@ -466,6 +466,16 @@ "Android_AudioNow" ] }, + { + "name": "audiobookshelf", + "pattern": "^audiobookshelf", + "urls": [ + "https://www.audiobookshelf.org/guides/podcasts/" + ], + "examples": [ + "audiobookshelf (+https://audiobookshelf.org)" + ] + }, { "name": "AudioWave", "pattern": "(^AudioWave/1|^AudioWave iOS)", @@ -1939,7 +1949,7 @@ "name": "Hubbard Radio", "pattern": "HubbardApp/", "description": "Hubbard Radio Apps", - "comments": "All Hubbard Radio station apps available on iOS and Android. Used when downloading or streaming podcast episodes.", + "comments": "All Hubbard Radio station apps available on iOS and Android. Used when downloading or streaming podcast episodes.", "urls": [ "https://hubbardradio.com", "https://hubbardbroadcasting.com", @@ -2591,7 +2601,7 @@ "mowPod/1.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" ] }, - { + { "name": "MPlayer", "description": "GPL-licensed cross-platform movie player", "pattern": "^MPlayer \\d", @@ -4069,4 +4079,4 @@ ] } ] -} +} \ No newline at end of file From aa7f2c59ac064140b6fcf711f570207757794661 Mon Sep 17 00:00:00 2001 From: basiljelly <707475+basiljelly@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:26:06 -0400 Subject: [PATCH 2/3] Update apps.json Removed additional formatting --- src/apps.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index c689604..d193c63 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1949,7 +1949,7 @@ "name": "Hubbard Radio", "pattern": "HubbardApp/", "description": "Hubbard Radio Apps", - "comments": "All Hubbard Radio station apps available on iOS and Android. Used when downloading or streaming podcast episodes.", + "comments": "All Hubbard Radio station apps available on iOS and Android. Used when downloading or streaming podcast episodes.", "urls": [ "https://hubbardradio.com", "https://hubbardbroadcasting.com", @@ -2601,7 +2601,7 @@ "mowPod/1.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" ] }, - { + { "name": "MPlayer", "description": "GPL-licensed cross-platform movie player", "pattern": "^MPlayer \\d", @@ -3874,6 +3874,17 @@ "Voiz FM/10.1.0 (Linux;Android 8.1.0) ExoPlayerLib/2.9.3" ] }, + { + "name": "Wavlake", + "pattern": "^Wavlake/", + "urls": [ + "https://wavlake.com" + ], + "examples": [ + "Wavlake/0.0.2 iPhone 11/35 https://wavlake.com", + "Wavlake/0.0.1 Android 18/34 https://wavlake.com" + ] + }, { "name": "Winamp", "pattern": "^Winamp", @@ -4079,4 +4090,4 @@ ] } ] -} \ No newline at end of file +} From e1a675ca5ec67b6eec44601519cb22ab230c71b7 Mon Sep 17 00:00:00 2001 From: basiljelly <707475+basiljelly@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:30:00 -0400 Subject: [PATCH 3/3] Update apps.json --- src/apps.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/apps.json b/src/apps.json index d193c63..7283826 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3874,17 +3874,6 @@ "Voiz FM/10.1.0 (Linux;Android 8.1.0) ExoPlayerLib/2.9.3" ] }, - { - "name": "Wavlake", - "pattern": "^Wavlake/", - "urls": [ - "https://wavlake.com" - ], - "examples": [ - "Wavlake/0.0.2 iPhone 11/35 https://wavlake.com", - "Wavlake/0.0.1 Android 18/34 https://wavlake.com" - ] - }, { "name": "Winamp", "pattern": "^Winamp",