-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
70 lines (40 loc) · 1.12 KB
/
TODO
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
57
58
59
60
61
62
63
64
65
66
Roadmap
=======
0.10 (done)
implement read operations
status
browse
no write, no search
0.20 (done)
add cache for network browse requests
0.30 (done)
i18n / unicode file names handling
0.40 (done)
add embedded / uClibc support
(with automake + autoconf support)
0.50 (done)
share image files
0.60 (done)
add search operations
0.80
add extended attributes
To Be Done
==========
- handle duplicate filenames (titles) inside a directory
- use charset conversion for strings inside playlists files
- finer thread locking i.e. per service and device
- clean cache on update of SystemUpdateID / ContainerUpdateIDs
- provide access to DeviceDescription.xml file
- make 'df' returns meaningful values
- provide distro packages or autopackage
To Be Decided
=============
- IPV6 support ?
- iTunes support ?
- FreeBSD version using FUSE and libupnp ports ?
( http://fuse4bsd.creo.hu/
http://sf.net/tracker/index.php?func=detail&aid=1332618&group_id=7189&atid=307189 )
- library version (libupnpav) ?
- redirect errors to syslog if daemonized ?
- gnome vfs or KIO native interface ?
- use GLib ?