Re: AW: Re: AW: Re: Maya Bug Reports & issues
The time on the TV Miniguide needs to move a little more over. Everything else is great.
I will fix the spelling error. Thanks for reporting.
I know about the client/server recording thumb issue and i will make a solution to not show the thumb if there is no one. The tv show title is a fadelabel. So it scrolls with the speed you have set in the MP configuration. Another option instead of disable scrolling is when i increase the delay before it starts...
I just noticed in svn 576 that the translation is not working. Looking at the change you modified this:
<string Field="Latest.movies">Lastest movies</string>
<string Field="Latest.episodes">Lastest episodes</string>
<string Field="Latest.recordings">Lastest recordings</string>
<string Field="Latest.albums">Lastest albums</string>
to this:
<string Field="Lastest.movies">Lastest movies</string>
<string Field="Lastest.episodes">Lastest episodes</string>
<string Field="Lastest.recordings">Lastest recordings</string>
<string Field="Lastest.albums">Lastest albums</string>
but I think it should be this:
<string Field="Latest.movies">Latest movies</string>
<string Field="Latest.episodes">Latest episodes</string>
<string Field="Latest.recordings">Latest recordings</string>
<string Field="Latest.albums">Latest albums</string>
you`re right. My mistake, sorry!
Also the 12hr change in the latest svn works fine thanks. The only thing missing is the fix for the TV miniguide, with 12hr time the time overlaps the blue clock symbol that is included in the background image.
TVMiniGuide is also fixed in svn r582.
The time on the TV Miniguide needs to move a little more over. Everything else is great.