Closed ShiroUwUs7 closed 3 years ago
Hey, thanks for trying to use this program.
I will add the documentation for the installation and usage, I just haven't got the time.
Meanwhile you can try to make it work by yourself. After you install all the requirements from the requirements.txt
, you need to rename the files in the Config
folder and remove the .eg
from the file names and adjust them however you want.
The kaa
command is just an alias to the cli.py
file.
You can use python cli.py --help
to understand how to use it or just python cli.py
to get the menu.
I'll keep this issue open till I add the documentation.
I should also mention that, simple menu is not available on Windows at the moment so the menu may not work for you. I'll fix that issue right now.
You can check, I have fixed the issue with selectmenu. Don't worry if you are not able to install selectmenu, It should work without it.
You can check the wiki for more information. Tell me if you are able to get it working :D
Thank you! I will go ahead and look. Sorry if i sounded a bit rude. Im a windows person slowly thinking about transitioning to linux. Just setting up all the things i need on windows before hand and media management is easier on windows for me!
No registry that I could find for HKEY_CURRENT_USER\Software\Microsoft\Command Processor
edit: after adding the registry key and string I still get this: and kaa isnt being registered.
And this is what cli gives me when opening it directly:
even after installing the requirements with pip install -r .txt
And this is what cli gives me when opening it directly:
I have updated the code, you should first download the newer version first.
I think after renaming the config.eg
files you forgot to check the contents of them in the inside.
If you didn't then you must have not used double quotes.
Since, you are on windows you should change the property in to_update.json
something like
{
...
"download_location": "D:\\Videos\\Anime",
...
}
Make sure that you escape the backslashes. If this doesn't work then you should download the file again and then try again. Also don't worry about installing simplemenu, it should work without it.
Sorry there were some problems with the doskey command. Since I was not on windows I couldn't test the command. I have updated the wiki with the correct command. Here is what you should use:
doskey kaa=cd "C:\path\to\kickassanime-downloader\" ^& python cli.py $*
Tell me if it works now.
I realize that editing the registry was a bad decision. I have updated the wiki with a better method for using the command. Please check this out
Let me check!
Good news! I've finally updated the Readme
for this project. You can find all the sections dedicated to installation and usage there. I'll be closing this thread for now but please feel free to make another issue for any additions that you feel are necessary.
any documentation? i tried using to_update.json to update the anime listed, Im on windows so cant get into the KAA promt.