XpoMusic

A modern Spotify experience for Windows 10

  • 所有者: MahdiGhiasi/XpoMusic
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Xpo Music (formerly Xpotify)

A modern Spotify experience for Windows 10

Building from source

Requirements

You need to have these components installed in order to build Xpo Music:

Configuration

Create a file named Secrets.cs in the XpoMusic/ directory, and put the following content into it:

namespace XpoMusic
{
    internal static class Secrets
    {
        internal static readonly string SpotifyClientId = "";
        internal static readonly string SpotifyClientSecret = "";
        internal static readonly string GoogleAnalyticsTrackerId = "";
    }
}

Sign up on Spotify Developer website and get an API key for yourself. Put Id and Secret that you get from Spotify into the SpotifyClientId and SpotifyClientSecret fields. You can leave the GoogleAnalyticsTrackerId empty.

Also, you will need to add https://xpomusic.ghiasi.net/login/redirect as the redirect URI on Spotify developer dashboard for the app entry you created. Alternatively, you can choose a different redirect URI and then modify this line of code accordingly.

Contributing

If you want to work on a bug or an enhancement that is already present and approved in the Issues, please leave a comment under that issue stating that you're going to work on it (so we can avoid doing duplicate work).

Also, if you want to work on a new feature you have in mind for Xpo Music, please create an issue first so we can discuss it.

License

Xpo Music is available under GNU General Public License v3.0.

主要指標

概覽
名稱與所有者MahdiGhiasi/XpoMusic
主編程語言C#
編程語言C# (語言數: 5)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2019-04-06 17:41:55
推送於2020-09-25 10:24:03
最后一次提交2020-09-25 13:53:51
發布數0
用户参与
星數404
關注者數17
派生數29
提交數612
已啟用問題?
問題數118
打開的問題數51
拉請求數5
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?