Neon skin view mode numbers
#1
Hi All
i am in the process of setting up my neon skin and when trying to set default views in icefilms it asks for the view mode numbers and not the names.
I have searched all over trying to find them but could only find them for just about every other skin, i have seen that each skin uses different codes so was wondering if anyone knew the codes for neon or could point me in the right direction to look
Thanks
Reply
#2
You are asking support for a banned add-on, which is forbidden by our forum rules (wiki), specifically Forum_rules/Banned_add-ons (wiki)
I can't help you because of that. Any further discussion of icefilms configuration will result in a ban.

nayway, you can easily find the existing viewmodes by looking at the code.
The id's are in the code for each viewmode, which is standard for the way almost every skin works.

https://github.com/kib/skin.neon/tree/Isengard/720p
Reply
#3
Sorry about mentioning a forbidden subject, i am more after the list for my own future reference for my add ons
I have searched ViewsVideoLibrary.xml and Viewtype_Showcase.xml but could only find codes for list view and media view 2
I was looking fort some sort of list with the different view modes and their corresponding numbers, i know that in one skin 504 is list view and in another fanart view and media info in another.
i found this page but of course no list for Neon skin
http://totalxbmc.tv/new-forum/index.php?topic=3200.0

I think i have it worked out
55 for poster view
501 for poster wrap
but cant find the one for thumb list
Reply
#4
Solved
For those looking in the future here they are

<include>Viewtype_Files</include> <!-- view id 50 -->
<include>Viewtype_Poster</include> <!-- view id 55 -->
<include>Viewtype_Showcase</include> <!-- view id 58 -->
<include>Viewtype_Coverflow</include> <!-- view id 558 -->
<include>Viewtype_Slide</include> <!-- view id 595 -->
<include>Viewtype_Episode</include> <!-- view id 51 -->
<include>Viewtype_Newest_Episodes</include> <!-- view id 596 -->
<include>Viewtype_Landscape</include> <!-- view id 52 -->
<include>Viewtype_Landscape_Fanart</include> <!-- view id 633, "Logo Fanart" -->
<include>Viewtype_Logo</include> <!-- view id 594 -->
<include>Viewtype_List</include> <!-- view id 53 Media View -->
<include>MediaListView3</include> <!-- view id 503 -->
<include>Viewtype_Wall</include> <!-- view id 54 -->
<include>Viewtype_WallPanel</include> <!-- view id 597 -->
<include>Viewtype_Panel</include> <!-- view id 56 TV=Panel -->
<include>Viewtype_PanelLandscape</include> <!-- view id 57 -->
<include>Viewtype_16x9</include> <!-- view id 59 -->
<include>ThumbnailView</include> <!-- view id 500 -->
<include>PosterWrapView</include> <!-- view id 501 -->
<include>PosterWrapView2_Fanart</include> <!-- view id 508 -->
<include>Viewtype_BannerPanel</include> <!-- view id 592 -->
<include>Viewtype_3dbanner</include> <!-- view id 593 -->
<include>Viewtype_SlimFiles</include> <!-- view id 598 -->
<include>Viewtype_3DLandscape</include> <!-- view id 599 -->
<include>Viewtype_Multiplex</include> <!-- view id 588 -->
Reply
#5
(2015-05-26, 12:23)Juz69 Wrote: Solved
For those looking in the future here they are

<include>Viewtype_Files</include> <!-- view id 50 -->
<include>Viewtype_Poster</include> <!-- view id 55 -->
<include>Viewtype_Showcase</include> <!-- view id 58 -->
<include>Viewtype_Coverflow</include> <!-- view id 558 -->
<include>Viewtype_Slide</include> <!-- view id 595 -->
<include>Viewtype_Episode</include> <!-- view id 51 -->
<include>Viewtype_Newest_Episodes</include> <!-- view id 596 -->
<include>Viewtype_Landscape</include> <!-- view id 52 -->
<include>Viewtype_Landscape_Fanart</include> <!-- view id 633, "Logo Fanart" -->
<include>Viewtype_Logo</include> <!-- view id 594 -->
<include>Viewtype_List</include> <!-- view id 53 Media View -->
<include>MediaListView3</include> <!-- view id 503 -->
<include>Viewtype_Wall</include> <!-- view id 54 -->
<include>Viewtype_WallPanel</include> <!-- view id 597 -->
<include>Viewtype_Panel</include> <!-- view id 56 TV=Panel -->
<include>Viewtype_PanelLandscape</include> <!-- view id 57 -->
<include>Viewtype_16x9</include> <!-- view id 59 -->
<include>ThumbnailView</include> <!-- view id 500 -->
<include>PosterWrapView</include> <!-- view id 501 -->
<include>PosterWrapView2_Fanart</include> <!-- view id 508 -->
<include>Viewtype_BannerPanel</include> <!-- view id 592 -->
<include>Viewtype_3dbanner</include> <!-- view id 593 -->
<include>Viewtype_SlimFiles</include> <!-- view id 598 -->
<include>Viewtype_3DLandscape</include> <!-- view id 599 -->
<include>Viewtype_Multiplex</include> <!-- view id 588 -->

How did you figure it out?
Reply

Logout Mark Read Team Forum Stats Members Help
Neon skin view mode numbers0