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 @@ -