MovieR is a neat program for downloading and playing Hungarian movies from the command line, using your favorite video player
Disclaimer: the program is downloading torrent files from nCORE, which is a Hungarian-only, invitation-based torrent site
- Clone this GitHub repository
git clone https://github.com/PiciAkk/movier
- Go to the newly cloned repo's folder
cd movier
- Install the dependencies
pip install -r requirements.txt
- Make a config file that contains your preferences and nCORE login informations, and save it as
config.json
Here's an example config.json
file
{
"login": {
"username": "yourUsername",
"password": "yourPassword"
},
"mediaPlayer": "VLC"
}
- Start the app
python src/main.py
-
Enter a search query
-
Done! You should see your favorite movies on the screen!
The idea came from notflix - thanks, Bugswriter