Dirk Meyer <[EMAIL PROTECTED]> writes:

>
> Thanks, fixed.
>

Aaargh! My patch broke adding recordings by means of favorites. This
patch fixes it:

Index: freevo/tvserver/src/epg.py
===================================================================
--- freevo/tvserver/src/epg.py	(revision 7921)
+++ freevo/tvserver/src/epg.py	(working copy)
@@ -166,8 +166,10 @@
                 continue
 
             rec = Recording(p.title, p.channel.id, fav.priority,
-                            p.start, p.stop, episode=p.episode,
-                            subtitle=p.subtitle, description=p.description)
+                            p.start, p.stop,
+			    info={ "episode":p.episode,
+				   "subtitle":p.subtitle,
+				   "description":p.description } )
 
             if rec in recordings:
                 # This does not only avoid adding recordings twice, it
Best regards,
    Hans-Jürgen
-- 
I think there's a world market for about five computers.
                -- attr. Thomas J. Watson (Chairman of the Board, IBM), 1943

Reply via email to