Re: First impressions of Ogle 0.9.0.
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Thu Feb 27 2003, Greg Trounson wrote: > * Pressing 'q' in a movie window (either windowed or fullscreen) will > result in the process stopping responding to further keyboard commands. Don't do that then ;) Yeah I know, we have been lazy and not fixed this bug. > ---------------------------------------------------------------------- > * File..Exit doesn't seem to work anymore (either does clicking the > 'close' button). Both result in the process freezing, requiring a "kill > -15 on ogle_gui". Yes a newly introduced bug, though it is easy to fix so I will do it in a couple of days. File->Exit does work if you have started playing a dvd, right ? > ---------------------------------------------------------------------- > * Some static menu items (such as pages of text) on some DVD's (most > notably the Mind Candy PC Demo DVD) flash through too fast to be seen > (Perhaps 1/20 second). I am guessing some 'wait for keypress' directive > is not being interpreted correctly in these cases. run 'ogle --debug' and send the log to us. > ---------------------------------------------------------------------- > * I do like the idea of being able to enter a number n, then <PGUP> or > <PGDN> to have it skip n seconds, but it can get annoying if I first > press a digit for another purpose, and then a minute or so later hit > <PGUP> or <PGDN>. I think there should be a time limit (say 5 seconds) > on whether or not a pressed digit applies to the skip time. Ok, I'll guess I have to fix it then. How often do you enter a number and not follow that with another action? As it is now the number is used only for the next action, maybe I forgot to reset it after each action and that is the problem? But I can see the problem where you start to enter a number, do something else and forget that you have entered the number and then you are 'surprised' by the next action that uses that number. The skip (pgup/dn) action also remembers the last skiptime used so if you entered 30 and then skip it will use 30 the next time you skip, if you don't enter a number. To get back to the default skiptime, enter 0 and skip. > * It seems I can no longer do a chapter skip during copyright notices > anymore. Is this intentional? I don't mind seeing the messages, but it > really is too much when they 'lock up' your player for 30 seconds. Is > there some legal issue here? (though I do notice that in some movies I > can skip between the variuos translations of the copyright, which makes > me wonder if the chapter skip can no longer skip across titles?) Yes I think chapter skip doesn't skip between titles anymore because of some navigation issues, but it should be fixed so it can do that. If the copyright notice is a 'still' you can skip past it by pressing 'p' (Play), that will turn still off. /Björn