[mythtv-commits] Ticket #12571: Theme url does not exist for lastest git version 0.28-pre

MythTV noreply at mythtv.org
Thu Dec 24 05:53:12 UTC 2015


#12571: Theme url does not exist for lastest git version 0.28-pre
-------------------------------------------------+-------------------------
     Reporter:  William L. DeRieux IV            |      Owner:  stuarta
  <williamderieux@…>                             |
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  0.28
    Component:  Services - Theme Downloads       |    Version:  Master Head
     Severity:  high                             |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 For 0.28-pre the theme url does not exist:
 http://themes.mythtv.org/themes/repository/0.28-pre/themes.zip

 however this url does:
 http://themes.mythtv.org/themes/repository/trunk/themes.zip

 The issue occurs at lines 233-235 of file
 mythtv/programs/mythfrontend/themechooser.cpp


 {{{
 QString themeSite = QString("%1/%2")
 .arg(gCoreContext->GetSetting("ThemeRepositoryURL",
  "http://themes.mythtv.org/themes/repository")).arg(version);
 }}}

 I'm not sure if this was an oversight (someone forgot to create the page)
 or if the url should be pointing to trunk rather than 0.28-pre.

 I set this ticket to high severity because anyone working with the
 git:master branch will be unable to download or test any themes.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12571>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list