Author: Brendan Date: To: dmo-discussion Subject: Re: mythepisode
On 06/11/10 20:18, Christian Marillat wrote: > Brendan<brendan@???> writes:
>
>
>> Thanks for that, only a couple of issues I think.
>>
>> 1.
>> I installed, one issue was that mythepisode needed permissions to
>> write to /usr/share/mythtv/mythweb/data/episode, after I "sudo chown
>> www-data:www-data /usr/share/mythtv/mythweb/data/episode" then it
>> worked fine.
>>
> Fixed.
>
> The test has been done with Mythtv 0.23.1 or 0.24 ?
>
0.23.1
>
>> 2.
>> On all menu links I'm getting !!NoTrans: printed in the link text. I
>> presume a translation file is missing perhaps, I wasn't sure how to
>> resolve this one.
>>
> A temporally fix is to :
>
> ,----
> | cd /usr/share/mythtv/mythweb/modules/_shared/lang/
> | chmod +x build_translation.pl
> | ./build_translation.pl
> `----
>
Thanks that worked well.
Cheers
Brendan
> I'll move these mythweb files in /var/lib and run this script
> automatically when a mythweb package is installed.
>
> Christian
>