- Export play list and song names from Netease Music for Mac users.
- One .csv file per play list, which contains all songs and artist names of that play list.
- The output directory is simply the current working directory.
- Open your Terminal.
- Run
python export-netease-music-playlist.py
.
- Only for Mac users.
- Windows users please check here: https://github.com/vileer/NeteaseCloudMusicPlaylistCreator
- The location of sqlite_storage.sqlite3 might differ on your Mac. So you'll probably need to search for this file and then assign that value to variable database_path.
- Only tested on OS X Yosemite 10.10.5, with Python 2.7.13 and Netease Music Version 1.5.1.
- Many thanks to vileer's project!
- I borrowed a lot from his code and his code actually saved tons of my time while developing this toy project.
- Please feel free to copy and mofidy this code.