Play on Youtube
→ The Youtube URL of the music you are listening to
View Channel Link
→ The Channel URL of the music you are listening to
git clone https://github.com/shirafukayayoi/Node_fb2kRichPresence
Download nowplaying2
After downloading, go to file
→ Preferences
→ Tools
→ Now Playing 2
settings, and set the Format to:
%title%$char(10)
%artist%$char(10)
%length%$char(10)
%fy_url%$char(10)
%fy_channel_url%$char(10)
%fy_thumbnail_url%$char(10)
%album%$char(10)
%play_count%$char(10)
%albumarturl%
Then, set the File path.
Download YoutubeSource
After downloading, go to file
→ Preferences
→ Tools
→ Youtube Source
settings, and enter the Youtube API in Maintenance
.
Japanese users can refer to the article note-foobar2000のすゝめ【フリーソフト/音楽プレイヤー】 written by the author.
After that, enjoy music from File
→ YoutubeSource
.
Download Playback Statistics
By installing this, you can display the play count.
npm install
Set the directory of the text file configured in Now Playing 2 in const nowPlayingFilePath
.
You can use nexe to create an executable file.
nexe -i index.js -o Node_fb2kRichPresence.exe -t windows-x64-14.15.3
Install Vencord-foobar.
Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/tunip3/Vencord-foobar/main/Install-RicherCider.ps1' -UseBasicParsing).Content
Run this in PowerShell.
node index.js
- Album art is not displayed on Discord for local files.
- If you start playing from the middle, the playback bar and time will be misaligned.
*This readme converts Japanese using ChatGPT.