Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Firetail #1826

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions apps/Firetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
layout: app

permalink: /Firetail/
description: Audio Player

icons:
- Firetail/icons/128x128/firetail.png

screenshots:
- Firetail/screenshot.png

authors:
- name: projsh
url: https://github.com/projsh

links:
- type: GitHub
url: projsh/firetail
- type: Download
url: https://github.com/projsh/firetail/releases

desktop:
Desktop Entry:
Name: Firetail
Exec: AppRun
Terminal: false
Type: Application
Icon: firetail
StartupWMClass: Firetail
X-AppImage-Version: 0.4.0.121
Comment: Audio Player
Categories: AudioVideo
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:
author:
name: projsh_
email: [email protected]
repository: https://github.com/projsh/firetail.git
main: main.js
dependencies:
discord-rpc: "^3.0.1"
electron-settings: "^3.2.0"
express: "^4.17.1"
fs-extra: "^8.1.0"
jsmediatags: "^3.8.1"
markdown-it: "^9.0.0"
tmp: "^0.0.33"
optionalDependencies:
mpris-service: "^2.1.0"
"@nodert-win10/windows.foundation": "^0.2.96"
"@nodert-win10/windows.media": "^0.2.96"
"@nodert-win10/windows.media.playback": "^0.2.96"
"@nodert-win10/windows.storage.streams": "^0.2.96"
---
2 changes: 2 additions & 0 deletions data/Firetail
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://github.com/projsh/firetail/releases/download/continuous/firetail.AppImage
#
17 changes: 17 additions & 0 deletions database/Firetail/firetail.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Desktop Entry]
Name=Firetail
Exec=AppRun
Terminal=false
Type=Application
Icon=firetail
StartupWMClass=Firetail
X-AppImage-Version=0.4.0.121
Comment=Audio Player
Categories=AudioVideo;

[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/Firetail/icons/128x128/firetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions database/Firetail/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "firetail",
"version": "0.4.0",
"description": "Audio Player",
"author": {
"name": "projsh_",
"email": "[email protected]"
},
"repository": "https://github.com/projsh/firetail.git",
"main": "main.js",
"dependencies": {
"discord-rpc": "^3.0.1",
"electron-settings": "^3.2.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"jsmediatags": "^3.8.1",
"markdown-it": "^9.0.0",
"tmp": "^0.0.33"
},
"optionalDependencies": {
"mpris-service": "^2.1.0",
"@nodert-win10/windows.foundation": "^0.2.96",
"@nodert-win10/windows.media": "^0.2.96",
"@nodert-win10/windows.media.playback": "^0.2.96",
"@nodert-win10/windows.storage.streams": "^0.2.96"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.