Feature #330
Define local db format, create save class
Status: | Closed | Start date: | 26 May 2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Local DB | |||
Target version: | PiBox - 0.9.0 | |||
Severity: | 03 - Medium |
Description
The local DB contains data downloaded from tmdb.org and will be used to feed video players.
I need a definition of the db schema. Then I need a class that can be used to save and read that schema.
Associated revisions
History
#1
Updated by Hammel almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Defined a flat file format and created a classes (Video.java and LocalDB.java) for working with it.
This issue can be closed.