[mythtv-users] Metadata Now Writing 1x1 to DB when it can't find a match

Jean-Yves Avenard jyavenard at gmail.com
Sun Jul 20 22:28:55 UTC 2014


Hi

On Monday, July 21, 2014, airdrummer <air_drummer at verizon.net> wrote:

>
>
> MythTV Version : v0.27.3-140-g143cf1c
> MythTV Branch : devel/027candidates
> Network Protocol : 77
> Library API : 0.27.20140719-1


This is good.


>
> correct? or should v0.27.3-140-g143cf1c be v0.27.4-140-g143cf1c?


0.27.4 tag hasn't been made yet. So we are still post 0.27.3. 140 means
that there have been 140 commits since 0.27.3 was tagged



>
> i'd also like to try out the backend when it's available for fedora...or
> can you
> give me a cheatsheet on building it myself? it's been 5 yrs since i worked
> w/git
> & i'm a little rusty...my joints all creak;-)
>
>
It's all on the wiki.

What I do personally, to keep a separate copy between my development env
and my production (which are on the same machine)

First get the source code (via git or whatever)
git checkout devel/027candidates

./configure --prefix=/usr/local/mythtv-dev
Make
Make install (make sure you change the permission of /usr/local/mythtv-dev

And I start the backend with:
LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib
/usr/local/mythtv-dev/bin/mythbackend

Using the same options you normally use.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140721/39980570/attachment.html>


More information about the mythtv-users mailing list