forked from regular/talkshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TO_DO_s.py
59 lines (27 loc) · 993 Bytes
/
TO_DO_s.py
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# -*- coding: utf-8 -*-
'''
Created on 20 May 2013
@author: Joé Schaul
List of bugs/features to be implemented
'''
#TODO: stop function when clicking "back"
'''general'''
# VLC as standard - but windows media player as backup?
# remove unnecessary VLC stuff to keep size down
'''features '''
# change system volume instead of program volume only
# play videos?
# text to speech?
# make config file changeable by the program, with default config file to "reset" config file.
# default config file to be included in the exe, the other to live outside.
''' display improvements '''
# rounded rectangles
# on resizing to larger window: adjust position of menu & player bar.
''' bugs '''
#TODO: make this configurable (talkshow.py)
ORIENTATION = 1
''' code quality / refactoring '''
# TODO: Add a method in Talkshow object to test if all is well configured.
# strange paths replace by os.dirsep
# refactor code into more classes/files
# documentation on structure