MythWeb code correction

After recently upgrading my MythTV system, I set to editing the metadata for my video collection.

Everything worked fine when editing through the regular interface, but when attempting to edit the data through the MythWeb interface, I noticed that entries where the title started with double-quotes, the field in the edit screen was empty.

The data would be stored in the database, if entered in quotes, yet the edit screen would not retrieve it.

The solution is to add the usage of PHP function htmlentities in the edit.php file of the video module of MythWeb.

The problem is in line 102 where the value attribute contains the following snippet of PHP code:

<?php if (isset($title)) print $title ?>

The corrected version would look like this:

<?php if (isset($title)) print htmlentities($title) ?>

This is built off the latest version of the stable MythWeb module. Download the corrected version.

Smudged Glass

Smudged Glass
by Michael Schroll

Almost thought I saw unreal,
A moon so bright and clear.
Was in the East and hung so low,
It seemed so very near.

I think on back long years ago,
When you and I were new.
Lookin’ through a nose smudged glass,
A moon just seen by two.

That night was calm as I recal,
Was tender and so slow.
The candles burned and music flowed,
Our love we came to know.

I miss the look, deep in your eyes,
That smile you always had.
Not much in this old cowboys life,
Has turned so very bad.

It’s missin’ now, that naked truth,
We had it once upon.
The moon we saw and wondered at,
Has darkened, and it’s gone.

Tranquility

Tranquility
by Ian McAtee

Cars rushing past,
all speeding and fighting
to be first off the lights,
they’re all hitting their horns,
I assume they have somewhere to go
although where it is
I don’t want to know!
A bus pulls up,
so many people fight to get on
they’ve all got to get somewhere
so they stand in the stench,
in a closed compartment
and breath in
everyone else’s sweat.
A tram goes by
ringing its bell,
even more people pour in,
their numbers swell.
There are also the cyclists
that rule the road,
they must be tired of living,
as they asssume right of way,
Don’t they realise,
everyone else is bigger than them?
Everyone seems to have somewhere to go
as they all rush noisily past my window.
Oh, where did peace and tranquility go?

Does the medium matter?

So I ran across a story on Slashdot about how ABC/Disney had a blog shutdown over the posting of some audio clips from a radio-station affiliate in conjunction with the blogger’s letters to the radio station advertisers over their tacit support of the comments and views of the talk radio hosts on the station.

The Slashdot post linked to a blog posting on the Daily Kos: State of the Nation that had more details.

While I don’t exactly like the idea of corporate America picking on the little guy when their pocketbook is being affected, I wonder at the hoopla that gets kicked up in the liberal ‘Net community everytime something like this happens.

One of the comments on the Daily Kos post stated that this was

this is a really big First Amdendment and Blogger Rights issue

I think that the author of the comment would have had a good point if they had stopped after “First Amendment”.

What is it that makes speech in a blog any different than speech in any other medium? If there are legitimate freedom of speech issues in this particular case, beyond the often confusing interpretation of what constitutes fair use, then that is a valid point. However, just because the post was made on a blog shouldn’t impart any special protection beyond what has been granted in the caselaw surrounding the first amendment protections.

For years, people that have an issue with a particular view expressed through a commercial entity, be it radio, television, or print, have been writing letters to newspaper editors and advertisers. How is this any different now that we have another medium to voice our opinions? Just because the ease of getting the opinion across has been increased with the advent of Internet forums and blogs, does not mean that the same laws concerning freedom of speech or copyright are more or less applicable.

Do we really need a whole raft of new legislation when the medium is digital instead of analog?