Skip to content

Commit

Permalink
chore(merge): pull request #68 from XeroxDev/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev authored Apr 3, 2023
2 parents f46354d + 2987a67 commit 67d6bf7
Show file tree
Hide file tree
Showing 19 changed files with 1,120 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./coverage/coverage-final.json
fail_ci_if_error: true
fail_ci_if_error: false

- name: Create release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
# 3. What is this Plugin?
This Stream Deck Plugin allows you to control the [YouTube Music Desktop App](https://github.com/ytmdesktop/ytmdesktop)

> **Note**: we don't support v1.13.0 or lower, we recommend updating to the latest Nightly pre-release
# 4. Support / Feedback
You found a bug? You have a feature request? I would love to hear about it [here](https://github.com/XeroxDev/YTMD-StreamDeck/issues/new/choose) or click on the "Issues" tab here on the GitHub repositorie!

Expand Down Expand Up @@ -64,11 +66,11 @@ You can also join my discord [here](https://s.tswi.me/discord)
3. Add Actions to Stream Deck.
4. Activate the Companion Server / Remote control from YTMD App
- Settings > Integration > "Enable Companion Server" or "Remote control" (Should be the first entry with an open icon)
6. Click on the open Icon or go to http://localhost:9863/ (Default)
7. Optional: Activate password protection. else go to 7.
8. Click on Play/Pause button.
9. Add all settings. (Host, Port, Password)
10. Click save
5. Click on the open Icon or go to http://localhost:9863/ (Default)
6. Optional: Activate password protection. else go to 7.
7. Click on Play/Pause button.
8. Add all settings. (Host, Port, Password)
9. Click save

# 7. How to contribute?

Expand Down
Binary file modified YTMD-Connector-Icons.psd
Binary file not shown.
Binary file added icons/library-off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/library-off@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/library-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/library-on@2x.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 manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,25 @@
"SupportedInMultiActions": true,
"Tooltip": "Repeat",
"UUID": "fun.shiro.ytmdc.repeat"
},
{
"Icon": "icons/library-on",
"Name": "Library",
"States": [
{
"Image": "icons/library-off",
"TitleAlignment": "middle",
"FontSize": "16"
},
{
"Image": "icons/library-on",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Library",
"UUID": "fun.shiro.ytmdc.library"
}
],
"CodePath": "action.html",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"standard-version": "^9.3.2",
"stringify-package": "^1.0.1",
"terser": "^5.12.0",
"ts-node": "^9.1.1",
"ts-node": "^10.9.1",
"tsify": "^5.0.4",
"typescript": "^4.6.2",
"typescript": "^5.0.3",
"watchify": "^4.0.0"
},
"husky": {
Expand Down
Loading

0 comments on commit 67d6bf7

Please sign in to comment.