This tivoweb 1.9.4 module adds logos to the tivoweb Now Showing screen.
Note, you want to get the logos by aerialplug from this thread:
http://www.tivocommunity.com/tivo-vb/showthread.php?t=148724
Here's the contents of the readme:
# Now showing TiVoWeb module with addition of Channel logos
#
# v0.1 12.12.2006 by DD (tivocommunity id = B166ER)
#
This TCL module is by default named zNowShowing. You can rename it but
just make sure that it doesn't start with a zero. It needs to load after
the 00ui.tcl module and they're loaded in alphabetical order by TiVoWeb.
This was tested on TW 1.9.4 only (although further down this thread Simon Mallion has made a TWP1.2.1 compatible version. It may have problems (or may not) with US style digital channels in the form of "10.2" although I have no access
to such channels, so feel free to try it.
Instructions:
Copy the zNowShowing.itcl file to your /var/hack/tivoweb-tcl/modules folder
(I recommend always using binary mode for ftping).
Now you need some logos. There's another hack that lets you load channel logos into your actual TiVo Now Playing screen using the loadlogos.tcl file written by Stuart (sanderton). If you want to avoid having a duplicate set of logos (one for Now Playing on the Tivo and one for Now Showing in Tivoweb) then run the deletelogos.tcl batch file to disassociate the logos with Now Playing if you already have them. Now move the logos to /var/hack/tivoweb-tcl/images and re-run loadlogos.tcl but use this path for the images to be associated instead.
That's it. After a quick-reload of TiVoWeb you'll see that the standard
User Interface->Now Showing page shows a new Channel column with logos.
If there are any other plugins that make use of the print_nowshowingrow function
they'll also take advantage of this feature, although they'll need their table
header columns expanding by 1 (with a title of channel) for the table cells to
line up.
EDIT: 17th Jan 2006- added a 0.2 version which also has a column in the Now Showing screen for the program Description. It's a choice now whether you want 0.1 (which adds a column for channel logos) or 0.2 which adds a description column to 0.1. My personal preference is 0.2, you don't have to mouse over each Episode link to see the program description.