Kodi Community Forum
v21 fTV - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: fTV (https://forum.kodi.tv/forumdisplay.php?fid=279)
+---- Thread: v21 fTV (/showthread.php?tid=207475)



RE: fTV - Hitcher - 2019-05-09

This is the PR https://github.com/HitcherUK/skin.ftv/commit/e7c600f6778906943177ef208f829a9c18bf462f#comments where I removed it if that's any help.


RE: fTV - streamlove55 - 2019-05-09

(2019-05-09, 21:58)Hitcher Wrote: This is the PR https://github.com/HitcherUK/skin.ftv/commit/e7c600f6778906943177ef208f829a9c18bf462f#comments where I removed it if that's any help.

Much appreciated @Hitcher  ill integrate the code back in later.

Any plans to add it back in for a future update.

Thank you


RE: fTV - User 436809 - 2019-06-23

@Hitcher How do I edit Main Menu Items. When I go to that location "Customize Home Menu" It only allows me to toggle them off or on. Please help!


fTV Video Path - dracoqcca - 2019-07-03

Hi Hitcher,kin it is amazing. 

First thanks for all the hard work you've done for that skin it is amazing.

Could you guide me I wanted to be able to display the path of the files in the library. I explain  I have a couples of external hard drive with my movies/tv showes on them. sometime one or multiple of them is unplug for some reason. I would like to see the path in order to find which one should I plug in. 

In Estuary we can see it when we go in the information window and just highlight refresh.

Could you guide me on how to do that could be on highlighting another button in your skin but the feature is useful for me and i'm new to skin modification.


RE: fTV - Hitcher - 2019-07-15

(2019-05-09, 22:29)streamlove55 Wrote:
(2019-05-09, 21:58)Hitcher Wrote: This is the PR https://github.com/HitcherUK/skin.ftv/commit/e7c600f6778906943177ef208f829a9c18bf462f#comments where I removed it if that's any help.

Much appreciated @Hitcher  ill integrate the code back in later.

Any plans to add it back in for a future update.

Thank you 

Check GitHub as I've added this back in along with Wide thumb support.


RE: fTV - Hitcher - 2019-07-15

(2019-06-23, 15:39)ZachMurphy Wrote: @Hitcher How do I edit Main Menu Items. When I go to that location "Customize Home Menu" It only allows me to toggle them off or on. Please help!

That's because I removed skin shortcuts support but see the above post as I've added it back.


RE: fTV Video Path - Hitcher - 2019-07-15

(2019-07-03, 05:39)dracoqcca Wrote: Hi Hitcher,kin it is amazing. 

First thanks for all the hard work you've done for that skin it is amazing.

Could you guide me I wanted to be able to display the path of the files in the library. I explain  I have a couples of external hard drive with my movies/tv showes on them. sometime one or multiple of them is unplug for some reason. I would like to see the path in order to find which one should I plug in. 

In Estuary we can see it when we go in the information window and just highlight refresh.

Could you guide me on how to do that could be on highlighting another button in your skin but the feature is useful for me and i'm new to skin modification.
You'll want to add another label (ListItem.Path) somewhere you want to see this info.


RE: fTV - bushida87 - 2019-07-19

is the leia skin broken?


RE: fTV - Hitcher - 2019-07-19

(2019-07-19, 08:57)bushida87 Wrote: is the leia skin broken?
No.


fTV - bushida87 - 2019-07-19

The github Master?
Image


RE: fTV - haicaoboi87 - 2019-08-09

can you add movie metadata info in subtitle download ? without it i dont know to choose the right subtitle


RE: fTV - Hitcher - 2019-08-09

Not sure what you mean? A skin can't add anything to something you download.


RE: fTV - Oral-B - 2019-08-09

(2019-07-19, 17:03)bushida87 Wrote: The github Master?
Image

I had exactly the same problem when upgrading to the latest Github master (6.0.1 I believe): lots of icons missing, broken overlays, pretty much unusable... Had to manually revert to version 5.0.5 and everything was fine.


RE: fTV - Hitcher - 2019-08-09

You're always better off sticking to official releases as things can and will break using master.


RE: fTV - edjalmo - 2019-08-09

(2014-10-28, 00:42)Hitcher Wrote: Add this to your keymap.xml to stop videos when pressing the back button -
Code:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
    <FullscreenVideo>
        <keyboard>
            <browser_back>Stop</browser_back>
        </keyboard>
    </FullscreenVideo>
</keymap>
Hi!
I saw this today and liked very much, because this is a function that I want much.
I added in my keymap.xml but when I press ESC the video still reprodution in background.
This only work in you skin?