A simple Python script that plays movies and TV shows using IMDb and 2embed. This is now deprecated due to 2embed being taken down for copyright infrigement. I'm currently working on another tool so hang tight <3
- Simple: Easy command-line arguments
- Large library: Supports a large library frequently updated by 2embed
- Integratable: Easily integrate into popular launchers, like Alfred
Install using pip:
pip install IMDbPlayer
If you like, you may also use it by downloading and running __main.py__
2EmbedPlayer works simply - you can use it with a few command-line arguments.
IMDbPlayer name
is used for playing movies.IMDbPlayer name season episode
is used for TV shows.
2EmbedPlayer can be integrated into Alfred on macOS. This allows easy access to playing movies and TV shows by simply searching, rather than opening a terminal.
- As of 2023, this requires the Alfred Powerpack, which can be purchased from https://www.alfredapp.com/powerpack/
- The source of 2EmbedPlayer
- Create a workflow in Alfred
- Add the keyword, e.g.
play
- Set
Argument Required
- Add
Run Script
- Set the contents to
python3 *location of __main__.py* '{query}'
- Set inputs to
with input as {query}
- Save and use!
This should relatively easily integrate 2EmbedPlayer into macOS, and this may be possible with other launchers -- I haven't tried others.