Difference between revisions of "MythWeb"

From MythTV Official Wiki
Jump to: navigation, search
(add note on the php_value zlib fix for accept_encoding problems; feel free to move this where it belongs.)
Line 14: Line 14:
 
* [[Securing MythWeb]]
 
* [[Securing MythWeb]]
 
* [[Play Recordings On Windows From MythWeb]]
 
* [[Play Recordings On Windows From MythWeb]]
 +
* [[MythWeb on Jetty]] a Java based web server
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
{{stub}}
 
{{stub}}

Revision as of 09:33, 8 October 2006

MythWeb provides a frontend for scheduling and managing recordings on your MythBox from a web browser located on another machine. In addition it allows for changing key bindings and other settings.

Numerous improvements have been added since its inception, so that MythWeb now provides access to much of the content from the various plugins.

Indeed, many functions you might want to perform on your MythBox are faster or easier through MythWeb. (How much this is true, of course, depends to some degree on what version you're running.)

See MythWeb_readme for install details.

One contributed favicon is File:Favicon.jpg (it's really a .ico file; see the page).

If you install or upgrade MythWeb and your web browser gives you garbage instead of a pretty page, find the apache/htdocs/mythweb/.htaccess file and comment out (with a # sign) the three lines which begin php_value zlib.. (This note doesn't actually belong here, but I didn't want it to get lost, since I had to rummage in the mailing list to find it again. --Baylink 22:10, 7 October 2006 (UTC))

See Also