Command line editing can easily be accomplished with something like the mysql client.<br><br>mysql -uuser -ppassword mythconverg<br>: describe settings;<br>: select data from settings;<br>etc.<br><br>But one might find vim/emacs/nano/... easier. But I would argue that if you're
<br>the type who wants to do command like editing, then mysql client isn't that hard.<br><br>With relations for configuration files mythtv doesn't need to come up with yet another<br>configuration file format :)<br><br><div>
<span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Mike</b> &lt;<a href="mailto:setimike@gmail.com">setimike@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 3/3/06, Lasse Nisted &lt;<a href="mailto:zartzartzart+mythtv-dev@gmail.com">zartzartzart+mythtv-dev@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; You bring up some valid questions. I would like to hear others opinions also.
<br>&gt; On 3/3/06, cardboil &lt;<a href="mailto:cardboil@gmail.com">cardboil@gmail.com</a> &gt; wrote:<br>&gt; &gt;&nbsp;&nbsp;2. Use files instead of database for settings and guide/recording data<br>&gt;<br>&gt; This&nbsp;&nbsp;I think is a stupid idea. Databases are for holding large amount of data,
<br>&gt; and allowing easy access to those. I don't see any reason why not to use them.<br>&gt; Normal formatted files would require implementing a lot of extra routines for accessing<br>&gt; data the right way. Which is just what the database does for you...
<br><br>I agree 100% using databases for holding information like the program<br>guide, but what about configuration? I would really like to ssh in to<br>change some settings, such as which software is being used to playback
<br>dvds. My TV is great for watching videos but sucks for reading<br>computer text, not to mention I would then have to dig out and hook up<br>a keyboard to that computer.<br><br>I guess X forwarding should work for me to change those settings
<br>remotely, but I like command line tools.<br><br>--Mike<br>_______________________________________________<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br></blockquote></div><br>