Updated TODO

This commit is contained in:
emeric
2014-05-07 13:32:03 +02:00
parent 8f4d3e5e23
commit c4cec4b438
+7 -3
View File
@@ -1,9 +1,10 @@
[Users] [Users]
- Do the feature - Do the feature
- Admin account to add/remove users, add path to watch for Audio/Video
[Database] [Database]
- When removing a track, make sure to remove genre/artist/release if last - 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?) - User access for Video/Pictures (really needed for Audio?)
@@ -12,15 +13,18 @@
- Simplify database and remove the Path class - Simplify database and remove the Path class
[Audio] [Audio]
- TableViewFilter: <All> -> Track count for this speccial category - ReleaseView/ArtistView/GenreView: <All> -> Track count for this special category. Easier: add a special entry '<All>' that contains everything?
- MediaPlayer: move slider using js - MediaPlayer: move slider using js (http://redmine.webtoolkit.eu/boards/2/topics/7924?r=8478)
- TrackView : handle original release date - TrackView : handle original release date
- TrackView : handle duration > 1 hour - TrackView : handle duration > 1 hour
- TrackView : select only relevant columns to speed up queries (do not get eveything) - TrackView : select only relevant columns to speed up queries (do not get eveything)
- TrackView : Reselect the current playing song when displaying the updated search results
- ReleaseView: display the release's publication year
- OGG metadata -> properly handle metadata nested in the audio stream - OGG metadata -> properly handle metadata nested in the audio stream
[Video] [Video]
- View the Videos in a WtTableView ? - View the Videos in a WtTableView ?
- Use Groups/SubGroups to organize videos (WTreeView?)
[Remote API] [Remote API]
- Think about a remote API to get/retrieve media (i.e. for mobile apps) - Think about a remote API to get/retrieve media (i.e. for mobile apps)