Kodi Community Forum
Wall view in video files mode - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Wall view in video files mode (/showthread.php?tid=86186)

Pages: 1 2


Wall view in video files mode - jeepcook - 2010-11-26

Hi,

Why has the Wall view in files mode dissapeared ?

Thanks


- jeepcook - 2010-12-19

up ! thanks


- mcborzu - 2010-12-19

I thought it was too confusing of a layout for a new user. Code is still there, if you'd like line 45:

<!--<include>Viewtype_Wall</include> 54 -->
to
<include>Viewtype_Wall</include>

Not available this second, will be after next update...


- jeepcook - 2010-12-19

mcborzu Wrote:I thought it was too confusing of a layout for a new user. Code is still there, if you'd like line 45:

<!--<include>Viewtype_Wall</include> 54 -->
to
<include>Viewtype_Wall</include>

Not available this second, will be after next update...

I've modified MyVideo.xml but the wall view is not proposed ...


- hikaricore - 2010-12-20

You'll need to reload the skin or restart xbmc after making xml changes.


- jeepcook - 2010-12-20

hikaricore Wrote:You'll need to reload the skin or restart xbmc after making xml changes.

I know that ! thanks but after restarting xbmc, wall view is not in the list of view in video file mode !


- mcborzu - 2010-12-20

jeepcook Wrote:I know that ! thanks but after restarting xbmc, wall view is not in the list of view in video file mode !

After NEXT update you can follow the example I posted earlier


- jeepcook - 2010-12-21

Hi,

Same problem with the last svn version, I have this line
<include>Viewtype_Wall</include><!-- 54 -->

but not this line :
<!--<include>Viewtype_Wall</include> 54 -->

so If I put <include>Viewtype_Wall</include> instead, the wall view is not in the list of view in files mode .

Thanks for your help !!


- generator - 2010-12-21

Would this work in the Music and TV Show Library view? I love this view, but I want to use it consistently in all the sections.

P.S.: In the bottom menu it says "Library" when in file mode and vice versa.


- jeepcook - 2010-12-21

generator Wrote:Would this work in the Music and TV Show Library view? I love this view, but I want to use it consistently in all the sections.

P.S.: In the bottom menu it says "Library" when in file mode and vice versa.

I will try that this evening, but I would like to have the wall view in file mode not in library mode .. I use this view with tvheadend to have a wall with all channels logos ..


- generator - 2010-12-21

Where can I find the skin files in the new Dharma release? Can't find them anymore.

And is there any reason why not all views are available in very section?


- mcborzu - 2010-12-21

jeepcook Wrote:Hi,

Same problem with the last svn version, I have this line
<include>Viewtype_Wall</include><!-- 54 -->

but not this line :
<!--<include>Viewtype_Wall</include> 54 -->

so If I put <include>Viewtype_Wall</include> instead, the wall view is not in the list of view in files mode .

Thanks for your help !!

I didn't specify it's MyVideo.xml you need to edit, line 45 of MyVideo.xml change

<!--<include>Viewtype_Wall</include> 54 -->
to
<include>Viewtype_Wall</include>


- jeepcook - 2010-12-21

mcborzu Wrote:I didn't specify it's MyVideo.xml you need to edit, line 45 of MyVideo.xml change

<!--<include>Viewtype_Wall</include> 54 -->
to
<include>Viewtype_Wall</include>

ok but I don't have this line !! I have
<include>Viewtype_Wall</include><!-- 54 -->
and not
<!--<include>Viewtype_Wall</include> 54 -->


- mcborzu - 2010-12-21

jeepcook Wrote:ok but I don't have this line !! I have
<include>Viewtype_Wall</include><!-- 54 -->
and not
<!--<include>Viewtype_Wall</include> 54 -->

It's up to date on GIT, are you using GIT or xbmc-passion. if XBMC-Passion due to time difference sometimes it's 9pm (France) when they sync Repo's?


Either way it's two lines of code, the one I already showed you in MyVideo.xml and change line 54 in Viewtype_Wall.xml:

Quote:<visible>!Skin.HasSetting(no_Wall) + [Container.Content(Movies) | Window.IsActive(videofiles) | substring(container.folderpath,plugin://plugin.video.apple.movie.trailers.lite)]</visible>



- jeepcook - 2010-12-21

mcborzu Wrote:It's up to date on GIT, are you using GIT or xbmc-passion. if XBMC-Passion due to time difference sometimes it's 9pm (France) when they sync Repo's?


Either way it's two lines of code, the one I already showed you in MyVideo.xml and change line 54 in Viewtype_Wall.xml:

I use xbmc-passion ! ok I will test this evening !