Opened 19 years ago
Closed 18 years ago
#3722 closed task (fixed)
New Mythweather Tasks
| Reported by: | stuartm | Owned by: | stuartm |
|---|---|---|---|
| Priority: | major | Milestone: | 0.21 |
| Component: | mythweather | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
- Screen setup could be a lot easier to use and should probably include a Finish button for saving changes instead of using 'M' (see the mythmusic visualizer dialog in trunk for a possible example)
- The modules for the perl scripts should be installed to the perl directory and not /usr/{local/}share/mythtv/
- If a script fails we should inform the user and continue display data for the scripts which worked. Current behaviour is just to continue showing the 'retrieving weather data' screen until the user hits escape.
Change History (22)
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Screens can not be added in setup. Each script fails with the "Add Screen Error" except the NWS alerts.
Search box for NWS alerts mangles numbers.
comment:4 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 19 years ago
I've just finished writing a BBC based grabber which provides data for the UK and international locations (major towns/cities), it should make a reasonable default for most users. I'll attach patches for testing soon, but I want to fix a few of the more annoying problems with the revamped mythweather first.
comment:6 by , 19 years ago
comment:7 by , 19 years ago
(In [14350]) Makes a start on fixing a number of issues and bugs in the revamped mythweather.
- Don't use MENU to save settings changes, adds a Finish button instead for better consistency with other areas of MythTV.
- Don't hard code strings in the theme files but allow them to be translated (screen settings page)
- In the source setting page, always select the first item in the list on loading.
- Minor cleanup
Refs #3722
comment:8 by , 19 years ago
comment:11 by , 19 years ago
comment:12 by , 19 years ago
comment:13 by , 19 years ago
comment:14 by , 19 years ago
comment:15 by , 19 years ago
| Status: | accepted → started |
|---|
comment:16 by , 18 years ago
(In [15908]) Move the weather grabbing scripts into subdirectories according to the source they grab from. This is purely to make it easier to manage the scripts down the line but is also necessary for that same reason.
NOTE you will need to rerun mythweather setup twice, the first time so that it deletes the old screens and a second time to add the re-add them. Apologies for this, but better this change is made now than after 0.21 is released where it will cause much more disruption.
Thanks to Joe Ripley for the original patch which made this possible.
Refs #3722
comment:17 by , 18 years ago
comment:19 by , 18 years ago
comment:20 by , 18 years ago
comment:21 by , 18 years ago
comment:22 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | started → closed |
I think I've addressed some of the biggest problems with the current mythweather. Themes could still use some work and setup could be further improved but I'll look at those as separate issues from now on.

Please remove duplicate images:
text_button_on.png
text_button_off.png
text_button_pushed.png
As these are already included in the default mythtv installation (for svn:13926). and causes packaging issues.