termusic 0.2.4

Terminal Music Player written in Rust. Can download music from youtube(and netease) and then embed lyrics and album photos into mp3 files. Need mpv installed to play the music.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
prog := termusic 

default: fmt 

fmt:
	cargo +nightly fmt
	cargo +nightly check

run: 
	cargo run

release:
	cargo build --release


install: release
	cp -f target/release/$(prog) ~/.local/share/cargo/bin/