sensible-cinema 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. data/LICENSE +11 -3
  2. data/README +58 -4
  3. data/Rakefile +12 -7
  4. data/TODO +6 -4
  5. data/VERSION +1 -1
  6. data/bin/{scene-skipper → sensible-cinema} +4 -3
  7. data/gplv3.txt +219 -0
  8. data/lib/ocr.rb +3 -0
  9. data/lib/overlayer.rb +1 -1
  10. data/lib/screen_tracker.rb +2 -2
  11. data/spec/spec.overlayer.rb +1 -1
  12. data/vendor/imagemagick/CORE_RL_Magick++_.dll +0 -0
  13. data/vendor/imagemagick/CORE_RL_bzlib_.dll +0 -0
  14. data/vendor/imagemagick/CORE_RL_jbig_.dll +0 -0
  15. data/vendor/imagemagick/CORE_RL_jp2_.dll +0 -0
  16. data/vendor/imagemagick/CORE_RL_jpeg_.dll +0 -0
  17. data/vendor/imagemagick/CORE_RL_lcms_.dll +0 -0
  18. data/vendor/imagemagick/CORE_RL_libxml_.dll +0 -0
  19. data/vendor/imagemagick/CORE_RL_magick_.dll +0 -0
  20. data/vendor/imagemagick/CORE_RL_png_.dll +0 -0
  21. data/vendor/imagemagick/CORE_RL_tiff_.dll +0 -0
  22. data/vendor/imagemagick/CORE_RL_ttf_.dll +0 -0
  23. data/vendor/imagemagick/CORE_RL_wand_.dll +0 -0
  24. data/vendor/imagemagick/CORE_RL_xlib_.dll +0 -0
  25. data/vendor/imagemagick/CORE_RL_zlib_.dll +0 -0
  26. data/vendor/imagemagick/X11.dll +0 -0
  27. data/vendor/imagemagick/Xext.dll +0 -0
  28. data/vendor/imagemagick/atl90.dll +0 -0
  29. data/vendor/imagemagick/convert.exe +0 -0
  30. data/vendor/imagemagick/mfc90.dll +0 -0
  31. data/vendor/imagemagick/msvcp90.dll +0 -0
  32. data/vendor/imagemagick/msvcr90.dll +0 -0
  33. data/vendor/imagemagick/vcomp90.dll +0 -0
  34. data/zamples/players/{how_to → how_to_create_a_player_description.txt} +0 -0
  35. data/zamples/scene_lists/disney_cars.yml +13 -11
  36. data/zamples/scene_lists/how_to_create_scene_lists.txt +1 -0
  37. metadata +212 -250
  38. data/FAQ +0 -12
  39. data/bin/bad_digit10.bmp +0 -0
  40. data/bin/bad_digit11.bmp +0 -0
  41. data/bin/bad_digit12.bmp +0 -0
  42. data/bin/bad_digit13.bmp +0 -0
  43. data/bin/bad_digit14.bmp +0 -0
  44. data/bin/bad_digit15.bmp +0 -0
  45. data/bin/bad_digit16.bmp +0 -0
  46. data/bin/bad_digit17.bmp +0 -0
  47. data/bin/bad_digit18.bmp +0 -0
  48. data/bin/bad_digit19.bmp +0 -0
  49. data/bin/bad_digit2.bmp +0 -0
  50. data/bin/bad_digit20.bmp +0 -0
  51. data/bin/bad_digit21.bmp +0 -0
  52. data/bin/bad_digit22.bmp +0 -0
  53. data/bin/bad_digit3.bmp +0 -0
  54. data/bin/bad_digit4.bmp +0 -0
  55. data/bin/bad_digit5.bmp +0 -0
  56. data/bin/bad_digit6.bmp +0 -0
  57. data/bin/bad_digit7.bmp +0 -0
  58. data/bin/bad_digit8.bmp +0 -0
  59. data/bin/bad_digit9.bmp +0 -0
  60. data/bin/hours.bmp +0 -0
  61. data/bin/minute_ones.bmp +0 -0
  62. data/bin/minute_tens.bmp +0 -0
  63. data/bin/second_ones.bmp +0 -0
  64. data/bin/second_tens.bmp +0 -0
data/LICENSE CHANGED
@@ -1,5 +1,13 @@
1
- All files released under the GPLv3 license [1] unless otherwise specified. Ping me if you want this changed.
1
+ All files released under the GPLv3 license [1] unless otherwise specified. Ping me if you need this changed.
2
2
 
3
- May contains 3rd party libraries under their own license.
3
+ May contain some 3rd party libraries under their own (separate, open source) licenses.
4
4
 
