Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed May 13, 2023
2 parents 3c2a81b + a626fef commit 4e37fbc
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 13 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "<bug> "
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. Pro 64 bits]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "<feat>"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<p align="center">
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/logo.png?raw=true" width="250" title="example">
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/app.png?raw=true" title="app">
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/listening.png?raw=true" width="250" title="listening">
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/pause.png?raw=true" width="250" title="pause">
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/browser.png?raw=true" width="250" title="browser">
</p>


<p align="center">
A YouTube Music Rich Presence client that show what you're listening client made with ❤️.
A YouTube Music Rich Presence app client that show what you're listening client made with ❤️.
</p>

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand All @@ -17,11 +19,12 @@ The lastest release is available [here](https://github.com/manucabral/YoutubeMus
- Google Chrome
- Yandex Browser
- Microsoft Edge
> Still in dev for more browsers.

If you want a support for another browser, please make an [issue](https://github.com/manucabral/YoutubeMusicRPC/issues).


## How does that work
The program opens your browser with remote debugging enable and obtains all Youtube Music tabs then gets all information about that media throught [MediaSession](https://developer.mozilla.org/en-US/docs/Web/API/MediaSession).
## :grey_question: How does that work
The application opens your browser with remote debugging enable (Chrome Dev Tools) to access all Youtube Music tabs, once this is done the app executes a script to obtain all the data throught [MediaSession](https://developer.mozilla.org/en-US/docs/Web/API/MediaSession) and finally create a Rich Presence for Discord.

## 🔨 Troubleshooting
- My rich presence client is not displaying?
Expand All @@ -42,12 +45,5 @@ The program opens your browser with remote debugging enable and obtains all Yout
Credits to [pypresence](https://github.com/qwertyquerty/pypresence)

## ✨ Contributing
All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!
All contributions, bug reports, fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!

## Previews
<p align="center">
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/listening.png?raw=true" width="250" title="listening">
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/pause.png?raw=true" width="250" title="pause">
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/browser.png?raw=true" width="250" title="browser">
</p>
</p>

0 comments on commit 4e37fbc

Please sign in to comment.