Opened 18 years ago
Closed 18 years ago
#3938 closed patch (fixed)
Add ability to have grabber sub-dirs in MythWeather scripts directory
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythweather | Version: | head |
Severity: | low | Keywords: | grabber |
Cc: | stuartm | Ticket locked: | yes |
Description
This patch allows the MythWeather plugin to store its grabber scripts in subdirectories instead of all grabbers in one directory.
The new code recurses through the mythweather/scripts directory and finds any executable files it can. Any number of directory levels are possible.
Attachments (1)
Change History (6)
by , 18 years ago
Attachment: | mythweather.patch added |
---|
comment:1 by , 18 years ago
I wasn't sure how to display the progress of the script search due to the nature of the search algorithm (i.e. recursive function). Ideas are welcome to improve the UI experience of waiting for MythWeather to search for scripts. :)
comment:2 by , 18 years ago
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from | to
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
this one just broke my daily svn build: the MythProgressDialog was renamed from busyd to busy, but in line 115/116 the two old calls survived:
busyd->Close(); busyd->deleteLater();
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ticket locked: | set |
I fix that problem 8 hours ago.
Add ability to organize grabber scripts and related files into subdirectories of MythWeather /usr/{local/}share/scripts directory