[mythtv] Interesting Comparison

Lasse Nisted zartzartzart+mythtv-dev at gmail.com
Fri Mar 3 12:59:37 UTC 2006


Command line editing can easily be accomplished with something like the
mysql client.

mysql -uuser -ppassword mythconverg
: describe settings;
: select data from settings;
etc.

But one might find vim/emacs/nano/... easier. But I would argue that if
you're
the type who wants to do command like editing, then mysql client isn't that
hard.

With relations for configuration files mythtv doesn't need to come up with
yet another
configuration file format :)

On 3/3/06, Mike <setimike at gmail.com> wrote:
>
> On 3/3/06, Lasse Nisted <zartzartzart+mythtv-dev at gmail.com> wrote:
> >
> > You bring up some valid questions. I would like to hear others opinions
> also.
> > On 3/3/06, cardboil <cardboil at gmail.com > wrote:
> > >  2. Use files instead of database for settings and guide/recording
> data
> >
> > This  I think is a stupid idea. Databases are for holding large amount
> of data,
> > and allowing easy access to those. I don't see any reason why not to use
> them.
> > Normal formatted files would require implementing a lot of extra
> routines for accessing
> > data the right way. Which is just what the database does for you...
>
> I agree 100% using databases for holding information like the program
> guide, but what about configuration? I would really like to ssh in to
> change some settings, such as which software is being used to playback
> dvds. My TV is great for watching videos but sucks for reading
> computer text, not to mention I would then have to dig out and hook up
> a keyboard to that computer.
>
> I guess X forwarding should work for me to change those settings
> remotely, but I like command line tools.
>
> --Mike
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20060303/c83b880c/attachment.htm 


More information about the mythtv-dev mailing list