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 youtube-music #1479

Merged
merged 6 commits into from
May 2, 2019
Merged
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
59 changes: 59 additions & 0 deletions apps/youtube-music.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
layout: app

permalink: /youtube-music/
description: YouTube Music Desktop App - including custom plugins
license: MIT

icons:
- youtube-music/icons/128x128/youtube-music.png

screenshots:
- youtube-music/screenshot.png

authors:
- name: th-ch
url: https://github.com/th-ch

links:
- type: GitHub
url: th-ch/youtube-music
- type: Download
url: https://github.com/th-ch/youtube-music/releases

desktop:
Desktop Entry:
Name: YouTube Music
Comment: YouTube Music Desktop App - including custom plugins
Exec: AppRun
Terminal: false
Type: Application
Icon: youtube-music
StartupWMClass: YouTube Music
X-AppImage-Version: 1.1.2.6
Categories: AudioVideo
X-AppImage-BuildId: 1KdrK9As9VGrKn7UGO04W3UQFRB
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: YouTube Music Desktop App - including custom plugins
license: MIT
repository: th-ch/youtube-music
author:
name: th-ch
email: [email protected]
url: https://github.com/th-ch/youtube-music
dependencies:
ad-block: "^4.1.3"
electron-debug: "^2.0.0"
electron-is-dev: "^1.0.1"
electron-localshortcut: "^3.1.0"
electron-store: "^2.0.0"
electron-updater: "^4.0.6"
---
1 change: 1 addition & 0 deletions data/youtube-music
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/th-ch/youtube-music
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions database/youtube-music/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "youtube-music",
"productName": "YouTube Music",
"version": "1.1.2",
"description": "YouTube Music Desktop App - including custom plugins",
"license": "MIT",
"repository": "th-ch/youtube-music",
"author": {
"name": "th-ch",
"email": "[email protected]",
"url": "https://github.com/th-ch/youtube-music"
},
"dependencies": {
"ad-block": "^4.1.3",
"electron-debug": "^2.0.0",
"electron-is-dev": "^1.0.1",
"electron-localshortcut": "^3.1.0",
"electron-store": "^2.0.0",
"electron-updater": "^4.0.6"
}
}
Binary file added database/youtube-music/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions database/youtube-music/youtube-music.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[Desktop Entry]
Name=YouTube Music
Comment=YouTube Music Desktop App - including custom plugins
Exec=AppRun
Terminal=false
Type=Application
Icon=youtube-music
StartupWMClass=YouTube Music
X-AppImage-Version=1.1.2.6
Categories=AudioVideo;
X-AppImage-BuildId=1KdrK9As9VGrKn7UGO04W3UQFRB

[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