Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/movies
Simple scripts for playing or downloading movies
https://github.com/kixunil/movies
Last synced: about 2 months ago
JSON representation
Simple scripts for playing or downloading movies
- Host: GitHub
- URL: https://github.com/kixunil/movies
- Owner: Kixunil
- Created: 2014-07-22T09:20:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T09:20:24.000Z (over 10 years ago)
- Last Synced: 2024-11-24T20:08:49.415Z (about 2 months ago)
- Language: Python
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movies
======Simple scripts for playing or downloading movies. Thanks to majjacz for initial idea, reverse-engineering and proof of concept.
Dependencies: schema docopt requests (use pip install), for playmovie.sh also dialog, for zenmovie.sh zenity.
Usage
-----
./movielist.py update - updates database
./movielist.py list - prints database to stdout
./playmovie.sh [REGEX] - uses CLI dialog to choose movie, you may filter showed movies with REGEX (used by grep -E)
./zenmovie.sh [REGEX] - uses zenity to show nice GTK dialog; similar to playmovie.shTo download, just change PLAYER to wget -O dstfile.mp4
Bugs
----
./playmovie doesn't allow choosing quality
Code is quite messyContributing
------------
Just make pull request. Any useful improvements are appreciated!Contact
-------Send questions to martin dot habovstiak at gmail dot com