From a161bb2aa933643aed1000805d6383a2027ad30f Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Mon, 22 Feb 2021 17:51:50 +0530 Subject: [PATCH] tags complete --- .vscode/launch.json | 7 ++ Readme.md | 3 +- client/index.html | 2 +- client/navbar.html | 3 +- client/scripts.html | 7 +- client/tags.html | 209 ++++++++++++++++++++++++++++++++++ controllers/pages.go | 85 ++++++++++++-- controllers/podcast.go | 11 ++ controllers/websockets.go | 7 +- db/dbfunctions.go | 31 +++++ internal/sanitize/sanitize.go | 2 +- main.go | 2 + service/podcastService.go | 22 ++++ 13 files changed, 372 insertions(+), 19 deletions(-) create mode 100644 .vscode/launch.json create mode 100644 client/tags.html diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..5c7247b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,7 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [] +} \ No newline at end of file diff --git a/Readme.md b/Readme.md index bb86acd..bffa19c 100644 --- a/Readme.md +++ b/Readme.md @@ -71,9 +71,10 @@ Podgrab started a tool that I initially built to solve a specific problem I had. ### Features - Download/Archive complete podcast - Auto-download new episodes +- Tag/Label podcasts into groups - Download on demand - Podcast Discovery - Search and Add podcasts using iTunes API -- Full-fledged podcast player - Play downloaded files or stream from original source. +- Full-fledged podcast player - Play downloaded files or stream from original source. Play single episodes, full podcasts and podcast groups(tags) - Add using direct RSS feed URL / OMPL import / Search - Basic Authentication - Existing episode file detection - Prevent re-downloading files if already present diff --git a/client/index.html b/client/index.html index 72b6a21..2eb93a8 100644 --- a/client/index.html +++ b/client/index.html @@ -121,7 +121,7 @@ -