
Also, by making a new playlist for TV show, wont i be losing the TV Guide submenu? Is there any way to move it to its own menu? Ideally i would like to map it to my Harmony remote TV guide button (i use keyboard.xml).
Thanks
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
I just finished reading the how to for custom menus sticky and wanted to know would it be possible to move/add the next aired info on the home menu over my TV show playlist?(having over videos isnt really ideal for me since i almost never use that menu) If so, what would i need to modify in which xml
![]() Also, by making a new playlist for TV show, wont i be losing the TV Guide submenu? Is there any way to move it to its own menu? Ideally i would like to map it to my Harmony remote TV guide button (i use keyboard.xml). Thanks
|
| find quote |
Sharpe
Skilled Skinner Joined: Jul 2006 Reputation: 12 Location: North West England |
2011-08-14 17:58
Post: #2
saitoh183 Wrote:I just finished reading the how to for custom menus sticky and wanted to know would it be possible to move/add the next aired info on the home menu over my TV show playlist?(having over videos isnt really ideal for me since i almost never use that menu) If so, what would i need to modify in which xml If you disable "Videos" in the home screen it maps to tv epiosdes automatically - that might work better for you. saitoh183 Wrote:Also, by making a new playlist for TV show, wont i be losing the TV Guide submenu? Is there any way to move it to its own menu? Ideally i would like to map it to my Harmony remote TV guide button (i use keyboard.xml). Hmmn yeah that's a good idea (mapping it to a remote) I could maybe make it home menu item in it's own right rather than a submenu item of TV shows - that's probably the best I could do. |
| find quote |
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
2011-08-14 18:44
Post: #3
Yeah that works but as stated in the sticky, TV show will show my Anime so to avoid that i have to make a TV show playlist. So would it be possible get the Next Aired there.
(This post was last modified: 2011-08-14 19:44 by Sharpe.)
|
| find quote |
Sharpe
Skilled Skinner Joined: Jul 2006 Reputation: 12 Location: North West England |
2011-08-14 19:44
Post: #4
Lol - sorry I just mangled your previous post by editing rather than replying to it - sorry!
Quote:Yeah that works but as stated in the sticky, TV show will show my Anime so to avoid that i have to make a TV show playlist. So would it be possible get the Next Aired there. Okay it would take quite a bit of messing around in order to create skin options that would let you change what home menu item the airing today widget appears over. If you want a quick and dirty xml hack: Using the latest version in the svn Edit include.xml. Find line 2979 Code: <visible>Container(11).Hasfocus(4)</visible>Change the Hasfocus(4) bit to whatever shortcut you have mapped your TV playlist to. The custom shortcut ids are 13-20. Cheers
(This post was last modified: 2011-08-14 19:46 by Sharpe.)
|
| find quote |
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
2011-08-14 20:39
Post: #5
cool...i will give it a try and let you you
|
| find quote |
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
2011-08-14 21:44
Post: #6
Great, it works and i was able to get Recent episodes as well using the info in the sticky
![]() There is 1 issue that i have now, as the sticky states, i removed the TV show control visibility but by doing that Movies menu doesnt show fanart on the home menu(i use folder) but if i enable TVshow visibility, fanart works...Are they linked? I even tried setting just a single image but its still just black. |
| find quote |
Sharpe
Skilled Skinner Joined: Jul 2006 Reputation: 12 Location: North West England |
2011-08-14 23:35
Post: #7
Ah no that's a bug - thanks for spotting it - I'll fix it.
|
| find quote |
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
2011-08-14 23:37
Post: #8
im using the SVN version from passion repo
|
| find quote |
Sharpe
Skilled Skinner Joined: Jul 2006 Reputation: 12 Location: North West England |
2011-08-14 23:50
Post: #9
Oh right - I've not been updating that version as I've been concentrating on the nightly build stuff. (It's fixed in the eden-pre version of the skin).
To fix it yourself - edit the home.xml in the 720P folder: Find lines 287 & 310 Code: <visible>!Skin.HasSetting(tv-library)</visible>Code: <visible>!Skin.HasSetting(tv-library)</visible>Change tv-library to movies-library |
| find quote |
saitoh183
Fan Joined: Jul 2011 Reputation: 8 Location: Canada |
2011-08-15 00:16
Post: #10
thanks alot
|
| find quote |