Skip to content
/ MovieR Public

MovieR is a neat program for downloading and playing Hungarian movies from the command line, using your favorite video player

License

Notifications You must be signed in to change notification settings

PiciAkk/MovieR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieR

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

Installation guide

  1. Clone this GitHub repository
git clone https://github.com/PiciAkk/movier
  1. Go to the newly cloned repo's folder
cd movier
  1. Install the dependencies
pip install -r requirements.txt

Usage

  1. 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"
}
  1. Start the app
python src/main.py
  1. Enter a search query

  2. Done! You should see your favorite movies on the screen!

The idea for making the program

The idea came from notflix - thanks, Bugswriter

About

MovieR is a neat program for downloading and playing Hungarian movies from the command line, using your favorite video player

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages