README in sensible-cinema-0.7.1 vs README in sensible-cinema-0.7.2
- old
+ new
@@ -38,21 +38,21 @@
Next install the gem by either opening up the command window or hitting windows+r (run) and typing
C:\> jruby -S gem install sensible-cinema
it's jruby only currently (since jruby allows for proper thread concurrency, has an easy GUI, and feels actually sane on windows).
- It could theoretically be ported to MRI 1.9.x, if anybody wanted to do so.
+ It could theoretically be ported to MRI 1.9.2, if anybody wanted to do so.
Also if anybody would be interested in porting this to Linux I'd be happy to collaborate.
You can test that it's installed by running it (see above) and selecting the "example_scene_list.yml", and
choosing the hulu player.
It will proceed do a few "demo" mutes and blank outs.
-== How to use ==
+== How to Program ==
-To use it, first watch an DVD/online movie you'd like to create a scene-list for.
+To program sensible-cinema to play what you'd like, first "preview" the on-computer movie you'd like to create a scene-list for.
As questionable scenes occur, jot down their start and end times somewhere.
Then create an Edit Decision List (EDL) file that looks like this:
mutes:
"00:01:01.5" : "00:01:02.5" # mute from one minute, one second and a half to one minute, two seconds and a half
"01:00:00" : "01:01:02.5" # mute from exactly one hour to one hour, one minute, two seconds and a half will be muted.
@@ -93,15 +93,19 @@
github message me if you're interested in trying it out.
Q. What movies are available to watch online?
A. Not many are available free (hulu, youtube have a few), but Netflix has quite a few. Plus you can watch your DVD's
- on your computer monitor.
+ on your computer monitor, or rent or borrow them.
Q. Why does my mouse bounce up and down while this thing is playing?
A. This enables you to keep your on screen tracker visible, which allows sensible-cinema to track where you're at.
Message me if this bugs you too much and we'll see what we can do for it.
+
+Q. Why does it seem really laggy at screen detection at the beginning?
+
+A. It takes it awhile to warm up. Ping me if you want this fixed.
== Thanks ==
Thanks to Jarmo for the win32-screenshot gem, and the mini_magick gem authors, jruby guys, etc.
Made programming this actually somewhat a pleasure.
\ No newline at end of file