Update TODO

This commit is contained in:
emeric
2014-07-09 20:37:59 +02:00
parent 02dea03c8d
commit 2d585507d2
+13 -8
View File
@@ -2,23 +2,28 @@
[ServiceManager] [ServiceManager]
- Rework the whole start/stop/try/cach/thread/interrupts things - Rework the whole start/stop/try/cach/thread/interrupts things
[Admin users]
- Add/remove users
- Add path to Audio/Video files
- Manual/autorefresh settings
- Display some stats about the database:
- nb audio/video files
- last scan/update
[Users] [Users]
- Admin account to add/remove users, add path to watch for Audio/Video files - Prefered bitrate and codecs for audio/video
- Handle login lifetime? - Handle login lifetime?
[Cover] [Cover]
- Scaling: find something more "reliable" than GIL and its customs extensions (adobe work, io_new) - Scaling: find something more "reliable" than GIL and its customs extensions (adobe work, io_new)?
[Database] [Database]
- When removing a track, make sure to remove genre/artist/release if last of it - When removing a track, make sure to remove genre/artist/release if last of it
- Use Inotify like system to watch modified/added files - Use Inotify like system to watch modified/added files?
- Implement a video database cleanup - Implement a video database cleanup
- User access for Video/Pictures (really needed for Audio?)
- Create a new type: "share", that handles every other types in a directory based share?
- Group video in "video groups". Each video may has sub groups (current "Path" class) - Group video in "video groups". Each video may has sub groups (current "Path" class)
- Simplify database and remove the Path class -> Simplify database and remove the Path class
- Use size limits for strings? - Use size limits for strings (artist, release, genre)?
- Manage a global database revision number
- Process only files whose extensions are well known in audio/video world (avoid useless parsing/errors) - Process only files whose extensions are well known in audio/video world (avoid useless parsing/errors)
[Audio] [Audio]