Commit Graph

579 Commits

Author SHA1 Message Date
Lars Noack 5f3bdf99c5 fixed small bug 2022-11-24 16:36:07 +01:00
Lars Noack 3840b3ea06 added toc 2022-11-24 16:03:53 +01:00
Lars Noack 3355483417 cleaned up readme 2022-11-24 15:55:50 +01:00
Lars Noack 9f6a365a5e temporarily finished the documentation 2022-11-24 15:42:50 +01:00
Lars Noack 63b814c228 refactored some more 2022-11-24 14:59:34 +01:00
Lars Noack 068918feda refactored some more 2022-11-24 14:56:51 +01:00
Lars Noack 0d7fd4496c updated readme according to previous refactoring 2022-11-24 14:51:37 +01:00
Lars Noack 58ab41f60b refactored imports, so every important function can be imported directly from the 'root module' music_kraken 2022-11-24 14:35:58 +01:00
Lars Noack 5d61721b60 refactored imports, so every important function can be imported directly from the 'root module' music_kraken 2022-11-24 14:34:36 +01:00
Lars Noack cd9d67102b refactored a bit 2022-11-24 14:13:55 +01:00
Lars Noack 42feb5397a new build and upload 2022-11-24 12:37:44 +01:00
Lars Noack 749b6f9eb8 readme 2022-11-24 12:10:00 +01:00
Lars Noack 2f56c8881f adsf 2022-11-24 09:20:44 +01:00
Hellow 52a19f1f88 Merge pull request #5 from feyokorenhof/patch-1
rename 'cleare_console' to 'clear_console'
2022-11-23 23:55:57 +01:00
Feyo Korenhof da413356f1 rename 'cleare_console' to 'clear_console'
Hi!
Came across your reddit comment and was intrigued. While skimming the code I think I've found a bug.

On `line 100` in `music_kraken_cli.py` the `cli` function looks like this:

```python
def cli(start_at: int = 0, only_lyrics: bool = False, cleare_console: bool = True):
    if clear_console:
        clear_console()
```

the argument being passed in has an additional 'e' in it. The if statement below now just checks if the function 'clear_console' exists opposed to checking the argument.
2022-11-23 23:47:01 +01:00
Hellow 42fc9c5205 added stuff to help command and set down max phoenetic distance
added stuff to help command and set down max phoenetic distance
2022-11-23 23:44:25 +01:00
Hellow f35c0076cb Update README.md 2022-11-23 20:13:16 +01:00
Hellow 398811f1c5 Update README.md
adfsads
2022-11-23 20:12:38 +01:00
Hellow e825b87a91 Update README.md
sdad
2022-11-23 20:11:11 +01:00
Hellow 5edc621e6b Update README.md
sad
2022-11-23 20:09:56 +01:00
Hellow cc775c5006 Update README.md
sda
2022-11-23 20:08:48 +01:00
Hellow 7c00bd4c84 Update README.md
added notes for WSL
2022-11-23 20:07:31 +01:00
Hellow eb1791bf9e documented more 2022-11-23 19:15:55 +01:00
Hellow ee042c9805 fixed BAD typo 2022-11-23 17:12:40 +01:00
Lars Noack b46793eece continued the documentation of the programming interface 2022-11-23 15:20:48 +01:00
Lars Noack 2313bb519e continued programming interface demo/docs 2022-11-23 14:33:07 +01:00
Lars Noack 068c723b74 started documenting the programming interface 2022-11-23 13:25:07 +01:00
Lars Noack 6122952b3f new commit 2022-11-23 11:33:24 +01:00
Lars Noack 590fc65c4c should be ready for a new build :) 2022-11-23 09:20:28 +01:00
Lars Noack 76181e619f edited the Music path to make it compatibal with windows 2022-11-23 08:54:07 +01:00
Lars Noack 7c7f05f873 fixed bug in cle 2022-11-23 08:45:33 +01:00
Lars Noack 92b48a8f13 improved copyright 2022-11-23 08:37:56 +01:00
Lars Noack 8f4961c6ae refactored cli, removed switch case 2022-11-23 08:24:05 +01:00
Lars Noack 2ba9c4048c added cli in appropriate file 2022-11-23 08:10:22 +01:00
lars 01c27efda5 works again 2022-11-22 18:25:35 +01:00
Lars Noack 09fbb57380 need to fix another fcking thing fck refactoring 2022-11-22 15:55:34 +01:00
Lars Noack 993545eb9d fixed dependency 2022-11-22 14:53:29 +01:00
Lars Noack f45afcb2ce gotta fix fucking imports 2022-11-22 14:25:01 +01:00
Lars Noack ef362dd2a4 refactored 2022-11-22 13:47:33 +01:00
Lars Noack 7bab6e3006 refactored youtube using the song and src object instead of dict 2022-11-22 13:34:05 +01:00
Lars Noack 4bd3e39a75 refactored using the song and src object instead of dict 2022-11-22 13:19:54 +01:00
Lars Noack 599b0fdd59 refactored using the song and src object instead of dict 2022-11-22 12:58:19 +01:00
Lars Noack 6a43859126 refactored using the song and src object instead of dict 2022-11-22 12:56:49 +01:00
Lars Noack 1108768e4c refactored using the song and src object instead of dict 2022-11-22 12:48:01 +01:00
Lars Noack e7e315ed42 refactored using the song and src object instead of dict 2022-11-22 12:46:45 +01:00
Lars Noack 7b241d8655 refactored using the song and src object instead of dict 2022-11-22 12:41:05 +01:00
Lars Noack 2293269151 refactored using the song and src object instead of dict 2022-11-22 12:11:20 +01:00
Lars Noack 4095efb6a1 refactored using the song and src object instead of dict 2022-11-22 11:37:41 +01:00
Lars Noack a021b289c0 made clear console optional 2022-11-22 11:17:06 +01:00
Lars Noack 456648bea1 removed pointles commented code 2022-11-22 11:13:46 +01:00