Skip to content

shirafukayayoi/Node_fb2kRichPresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_fb2kRichPresence

English README

実行結果

image

Play on Youtube → 聞いている音楽のYoutubeURL
View Channel Link →今聞いている音楽のChannelURL

インストール方法

このリポジトリをcloneします

git clone https://github.com/shirafukayayoi/Node_fb2kRichPresence

foobar2000のプラグインを入れる

nowplaying2のダウンロード
ダウンロード後、filePreferencesToolsNow 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のダウンロード
ダウンロード後、filePreferencesToolsYoutube Sourceの設定に行き、MaintenanceにYoutubeのapiを入れる。
日本人の方は自分が過去に書いたnote-foobar2000のすゝめ【フリーソフト/音楽プレイヤー】を読んでみてほしい。
その後、FileYoutubeSourceから音楽を楽しむ。

Playback Statisticsのダウンロード
これを導入することで、再生回数の表示が可能になる。

パッケージのインストール

npm install

index.jsの変更

const nowPlayingFilePathの部分に、Now Playing2で設定したテキストファイルのディレクトリを入れる。

exe化したい場合

nexeを使ってexe化することができます。

nexe -i index.js -o Node_fb2kRichPresence.exe -t windows-x64-14.15.3

再生中の表示にしたい場合、Vencardのダウンロード

Vencord-foobarを入れる。

Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/tunip3/Vencord-foobar/main/Install-RicherCider.ps1' -UseBasicParsing).Content

をPowerShellで実行。

実行!

node index.js

既知の問題

  • ローカルファイルだとアルバムアートがDiscordに表示されない。 image
  • 途中から再生してしまうと再生バーと時間がずれてしまう。