[RELEASE] SageTV recordings
#76
(2012-09-05, 20:48)dinki Wrote:
(2012-08-29, 21:39)LehighBri Wrote:
(2012-08-29, 20:24)dinki Wrote: *EDIT* Looks like you can set the view using 'Container.SetViewMode(id)' . Not too sure how to find the id value for 'Media Info' though. I'll keep looking.

Good find. I noticed on the site below there are various built in functions we can try to us... SetViewMode or even things like SortDirection, etc.

http://wiki.xbmc.org/index.php?title=Lis..._functions

In reading around the forums though, it sounds like SetViewMode's ids are skin-dependent and could vary across skins. Like you, I would love it if the "show" level could have one view and then the "episode" level could have a consistent view and not be different per show. Have you found anything else in the forums that would help us? Thanks for continuing to look!
FYI... Kricker just gave me access to the github so I just checked in the code from post #40.

I just stumbled upon an addon that appears to set the view to fanartposter in the default confluence skin for menu items off a list view (does that make sense)? It's Bluecop's Amazon Prime add on . I briefly looked through the code in \plugin.video.amazon\resources\lib\listmovie.py and found:

Code:
# 501-POSTER WRAP 503-MLIST3 504=MLIST2 508-FANARTPOSTER
confluence_views = [500,501,502,503,504,508]

then further down:

Code:
if viewenable == 'true':
            view=int(common.addon.getSetting("movieview"))
            xbmc.executebuiltin("Container.SetViewMode("+str(confluence_views[view])+")")

I've got one foot out the door for vacation for the next few days so I won't be able to try this so if you want to give it a crack I think you just need to feed it 503 or 504 to get the media list view to show up in the episode specific menus. Not sure how this would be handled for other skins but I'm using confluence as I would imagine a great many are as it is the default skin.

FYI... just checked in some updates to the github to address this and set default views depending on where you are. Ideally in the future we could add additional settings to allow you to configure what you want your default view to be... but this should be good enough for now. Thoughts?
Reply


