Night 2 (for Eden)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
joselbcn33 Offline
Junior Member
Posts: 38
Joined: Feb 2010
Reputation: 0
Post: #11
Hi there, greetings from Spain.

Thank you Balinus for offer your support in this gorgeous skin. It was one of my favourites before upgrade to Eden.
I had made some minor changes in order to use all the items (movies, music....) in file mode, just only editing the home.xlm file.

Maybe you can help me....

Is there a way to set the poster view to poster fixed view?

Which code do I need to modify in posterview.xlm?

Thanks in advanced
(This post was last modified: 2012-06-28 01:45 by joselbcn33.)
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #12
(2012-06-28 00:40)KidKiwi Wrote:  
(2012-06-27 15:54)Balinus Wrote:  I can't reproduce your bug though. Using backspace on my keyboard takes me back to Movies (or back to the previous node, whatever the node).. also using Windows (Vista, I'll test later on W7).

I'm using XP. I'll reboot to check. It did seem a weird one.

Update: I rebooted and still the same. Further, it doesn't matter what node I enter, when I back out with the backspace button it always selects the TVSHows button as the default focus. Is this set somewhere? If it is, can you tell me how I can set a default focus on a Wraplist? I want certain submenus to always default to the same button. Thx.

I'm not sure you can set a default position in a given list. XBMC should remember your last position. Which doesn't seem the case in your setup though!. The command in Night, when you click on Movies is :

Code:
<onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

This bit of code is compatible with Eden, but it's not Eden "standard". I have to change this code, but the behavior should be the same with the new code. You can try modifying it by replacing the following code in Includes.xml :

Code:
<include name="Movie_Regular">
        <onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>
    </include>

by :

Code:
<include name="Movie_Regular">
        <onclick>ActivateWindow(Videos,movietitles,return)</onclick>
    </include>

Maybe that will change your bug, but I doubt it.

For your playlist matter...there's an option in Night where you can add custom playlist to the Home Menu. That would be the closest thing for your taste imo.
(2012-06-28 01:42)joselbcn33 Wrote:  Hi there, greetings from Spain.

Thank you Balinus for offer your support in this gorgeous skin. It was one of my favourites before upgrade to Eden.
I had made some minor changes in order to use all the items (movies, music....) in file mode, just only editing the home.xlm file.

Maybe you can help me....

Is there a way to set the poster view to poster fixed view?

Which code do I need to modify in posterview.xlm?

Thanks in advanced

Well, by looking at the code of the Poster View (Viewtype_Poster.xml), it is already a "fixedlist". On my computer, the focused position is fixed. So, maybe I didn't understood correctly your question..?

Good luck in the finals...against Germany? Wink
(This post was last modified: 2012-06-28 15:24 by Balinus.)
find quote
joselbcn33 Offline
Junior Member
Posts: 38
Joined: Feb 2010
Reputation: 0
Post: #13
Sorry, my fault. I was talking about slide view. Is there a way to set it fixed like poster view?

Which line do I need to modify in viewtype_slide-xlm?

Thanks
find quote
KidKiwi Offline
Posting Freak
Posts: 792
Joined: May 2007
Reputation: 0
Post: #14
(2012-06-28 15:16)Balinus Wrote:  I'm not sure you can set a default position in a given list. XBMC should remember your last position. Which doesn't seem the case in your setup though!. The command in Night, when you click on Movies is :

Code:
<onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

This bit of code is compatible with Eden, but it's not Eden "standard". I have to change this code, but the behavior should be the same with the new code. You can try modifying it by replacing the following code in Includes.xml :

Code:
<include name="Movie_Regular">
        <onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>
    </include>

by :

Code:
<include name="Movie_Regular">
        <onclick>ActivateWindow(Videos,movietitles,return)</onclick>
    </include>

Maybe that will change your bug, but I doubt it.

For your playlist matter...there's an option in Night where you can add custom playlist to the Home Menu. That would be the closest thing for your taste imo.

I'll have a suss and see what I can do. I have to try it on my Linux-based ION yet. Does seem weird. Thx.

ZOTAC IONITX-D-E Intel Atom N330 Dual Core 1.6 GHz NVIDIA ION with LIVE on SSD
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #15
(2012-06-29 00:18)joselbcn33 Wrote:  Sorry, my fault. I was talking about slide view. Is there a way to set it fixed like poster view?

Which line do I need to modify in viewtype_slide-xlm?

Thanks

You could change this line
Code:
<control type="wraplist" id="595">

to :

Code:
<control type="fixedlist" id="595">

It doesn't change much the behavior though, as fixedlist and wraplist are very similar.
find quote
Hihodesilva Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #16
Is anyone else having a problem with this skin where it doesn't play movies where the file has punctuation in it?

Eg "movie, the.mkv"

This seems to only happen for me when using this skin, but works for other skins
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #17
As a rule of thumb, don't name any file on a computer with these kind of characters. Some OS doesn't support them.

However, with that being said, I tested a file name "L'Auberge, Espagnole.2002.mkv" and it worked in Night.

What OS and do you use a network share or are the file stored locally?
find quote
Hihodesilva Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #18
Thanks Balinus,
I half figured it was a problem only with my setup. I'm running Windows 7 pro with EventGhost shell and xbmc Eden.
Media files are stored locally on the computer (and shared on the network for other devices).
My UserData folder is actually quite old, so I'll wipe that and re-build to see if that fixes the issue.
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #19
Humm, well W7 should handle these kind of file name. Though, if your userdata folder dates back from an earlier XBMC version, that might be a good idea to rebuild it. Not sure it will cure your problem though.
find quote
Deadpool Offline
Junior Member
Posts: 10
Joined: Jul 2011
Reputation: 0
Post: #20
Sorry if I'm being stupid here but is there any way to enable the Showcase view for TV Shows?
find quote