You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# YouTube Music Rich Presence
2
2
3
3
# Update:
4
-
I don't really like the current system of how YT-RPC works on a user level
5
-
It's not convienient for people to have to make api keys and have to install python of all things
6
-
And my friend told me there should be a way to do rpc with javascript
7
-
so ytrpc may be moving to a browser extension (if not i'll delete this update section)
8
-
i will still be most likely using the python version cause i like being able to run my music through my terminal
9
-
i guess i should also figure out the logistics of listen together ?
4
+
I don't really like the current system of how YT-RPC works on a user level <br>
5
+
It's not convienient for people to have to make api keys and have to install python of all things<br>
6
+
And my friend told me there should be a way to do rpc with javascript<br>
7
+
so ytrpc may be moving to a browser extension (if not i'll delete this update section)<br>
8
+
i will still be most likely using the python version cause i like being able to run my music through my terminal<br>
9
+
i guess i should also figure out the logistics of listen together ?<br>
10
10
thank you
11
11
------
12
12
@@ -28,11 +28,24 @@ This project requires you to generate a YouTube API key, specifically the YouTub
28
28
29
29
30
30
# Running YT-RPC
31
-
Navigate to the Google Cloud developer console and obtain an api key for the data API, then create a file into rpc named .env with the value YOUTUBE_API_KEY="yourkey"
32
-
This project comes with certain songs with custom properties such as a hover text or custom animated album art, which is changeable in custom.json
33
-
Either open YT-RPC in a code editor of your choice and run main.py in the rpc folder (only use this for development purposes such as previewing custom.json changes) <br>
34
-
Albiet untested, running the script raw with Python<br>
35
-
Or compile YT-RPC into an exe using pyinstaller
31
+
Navigate to the [Google Cloud developer](https://console.cloud.google.com) console and obtain an api key for the data API, then create a file in the rpc directory named .env with the value YOUTUBE_API_KEY="yourkey"
32
+
33
+
This project comes with certain songs with custom properties with almost everything being customizable (animated album art, overriding the album name to be a message of your choice, overriding the artist, etc), which is changeable in custom.json
34
+
35
+
I've personally found YT-RPC to work best by running it through my terminal
0 commit comments