Messages In This Thread
[RELEASE] SageTV recordings - by kricker - 2012-08-22, 17:07
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-22, 20:30
RE: [RELEASE] SageTV recordings - by mzup - 2012-09-05, 15:12
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-22, 20:49
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 15:43
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 16:02
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 16:38
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 16:42
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 17:57
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 18:30
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 20:42
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 21:12
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 21:27
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 21:58
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 22:05
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 22:13
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 22:16
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 22:16
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 22:18
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 22:22
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 22:33
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 22:44
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-23, 22:53
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 23:11
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-23, 23:54
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-28, 04:17
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-28, 17:30
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-28, 17:36
RE: [RELEASE] SageTV recordings - by dinki - 2012-08-29, 20:24
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-05, 20:48
RE: [RELEASE] SageTV recordings - by LehighBri - 2012-09-07, 17:06
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-29, 22:40
RE: [RELEASE] SageTV recordings - by aaronb - 2012-08-30, 01:29
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-30, 02:26
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-30, 02:31
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-30, 02:54
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-30, 03:41
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-30, 15:24
RE: [RELEASE] SageTV recordings - by kricker - 2012-08-31, 03:04
RE: [RELEASE] SageTV recordings - by erhan75 - 2012-08-31, 04:02
RE: [RELEASE] SageTV recordings - by aaronb - 2012-08-31, 05:35
RE: [RELEASE] SageTV recordings - by Skirge01 - 2012-09-04, 22:46
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-04, 22:55
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-04, 23:14
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-05, 15:46
RE: [RELEASE] SageTV recordings - by mzup - 2012-09-05, 18:23
New release - by LehighBri - 2012-09-05, 16:00
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-05, 16:03
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-12, 03:37
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-12, 03:46
RE: [RELEASE] SageTV recordings - by g-man - 2012-09-12, 19:45
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-12, 19:47
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-12, 20:45
RE: [RELEASE] SageTV recordings - by g-man - 2012-09-13, 03:14
RE: [RELEASE] SageTV recordings - by g-man - 2012-09-13, 04:46
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-13, 05:41
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-13, 14:49
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-13, 16:55
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-13, 20:08
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-13, 15:50
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-13, 15:54
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-13, 20:34
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-13, 20:54
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-13, 21:31
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-14, 03:51
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-14, 14:41
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-14, 16:47
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-14, 19:17
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-14, 19:42
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-14, 19:40
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-14, 21:59
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-14, 22:16
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-15, 02:49
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-15, 03:01
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-15, 04:06
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-15, 04:31
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-15, 05:43
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-15, 15:29
RE: [RELEASE] SageTV recordings - by dinki - 2012-09-17, 14:48
[RELEASE] SageTV recordings - by kricker - 2012-09-17, 04:23
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-18, 06:22
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-18, 06:30
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-19, 05:32
RE: [RELEASE] SageTV recordings - by pvrnorth - 2012-09-21, 15:39
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-21, 16:00
RE: [RELEASE] SageTV recordings - by pvrnorth - 2012-09-25, 15:27
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-26, 23:23
RE: [RELEASE] SageTV recordings - by urisavor - 2012-09-30, 15:10
RE: [RELEASE] SageTV recordings - by kricker - 2012-09-30, 18:31
RE: [RELEASE] SageTV recordings - by urisavor - 2012-09-30, 21:29
RE: [RELEASE] SageTV recordings - by dinki - 2012-10-01, 00:39
RE: [RELEASE] SageTV recordings - by urisavor - 2012-10-01, 01:07
RE: [RELEASE] SageTV recordings - by urisavor - 2012-10-01, 01:50
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-01, 01:54
RE: [RELEASE] SageTV recordings - by urisavor - 2012-10-01, 02:09
RE: [RELEASE] SageTV recordings - by urisavor - 2012-10-01, 02:37
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-01, 02:42
RE: [RELEASE] SageTV recordings - by kchase56 - 2012-10-03, 03:14
RE: [RELEASE] SageTV recordings - by kchase56 - 2012-10-23, 20:41
RE: [RELEASE] SageTV recordings - by skl111 - 2012-10-07, 07:52
RE: [RELEASE] SageTV recordings - by skl111 - 2012-10-07, 23:45
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-07, 16:26
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-11, 22:53
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-12, 02:27
RE: [RELEASE] SageTV recordings - by pvrnorth - 2012-10-13, 04:18
RE: [RELEASE] SageTV recordings - by hoep - 2012-10-14, 11:41
RE: [RELEASE] SageTV recordings - by hoep - 2012-10-14, 15:48
RE: [RELEASE] SageTV recordings - by hoep - 2012-10-16, 21:26
RE: [RELEASE] SageTV recordings - by hoep - 2012-10-16, 21:42
RE: [RELEASE] SageTV recordings - by hoep - 2012-10-17, 21:02
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-17, 21:17
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-24, 17:41
RE: [RELEASE] SageTV recordings - by kricker - 2012-10-24, 18:25
RE: [RELEASE] SageTV recordings - by kricker - 2012-11-26, 22:25
RE: [RELEASE] SageTV recordings - by fventura - 2012-12-14, 04:13
RE: [RELEASE] SageTV recordings - by kricker - 2012-12-14, 06:58
RE: [RELEASE] SageTV recordings - by fventura - 2012-12-14, 07:02
RE: [RELEASE] SageTV recordings - by fventura - 2012-12-14, 07:22
RE: [RELEASE] SageTV recordings - by kricker - 2012-12-14, 17:24
RE: [RELEASE] SageTV recordings - by setherd - 2013-01-11, 06:08
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-11, 06:18
RE: [RELEASE] SageTV recordings - by setherd - 2013-01-12, 14:27
RE: [RELEASE] SageTV recordings - by setherd - 2013-01-14, 03:37
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 05:13
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 16:44
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-12, 17:17
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 18:23
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-12, 18:31
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 18:39
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-12, 18:50
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 18:53
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-12, 23:18
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-13, 00:55
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-13, 15:21
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-14, 02:21
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-14, 15:17
RE: [RELEASE] SageTV recordings - by kricker - 2013-01-14, 03:50
RE: [RELEASE] SageTV recordings - by setherd - 2013-01-14, 07:16
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-15, 15:18
RE: [RELEASE] SageTV recordings - by mzup - 2013-01-15, 19:12
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-19, 23:57
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 01:47
RE: [RELEASE] SageTV recordings - by kricker - 2013-02-20, 01:58
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 02:18
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 06:28
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 14:46
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 15:02
RE: [RELEASE] SageTV recordings - by crw190 - 2013-02-20, 15:55
RE: [RELEASE] SageTV recordings - by sflamm - 2013-10-29, 01:17
RE: [RELEASE] SageTV recordings - by dinki - 2013-10-29, 03:17
RE: [RELEASE] SageTV recordings - by kricker - 2013-10-29, 02:51
RE: [RELEASE] SageTV recordings - by sflamm - 2013-10-30, 19:03
Version 1.5.0 Released - by LehighBri - 2013-12-10, 21:27
RE: [RELEASE] SageTV recordings - by dinki - 2013-12-10, 21:35
RE: [RELEASE] SageTV recordings - by queonda - 2014-02-13, 04:12
RE: [RELEASE] SageTV recordings - by Slack - 2014-02-04, 02:25
RE: [RELEASE] SageTV recordings - by mzup - 2014-03-09, 15:26
RE: [RELEASE] SageTV recordings - by mzup - 2014-03-09, 15:56
RE: [RELEASE] SageTV recordings - by mzup - 2014-03-09, 19:34
RE: [RELEASE] SageTV recordings - by nstocke - 2014-06-13, 16:33
RE: [RELEASE] SageTV recordings - by nstocke - 2014-06-13, 17:41
RE: [RELEASE] SageTV recordings - by crw190 - 2014-07-23, 16:47
RE: [RELEASE] SageTV recordings - by crw190 - 2014-07-23, 23:24
RE: [RELEASE] SageTV recordings - by UgaData - 2014-10-02, 16:18
RE: [RELEASE] SageTV recordings - by UgaData - 2014-10-02, 16:29
RE: [RELEASE] SageTV recordings - by cumak - 2014-11-16, 05:07
RE: [RELEASE] SageTV recordings - by waylo - 2015-02-07, 08:57
RE: [RELEASE] SageTV recordings - by waylo - 2015-03-10, 17:06
Logout Mark Read Team Forum Stats Members Help
[RELEASE] SageTV recordings2