[mythtv-commits] mythtv commit: r11484 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 8 21:37:19 UTC 2006


      Author: danielk
        Date: 2006-10-08 21:37:19 +0000 (Sun, 08 Oct 2006)
New Revision: 11484
   Changeset: http://cvs.mythtv.org/trac/changeset/11484

Modified:

   branches/multiuser/mythtv/libs/libmythtv/channelbase.cpp
   branches/multiuser/mythtv/libs/libmythtv/channelutil.cpp

Log:

Refs #2532. Cleanup of channelbase.cpp and channelutil.cpp.

channelutil.cpp really doesn't appear to need any changes wrt to svn head (so the changes have been reverted), while channelbase has a problematic set of changes.

The channelbase code assumes it knows who is logged into the single frontend and restricts the available channels respectively, but this prevents scheduled recordings for any other user, and also assumes that there is only ever one frontend. The channel restrictions have to be implemented on the frontend or be implemented some other way if implementing them on the frontend is not feasible.

This commit does not fix the channelbase problem, it just cleans up the code that is there.






More information about the mythtv-commits mailing list