5
- [1] http://www.gnu.org/licenses/gpl.html
5
+ Note that this software should be legal at least in the EU,
6
+ as it is only software and therefore theoretically not subject to patents (see "What about patent licenses?" in [2]).
7
+
8
+ If it's not legal in your country, don't use it!
9
+
10
+ A history of various related thoughts can be found here: http://betterlogic.com/roger/?p=2618
11
+
12
+ [1] http://www.gnu.org/licenses/gpl.html, also gplv3 file.
13
+ [2] http://www.videolan.org/support/faq.html
data/README CHANGED
@@ -1,7 +1,61 @@
1
- This projects aims to allow users to "skip scenes" on media playback. It aims to be be an EDL (http://en.wikipedia.org/wiki/Edit_decision_list) player for any arbitrary player.
1
+ This is a program that allows you to "mute out" or "bleep out" arbitrary scenes during movie playback.
2
+ It aims to allow this on any arbitrary player, including online movie players.
2
3
 
3
- (VLC and online players, for example hulu/netflix).
4
+ It takes as input a list of known "skip-worthy" scenes (profanity, et al),
5
+ tracks the player as it is playing, then mutes or blanks out the system screen appropriately, during those scenes.
4
6
 
5
- Trouble Shooting:
7
+ Currently it works for hulu and VLC on windows. It also isn't hard to add new player specs (thanks Ruby!),
8
+ and probably wouldn't be super hard to add more operating systems.
9
+
10
+ See also http://en.wikipedia.org/wiki/Edit_decision_list
11
+
12
+ == How to use ==
13
+
14
+ Start playing your movie in its player, then startup sensible-cinema thus:
15
+
16
+ C:\> jruby -S sensible-cinema mute_list.yml player_description.yml
17
+
18
+ It then runs sensible-cinema within your console window, using screen tracking to monitor the playback position.
19
+ It is presumed that you'll minimize the console window and enjoy the movie.
20
+
21
+ Here's an example would be watching the "cars" DVD using VLC full-screened:
22
+
23
+ C:\> jruby -S sensible-cinema disney_cars.yml D:/installs/jruby-1.5.1/lib/ruby/gems/1.8/gems/sensible-cinema-0.6.0/zamples/players/vlc_full_screened_over_hour.yml
24
+
25
+ (Run --help to see available player list)
26
+
27
+ C:\> jruby -S sensible-cinema --help
28
+
29
+ You can also find a list of useful files at http://github.com/rdp/sensible-cinema/tree/master/zamples
30
+
31
+ == How to install ==
32
+
33
+ $ jruby -S gem install sensible-cinema
34
+
35
+ it's jruby only currently (since jruby allows for proper thread concurrency, and feels like the only sane ruby for windows).
36
+ Get it first from http://jruby.org. It could theoretically be ported to MRI 1.9.x, if anybody wants to.
37
+ It's also currently windows only, though it shouldn't be too much work to support other OS's, and I'd be happy to if interest
38
+ developed. I'm somewhat targeting Netflix online streaming, hence the focus being on windows thus far.
39
+
40
+ == FAQ ==
41
+
42
+ Q. Can I watch these movies on my TV, not on my computer?
43
+
44
+ A. Not yet. Currently you'll either need to attach your computer to your TV (buy some long cables, or a new graphics card, etc.)
45
+ or get a laptop you can then use as an HTPC (ex: buy a used older one), and/or request I do a linux port if you laptop doesn't come
46
+ with windows pre-installed.
6
47
 
7
- If you have poor performance, possibly set the process priority to low on the DVD player program. Also report back.
48
+ There is also some work developing toward getting the stuff to stream live to your wii/ps3/xbox from windows.
49
+ github message me if you're interested in trying it out.
50
+
51
+ == Thanks ==
52
+
53
+ Thanks to Jarmo for the win32-screenshot gem, and mini_magick gem authors, et al.
54
+
55
+ == License ==
56
+
57
+ See the LICENSE for licensing, usage terms (gplv3).
58
+
59
+ == Feedback ==
60
+ http://github.com/rdp/sensible-cinema
61
+ http://github.com/rdp
data/Rakefile CHANGED
@@ -18,13 +18,18 @@ end
18
18
 
19
19
  desc 'run all specs'
20
20
  task 'spec' do
21
- success = true
22
- for file in Dir['spec/*spec*.rb'] do
23
- p file
24
- if !system('cd spec & ' + OS.ruby_bin + " ../" + file)
25
- success = false
26
- break
21
+ failed = []
22
+ Dir.chdir 'spec' do
23
+ for file in Dir['*spec*.rb'] do
24
+ if !system(OS.ruby_bin + " " + file)
25
+ failed << file
26
+ end
27
27
  end
28
28
  end
29
- p 'all specs passed!' if success
29
+ if failed.length == 0
30
+ p 'all specs passed!'
31
+ else
32
+ p 'at least one spec failed!', failed
33
+ end
34
+
30
35
  end
data/TODO CHANGED
@@ -1,16 +1,18 @@
1
1
  == medium ==
2
2
 
3
- make work with VLC and hulu with hours...
4
-
5
3
  == low but actually want to do eventually (me) low prio: just do these...==
6
4
 
7
5
  release ruby-y-y why not, it's interesting
8
- release it "Linux compat anyone?"
6
+ "Linux compat anyone?"
9
7
 
10
- just local files for my own edits...
8
+ just local files for my own needs...
11
9
 
12
10
  == raw backlog ... based on user request.. ==
13
11
 
12
+ finish happy feet scene list
13
+
14
+ just plow forward, to "grab" available ideas...
15
+
14
16
  netflix
15
17
 
16
18
  add my own stuff to imdb...
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -27,10 +27,12 @@ if ARGV.length >= 1 && (File.exist?(first) || first == 'test')
27
27
  if ARGV[1] && File.exist?(ARGV[1])
28
28
  # this one doesn't use file updates, so pass it the string
29
29
  screen_tracker = ScreenTracker.new_from_yaml File.binread(ARGV[1]), overlay
30
+
30
31
  screen_tracker.dump_bmp if $VERBOSE
32
+ # only screen dump? exit early
31
33
  exit 1 unless overlay
32
- screen_tracker.process_forever_in_thread
33
34
  Mouse.jitter_forever_in_own_thread
35
+ screen_tracker.process_forever_in_thread
34
36
  else
35
37
  puts 'warning--not using any screen tracking...'
36
38
  end
@@ -42,8 +44,7 @@ if ARGV.length >= 1 && (File.exist?(first) || first == 'test')
42
44
  else
43
45
  puts <<-END
44
46
 
45
- syntax: mute_lists.yml [player_description.yml] [-v (verbose [chatty] mode)] [-t (test mode)]
46
- See the #{File.expand_path(File.dirname(__FILE__), "..")}/zamples for more info on creating files.
47
+ syntax: mute_lists.yml [player_description.yml]
47
48
  END
48
49
 
49
50
  for file in Dir[__dir__ + '../zamples/mute*/*']
data/gplv3.txt ADDED
@@ -0,0 +1,219 @@
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+
6
+ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+ The GNU General Public License is a free, copyleft license for software and other kinds of works.
10
+
11
+ The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
12
+
13
+ When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
14
+
15
+ To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
16
+
17
+ For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
18
+
19
+ Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
20
+
21
+ For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
22
+
23
+ Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
24
+
25
+ Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
26
+
27
+ The precise terms and conditions for copying, distribution and modification follow.
28
+
29
+ TERMS AND CONDITIONS
30
+ 0. Definitions.
31
+ “This License” refers to version 3 of the GNU General Public License.
32
+
33
+ “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
34
+
35
+ “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
36
+
37
+ To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
38
+
39
+ A “covered work” means either the unmodified Program or a work based on the Program.
40
+
41
+ To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
42
+
43
+ To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
44
+
45
+ An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
46
+
47
+ 1. Source Code.
48
+ The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
49
+
50
+ A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
51
+
52
+ The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
53
+
54
+ The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
55
+
56
+ The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
57
+
58
+ The Corresponding Source for a work in source code form is that same work.
59
+
60
+ 2. Basic Permissions.
61
+ All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
62
+
63
+ You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
64
+
65
+ Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
66
+
67
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
68
+ No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
69
+
70
+ When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
71
+
72
+ 4. Conveying Verbatim Copies.
73
+ You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
74
+
75
+ You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
76
+
77
+ 5. Conveying Modified Source Versions.
78
+ You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
79
+
80
+ •a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
81
+ •b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
82
+ •c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
83
+ •d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
84
+ A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
85
+
86
+ 6. Conveying Non-Source Forms.
87
+ You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
88
+
89
+ •a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
90
+ •b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
91
+ •c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
92
+ •d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
93
+ •e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
94
+ A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
95
+
96
+ A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
97
+
98
+ “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
99
+
100
+ If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
101
+
102
+ The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
103
+
104
+ Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
105
+
106
+ 7. Additional Terms.
107
+ “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
108
+
109
+ When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
110
+
111
+ Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
112
+
113
+ •a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
114
+ •b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
115
+ •c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
116
+ •d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
117
+ •e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
118
+ •f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
119
+ All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
120
+
121
+ If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
122
+
123
+ Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
124
+
125
+ 8. Termination.
126
+ You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
127
+
128
+ However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
129
+
130
+ Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
131
+
132
+ Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
133
+
134
+ 9. Acceptance Not Required for Having Copies.
135
+ You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
136
+
137
+ 10. Automatic Licensing of Downstream Recipients.
138
+ Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
139
+
140
+ An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
141
+
142
+ You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
143
+
144
+ 11. Patents.
145
+ A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
146
+
147
+ A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
148
+
149
+ Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
150
+
151
+ In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
152
+
153
+ If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
154
+
155
+ If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
156
+
157
+ A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
158
+
159
+ Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
160
+
161
+ 12. No Surrender of Others' Freedom.
162
+ If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
163
+
164
+ 13. Use with the GNU Affero General Public License.
165
+ Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
166
+
167
+ 14. Revised Versions of this License.
168
+ The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
169
+
170
+ Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
171
+
172
+ If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
173
+
174
+ Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
175
+
176
+ 15. Disclaimer of Warranty.
177
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
178
+
179
+ 16. Limitation of Liability.
180
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
181
+
182
+ 17. Interpretation of Sections 15 and 16.
183
+ If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
184
+
185
+ END OF TERMS AND CONDITIONS
186
+
187
+ How to Apply These Terms to Your New Programs
188
+ If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
189
+
190
+ To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
191
+
192
+ <one line to give the program's name and a brief idea of what it does.>
193
+ Copyright (C) <year> <name of author>
194
+
195
+ This program is free software: you can redistribute it and/or modify
196
+ it under the terms of the GNU General Public License as published by
197
+ the Free Software Foundation, either version 3 of the License, or
198
+ (at your option) any later version.
199
+
200
+ This program is distributed in the hope that it will be useful,
201
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
202
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
203
+ GNU General Public License for more details.
204
+
205
+ You should have received a copy of the GNU General Public License
206
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
207
+ Also add information on how to contact you by electronic and paper mail.
208
+
209
+ If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
210
+
211
+ <program> Copyright (C) <year> <name of author>
212
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
213
+ This is free software, and you are welcome to redistribute it
214
+ under certain conditions; type `show c' for details.
215
+ The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
216
+
217
+ You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
218
+
219
+ The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.
data/lib/ocr.rb CHANGED
@@ -1,3 +1,6 @@
1
+ im_path = File.expand_path(File.dirname(__FILE__) + "/../vendor/imagemagick") # convert.exe wants to only be chosen from here...
2
+ ENV['PATH'] = im_path + ';' + ENV['PATH']
3
+
1
4
  require 'mini_magick'
2
5
  require 'open3'
3
6
 
data/lib/overlayer.rb CHANGED
@@ -48,7 +48,7 @@ class OverLayer
48
48
  if @file_mtime != (new_time = File.stat(@filename).mtime)
49
49
  @all_sequences = OverLayer.translate_yaml(File.read(@filename))
50
50
  # LTODO... @all_sequences = @all_sequences.map{|k, v| v.sort!} etc.
51
- puts '(re) loaded mute sequences as', pretty_sequences.pretty_inspect, ""
51
+ puts '(re) loaded mute sequences as', pretty_sequences.pretty_inspect, "" unless $DEBUG # I hate these during unit tests...
52
52
  pps 'because old time', @file_mtime.to_f, '!= new time', new_time.to_f if $VERBOSE
53
53
  @file_mtime = new_time # save 0.0002!
54
54
  else
@@ -24,9 +24,9 @@ class ScreenTracker
24
24
  @hwnd = Win32::Screenshot::BitmapMaker.hwnd(name_or_regex)
25
25
  end
26
26
  unless @hwnd
27
- print 'perhaps not running yet? [%s] START IT QUICKLY' % name_or_regex
27
+ print 'perhaps not running yet? [%s] START IT FAST' % name_or_regex
28
28
  until @hwnd
29
- sleep 2
29
+ sleep 4
30
30
  print ' trying again .'
31
31
  STDOUT.flush
32
32
  @hwnd = Win32::Screenshot::BitmapMaker.hwnd(name_or_regex)
@@ -164,7 +164,7 @@ YAML
164
164
  # go forward a tenth
165
165
  # should reload it...
166
166
  @o.keyboard_input 'T'
167
- sleep 0.1 # blug
167
+ sleep 0.1 # blugh
168
168
  start_bad
169
169
  start_good
170
170
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,13 +1,15 @@
1
1
  name: cars widescreen 2006
2
2
  player: VLC
3
-
4
- 34:35-8 "DOC HAVE MERCY ON YOUR SOUL"
5
- 36:09-11 "SHE JUST LIKES ME FOR MUH BODY"
6
- 37:05 "GAS NOISE"
7
- 40:16-18 "GOOD LOOK AT THAT SEXY HOT-ROD"
8
- 44:24-46 "HILL BILLY H..."
9
- 54:25-30 "CRAZY GRANDPA CAR WHAT AN IDIOT"
10
- 55:24 "OH L..."
11
- 57:06-07 "Hill Billy H..."
12
- 57:12-18 "wait not there with me..."
13
- 1:55:39 "for the love of Chrysler"
3
+ mutes:
4
+ # one hour one minute and a half second to one hour one minute and 1.5s
5
+ "0:34:35" : "0:34:35" # "may doc have mercy on your soul"
6
+ "36:09" : "36:11" # she just likes me for muh body
7
+ "37:05" : "37:06" # Mater makes a fart noise when discussing gas
8
+ "40:16" : "40:18" # ...good look at that sexy hot-rod
9
+ "44:24" : "44:46" # hill billy hxxx
10
+ "54:25" : "54:30" # crazy grandpa car what an idiot
11
+ "55:24" : "55:25" # mater "oh L....."
12
+ "57:06" : "57:07" # hill billy hxxx
13
+ "57:12" : "57:18" # sally: wait not spend the night "with me"...
14
+ "1:55:39" : "1:55:40" # for the "love of Chrysler" please....
15
+
@@ -0,0 +1 @@
1
+ Basically just follow the example of other mute lists.
metadata CHANGED
@@ -3,284 +3,246 @@ name: sensible-cinema
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 0
7
- - 6
8
- - 0
9
- version: 0.6.0
6
+ - 0
7
+ - 6
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
- - Roger Pack
12
+ - Roger Pack
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-04 00:00:00 -06:00
18
- default_executable:
17
+ date: 2010-08-05 00:00:00 -06:00
18
+ default_executable: sensible-cinema
19
19
  dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: rspec
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
- version: "0"
31
- type: :development
32
- version_requirements: *id001
33
- - !ruby/object:Gem::Dependency
34
- name: jeweler
35
- prerelease: false
36
- requirement: &id002 !ruby/object:Gem::Requirement
37
- none: false
38
- requirements:
39
- - - ">="
40
- - !ruby/object:Gem::Version
41
- segments:
42
- - 0
43
- version: "0"
44
- type: :development
45
- version_requirements: *id002
46
- - !ruby/object:Gem::Dependency
47
- name: rdp-rmagick
48
- prerelease: false
49
- requirement: &id003 !ruby/object:Gem::Requirement
50
- none: false
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- segments:
55
- - 0
56
- version: "0"
57
- type: :development
58
- version_requirements: *id003
59
- - !ruby/object:Gem::Dependency
60
- name: mini_magick
61
- prerelease: false
62
- requirement: &id004 !ruby/object:Gem::Requirement
63
- none: false
64
- requirements:
65
- - - ">="
66
- - !ruby/object:Gem::Version
67
- segments:
68
- - 0
69
- version: "0"
70
- type: :runtime
71
- version_requirements: *id004
72
- - !ruby/object:Gem::Dependency
73
- name: hitimes
74
- prerelease: false
75
- requirement: &id005 !ruby/object:Gem::Requirement
76
- none: false
77
- requirements:
78
- - - ">="
79
- - !ruby/object:Gem::Version
80
- segments:
81
- - 0
82
- version: "0"
83
- type: :development
84
- version_requirements: *id005
85
- - !ruby/object:Gem::Dependency
86
- name: sane
87
- prerelease: false
88
- requirement: &id006 !ruby/object:Gem::Requirement
89
- none: false
90
- requirements:
91
- - - ">="
92
- - !ruby/object:Gem::Version
93
- segments:
94
- - 0
95
- - 22
96
- - 0
97
- version: 0.22.0
98
- type: :runtime
99
- version_requirements: *id006
100
- - !ruby/object:Gem::Dependency
101
- name: rdp-win32screenshot
102
- prerelease: false
103
- requirement: &id007 !ruby/object:Gem::Requirement
104
- none: false
105
- requirements:
106
- - - ">="
107
- - !ruby/object:Gem::Version
108
- segments:
109
- - 0
110
- - 0
111
- - 6
112
- - 2
113
- version: 0.0.6.2
114
- type: :runtime
115
- version_requirements: *id007
20
+ - !ruby/object:Gem::Dependency
21
+ name: rspec
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ version: "0"
30
+ type: :development
31
+ version_requirements: *id001
32
+ - !ruby/object:Gem::Dependency
33
+ name: jeweler
34
+ prerelease: false
35
+ requirement: &id002 !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ segments:
40
+ - 0
41
+ version: "0"
42
+ type: :development
43
+ version_requirements: *id002
44
+ - !ruby/object:Gem::Dependency
45
+ name: rdp-rmagick
46
+ prerelease: false
47
+ requirement: &id003 !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ segments:
52
+ - 0
53
+ version: "0"
54
+ type: :development
55
+ version_requirements: *id003
56
+ - !ruby/object:Gem::Dependency
57
+ name: mini_magick
58
+ prerelease: false
59
+ requirement: &id004 !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ segments:
64
+ - 0
65
+ version: "0"
66
+ type: :runtime
67
+ version_requirements: *id004
68
+ - !ruby/object:Gem::Dependency
69
+ name: hitimes
70
+ prerelease: false
71
+ requirement: &id005 !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ segments:
76
+ - 0
77
+ version: "0"
78
+ type: :development
79
+ version_requirements: *id005
80
+ - !ruby/object:Gem::Dependency
81
+ name: sane
82
+ prerelease: false
83
+ requirement: &id006 !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ segments:
88
+ - 0
89
+ - 22
90
+ - 0
91
+ version: 0.22.0
92
+ type: :runtime
93
+ version_requirements: *id006
94
+ - !ruby/object:Gem::Dependency
95
+ name: rdp-win32screenshot
96
+ prerelease: false
97
+ requirement: &id007 !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ segments:
102
+ - 0
103
+ - 0
104
+ - 6
105
+ - 2
106
+ version: 0.0.6.2
107
+ type: :runtime
108
+ version_requirements: *id007
116
109
  description:
117
110
  email: rogerdpack@gmail.com
118
111
  executables:
119
- - bad_digit10.bmp
120
- - bad_digit11.bmp
121
- - bad_digit12.bmp
122
- - bad_digit13.bmp
123
- - bad_digit14.bmp
124
- - bad_digit15.bmp
125
- - bad_digit16.bmp
126
- - bad_digit17.bmp
127
- - bad_digit18.bmp
128
- - bad_digit19.bmp
129
- - bad_digit2.bmp
130
- - bad_digit20.bmp
131
- - bad_digit21.bmp
132
- - bad_digit22.bmp
133
- - bad_digit3.bmp
134
- - bad_digit4.bmp
135
- - bad_digit5.bmp
136
- - bad_digit6.bmp
137
- - bad_digit7.bmp
138
- - bad_digit8.bmp
139
- - bad_digit9.bmp
140
- - hours.bmp
141
- - minute_ones.bmp
142
- - minute_tens.bmp
143
- - scene-skipper
144
- - second_ones.bmp
145
- - second_tens.bmp
112
+ - sensible-cinema
146
113
  extensions:
147
- - ext/mkrf_conf.rb
114
+ - ext/mkrf_conf.rb
148
115
  extra_rdoc_files:
149
- - LICENSE
150
- - README
151
- - TODO
116
+ - LICENSE
117
+ - README
118
+ - TODO
152
119
  files:
153
- - FAQ
154
- - LICENSE
155
- - README
156
- - Rakefile
157
- - TODO
158
- - VERSION
159
- - bin/scene-skipper
160
- - ext/mkrf_conf.rb
161
- - lib/blanker.rb
162
- - lib/keyboard_input.rb
163
- - lib/mouse.rb
164
- - lib/muter.rb
165
- - lib/ocr.rb
166
- - lib/overlayer.rb
167
- - lib/screen_tracker.rb
168
- - spec/common.rb
169
- - spec/convert_image.rb
170
- - spec/images/4.bmp
171
- - spec/images/black.bmp
172
- - spec/images/colon.bmp
173
- - spec/images/hulu_0.bmp
174
- - spec/images/hulu_2.bmp
175
- - spec/images/hulu_2_4.bmp
176
- - spec/images/hulu_3.bmp
177
- - spec/images/hulu_3_4.bmp
178
- - spec/images/hulu_4.bmp
179
- - spec/images/hulu_4_4.bmp
180
- - spec/images/hulu_5.bmp
181
- - spec/images/hulu_7.bmp
182
- - spec/images/hulu_slash.bmp
183
- - spec/images/vlc_0.bmp
184
- - spec/images/vlc_2_6.bmp
185
- - spec/images/vlc_4.bmp
186
- - spec/images/vlc_5.bmp
187
- - spec/images/vlc_6.bmp
188
- - spec/images/vlc_9.bmp
189
- - spec/images/vlc_colon.bmp
190
- - spec/mouse_forever.rb
191
- - spec/open.bat
192
- - spec/silence.wav
193
- - spec/spec.blanker.rb
194
- - spec/spec.keyboard_input.rb
195
- - spec/spec.mouse.rb
196
- - spec/spec.muter.rb
197
- - spec/spec.ocr.rb
198
- - spec/spec.overlayer.rb
199
- - spec/spec.screen_tracker.rb
200
- - spec/test_yaml.yml
201
- - vendor/gocr048.exe
202
- - zamples/players/captures/hulu full screen non hour.jpg
203
- - zamples/players/captures/hulu full screen over hour.jpg
204
- - zamples/players/captures/silence.bmp
205
- - zamples/players/captures/vlc grab over one hour file over one hour play.bmp
206
- - zamples/players/captures/vlc2.bmp
207
- - zamples/players/captures/vlc_full_screen_slider under one hour.bmp
208
- - zamples/players/captures/youtube full screen big screen.jpg
209
- - zamples/players/how_to
210
- - zamples/players/hulu_full_screened_over_an_hour.yml
211
- - zamples/players/vlc_full_screened.yml
212
- - zamples/players/vlc_full_screened_over_hour.yml
213
- - zamples/players/vlc_non_full_screened.yml
214
- - zamples/players/vlc_non_full_screened_under_an_hour.yml
215
- - zamples/scene_lists/disney_cars.yml
216
- - zamples/scene_lists/happy_feet.yml
217
- - zamples/scene_lists/mute_list.yml
218
- - bin/bad_digit10.bmp
219
- - bin/bad_digit11.bmp
220
- - bin/bad_digit12.bmp
221
- - bin/bad_digit13.bmp
222
- - bin/bad_digit14.bmp
223
- - bin/bad_digit15.bmp
224
- - bin/bad_digit16.bmp
225
- - bin/bad_digit17.bmp
226
- - bin/bad_digit18.bmp
227
- - bin/bad_digit19.bmp
228
- - bin/bad_digit2.bmp
229
- - bin/bad_digit20.bmp
230
- - bin/bad_digit21.bmp
231
- - bin/bad_digit22.bmp
232
- - bin/bad_digit3.bmp
233
- - bin/bad_digit4.bmp
234
- - bin/bad_digit5.bmp
235
- - bin/bad_digit6.bmp
236
- - bin/bad_digit7.bmp
237
- - bin/bad_digit8.bmp
238
- - bin/bad_digit9.bmp
239
- - bin/hours.bmp
240
- - bin/minute_ones.bmp
241
- - bin/minute_tens.bmp
242
- - bin/second_ones.bmp
243
- - bin/second_tens.bmp
120
+ - LICENSE
121
+ - README
122
+ - Rakefile
123
+ - TODO
124
+ - VERSION
125
+ - bin/sensible-cinema
126
+ - ext/mkrf_conf.rb
127
+ - gplv3.txt
128
+ - lib/blanker.rb
129
+ - lib/keyboard_input.rb
130
+ - lib/mouse.rb
131
+ - lib/muter.rb
132
+ - lib/ocr.rb
133
+ - lib/overlayer.rb
134
+ - lib/screen_tracker.rb
135
+ - spec/common.rb
136
+ - spec/convert_image.rb
137
+ - spec/images/4.bmp
138
+ - spec/images/black.bmp
139
+ - spec/images/colon.bmp
140
+ - spec/images/hulu_0.bmp
141
+ - spec/images/hulu_2.bmp
142
+ - spec/images/hulu_2_4.bmp
143
+ - spec/images/hulu_3.bmp
144
+ - spec/images/hulu_3_4.bmp
145
+ - spec/images/hulu_4.bmp
146
+ - spec/images/hulu_4_4.bmp
147
+ - spec/images/hulu_5.bmp
148
+ - spec/images/hulu_7.bmp
149
+ - spec/images/hulu_slash.bmp
150
+ - spec/images/vlc_0.bmp
151
+ - spec/images/vlc_2_6.bmp
152
+ - spec/images/vlc_4.bmp
153
+ - spec/images/vlc_5.bmp
154
+ - spec/images/vlc_6.bmp
155
+ - spec/images/vlc_9.bmp
156
+ - spec/images/vlc_colon.bmp
157
+ - spec/mouse_forever.rb
158
+ - spec/open.bat
159
+ - spec/silence.wav
160
+ - spec/spec.blanker.rb
161
+ - spec/spec.keyboard_input.rb
162
+ - spec/spec.mouse.rb
163
+ - spec/spec.muter.rb
164
+ - spec/spec.ocr.rb
165
+ - spec/spec.overlayer.rb
166
+ - spec/spec.screen_tracker.rb
167
+ - spec/test_yaml.yml
168
+ - vendor/gocr048.exe
169
+ - vendor/imagemagick/CORE_RL_Magick++_.dll
170
+ - vendor/imagemagick/CORE_RL_bzlib_.dll
171
+ - vendor/imagemagick/CORE_RL_jbig_.dll
172
+ - vendor/imagemagick/CORE_RL_jp2_.dll
173
+ - vendor/imagemagick/CORE_RL_jpeg_.dll
174
+ - vendor/imagemagick/CORE_RL_lcms_.dll
175
+ - vendor/imagemagick/CORE_RL_libxml_.dll
176
+ - vendor/imagemagick/CORE_RL_magick_.dll
177
+ - vendor/imagemagick/CORE_RL_png_.dll
178
+ - vendor/imagemagick/CORE_RL_tiff_.dll
179
+ - vendor/imagemagick/CORE_RL_ttf_.dll
180
+ - vendor/imagemagick/CORE_RL_wand_.dll
181
+ - vendor/imagemagick/CORE_RL_xlib_.dll
182
+ - vendor/imagemagick/CORE_RL_zlib_.dll
183
+ - vendor/imagemagick/X11.dll
184
+ - vendor/imagemagick/Xext.dll
185
+ - vendor/imagemagick/atl90.dll
186
+ - vendor/imagemagick/convert.exe
187
+ - vendor/imagemagick/mfc90.dll
188
+ - vendor/imagemagick/msvcp90.dll
189
+ - vendor/imagemagick/msvcr90.dll
190
+ - vendor/imagemagick/vcomp90.dll
191
+ - zamples/players/captures/hulu full screen non hour.jpg
192
+ - zamples/players/captures/hulu full screen over hour.jpg
193
+ - zamples/players/captures/silence.bmp
194
+ - zamples/players/captures/vlc grab over one hour file over one hour play.bmp
195
+ - zamples/players/captures/vlc2.bmp
196
+ - zamples/players/captures/vlc_full_screen_slider under one hour.bmp
197
+ - zamples/players/captures/youtube full screen big screen.jpg
198
+ - zamples/players/how_to_create_a_player_description.txt
199
+ - zamples/players/hulu_full_screened_over_an_hour.yml
200
+ - zamples/players/vlc_full_screened.yml
201
+ - zamples/players/vlc_full_screened_over_hour.yml
202
+ - zamples/players/vlc_non_full_screened.yml
203
+ - zamples/players/vlc_non_full_screened_under_an_hour.yml
204
+ - zamples/scene_lists/disney_cars.yml
205
+ - zamples/scene_lists/happy_feet.yml
206
+ - zamples/scene_lists/how_to_create_scene_lists.txt
207
+ - zamples/scene_lists/mute_list.yml
244
208
  has_rdoc: true
245
209
  homepage: http://github.com/rdp
246
210
  licenses: []
247
211
 
248
212
  post_install_message:
249
213
  rdoc_options:
250
- - --charset=UTF-8
214
+ - --charset=UTF-8
251
215
  require_paths:
252
- - lib
216
+ - lib
253
217
  required_ruby_version: !ruby/object:Gem::Requirement
254
- none: false
255
218
  requirements:
256
- - - ">="
257
- - !ruby/object:Gem::Version
258
- segments:
259
- - 0
260
- version: "0"
219
+ - - ">="
220
+ - !ruby/object:Gem::Version
221
+ segments:
222
+ - 0
223
+ version: "0"
261
224
  required_rubygems_version: !ruby/object:Gem::Requirement
262
- none: false
263
225
  requirements:
264
- - - ">="
265
- - !ruby/object:Gem::Version
266
- segments:
267
- - 0
268
- version: "0"
226
+ - - ">="
227
+ - !ruby/object:Gem::Version
228
+ segments:
229
+ - 0
230
+ version: "0"
269
231
  requirements: []
270
232
 
271
233
  rubyforge_project:
272
- rubygems_version: 1.3.7
234
+ rubygems_version: 1.3.6
273
235
  signing_key:
274
236
  specification_version: 3
275
237
  summary: an EDL scene-selector/bleeper that works with online players like hulu
276
238
  test_files:
277
- - spec/common.rb
278
- - spec/convert_image.rb
279
- - spec/mouse_forever.rb
280
- - spec/spec.blanker.rb
281
- - spec/spec.keyboard_input.rb
282
- - spec/spec.mouse.rb
283
- - spec/spec.muter.rb
284
- - spec/spec.ocr.rb
285
- - spec/spec.overlayer.rb
286
- - spec/spec.screen_tracker.rb
239
+ - spec/common.rb
240
+ - spec/convert_image.rb
241
+ - spec/mouse_forever.rb
242
+ - spec/spec.blanker.rb
243
+ - spec/spec.keyboard_input.rb
244
+ - spec/spec.mouse.rb
245
+ - spec/spec.muter.rb
246
+ - spec/spec.ocr.rb
247
+ - spec/spec.overlayer.rb
248
+ - spec/spec.screen_tracker.rb
data/FAQ DELETED
@@ -1,12 +0,0 @@
1
- FAQ
2
-
3
- Q. How can I easily watch this on my TV, not on my computer, silly!
4
-
5
- A. Currently you'll either need to attach your computer to your TV (buy some long cables, or a new graphics card
6
- or an adapter cable and some long cords, or get a laptop somehow (ex: buy a used older one) and plug that into your TV.
7
-
8
- There is also some work working toward getting the stuff playing on your computer to stream live to your wii/ps3/xbox:
9
- http://betterlogic.com/roger/?p=3023 has the beginnings of said work, though it doesn't work yet, as I have no demo hardware to
10
- test it out with.
11
-
12
- A history of thoughts leading up to this can be found here: http://betterlogic.com/roger/?p=2618
data/bin/bad_digit10.bmp DELETED
Binary file
data/bin/bad_digit11.bmp DELETED
Binary file
data/bin/bad_digit12.bmp DELETED
Binary file
data/bin/bad_digit13.bmp DELETED
Binary file
data/bin/bad_digit14.bmp DELETED
Binary file
data/bin/bad_digit15.bmp DELETED
Binary file
data/bin/bad_digit16.bmp DELETED
Binary file
data/bin/bad_digit17.bmp DELETED
Binary file
data/bin/bad_digit18.bmp DELETED
Binary file
data/bin/bad_digit19.bmp DELETED
Binary file
data/bin/bad_digit2.bmp DELETED
Binary file
data/bin/bad_digit20.bmp DELETED
Binary file
data/bin/bad_digit21.bmp DELETED
Binary file
data/bin/bad_digit22.bmp DELETED
Binary file
data/bin/bad_digit3.bmp DELETED
Binary file
data/bin/bad_digit4.bmp DELETED
Binary file
data/bin/bad_digit5.bmp DELETED
Binary file
data/bin/bad_digit6.bmp DELETED
Binary file
data/bin/bad_digit7.bmp DELETED
Binary file
data/bin/bad_digit8.bmp DELETED
Binary file
data/bin/bad_digit9.bmp DELETED
Binary file
data/bin/hours.bmp DELETED
Binary file
data/bin/minute_ones.bmp DELETED
Binary file
data/bin/minute_tens.bmp DELETED
Binary file
data/bin/second_ones.bmp DELETED
Binary file
data/bin/second_tens.bmp DELETED
Binary file