sensible-cinema 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -139,16 +139,13 @@ You can also specify -v or -t if you want to enable more verbose (chatty) output
139
139
  == Caveats ==
140
140
 
141
141
  NB that "someone" will have to create a scene descriptions list, per DVD/online movie.
142
- Unless it already exists, then "someone" already did.
143
-
144
- Also note that it takes a bit to get "warmed" up when you first start using it (it uses OCR
145
- to track the screen time), so it might be a tidge laggy at time tracking when first used.
146
- Ping me if you want this improved.
142
+ Unless it already exists, then "someone" already has, so you don't have to. Fortunately
143
+ only one person has to do it, once, for everybody to benefit, and the editing process is fairly easy.
147
144
 
148
145
  == Thanks ==
149
146
 
150
147
  Thanks to Jarmo for the win32-screenshot gem, mini_magick gem authors, jruby guys, etc.
151
- The combination made programming this actually somewhat of a pleasure.
148
+ The combination made programming this actually something of a pleasure.
152
149
 
153
150
  == License ==
154
151
 
@@ -156,21 +153,20 @@ See the LICENSE file for licensing, usage terms (basically gplv3).
156
153
 
157
154
  == Related ==
158
155
 
159
- http://imdb.com tends to have reasonably good lists of what occurs in movies (find a movie, click on "parent's guide" on the left).
160
- Sometimes it even lists the time signatures for events (ex: "Labyrinth" http://www.imdb.com/title/tt0047673/parentalguide)
161
- which you could use to translate into a sensible-cinema compatible list.
162
-
163
156
  The concept isn't too novel:
164
157
 
165
- Edited "for airplane" movies
158
+ http://en.wikipedia.org/wiki/Linear_video_editing
159
+ http://imdb.com tends to have reasonably good lists of what occurs in movies (find a movie, click on "parent's guide" on the left). Sometimes it even lists the time signatures for events (ex: "Labyrinth" http://www.imdb.com/title/tt0047673/parentalguide) which you could use to translate into a sensible-cinema compatible list.
160
+ Edited "for airplane" movies.
166
161
  http://en.wikipedia.org/wiki/Edit_decision_list (it's a linear editing tool, after all)
167
162
  http://www.oreillynet.com/sysadmin/blog/2005/06/make_your_own_phantom_edit_wit.html mplayer has had this ability for awhile.
163
+ http://clearplay.com commercial (closed source, costs money, no user contributions possible), and only for DVD's (uses its own DVD-player in its current incantation).
168
164
  http://forum.bsplayer.com/feature-requests-feedback-suggestions/7157-chapter-playlist-scene-cut-3.html
169
165
  http://www.inmatrix.com/ "scene cut editor" of the zoom player
170
- http://wiki.xbmc.org/?title=EDL_(commercial_skipping)_and_SceneMarker_support (XBMC's scene cut support--also contains links to some others)
171
- http://code.google.com/p/movie-content-editor (same thing, but in Python and only for VLC)
172
- http://www.imdb.com/swiki/special?ParentalGuideHelp and search for "scene description"
173
- http://clearplay.com similar, but commercial (closed source, costs money, no user contribution), and only for DVD's (uses its own DVD-player in its current incantation).
166
+ http://wiki.xbmc.org/?title=EDL_(commercial_skipping)_and_SceneMarker_support (XBMC's scene cut support--also contains links to some other editors)
167
+ http://code.google.com/p/movie-content-editor (written in Python, controls VLC based on captions)
168
+ http://www.imdb.com/swiki/special?ParentalGuideHelp (search for "scene description")
169
+ http://www.mythtv.org/wiki/Creating_a_cutlist
174
170
 
175
171
  == Feedback ==
176
172
 
data/TODO CHANGED
@@ -3,40 +3,61 @@
3
3
 
4
4
  == probably next up/low prio ==
5
5
 
6
+ byu.tv descriptor
6
7
  back off on mouse jerking if they're movin' it
7
8
  screencast of things helpful (use, creation).
8
9
  youtube non full screen: work with other browsers
9
10
  speed up unit tests
10
- can parse IMDB (require they put in the URL by hand fer now)
11
- PISH, then
12
- add stuffs to imdb hmmm
13
11
  a netflix player descriptor
14
- advertise on ruby flow
15
12
  "just choose VLCx55" LOL
16
13
  beep at them when not tracking [?]
17
14
  default on...hmm
15
+ easier "here's how on the command line, BTW"
16
+
17
+ == slightly lower than that ==
18
+
19
+ can parse IMDB (require they put in the URL by hand fer now)
20
+ add stuffs to imdb hmmm
21
+ can "overplay" (for VLC only on special computers for now :P)
18
22
 
19
23
  == random backlog ... note: just plow forward, to "grab" available ideas...except that for now, just what *I* plan on needing for myself (filters for what I need/want). ==
20
24
 
21
- run it off a normal person (hulu, DVD). rinse and repeat
25
+ "ripperzy-ize"
26
+ can rip from DVD
27
+ and edit that
28
+ mplayer?
29
+ can rip from screen
30
+ windows 7 only for now (?)
31
+ VLC to rip?
32
+ raw? SSD? cpu? huh? (assume quality audio card, even with windows 7, fer now...these people can chip in a few bucks)
33
+ mencoder?
34
+ research this "record netflix" et al
35
+ and track it as ripping, I guess (time -> time...)
36
+ and then able to edit that...
37
+ remove commercials?
38
+
39
+ PISH
40
+ release it with both until scared (?)
41
+ split projects when scared (editor versus normal)/make projects work with direct editing, et al...
42
+ split online from DVD, et al
22
43
 
23
44
  check that youtube is working well again for all...
24
45
 
25
- easier "here's how on the command line, BTW"
46
+ run it off a normal person (hulu, DVD). rinse and repeat
47
+
48
+ advertise on ruby flow
26
49
 
27
50
  DRY up the levels--it's in the ocr spec as well as the others...
28
51
 
29
52
  unit tests pass with normal ruby
30
53
 
31
- test every player with different screen resolutions...
32
-
33
54
  add unit tests for each player for "make all players actually play again"
34
55
 
35
56
  screen time change only detected... [unexpected] [rid myself of it]
36
57
 
37
- stabilization on seconds -> 00 -> minutes++: make optional [?]
58
+ the stabilization on seconds -> 00 -> minutes++: make optional [?]
38
59
 
39
- when polling for bmp changes, just use two lines (?)
60
+ when polling for bmp changes, just use two lines ( helpful speed-wise?)
40
61
 
41
62
  try new GOCR version...
42
63
 
@@ -68,6 +89,8 @@ make a list of "known clean" movies or what not...hmm...
68
89
 
69
90
  an "online anybody can chat while watching this movie" (or anybody can edit this wav and listen to it as overlay...) prefer the latter.
70
91
 
92
+ blu-ray support somehow (real-time, rip?)
93
+
71
94
  an online applet web runnable? Why not?
72
95
  click here to watch your favorite film edited on hulu! Just click! [* yea!]
73
96
  a chrome plugin with imdb/community backing :)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.1
