new build and upload
This commit is contained in:
parent
031838bc21
commit
dd3ab8c379
20
README.md
20
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.
|
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.
|
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.
|
Up to now it doesn't if the discography or tracklist is chosen.
|
||||||
|
|
||||||
### Metadata to fetch
|
### 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.
|
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.
|
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
|
## Lyrics
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "music_kraken"
|
name = "music_kraken"
|
||||||
version = "1.0.6"
|
version = "1.0.7"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Hellow2", email="Hellow2@outlook.de" },
|
{ name="Hellow2", email="Hellow2@outlook.de" },
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: music-kraken
|
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.
|
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
|
Home-page: https://github.com/HeIIow2/music-downloader
|
||||||
Author: Hellow2
|
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.
|
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.
|
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.
|
Up to now it doesn't if the discography or tracklist is chosen.
|
||||||
|
|
||||||
### Metadata to fetch
|
### 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.
|
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.
|
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
|
## Lyrics
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user