Skip to content

Commit 4e37fbc

Browse files
committed
2 parents 3c2a81b + a626fef commit 4e37fbc

File tree

3 files changed

+56
-13
lines changed

3 files changed

+56
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "<bug> "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Desktop (please complete the following information):**
23+
- OS: [e.g. Windows]
24+
- Version [e.g. Pro 64 bits]
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "<feat>"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<p align="center">
22
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/logo.png?raw=true" width="250" title="example">
33
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/app.png?raw=true" title="app">
4+
<img src="https://github.com/manucabral/YoutubeMusicRPC/blob/main/assets/listening.png?raw=true" width="250" title="listening">
5+
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/pause.png?raw=true" width="250" title="pause">
6+
<img src="https://github.com/manucabral/YouTubeMusicRPC/blob/main/assets/browser.png?raw=true" width="250" title="browser">
47
</p>
58

6-
79
<p align="center">
8-
A YouTube Music Rich Presence client that show what you're listening client made with ❤️.
10+
A YouTube Music Rich Presence app client that show what you're listening client made with ❤️.
911
</p>
1012

1113
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -17,11 +19,12 @@ The lastest release is available [here](https://github.com/manucabral/YoutubeMus
1719
- Google Chrome
1820
- Yandex Browser
1921
- Microsoft Edge
20-
> Still in dev for more browsers.
22+
23+
If you want a support for another browser, please make an [issue](https://github.com/manucabral/YoutubeMusicRPC/issues).
2124

2225

23-
## How does that work
24-
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).
26+
## :grey_question: How does that work
27+
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.
2528

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

4447
## ✨ Contributing
45-
All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!
48+
All contributions, bug reports, fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!
4649

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

0 commit comments

Comments
 (0)