Quote:
|
Originally Posted by Pete77
LJ,
Do you consider there to be any functionality of your own TivoWeb 1.9.4 modules which is not now available under TivoWebPlus 2.0?
If so which modules or functions are those?
|
Haven't been following the development of TWP 2.0, so can't comment...
Looking through my code folder I've made a few mods to existing TW modules which I haven't made public if anyone's interested. Not sure which are the current release on some of these so some changes may already be public:
I'm part way through writing instructions for the What's On changes so that will appear shortly...
Whatson.itcl
# 23May04 11:50 v1.16 Duplicate the navigation line between the Search button and the table start.
# LJ: 06Nov04 10:31 Added All on Top + New on Favs
# 10Jul05 20:58 v1.17 Add an option to mark watched shows: W for non-generic data, (w) for generic data.
# Will only work if you have Sanderton's Tracker module installed!
# 29Dec05 11:08 v1.18 Colour the cell background of the Description box based on the main genre of the programme.
# 29Dec05 15:28 v1.19 Add option to show Series Premieres only.
# 27Jan06 15:40 v1.20 Rem out "Highlight Watched Programmes" till code implemented. Always flag Premieres.
# 28Jan06 15:14 v1.21 Link from Channel callsign to the website for the channel.
# 25Mar06 09:08 v1.22 Show only Series Premieres not Finales.
# 06Jan07 11:52 v1.23 Tidy up genre cell backgound colouring code. Modify chanweb to index on callsign.
xlist.itcl (Blocklists):
# LJ: 09Apr04 09:06 Added match count; changed link descriptions; rearranged screen layout
# re-anglicised; added ToDo highlight of active item and added Mins back to ToDo.
# LJ: 22Oct04 17:19 Modified the date columns of output to be a single column to make word wrap
# look sensible!
# LJ: 04Dec05 09:46 Add a new ToDo type (9) which displays only the first few items.
# LJ: 29Jan06 09:40 v0.24 Add an "N" flag if show is in Now Playing.
# LJ: 12Feb06 08:06 v0.25 Add a "u" flag if previously deleted by user unwatched.
# LJ: 26Feb06 17:24 v0.26 Move blocklist file reading outside the loop so we do it only once!
reorder.itcl (re order SPs):
# LJ modified one line to be url_prefix aware and prefixed the SP names with their position. 18Jan04
# Added extra movement buttons. LJ 28Jan06
(1, 10, 25, 100, top/bottom)
ui.itcl (the main beastie!)
# 01Feb04 12:54 Added set thumbdata line back into get_thumbimage proc.
# 04Apr04 08:50 Added 'Record with default options' and 'Record with default options and CANCEL ANY CONFLICTS' options.
# Added text to WishListPass showings to show which WishList caused the match.
# 29May04 18:18 Modded action_series to skip shows on channels not watched. e.g. ITV regions.
# 30May04 08:58 Modded do_seriesrowtodo to skip shows on channels not watched.
# 09Jul05 10:58 Modded action_showing to display Tracker watched date.
# 09Jul05 14:45 Modded do_seriesrowtodo to flag if watched before.
# 04Sep05 13:28 Modded action_lisings to include the full day!
# 04Sep05 15:18 Modded action_series to not display duplicate upcoming showings.
# 04Sep05 16:24 Modded do_seriesrow and do_seriesrowtodo to show TmsId.
# 06Jan07 15:34 Modded action_showing to add a "Get an SP with default options" link.