Play on Youtube
→ 聞いている音楽のYoutubeURL
View Channel Link
→今聞いている音楽のChannelURL
git clone https://github.com/shirafukayayoi/Node_fb2kRichPresence
nowplaying2のダウンロード
ダウンロード後、file
→Preferences
→Tools
→Now Playing 2
の設定まで行き、Formatに
%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%
と入れ、Fileの設定を行う。
YoutubeSourceのダウンロード
ダウンロード後、file
→Preferences
→Tools
→Youtube Source
の設定に行き、Maintenance
にYoutubeのapiを入れる。
日本人の方は自分が過去に書いたnote-foobar2000のすゝめ【フリーソフト/音楽プレイヤー】を読んでみてほしい。
その後、File
→YoutubeSource
から音楽を楽しむ。
Playback Statisticsのダウンロード
これを導入することで、再生回数の表示が可能になる。
npm install
const nowPlayingFilePath
の部分に、Now Playing2で設定したテキストファイルのディレクトリを入れる。
nexeを使ってexe化することができます。
nexe -i index.js -o Node_fb2kRichPresence.exe -t windows-x64-14.15.3
Vencord-foobarを入れる。
Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/tunip3/Vencord-foobar/main/Install-RicherCider.ps1' -UseBasicParsing).Content
をPowerShellで実行。
node index.js