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 - 2016-12-18

(2016-12-18, 15:00)enerdude Wrote:
(2016-12-18, 14:43)primaeval Wrote: Yay. It works. Thanks. Smile

I read something about Dropbox changing Public to Private shares. Maybe this is a consequence of that.

This could save a lot of server costs. Is there a downside to doing this? When do they consider it abuse?

Well I just googled it and found this new way which was shared on a blog back in april 2014 so guess if they considered it abuse it would have been stopped by this time. I did however find this:
Code:
https://www.dropbox.com/en/help/201

Where they mention at the bottom of that page that rendering html direct in a browser is being stopped

Thanks.

Is there a way to automate adding the file to Dropbox and getting the new link?


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-18

Here's a post about Dropbox turning off sharing:
https://hardware.slashdot.org/story/16/12/16/2111220/dropbox-kills-public-folders-users-rebel?utm_source=rss1.0mainlinkanon&utm_medium=feed


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - enerdude - 2016-12-18

(2016-12-18, 16:03)primaeval Wrote: Is there a way to automate adding the file to Dropbox and getting the new link?

You mean upload a file to dropbox? I found this if it might help:
Code:
https://github.com/dropbox/dropbox-sdk-python/blob/master/example/back-up-and-restore/backup-and-restore-example.py


edit:

you can use
Code:
dbx.sharing_create_shared_link(self,path,short_url=False,pending_upload=None)
to get the uploaded link. (See base.py in the dropbox lib)


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - ködi-zömbie - 2016-12-18

(2016-12-18, 11:44)primaeval Wrote:
(2016-12-18, 00:20)ködi-zömbie Wrote: Can I ask for a wish for christmas ?? Smile

I want to scroll the list by touchscreen too. Can you do this for smartphone devices ?

version 0.0.257
- ESC fix
- big invisible buttons in main epg (up/down on channels, left/now/right on program description)

I can't make it truly scrollable because Kodi doesn't let you have scrollbar controls in a python window (which this is).

What I did do was make some massive invisible buttons that you can use to navigate around with.
It works ok on my Android phone so it should be really easy on a tablet.

You can press on the program image area to get back to fullscreen tv mode.

Image

Thank you Mister,
thats fantastic ^^ I will test it later.


RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Hinkel - 2016-12-19

Hello @primaeval, why is not the change history information available in kodi 17, libreelec 7.90.009?


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

(2016-12-19, 02:51)Hinkel Wrote: Hello @primaeval, why is not the change history information available in kodi 17, libreelec 7.90.009?

No idea. I only use Jarvis. Krypton is still too buggy for me.


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

running latest version. Just above the time in the programme information, I have the word 'Movies' on all channels


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

(2016-12-19, 11:33)gillmacca Wrote: running latest version. Just above the time in the programme information, I have the word 'Movies' on all channels

Are you sure there are some visible channels in your Movies categories?
If it can't find any channels it will stay in Movies but show you all the channels so that you can still use the Menu.

If it isn't then it might be a bug but you'll have to give me some more details because it seems ok to me.


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

I don't have any categories setup yet. I'm pretty sure it never use to say anything in that area


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

(2016-12-19, 11:51)gillmacca Wrote: I don't have any categories setup yet. I'm pretty sure it never use to say anything in that area

See if you've got a file called:
userdata\addon_data\script.tvguide.fullscreen\categories.ini

That is where the channel=category mapping lives.


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

I have no categories.ini file. The closest I have is category_count.ini


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

(2016-12-19, 12:00)gillmacca Wrote: I have no categories.ini file. The closest I have is category_count.ini

Does it go away if you press All Channels in the Categories menu?


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

your a genius. pressed all channels, and it vanished. Strange it was there in the first place, though


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

(2016-12-19, 12:17)gillmacca Wrote: your a genius. pressed all channels, and it vanished. Strange it was there in the first place, though

I can only guess that you or someone experimented with categories at one point.


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

I did have categories it the past, but had to reset epg data (my live tv sources changed their addon)