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.
- Host: GitHub
- URL: https://github.com/reycn/cover4mp3
- Owner: reycn
- License: mit
- Created: 2017-11-05T13:28:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:01.000Z (over 2 years ago)
- Last Synced: 2025-01-03T05:52:21.440Z (10 months ago)
- Topics: album, cover, mp3, netease-cloud-music
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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...