Modify ↓
Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 17 months ago
Closed 14 months ago
#10305 closed Developer Task (fixed)
Remove mysql.txt support
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Supporting both mysql.txt and config.xml causes unnecessary confusion.
The file based settings in mysql.txt are unnecessary in light of override settings support and can be dropped.
The few settings only supported in mysql.txt and not config.xml can be added to config.xml.
We should also make sure config.xml doesn't self-erase any more before we make it the default.
Attachments (4)
Change History (6)
Changed 17 months ago by danielk
Changed 17 months ago by danielk
Adds support for WakeOnLan? settings and re-arranges config.xml format a bit.
Changed 17 months ago by danielk
comment:1 Changed 16 months ago by danielk
- Milestone changed from 0.25 to 0.26
- Status changed from new to accepted
Changed 14 months ago by danielk
Latest patchset
comment:2 Changed 14 months ago by Daniel Kristjansson <danielk@…>
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.

Removes mysql.txt support, makes config.xml saves safer and only does them when necessary; does not add the needed mysql.txt config values to config.xml.