All Projects → YongHaoWu → Neteasecloudmusicflac

YongHaoWu / Neteasecloudmusicflac

根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neteasecloudmusicflac

Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (-63.83%)
Mutual labels:  music, flac
Mutagen
Python module for handling audio metadata
Stars: ✭ 760 (-71.72%)
Mutual labels:  music, flac
NeteaseCloudMusicFlac
根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.
Stars: ✭ 2,819 (+4.91%)
Mutual labels:  flac, download-songs
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-96.39%)
Mutual labels:  music, flac
Redoflacs
Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger
Stars: ✭ 71 (-97.36%)
Mutual labels:  music, flac
Audioworks
A cross-platform, multi-format audio conversion and tagging suite
Stars: ✭ 35 (-98.7%)
Mutual labels:  music, flac
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (-81.62%)
Mutual labels:  music, flac
Starrysky
🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)
Stars: ✭ 1,022 (-61.97%)
Mutual labels:  music, flac
Tidal Api
An unofficial API wrapper for Tidal Music.
Stars: ✭ 83 (-96.91%)
Mutual labels:  music, flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (-94.12%)
Mutual labels:  music, flac
Cuetools.net
CD image processing suite with optimized lossless encoders in C#
Stars: ✭ 208 (-92.26%)
Mutual labels:  flac
Scdlbot
Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork.
Stars: ✭ 210 (-92.18%)
Mutual labels:  music
Punkt
Live coding music library/environment for Kotlin
Stars: ✭ 224 (-91.66%)
Mutual labels:  music
Unimidi
Realtime MIDI IO for Ruby
Stars: ✭ 229 (-91.48%)
Mutual labels:  music
Isobar
A Python library for creating and manipulating musical patterns, designed for use in algorithmic composition, generative music and sonification. Can be used to generate MIDI events, MIDI files, OSC messages, or custom events.
Stars: ✭ 207 (-92.3%)
Mutual labels:  music
Openutau
Open source UTAU editing environment.
Stars: ✭ 219 (-91.85%)
Mutual labels:  music
Master Bot
A Discord music bot with playlist support, music quiz, saved playlists, lyrics, gifs and more
Stars: ✭ 204 (-92.41%)
Mutual labels:  music
Discorddj
Discord DJ Bot. Play music in your server. Inspired by PlugDJ
Stars: ✭ 204 (-92.41%)
Mutual labels:  music
Otto
Sampler, Sequencer, Multi-engine synth and effects - in a box! [WIP]
Stars: ✭ 2,390 (-11.05%)
Mutual labels:  music
Datmusic
Search and download free music from VK.
Stars: ✭ 230 (-91.44%)
Mutual labels:  music

NeteaseCloudMusicFlac

NeteaseCloudMusicFlac is being sponsored by the following tool; please help to support us by taking a look and signing up to a free tria.

本程序仅供学习之用

感谢为 NeteaseCloudMusicFlac 的开发付出过努力以及提出建议的每一个人!

根据网易云音乐歌单, 下载对应无损FLAC歌曲到本地.

BackGround

现在无损资源基本都是专辑, 很难找到单曲来下载. 而且下载需要每个专辑搜索一遍, 需要用云盘复制粘贴密码再下载. 这对于听Hi-Fi的人们来说是非常不便利的事情, 找歌曲可以找一整天. 而现在网易云音乐是绝大多数人听在线歌曲的平台, 歌单众多. 于是我想做如此一个项目, 根据网易云音乐上面的歌单, 自动下载FLAC无损音乐到本地.

注意

海外由于版权问题无法下载歌曲, 所以会导致此issue, 无法正常使用, 需要修改DNS配置, 里面有解决方法.

安装

安装Python

根据此网站教程安装Python 注意安装的版本是 python3

强制使用 python3, 从我做起

下载main.py

可以使用此链接 https://codeload.github.com/YongHaoWu/NeteaseCloudMusicFlac/zip/master

获取歌单

网易云音乐网页版找出想要下载无损的歌单, 如下图

NeteaseCloudMusicFlac

后进入歌单, 地址栏地址便是歌单地址.

使用

$ python main.py 歌单地址(如上图便是: http://music.163.com/#/playlist?id=145258012)

python3示例命令(注意 windows 可能要把下面的单引号去掉)

$ python3 main.py 'http://music.163.com/#/playlist?id=145258012'

下载所有歌曲, 包括 MP3 在内

$ python3 main.py 'http://music.163.com/#/playlist?id=145258012' --mp3

如果告知缺乏module

下载对应的模块(module), 网上搜索如何安装python模块.

python3
pip3 install requests

如运行中遇到错误, 可以运行 pip3 install --upgrade requests (其中一已知错误是request 旧版本在多线程下载时出现错误)

TODO list

  1. 目前只是匹配歌曲名字, 最好加上匹配歌手名
  2. 歌曲匹配率不高, 可以考虑再到其他网站抓

Enjoy it !

版权问题

如果涉及版权问题,项目将立刻关闭。 自己为百度音乐会员, 该项目为方便自己而做

The MIT License (MIT)

CopyRight (c) 2016 YongHaoHu <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].