An open API service indexing awesome lists of open source software.

https://github.com/reycn/cover4mp3

[Deprecated] Fetching album covers for your songs.
https://github.com/reycn/cover4mp3

album cover mp3 netease-cloud-music

Last synced: 3 months ago
JSON representation

[Deprecated] Fetching album covers for your songs.

Awesome Lists containing this project

README

          

# [Deprecated]

# WHAT'S THIS?
A project aimng at simplify embedding albumn cover for songs downloaded from XIAMI MUSIC or QQ MUSIC, which do not contain full ID3 informations.

# COVERS FROM?
For now, all the covers are searched, matched and downloaded from NETEASE MUSIC, coz the author is justing doing something related which provided a kind of convenience.

# HOW TO USE(Tested on Ubuntu 17.04)?
-- `git clone` this repo
-- Open a new terminal windows in the repo, install requirements using `pip install -Ur requirements.txt`
-- Cpoy all your target songs(only mp3 supported) to the folder `songs`
-- run `python3 run.py`
SPEED UP: Configure your NETEASEMUSIC account at `LINE 17` in auth.py to avoid servers' anti-crawl strategies.

# NOTICE
-- For now, songs are searched by FILE NAME (could be easily modified by pressing F2)
-- ONLY support mp3
-- ONLY fetch album covers from NETEASE MUSIC

# KNOWN ISSUES
-- Doesn't support QQMUSIC files' naming pattern
-- Songs not in NETEASEMUSIC library might be matched with wrong cover
-- Might not work on Windows(due to the installation of dependency? not tested)

# TODO
Nope,really...