From dd3ab8c3795e1a0180d70026cea3d975e0801148 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 15 Nov 2022 18:19:46 +0100 Subject: [PATCH] new build and upload --- README.md | 20 -------------------- pyproject.toml | 2 +- src/music_kraken.egg-info/PKG-INFO | 22 +--------------------- 3 files changed, 2 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 57fb671..be14962 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,8 @@ First the metadata has to be downloaded. The best api to do so is undeniably [Mu To fetch from [Musicbrainz](musicbrainz.org/) we first have to know what to fetch. A good start is to get an input querry, which can be just put into the MB-Api. It then returns a list of possible artists, releases and recordings. -Then we can output them in the Terminal and ask for further input. Following can be inputed afterwards: - -- `q` to quit -- `ok` to download -- `..` for previous options -- `.` for current options -- `an integer` for this element - If the following chosen element is an artist, its discography + a couple tracks are outputed, if a release is chosen, the artists + tracklist + release is outputted, If a track is chosen its artists and releases are shown. -**TO DO** - -- Schow always the whole tracklist of an release if it is chosen -- Show always the whole discography of an artist if it is chosen - Up to now it doesn't if the discography or tracklist is chosen. ### Metadata to fetch @@ -135,13 +122,6 @@ There are two bottlenecks with this approach though: 1. `youtube-dl` is just slow. Actually it has to be, to not get blocked by youtube. 2. Ofthen musicbrainz just doesn't give the isrc for some songs. -**TODO** -- look at how the isrc id derived an try to generate it for the tracks without directly getting it from mb. - - -**Progress** -- There is a great site whith a huge isrc database [https://isrc.soundexchange.com/](https://isrc.soundexchange.com/). - ## Lyrics diff --git a/pyproject.toml b/pyproject.toml index 589e0cb..cd65064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "music_kraken" -version = "1.0.6" +version = "1.0.7" authors = [ { name="Hellow2", email="Hellow2@outlook.de" }, ] diff --git a/src/music_kraken.egg-info/PKG-INFO b/src/music_kraken.egg-info/PKG-INFO index d729d61..2457004 100644 --- a/src/music_kraken.egg-info/PKG-INFO +++ b/src/music_kraken.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: music-kraken -Version: 1.0.6 +Version: 1.0.7 Summary: An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles. Home-page: https://github.com/HeIIow2/music-downloader Author: Hellow2 @@ -59,21 +59,8 @@ First the metadata has to be downloaded. The best api to do so is undeniably [Mu To fetch from [Musicbrainz](musicbrainz.org/) we first have to know what to fetch. A good start is to get an input querry, which can be just put into the MB-Api. It then returns a list of possible artists, releases and recordings. -Then we can output them in the Terminal and ask for further input. Following can be inputed afterwards: - -- `q` to quit -- `ok` to download -- `..` for previous options -- `.` for current options -- `an integer` for this element - If the following chosen element is an artist, its discography + a couple tracks are outputed, if a release is chosen, the artists + tracklist + release is outputted, If a track is chosen its artists and releases are shown. -**TO DO** - -- Schow always the whole tracklist of an release if it is chosen -- Show always the whole discography of an artist if it is chosen - Up to now it doesn't if the discography or tracklist is chosen. ### Metadata to fetch @@ -149,13 +136,6 @@ There are two bottlenecks with this approach though: 1. `youtube-dl` is just slow. Actually it has to be, to not get blocked by youtube. 2. Ofthen musicbrainz just doesn't give the isrc for some songs. -**TODO** -- look at how the isrc id derived an try to generate it for the tracks without directly getting it from mb. - - -**Progress** -- There is a great site whith a huge isrc database [https://isrc.soundexchange.com/](https://isrc.soundexchange.com/). - ## Lyrics