Kodi Community Forum

Full Version: fTV Fred Edition - with full working and integrated LiveTV part
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-02-23, 13:20)sualfred Wrote: [ -> ]Damn you case sensitive OS's Tongue Thanks.

Corrected for you. Wink
Haha Big Grin This statement fits better, yep.
Please, fix Roboto font for unicode lang. usage in Font.xml for PVR sections.

Fonts.xml line 554

<font>
<name>Med24Num</name>
<filename>HelveticaNeue_Med.ttf change on Roboto-Medium.ttf</filename>
<size>24 change on 21</size> // if bigger 21.. will be cut off the symbols
<linespacing>1.1</linespacing>
</font>

Thanks.

P.S. laguage ru_Ru translate for ver. 2.37 - http://rghost.ru/8TRx4h7LY (done - 85%)
(2016-02-24, 14:39)Nolik Wrote: [ -> ]Please, fix Roboto font for unicode lang. usage in Font.xml for PVR sections.

Fonts.xml line 554

<font>
<name>Med24Num</name>
<filename>HelveticaNeue_Med.ttf change on Roboto-Medium.ttf</filename>
<size>24 change on 21</size> // if bigger 21.. will be cut off the symbols
<linespacing>1.1</linespacing>
</font>

Thanks.

P.S. inital release ru_Ru translate for ver. 2.37 - http://rghost.ru/8TRx4h7LY (done - 85%)


Done. Also added the translations (untested)
(2016-02-24, 15:40)sualfred Wrote: [ -> ]Done. Also added the translations (untested)

Thanks =)

Questions ))

1. In VideoOSD menu - 3D Options don't work? Please check VideoOSD links - 3D Options = open Subtitles menu and Subtitles = open Subtitles menu.

2. How enable search in keyboard? i typing symbols, but predicate don't displays..

3. May add the output results from global search from youtube? Example - http://www.youtube.com/watch?v=BLaPTdxFwoE
Source code theme - https://github.com/d8ahazard/DroidTV
http://imgur.com/bwtJGiV

The Search Keyboard no longer lists suggestions (autocomplete maybe I am not sure what it's called)
I hate to bother with something like this but I can't figure out why it stopped.

I DO want to thank you and Hitcher for a very beautiful skin for my Fire TV.
(2016-02-25, 04:53)Bevnrick Wrote: [ -> ]http://imgur.com/bwtJGiV

The Search Keyboard no longer lists suggestions (autocomplete maybe I am not sure what it's called)
I hate to bother with something like this but I can't figure out why it stopped.

I do want to thank you and Hitcher for a very beautiful skin for my Fire TV.



This is correct, it seems the skin is doing a bad call to Extended Info script.

This can be fixed by editing the xml DefaultKeyboard and going to the AutoComplete section.

I've fixed it to use the program plugin AutoCompletetion.

This plugin can be configured to use youtube, google or local as the source just like Extended Info,

Once you find the AutoCompletion section in the xml you can look for the part starting as <content limit="9">
and then copy paste this into it.

Quote:<content limit="9">plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).Index(1)]</content>

Make sure you have that plugin for AutoComplete installed though. This should provide a fix for you until Hitcher or Sualfred updates the skin.


In other news, I am patiently waiting for the port of this PVR enabled skin for Krypton Tongue
(2016-02-24, 19:31)Nolik Wrote: [ -> ]
(2016-02-24, 15:40)sualfred Wrote: [ -> ]Done. Also added the translations (untested)

Thanks =)

Questions ))

1. In VideoOSD menu - 3D Options don't work? Please check VideoOSD links - 3D Options = open Subtitles menu and Subtitles = open Subtitles menu.

2. How enable search in keyboard? i typing symbols, but predicate don't displays..

3. May add the output results from global search from youtube? Example - http://www.youtube.com/watch?v=BLaPTdxFwoE
Source code theme - https://github.com/d8ahazard/DroidTV

There was no native 3D options dialog, but I've added one for you.

(2016-02-25, 05:31)kratosjohn Wrote: [ -> ]This is correct, it seems the skin is doing a bad call to Extended Info script.

This can be fixed by editing the xml DefaultKeyboard and going to the AutoComplete section.

I've fixed it to use the program plugin AutoCompletetion.

This plugin can be configured to use youtube, google or local as the source just like Extended Info,

Once you find the AutoCompletion section in the xml you can look for the part starting as <content limit="9">
and then copy paste this into it.

Quote:<content limit="9">plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).Index(1)]</content>

Make sure you have that plugin for AutoComplete installed though. This should provide a fix for you until Hitcher or Sualfred updates the skin.


In other news, I am patiently waiting for the port of this PVR enabled skin for Krypton Tongue

Thanks, did not noticed that this was ripped out of ExtendedInfo. Fixed
Firstly, thank you, your additions to an already wonderful skin are fantastic and I have been using it for quite a while now, i saw yesterday you added the 3d options. Thank you, makes life much easier.

Do you think it would be possible for 3d films to say 3d instead hd in the top left corner so when flicking through the library I can see what's 3d and what isn't, i've created a smart playlist so it's not essential, but just more a nice to have.

Anyway, thanks for all the great work on this skin Smile

For anyone curious, this is my smart playlist

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>3D</name>
    <match>all</match>
    <rule field="filename" operator="contains">
        <value>.3D</value>
    </rule>
    <group>none</group>
    <order direction="ascending">sorttitle</order>
</smartplaylist>
Hi all, I used 4 modified files about 6 months back to have 20 widgets, my question is if I update to the latest version on Git would these files still work or would I have issues because of things being updated?

https://www.dropbox.com/s/gc335c7jblmo7s...s.zip?dl=0
(2016-02-26, 00:33)lawrencecurtis Wrote: [ -> ]Firstly, thank you, your additions to an already wonderful skin are fantastic and I have been using it for quite a while now, i saw yesterday you added the 3d options. Thank you, makes life much easier.

Do you think it would be possible for 3d films to say 3d instead hd in the top left corner so when flicking through the library I can see what's 3d and what isn't, i've created a smart playlist so it's not essential, but just more a nice to have.

Anyway, thanks for all the great work on this skin Smile

For anyone curious, this is my smart playlist

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>3D</name>
    <match>all</match>
    <rule field="filename" operator="contains">
        <value>.3D</value>
    </rule>
    <group>none</group>
    <order direction="ascending">sorttitle</order>
</smartplaylist>

Why not. Added Tongue

(2016-02-26, 01:34)Rasscal Wrote: [ -> ]Hi all, I used 4 modified files about 6 months back to have 20 widgets, my question is if I update to the latest version on Git would these files still work or would I have issues because of things being updated?

https://www.dropbox.com/s/gc335c7jblmo7s...s.zip?dl=0

Nope.
@sualfred please, add new text rows in ru-strings in next time or now =) i will try translate using git in future. Thanks.
(2016-02-26, 15:21)Nolik Wrote: [ -> ]@sualfred please, add new text rows in ru-strings in next time or now =) i will try translate using git in future. Thanks.

I've added the skin to transifex. Just sign up and translate it directly there. The source will be auto-updated every 24h:

https://www.transifex.com/skinrefred/skinftv-pvr-mod

Note: I tried to upload your existing translation, but there is an syntax error, which I cannot locate Tongue
(2016-02-26, 15:44)sualfred Wrote: [ -> ]I've added the skin to transifex. Just sign up and translate it directly there. The source will be auto-updated every 24h: https://www.transifex.com/skinrefred/skinftv-pvr-mod
Note: I tried to upload your existing translation, but there is an syntax error, which I cannot locate Tongue
Ok, Thanks! You need activate my request for join team ru =)
Done.