-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
13 lines (7 loc) · 981 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
TV Director is a small project written in Mirah for navigating video files on disk and launching them. It is not intended to play the files directly, but rather to let your favorite application play them. It will use any XBMC metadata located with the file if it exists.
As Mirah is a relatively new language, the code works around things that are missing or not yet understood by myself. This means the code isn't as nice as it could be, or as powerful. This project is a work-in-progress.
To execute TVDirector, use the following command from its directory:
mirah tvdirector.mirah tvdirector/*.mirah
To compile TVDirector, use the compile command provided. Then to execute the compiled version, change to the compile directory and use:
java tvdirector/Tvdirector -cp tvdirector
The first time you run TVDirector, it will create a .tvdirector file in your home directory with your home directory as the video directory. You can manually edit this file to change that.