Skip to content

Commit

Permalink
Merge pull request #658 from AppImage/Sharp-Tune
Browse files Browse the repository at this point in the history
Create Sharp-Tune
  • Loading branch information
probonopd committed Jun 28, 2018
2 parents 5c8298b + f241f71 commit 2be06dc
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 0 deletions.
56 changes: 56 additions & 0 deletions apps/Sharp-Tune.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: app

permalink: /Sharp-Tune/
description: Lightweight Cross-platform music player build upon the node using the electron framework.
license: MIT

icons:
- Sharp-Tune/icons/128x128/sharp-tune.png

screenshots:
- Sharp-Tune/screenshot.png

authors:
- name: MD-AZMAL
url: https://github.com/MD-AZMAL

links:
- type: GitHub
url: MD-AZMAL/Sharp-Tune
- type: Download
url: https://github.com/MD-AZMAL/Sharp-Tune/releases

desktop:
Desktop Entry:
Name: Sharp Tune
Comment: Lightweight Cross-platform music player build upon the node using the electron
framework.
Exec: AppRun
Terminal: false
Type: Application
Icon: sharp-tune
X-AppImage-Version: 1.0.2
X-AppImage-BuildId: 806fc860-7b36-11a8-0e90-e76ea9fd5897
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
X-AppImage-Payload-License: MIT

electron:
description: Lightweight Cross-platform music player build upon the node using the
electron framework.
main: main.js
repository: https://github.com/MD-AZMAL/Sharp-Tune
dependencies:
electron-is-dev: "^0.3.0"
electron-log: "^2.2.15"
electron-updater: "^2.21.10"
musicmetadata: "^2.0.5"
author: Md Azmal <azmalmd12@gmail.com>
license: MIT
---
1 change: 1 addition & 0 deletions data/Sharp-Tune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/MD-AZMAL/Sharp-Tune
Binary file added database/Sharp-Tune/icons/128x128/sharp-tune.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions database/Sharp-Tune/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "sharp-tune",
"version": "1.0.2",
"Tag version": "v1.0.2",
"description": "Lightweight Cross-platform music player build upon the node using the electron framework.",
"main": "main.js",
"repository": "https://github.com/MD-AZMAL/Sharp-Tune",
"dependencies": {
"electron-is-dev": "^0.3.0",
"electron-log": "^2.2.15",
"electron-updater": "^2.21.10",
"musicmetadata": "^2.0.5"
},
"author": "Md Azmal <azmalmd12@gmail.com>",
"license": "MIT"
}
Binary file added database/Sharp-Tune/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions database/Sharp-Tune/sharp-tune.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Desktop Entry]
Name=Sharp Tune
Comment=Lightweight Cross-platform music player build upon the node using the electron framework.
Exec=AppRun
Terminal=false
Type=Application
Icon=sharp-tune
X-AppImage-Version=1.0.2
X-AppImage-BuildId=806fc860-7b36-11a8-0e90-e76ea9fd5897
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
X-AppImage-Payload-License=MIT

0 comments on commit 2be06dc

Please sign in to comment.