PDA

View Full Version : replace file within TuikRes


RandC
04-03-2007, 03:50 PM
I am trying to replace the DirecTV logo in the top left corner of the guide. I had done this in 3.1.5x because all the images were in /Resource/Image directory and was able to use replacelogo.tcl. I have located the image but I need to know how to replace the file.

The file info is located at /TuikRes/SHA1/1A570E74D10624F819B0134C3E0606B3E12349EA:0001b849
The ID shows 112713, info from ID 112713 shows file at 112714
File at 112714 is the DirecTV logo image.

TivoWare
04-03-2007, 04:37 PM
You can try out tuikhelper.tcl (http://www.dealdatabase.com/forum/showthread.php?t=44828&highlight=tuikhelper.tcl)

You can use "TuikHelper.tcl dump data/" to export all the files.

Then after you find and change it you should be able to do "TuikHelper.tcl import {ResourceName} [FileName]"

RandC
04-04-2007, 12:28 AM
You can use "TuikHelper.tcl dump data/" to export all the files.Now that's the way to see everything in an easy format. I had used the list all resources option and missed the logo name in the list. By FTPing the /data directory to my PC I could see all the images and located the file name easily. TuikHelper could not find the file when I entered the path with file name as shown, but when I export - import with just the file name it worked. Thanks for useful tool TivoWare.

TivoWare
04-04-2007, 11:07 AM
I can't say that I actually tested it with .png files. I'll have to try it out and see if there is a problem when you use the full path. What image did you replace?

RandC
04-04-2007, 12:15 PM
I can't say that I actually tested it with .png files. I'll have to try it out and see if there is a problem when you use the full path.When you designed this you probably thought no one would want to change any image files.
What image did you replace?The image is the DirecTV logo in the corner of the guide. The path "img/3.1_DTVLogo_c.png", TuikHelper returns Failed to find img/3.1_DTVLogo_c.png! when using full path.