banner
咕咕乔

咕咕乔

咕咕咕
github
email

NetEase Cloud Music Cloud Drive User Guide

Convert Hash#

NetEase Cloud Copyright Music cannot upload Hash identification, at this time, you only need to use FFmpeg packaging to upload.
Add ffmpeg to the environment variable, save the code below as convert.bat and run it, the converted file 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

Upload Music#

Client#

Android

Windows

Space Expansion#

If you have never used NetEase Cloud Music before, your level is Lv1, corresponding to a music cloud 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, songs that have been listened to before are not counted (repeated listening).

  3. The maximum number of songs listened to per day is 300, the data is updated at 2 pm every day, having a membership is of no help in upgrading, only the amount 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.