sensible-cinema 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/ChangeLog +4 -0
  2. data/LICENSE.TXT +70 -0
  3. data/README +95 -29
  4. data/TODO +85 -71
  5. data/USAGE_TERMS.TXT +15 -0
  6. data/VERSION +1 -1
  7. data/bin/sensible-cinema +90 -32
  8. data/bin/sensible-cinema-cli +17 -0
  9. data/edit sensible cinema decision list files.bat b/data/create new sensible cinema decision list → files.bat +0 -0
  10. data/ext/mkrf_conf.rb +17 -0
  11. data/how_to_create +1 -0
  12. data/lib/add_any_bundled_gems_to_load_path.rb +17 -0
  13. data/lib/blanker.rb +17 -0
  14. data/lib/drive_info.rb +17 -0
  15. data/lib/edl_parser.rb +17 -0
  16. data/lib/fake_blanker.rb +17 -0
  17. data/lib/file_chooser.rb +17 -0
  18. data/lib/keyboard_input.rb +17 -0
  19. data/lib/mencoder_wrapper.rb +32 -33
  20. data/lib/mouse.rb +17 -0
  21. data/lib/mouse_forever.rb +17 -0
  22. data/lib/mplayer_edl.rb +31 -0
  23. data/lib/muter.rb +17 -0
  24. data/lib/ocr.rb +17 -0
  25. data/lib/overlayer.rb +17 -0
  26. data/lib/screen_tracker.rb +18 -1
  27. data/lib/storage.rb +99 -82
  28. data/lib/swing_helpers.rb +17 -0
  29. data/lib/vlc_programmer.rb +17 -0
  30. data/preamble +17 -0
  31. data/sensible-cinema.gemspec +12 -5
  32. data/spec/blanker.spec.rb +17 -0
  33. data/spec/common.rb +17 -0
  34. data/spec/convert_image.rb +17 -0
  35. data/spec/drive_info.spec.rb +17 -0
  36. data/spec/edl_parser.spec.rb +17 -0
  37. data/spec/keyboard_input.spec.rb +17 -0
  38. data/spec/mencoder_wrapper.spec.rb +61 -21
  39. data/spec/mouse.spec.rb +17 -0
  40. data/spec/mplayer_edl.spec.rb +33 -0
  41. data/spec/muter.spec.rb +17 -0
  42. data/spec/ocr.spec.rb +17 -0
  43. data/spec/overlayer.spec.rb +17 -0
  44. data/spec/screen_tracker.spec.rb +17 -0
  45. data/spec/sensible_cinema_gui.spec.rb +38 -16
  46. data/spec/swing_helpers.spec.rb +17 -0
  47. data/spec/vlc_programmer.spec.rb +17 -0
  48. data/zamples/edit_decision_lists/dvds/COOL_RUNNINGS.txt +23 -1
  49. data/zamples/edit_decision_lists/dvds/Harry Potter 2.txt +18 -0
  50. data/zamples/edit_decision_lists/dvds/pack_wedding_2007-03-03.txt +24 -0
  51. data/zamples/edit_decision_lists/example_edit_decision_list.txt +1 -1
  52. metadata +13 -6
  53. data/LICENSE +0 -56
data/LICENSE DELETED
@@ -1,56 +0,0 @@
1
- All files (c) Roger Pack 2010
2
- All files are released under the GPLv3 license [1] unless otherwise specified. Ping me if you want/need this changed.
3
-
4
- May contain some 3rd party libraries/executables under their own (separate, open source) licenses.
5
-
6
- Is this legal?
7
-
8
- Unclear. In general ripping personal DVD's is fine.
9
- It is controversial to use open source software to play/rip DVD's.
10
- There are a few conflicting views.
11
- Sensible-cinema doesn't actually do any decryption or decoding, nor has any knowledge of it,
12
- but calls out to another separate program to rip. It doesn't even have knowledge
13
- as to whether it is ripping something encrypted or not. We don't distribute sensible-cinema with
14
- that program, either.
15
- You can ask the authors of that program if it is legal. Apparently
16
- libdvdcss that it uses has never been challenged in court, and uses a slightly different algorithm
17
- than those that have.
18
- Note also that fair use at times does allow one to "record" things for personal use/backup.
19
- Using sensible-cinema is probably not any more unethical than ripping your DVD collection to your hard
20
- drive so you can keep your DVD's all in one place. It's about the same as ripping a DVD, editing
21
- it in Windows Movie Maker to take out the bad scenes, then watching it.
22
- It's about the same as using VLC Media Player to view a DVD, which also uses libdvdcss.
23
- Also note that if you watch an edited DVD, your are using a DVD player that conforms
24
- with DMCA specifications, so that might have some influence.
25
-
26
-
27
- In general, you are responsible for your actions and use of this program.
28
- It is possible that the authors of sensible-cinema are not cupable of anything
29
- regarding its use themselves, since they re-distribute no edited media,
30
- nor distribute cracking codes. In general, check your country's rules first.
31
-
32
- In terms of copyright, it could be legal under the The Family Home Movie Act of 2005,
33
- at least in the United States, when viewed using the "playlist" option (v 0.10'ish, then later removed).
34
- In general, if I have the original DVD sitting next to my TV, I don't feel bad about watching
35
- its edited copy at the same time, but please consult a laywer first if you have any concerns.
36
-
37
- Do not redistribute copied commercial DVD's. We have learned from clean flicks that
38
- redistributing edited commercial DVD's is illegal in the US. We hope that sensible-cinema
39
- is more legal, since you can get the DVD's from wherever you want, and it doesn't change their
40
- structure at all. Please don't redistribute.
41
-
42
- DO NOT MAKE ILLEGAL COPIES.
43
-
44
- Note that this software might well be legal in the EU,
45
- as it is only software and therefore thus possibly not subject to patents (see "What about patent licenses?" in [2]).
46
- If it's not legal in your country, don't use it!
47
-
48
- A more ancient history of various related thoughts was described here:
49
- http://betterlogic.com/roger/?p=2618
50
-
51
- Also note that several ideas have been released in the code that are disabled in the final release. Please see the blog
52
- for release notes http://betterlogic.com/roger, as well as http://ruby-forum.com (ruby talk ML there), and rubygems.org
53
- which lists the various releases, and github.com/rdp/sensible-cinema which lists commits and changes and releases.
54
-
55
- [1] http://www.gnu.org/licenses/gpl.html, also gplv3 file.
56
- [2] http://www.videolan.org/support/faq.html