Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

28 comments today, 28 of them spam. 373247 comments overall, 372327 of them spam. See recent comments. RSS feed of all comments.

ImageMagick book
MythTV book







This is my page for MythTV information, including details of my book on the topic.


Sat, 12 Apr 2008



init script

    Jake Graft pointed out in a comment that I had forgotten to put the init script from the MythTV book online. My apologies.
    #! /bin/sh
    #
    # mythbackend
    #
    
    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
    
    BACKEND=/usr/local/bin/mythbackend
    BACKEND_NAME=mythbackend
    
    MYTHUSER="myth"
    
    test -x $BACKEND || exit 0
    
    set -e
    
    case "$1" in
      start)
            echo -n "Starting MythTV: $BACKEND_NAME"
            su ${MYTHUSER} -c "$BACKEND -v all -d -l ${MBE_LOGFILE}" &
            echo "."
            ;;
      stop)
            echo -n "Stopping MythTV: $BACKEND_NAME"
            killall $BACKEND
            echo "."
            ;;
      *)
            echo "Usage: $0 {start|stop}" >&2
            exit 1
            ;;
    esac
    
    exit 0
    


    Tags for this post: mythtv(S) book(S)

posted at: 17:53 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 10 posts have been culled and 0 blocked. Be the first to make a non-spam comment here, please!


Thu, 11 Oct 2007



The book is doing ok

posted at: 10:43 | path: /mythtv/book | permanent link to this entry
There are 1 comments on this post, and 33 comments which didn't survive moderation. 150 were blocked by trained gerbils. Click here to see them.


Fri, 14 Sep 2007



Illegal download sites for the MythTV book

posted at: 09:43 | path: /mythtv/book | permanent link to this entry
There are 5 comments on this post, and 110 comments which didn't survive moderation. 160 were blocked by trained gerbils. Click here to see them.


Sun, 15 Jul 2007



More reviews

posted at: 18:41 | path: /mythtv/book | permanent link to this entry
There are 1 comments on this post, and 120 comments which didn't survive moderation. 143 were blocked by trained gerbils. There has been so much spam for this post that new comments are now silently dropped. Click here to see the non-spam comments on this post.


Sun, 03 Jun 2007



Review

posted at: 15:37 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 105 posts have been culled and 165 blocked. Be the first to make a non-spam comment here, please!


Fri, 04 May 2007



Book printed!

posted at: 13:46 | path: /mythtv/book | permanent link to this entry
There are 3 comments on this post, and 30 comments which didn't survive moderation. 140 were blocked by trained gerbils. Click here to see them.


Sun, 15 Apr 2007



Status

posted at: 15:42 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 3 posts have been culled and 2 blocked. Be the first to make a non-spam comment here, please!


Thu, 29 Mar 2007



Done and done

posted at: 19:44 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 82 posts have been culled and 126 blocked. Be the first to make a non-spam comment here, please!


Sun, 04 Feb 2007



Time for a status update?

posted at: 17:49 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 130 posts have been culled and 198 blocked. Be the first to make a non-spam comment here, please!


Fri, 24 Nov 2006



Book status

    I was thinking about the delivery status of
    the MythTV book as I was going off to sleep last night, and it occurred to me that the book is pretty much done. It's a good feeling.

    Stewart needs to finish poking a chapter on cut lists and so forth, with should be minimal effort, then he needs to work on chapters on MythWeb and VoIP (the VoIP one is half done). I need to write an updated introduction (the contents of the book have deviated from plan, although that always happens) as well as a short conclusion chapter, and help Stewart write a chapter about running the latest and greatest version of the code (and how to interact with the development community).

    Then we're done for the writing. That description can be summarised as "Stewart and I appear to both be about one and a half chapters away from finishing authoring".

    We of course still need to get through technical review, editorial review, replying to things those reviewers need changed, copy editing, page layout, and standing on one leg. We're getting towards the end of the project though.

    When I think about it that way, I guess I read the ImageMagick book around four or five times.

    You can pre order a copy of the MythTV book from Amazon for $20 US.

    Tags for this post: mythtv(S) book(S)

posted at: 11:00 | path: /mythtv/book | permanent link to this entry
There are no comments on this post which have survived moderation. 27 posts have been culled and 22 blocked. Be the first to make a non-spam comment here, please!


Sun, 15 Oct 2006



Cat, bag, out

posted at: 00:45 | path: /mythtv/book | permanent link to this entry
There are 2 comments on this post, and 80 comments which didn't survive moderation. 81 were blocked by trained gerbils. Click here to see them.