1
+ 0.10.2
@@ -3,11 +3,12 @@ player: VLC
3
3
  mutes:
4
4
  "0:17:22" : "0:17:23.5" # you could see his [rusty] undercarriage
5
5
  "0:17:40.1" : "0:17:41" # rust your bolts and freeze your... (implied nuts)
6
- "0:27:30.0" : "0:27:33.75" # turn on yer lights fer dang sake...moron
6
+ "0:27:29.75" : "0:27:33.75" # turn on yer lights fer dang sake...moron
7
7
  "31:48.5" : "31:50.25" # is it true that McQueen is going to pose for Car-Girl [magazine]?
8
8
  "0:32:31" : "0:32:32" # McQueen "Oh L..." (mumbled)
9
- "0:34:36" : "0:34:38" # "may doc have mercy on your soul"
10
- "36:09" : "36:11" # likes me for muh body
9
+ "0:34:35.75" : "0:34:38" # "doc have mercy on your soul"
10
+ "0:35:22.25": "0:35:23.5" # all you have to do is stand there and let me look at ya
11
+ #"36:09" : "36:11" # she just likes me for muh body
11
12
  "37:05" : "37:06" # Mater makes a fart noise when discussing gas
12
13
  "40:16" : "40:18" # ...good look at that sexy hot-rod
13
14
  "44:24" : "44:46" # hill billy hxxx
@@ -17,5 +18,6 @@ mutes:
17
18
  "57:12" : "57:18" # sally: wait not spend the night "with me"...
18
19
  "1:10:34.5" : "1:10:35.75" # he did what in his cup?
19
20
  "1:30:02" : "1:30:04" # thank the manufacturer...
20
- "1:55:39" : "1:55:40" # for the "love of Chrysler" please....
21
+ "1:39:13.1" : "1:39:14.0" # hot snot we're back in business
22
+ "1:55:38" : "1:55:40" # for the "love of Chrysler" please....
21
23
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 10
8
- - 1
9
- version: 0.10.1
8
+ - 2
9
+ version: 0.10.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Roger Pack
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-14 00:00:00 -06:00
17
+ date: 2010-11-02 00:00:00 -06:00
18
18
  default_executable: sensible-cinema
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency