https://github.com/vasnake/movieshell
UI for movies collection on ext. USB drive
https://github.com/vasnake/movieshell
Last synced: 3 months ago
JSON representation
UI for movies collection on ext. USB drive
- Host: GitHub
- URL: https://github.com/vasnake/movieshell
- Owner: vasnake
- License: gpl-2.0
- Created: 2014-11-02T15:10:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T23:22:52.000Z (about 10 years ago)
- Last Synced: 2025-01-03T12:12:31.688Z (5 months ago)
- Language: Python
- Size: 324 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
movieshell
==========UI for movies collection on ext. USB drive
If you have some ext. USB drive with movies, like avi/mp4/mkv or maybe iso (video DVD image)
and you need to simplify access to that library,
movieshell can help.It's a Python program with UI based on Tkinter.
Writed and tested using MS Windows XP/Windows 7; Python 2.7For playing movies, two options supported:
* [VLC media player](http://www.videolan.org/vlc/)
* [Media Player Classic](http://mpc-hc.org/downloads/)For watch a movie, all you need to do is plug-in your ext. USB drive to computer,
start the movieshell (if autorun didn't do it) and
click on button with movie name on it.
If you click on button holding CTRL, movie will be started in alternate player.Screenshots


## Install
Copy files and folders from folder `driveroot` into root folder of your USB ext. drive.
Install [Python 2.7](https://www.python.org/download/releases/2.7/) on computer.
Copy contents of C:\Python27 to /bin/Python27 on ext. USB drive.
Check contents of /bin/const.py file and make sure that movieshell can find video player executables.
## Run
Before using movieshell, you have to index movies library.
To do so, start scan processcmd.exe /k ar.cmd scan
After that you can start movieshell with command
cmd.exe /k ar.cmd
In case if autorun didn't work.
Also in that case you can use `/bin/startup.cmd` script for launching movieshell.If you want to use DVD as a movies container, you can look at
`/bin/fromdvd.cmd` script.## Links
* http://vasnake.blogspot.ru/2013/02/movieshell.html
* http://vasnake.blogspot.ru/2011/11/linux.html
* http://vasnake.blogspot.ru/2012/04/maximized-window.html
* http://vasnake.blogspot.ru/2011/10/getlogicaldrives.html
* http://vasnake.blogspot.ru/2010/12/magnate.html