Skip to content

Import your Netease Cloud Music Playlist into Apple Music

Notifications You must be signed in to change notification settings

xingfanxia/neteasemusic2am

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

网易云音乐 导入 Apple Music

使用方法

使用代理截取 Apple Music 的 Cookie

  • 在电脑上打开 Charles(或类似应用)
  • 确保 SSL 代理启用并且正常工作
    • 菜单->Proxy->SSL Proxying Settings... image
    • 安装 Charles 根证书并信任 image
  • 在 Apple Music 中随便选取一首歌增加到你的音乐库中
  • 在 Charles 中找到 https://ld-5.itunes.apple.com/WebObjects/MZDaap.woa/daap/databases/1/cloud-add 的请求,拷贝 X-Dsid, Cookie, X-GuidUser-Agent 这四个请求标头

开始导入

更改add_songs中的相应headers

python playlist2csv.py [playlist_id]

假设播放列表的链接为 http://music.163.com/#/m/playlist?id=12345678playlist_id12345678

已知问题

Missing songs

The script I'm using to retrieve the Apple Music identifier for a Spotify song is quite basic. It simply compares the title and artist to find out if a Spotify and Apple Music song match. Some songs don't have the exact same title (extraneous spacing for example) in both services. This results in the script failing to retrieve an identifier for some songs.

About

Import your Netease Cloud Music Playlist into Apple Music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%