Kodi Community Forum
WIP Arctic Horizon - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: WIP Arctic Horizon (/showthread.php?tid=351756)



RE: Arctic Horizon - hacky4real - 2020-05-16

Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks


RE: Arctic Horizon - FXB78 - 2020-05-16

(2020-05-16, 19:57)darsuke Wrote: Can I make a shortcut to 'update library now' action that's inside tmdbhelper settings?

Say within the power menu for example.
A shortcut to XBMC.UpdateLibrary(video) should do it.


RE: Arctic Horizon - darsuke - 2020-05-16

(2020-05-16, 20:16)FXB78 Wrote:
(2020-05-16, 19:57)darsuke Wrote: Can I make a shortcut to 'update library now' action that's inside tmdbhelper settings?

Say within the power menu for example.
A shortcut to XBMC.UpdateLibrary(video) should do it.
I think I've tried that but it doesn't initiate the helper sync though.


RE: Arctic Horizon - darsuke - 2020-05-16

(2020-05-16, 15:11)FXB78 Wrote: Would it be possible to add support for Trailers starting in full-screen mode? I don't really want to watch in a small window which means pressing Enter to go full-screen, which triggers the refresh-rate switch because my GUI isn't set to 24hz. This takes a couple of seconds and I then need to click back 10 seconds to see what I missed Smile It's just a bit clunky with the whole refresh-rate thing which wouldn't be noticeable if it was full-screen by default (due to the pause on starting playback).
Try not using the context menu to initiate the trailer.
When you use widget, sub menu trailer button, it starts in full screen.


RE: Arctic Horizon - drinfernoo - 2020-05-16

(2020-05-16, 19:57)darsuke Wrote: Can I make a shortcut to 'update library now' action that's inside tmdbhelper settings?

Say within the power menu for example.

RunScript(plugin.video.themoviedb.helper,library_autoupdate,busy_dialog)


RE: Arctic Horizon - drinfernoo - 2020-05-16

(2020-05-16, 20:00)hacky4real Wrote: Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks

Change it to type=tv.


RE: Arctic Horizon - FXB78 - 2020-05-16

(2020-05-16, 21:55)darsuke Wrote:
(2020-05-16, 15:11)FXB78 Wrote: Would it be possible to add support for Trailers starting in full-screen mode? I don't really want to watch in a small window which means pressing Enter to go full-screen, which triggers the refresh-rate switch because my GUI isn't set to 24hz. This takes a couple of seconds and I then need to click back 10 seconds to see what I missed Smile It's just a bit clunky with the whole refresh-rate thing which wouldn't be noticeable if it was full-screen by default (due to the pause on starting playback).
Try not using the context menu to initiate the trailer.
When you use widget, sub menu trailer button, it starts in full screen.
I'm not using the Context Menu, I'm using the Info screen from Home Screen Widgets, which causes it to play windowed. TMDB Helper plays them full screen from this view but my Widgets always default to the little window.


RE: Arctic Horizon - darsuke - 2020-05-16

(2020-05-16, 22:22)drinfernoo Wrote:
(2020-05-16, 19:57)darsuke Wrote: Can I make a shortcut to 'update library now' action that's inside tmdbhelper settings?

Say within the power menu for example.

RunScript(plugin.video.themoviedb.helper,library_autoupdate,busy_dialog)
Worked a treat thanks.


RE: Arctic Horizon - hacky4real - 2020-05-17

(2020-05-16, 22:25)drinfernoo Wrote:
(2020-05-16, 20:00)hacky4real Wrote: Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks

Change it to type=tv.

Do we have type for both movie and tv?


RE: Arctic Horizon - jurialmunkey - 2020-05-17

(2020-05-16, 09:55)dolbel Wrote: Sorry if this asked before but is it some how possible to change the view type of addons to landscape as well?

Like for series it looks like this:
Image

And for addons it looks like this for the moment:
Image

Addon is setting incorrect content type. It is setting "tvshows" when the content type is clearly meant to be "episodes".

Speak to the addon author and get them to fix the addon to set the proper content type.


RE: Arctic Horizon - jurialmunkey - 2020-05-17

(2020-05-16, 15:11)FXB78 Wrote: Would it be possible to add support for Trailers starting in full-screen mode? I don't really want to watch in a small window which means pressing Enter to go full-screen, which triggers the refresh-rate switch because my GUI isn't set to 24hz. This takes a couple of seconds and I then need to click back 10 seconds to see what I missed Smile It's just a bit clunky with the whole refresh-rate thing which wouldn't be noticeable if it was full-screen by default (due to the pause on starting playback).

Add an option in latest.
Skin Settings > Miscellaneous > Play trailer fullscreen in info dialog

FYI - It's not "true" fullscreen. It's faked with a videowindow overlay that has fullscreen dimensions. When Kodi switches to actual fullscreen, it forces the info dialog to close -- so this fake fullscreen lets the info dialog stay open by opening the video "windowed" on top of the info dialog.


RE: Arctic Horizon - jurialmunkey - 2020-05-17

(2020-05-16, 20:00)hacky4real Wrote: Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks


Please try latest version. Should now adapt recommendation type if the item is a tvshow/episode.


RE: Arctic Horizon - hacky4real - 2020-05-17

(2020-05-17, 03:33)jurialmunkey Wrote:
(2020-05-16, 20:00)hacky4real Wrote: Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks


Please try latest version. Should now adapt recommendation type if the item is a tvshow/episode. 
Works now, thanks. Also you need to set the same path twice before the screensaver can recognize.


RE: Arctic Horizon - drinfernoo - 2020-05-17

(2020-05-17, 03:52)hacky4real Wrote:
(2020-05-17, 03:33)jurialmunkey Wrote:
(2020-05-16, 20:00)hacky4real Wrote: Hi jurialmunkey,

I'm using AutoWidget to display Movies and TV Shows with Arctic Mirage. Movie recommendations work well unfortunately TV Show recommendations doesn't work. 
Is there a way I can edit this to show recommendation based on title?

plugin://plugin.video.themoviedb.helper/?info=recommendations&type=movie&query=$INFO[Container(1297).ListItem.Title]

Thanks


Please try latest version. Should now adapt recommendation type if the item is a tvshow/episode. 
Works now, thanks. Also you need to set the same path twice before the screensaver can recognize.

You can set it in the "Fullscreen widget". It uses the same path, and is more reliable.


RE: Arctic Horizon - hacky4real - 2020-05-17

(2020-05-17, 05:07)drinfernoo Wrote:
(2020-05-17, 03:52)hacky4real Wrote:
(2020-05-17, 03:33)jurialmunkey Wrote: Please try latest version. Should now adapt recommendation type if the item is a tvshow/episode. 
Works now, thanks. Also you need to set the same path twice before the screensaver can recognize.

You can set it in the "Fullscreen widget". It uses the same path, and is more reliable.

Thats great, thanks
Also, the fullscreen path loads faster when the screensaver is active. Thanks for the tip and the amazing AutoWidget!!