Kodi Community Forum
TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) (/showthread.php?tid=282157)



RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

(2017-01-19, 12:50)gillmacca Wrote:
(2017-01-19, 10:01)primaeval Wrote:
(2017-01-18, 21:58)gillmacca Wrote: I've just reinstalled my kodi (messed some things up), and I'm trying to get meta to download to use in this guide.
Can anyone tell me if the repo is working ok, as I keep getting installation failed when trying to install meta

I just did a fresh portable install of Kodi Jarvis 16.1 Win32 and Meta from repository.meta-1.0.0.zip installed fine.

Weird. I'm getting the same error on my amazon fire tv and my laptop

metate's repo at Github now redirects to roee88. Maybe that's the problem.
https://github.com/metate/meta4kodi
has moved to
https://github.com/roee88/meta4kodi


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

(2017-01-19, 12:55)primaeval Wrote:
(2017-01-19, 12:50)gillmacca Wrote:
(2017-01-19, 10:01)primaeval Wrote: I just did a fresh portable install of Kodi Jarvis 16.1 Win32 and Meta from repository.meta-1.0.0.zip installed fine.

Weird. I'm getting the same error on my amazon fire tv and my laptop

metate's repo at Github now redirects to roee88. Maybe that's the problem.
https://github.com/metate/meta4kodi
has moved to
https://github.com/roee88/meta4kodi

Tried entering the link in file manager and manually downloading from there, but both fail to install


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

(2017-01-19, 13:07)gillmacca Wrote:
(2017-01-19, 12:55)primaeval Wrote:
(2017-01-19, 12:50)gillmacca Wrote: Weird. I'm getting the same error on my amazon fire tv and my laptop

metate's repo at Github now redirects to roee88. Maybe that's the problem.
https://github.com/metate/meta4kodi
has moved to
https://github.com/roee88/meta4kodi

Tried entering the link in file manager and manually downloading from there, but both fail to install

Can I just manually unzip and move the plugin to kodi?


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

(2017-01-19, 13:09)gillmacca Wrote:
(2017-01-19, 13:07)gillmacca Wrote:
(2017-01-19, 12:55)primaeval Wrote: metate's repo at Github now redirects to roee88. Maybe that's the problem.
https://github.com/metate/meta4kodi
has moved to
https://github.com/roee88/meta4kodi

Tried entering the link in file manager and manually downloading from there, but both fail to install

Can I just manually unzip and move the plugin to kodi?

Probably but you won't get any changes if there are any.
It hasn't changed in 8 months and it still works fine as long as you can get or make the Players for it.
https://github.com/roee88/meta4kodi/tree/master/zip/plugin.video.meta

If it breaks too much I'll have to make a version of Meta and add it to my repo.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - FXB78 - 2017-01-19

(2017-01-19, 13:09)gillmacca Wrote: Can I just manually unzip and move the plugin to kodi?
Just download the repo and Install from Zip.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

version 0.0.301
- Program Categories button in CatBar skin

There is now a button in the CatBar skin to bring up the Program Categories list.

Unless you have worked in the code of gui.py you won't realise how tricky that was to add one simple little button to the main epg. Wink

I added a few new teletext buttons to the 4 Search types.
You can add them into a skin with a button and an onclick action like:
Code:
<onclick>Red</onclick>

Code:
"PROGRAM_SEARCH": ["ACTION_TELETEXT_BLUE"],
"DESCRIPTION_SEARCH": ["ACTION_TELETEXT_GREEN"],
"CATEGORY_SEARCH": ["ACTION_TELETEXT_RED"],
"CHANNEL_SEARCH": ["ACTION_TELETEXT_YELLOW"],



RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - unlocKing - 2017-01-19

(2017-01-19, 13:36)primaeval Wrote: version 0.0.301
- Program Categories button in CatBar skin

There is now a button in the CatBar skin to bring up the Program Categories list.

Unless you have worked in the code of gui.py you won't realise how tricky that was to add one simple little button to the main epg. Wink

I added a few new teletext buttons to the 4 Search types.
You can add them into a skin with a button and an onclick action like:
Code:
<onclick>Red</onclick>

Code:
"PROGRAM_SEARCH": ["ACTION_TELETEXT_BLUE"],
"DESCRIPTION_SEARCH": ["ACTION_TELETEXT_GREEN"],
"CATEGORY_SEARCH": ["ACTION_TELETEXT_RED"],
"CHANNEL_SEARCH": ["ACTION_TELETEXT_YELLOW"],

Many thanks dude, appreciate it!!!


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

(2017-01-19, 13:22)FXB78 Wrote:
(2017-01-19, 13:09)gillmacca Wrote: Can I just manually unzip and move the plugin to kodi?
Just download the repo and Install from Zip.

Tried that and it fails to install


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

(2017-01-19, 14:28)gillmacca Wrote:
(2017-01-19, 13:22)FXB78 Wrote:
(2017-01-19, 13:09)gillmacca Wrote: Can I just manually unzip and move the plugin to kodi?
Just download the repo and Install from Zip.

Tried that and it fails to install

Can you install the Meta addon from the zip directly?
https://raw.githubusercontent.com/roee88/meta4kodi/master/zip/plugin.video.meta/plugin.video.meta-1.1.5.zip


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

(2017-01-19, 14:43)primaeval Wrote:
(2017-01-19, 14:28)gillmacca Wrote:
(2017-01-19, 13:22)FXB78 Wrote: Just download the repo and Install from Zip.

Tried that and it fails to install

Can you install the Meta addon from the zip directly?
https://raw.githubusercontent.com/roee88/meta4kodi/master/zip/plugin.video.meta/plugin.video.meta-1.1.5.zip

That link worked. Many thanks


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

Has anything changed when selecting categories in the epg?
It doesn't seem to be changing to the selected category


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

(2017-01-19, 16:23)gillmacca Wrote: Has anything changed when selecting categories in the epg?
It doesn't seem to be changing to the selected category

There are lots of new ways of getting to the categories.
Which way are you trying to do it?


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

I have keymapped 'c' to bring up the categories, which works, but when I select a category, the epg doesn't change


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-01-19

(2017-01-19, 16:27)gillmacca Wrote: I have keymapped 'c' to bring up the categories, which works, but when I select a category, the epg doesn't change

Are you sure there are channels in the category you selected?
To make sure have a look at the categories file:
userdata\addon_data\script.tvguide.fullscreen\categories.ini
and make sure the names match the channels in:
userdata\addon_data\script.tvguide.fullscreen\channels.ini

Have you done any remapping of the channel names to numbers?
Look in here for any of the first values that are not "null":
userdata\addon_data\script.tvguide.fullscreen\channel_shortcuts.json


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2017-01-19

Categories work if I go through the menu, just not via the epg.
I will take a look at the channel_shortcuts.json