Wall view in video files mode
#1
Hi,

Why has the Wall view in files mode dissapeared ?

Thanks
Reply
#2
up ! thanks
Reply
#3
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...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
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 ...
Reply
#5
You'll need to reload the skin or restart xbmc after making xml changes.
Reply
#6
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 !
Reply
#7
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
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#8
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 !!
Reply
#9
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.
Reply
#10
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 ..
Reply
#11
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?
Reply
#12
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>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#13
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 -->
Reply
#14
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>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#15
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 !
Reply

Logout Mark Read Team Forum Stats Members Help
Wall view in video files mode0