[mythtv-users] New frontend, some questions

Chris Pinkham cpinkham at bc2va.org
Fri Feb 4 20:14:10 UTC 2011


* On Fri Feb 04, 2011 at 06:54:21PM +0100, raptor jr wrote:
> This is the log info i get when i enter Theme Chooser and then do a
> Refresh. It does look like the file is downloaded. And the user

> 2011-02-04 18:46:19.810 DownloadManager: downloadProgress(313, -1) (for reply 156313912)
> 2011-02-04 18:46:19.810 DownloadManager: downloadProgress: http://themes.mythtv.org/themes/repository/0.25/themes.zip to /home/stefan/.mythtv/tmp/themes.zip is at 313 of -1 bytes downloaded

This is the key.  It's looking for a nonexistent version.  It should be
trying to download
http://themes.mythtv.org/themes/repository/trunk/themes.zip from the
theme repository.

Can you paste the contents of your verbose.cpp file in the main 'mythtv'
directory of your git checkout?  It looks like your value for
myth_source_path is wrong somehow.  Please paste the output of
'git branch' as well when run from inside the 'mythtv' top level source
directory.  This command is used to populate the myth_source_path
variable.

--
Chris


More information about the mythtv-users mailing list