Bug #340
Drop UI's videos array
Status: | Closed | Start date: | 02 Jun 2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | UI | |||
Target version: | PiBox - 0.9.0 | |||
Severity: | 03 - Medium |
Description
- A directory scan computes the ListName and queries the DB for it.
- If found then the ListName is used in the list.
- If not found, then a new Video object is created and the ListName set and used in the list. The video object is added to the db.
From that point on the localDB should be queried for Video objects and the UI's videos array should be removed.
Associated revisions
RM #331, RM #339, RM #340: Update movie list from DB only using new method. Show display name in TMDB field to allow editing. Load images based on relative paths. Use db entry when doing scan of tmdb. Set default paths when loading a new directory. Don't rebuild db if specified directory doesn't exist.
RM #331, RM #339, RM #340: Update movie list from DB only using new method. Show display name in TMDB field to allow editing. Load images based on relative paths. Use db entry when doing scan of tmdb. Set default paths when loading a new directory. Don't rebuild db if specified directory doesn't exist.
History
#1
Updated by Hammel over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The use of a private array for Video objects in the UI has been removed and now only the LocalDB is used to store Video objects. The UI makes use of the db whenever it needs to access a video object.
This issue can be closed.