Skip to content

Commit

Permalink
Merge pull request #378 from AppImage/Poddr
Browse files Browse the repository at this point in the history
Create Poddr
  • Loading branch information
probonopd authored Feb 16, 2018
2 parents f5a1e0e + e77b707 commit f4aa832
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 1 deletion.
48 changes: 48 additions & 0 deletions apps/Poddr.md
Original file line number Diff line number Diff line change
@@ -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"
---
2 changes: 1 addition & 1 deletion apps/ser-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions data/Poddr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/Sn8z/Poddr
15 changes: 15 additions & 0 deletions database/Poddr/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
17 changes: 17 additions & 0 deletions database/Poddr/poddr.desktop
Original file line number Diff line number Diff line change
@@ -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
Binary file added database/Poddr/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4aa832

Please sign in to comment.