forked from seveerekaj/script.moviequiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
27 lines (25 loc) · 1.53 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Jake's TODOs:
maybe be able to switch between randomly choosing next question type vs. iterating over each question type enabled, then repeat.
With the random system, it seems like "what movie is this" doesn't come up as often as I would like
maybe have new question that finds a random movie and grabs a single frame from that movie, and displays to the user.
or maybe grab several frames, each from a different random position of the film, and show each to the user? have the number of frames grabbed configurable
where is cinema vision getting their quotes, trivia from?
have name the movie be full screen, and show all posters as choices
pause instead of stop at end of "what movie is this?" then have banner show "time's up! (change the length of time to play in settings)"
change hard-coded numbers to string constants
for settings strings accessed in code, use const variables rather than hard-coding the strings
add 5th or maybe even 6th answer option
apparently fanart is required?
ask about onfocus for listitem
put random in util module along with logger
get movie quotes from subtitle tracks of locally-stored movies?
delete old image resources
twinther's TODOs:
- Error message when we are unable to find additional questions
- DVD ISO's plays menu instead of movie
- Multiplayer support
Movie Question suggestions:
- What role does <actor> play in <movie>?
- In what movie does <actor> play <role>?
- What actor stars in these three movies?
- What movie is these three actors starring?