diff --git a/apps/Poddr.md b/apps/Poddr.md new file mode 100644 index 0000000000..70ed79498e --- /dev/null +++ b/apps/Poddr.md @@ -0,0 +1,48 @@ +--- +layout: app + +permalink: /Poddr/ +description: Simple podcast client + +screenshots: + - Poddr/screenshot.png + +authors: + - name: Sn8z + url: https://github.com/Sn8z + +links: + - type: GitHub + url: Sn8z/Poddr + - type: Download + url: https://github.com/Sn8z/Poddr/releases + +desktop: + Desktop Entry: + Name: poddr + Comment: Simple podcast client + Exec: AppRun + Terminal: false + Type: Application + Icon: poddr + X-AppImage-Version: 1.0.5 + X-AppImage-BuildId: 369d7360-1095-11a8-1283-0d696a5d614a + Categories: Audio + AppImageHub: + X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified. + Please remember that the signature file (.sig or .asc) should be the first file + given on the command line. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + +electron: + main: main.js + author: Sn8z + license: MIT + dependencies: + electron-json-storage: "^3.2.0" + electron-window-state: "^4.1.1" + itunes-api-search: "^1.1.0" + mousetrap: "^1.6.1" + node-podcast-parser: "^2.0.0" +--- diff --git a/apps/ser-player.md b/apps/ser-player.md index 848a25aebd..ddb0255fd5 100644 --- a/apps/ser-player.md +++ b/apps/ser-player.md @@ -15,7 +15,7 @@ authors: links: - type: GitHub url: cgarry/ser-player - - type: Install + - type: Download url: https://github.com/cgarry/ser-player/releases desktop: diff --git a/data/Poddr b/data/Poddr new file mode 100644 index 0000000000..6fa49d5f3b --- /dev/null +++ b/data/Poddr @@ -0,0 +1 @@ +https://github.com/Sn8z/Poddr diff --git a/database/Poddr/package.json b/database/Poddr/package.json new file mode 100644 index 0000000000..b09d06e92c --- /dev/null +++ b/database/Poddr/package.json @@ -0,0 +1,15 @@ +{ + "name": "poddr", + "version": "1.0.5", + "description": "Simple podcast client", + "main": "main.js", + "author": "Sn8z", + "license": "MIT", + "dependencies": { + "electron-json-storage": "^3.2.0", + "electron-window-state": "^4.1.1", + "itunes-api-search": "^1.1.0", + "mousetrap": "^1.6.1", + "node-podcast-parser": "^2.0.0" + } +} \ No newline at end of file diff --git a/database/Poddr/poddr.desktop b/database/Poddr/poddr.desktop new file mode 100644 index 0000000000..d7246839e8 --- /dev/null +++ b/database/Poddr/poddr.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=poddr +Comment=Simple podcast client +Exec=AppRun +Terminal=false +Type=Application +Icon=poddr +X-AppImage-Version=1.0.5 +X-AppImage-BuildId=369d7360-1095-11a8-1283-0d696a5d614a +Categories=Audio; + +[AppImageHub] +# Dear upstream developer, please include update information in your AppImage +# (e.g., with appimagetool -u) so that users can easily update the AppImage +X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 diff --git a/database/Poddr/screenshot.png b/database/Poddr/screenshot.png new file mode 100644 index 0000000000..e6b150d108 Binary files /dev/null and b/database/Poddr/screenshot.png differ