Actions
Action Item #466
closedNeed config file to save session configs
Start date:
15 Sep 2015
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
In order to support user configurable media types (re: file extensions) the UI needs to have an option for selecting them as well as adding new extensions. But that implies that the previous settings could be retrieved on the next session. That means file extensions should be stored in $HOME/.videolib/extensions.
So I need to add a class for reading and writing config files used by videolib. Then I need to instantiate it and call its read functions before the call to buildUI() in UI.java.
Updated by Hammel about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This isn't necessary. The filename extensions can be saved as properties, and support for saving properties is already in place.
Closing issue as won't implement.
Actions