banner
咕咕乔

咕咕乔

咕咕咕
github
email

NetEase Cloud Music Cloud Disk User Guide

Hash Conversion#

NetEase Cloud Copyright Music cannot recognize Hash for uploading. In this case, you only need to use FFmpeg packaging to upload.
Add FFmpeg to the environment variable, save the following code as convert.bat and run it. The converted files will be placed in the converted folder.

@echo off
mkdir converted
for %%i in (*.flac *.mp3) do (
  if "%%~xi"==".flac" (
    ffmpeg -i "%%i" -c copy "converted\%%~ni.flac"
  ) else if "%%~xi"==".mp3" (
    ffmpeg -i "%%i" -c copy "converted\%%~ni.mp3"
  )
)
echo convert successful!
pause

Music Upload#

Client#

Android

Windows

Space Expansion#

If you have never used NetEase Cloud Music before, your level is Lv1, corresponding to a music cloud disk space of 5G. You can upgrade for free by listening to songs.

You can refer to this Bilibili animation column to upgrade.

https://www.bilibili.com/read/cv6282665/

First, we need to understand the calculation method of NetEase Cloud Music level:

  1. The song must be listened to for at least 60 seconds.

  2. Only songs that have not been listened to are counted. If a song has been listened to again, it will not be counted (repeated listening).

  3. The maximum number of songs listened to per day is 300. The data is updated at 2 pm every day. Being a member is of no help for upgrading, only the number of songs listened to is recognized.

The following is the music cloud disk space capacity corresponding to the account level.

S30801-13083897_com.netease.cloudmusic

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.