1.
PHP Code:
<visible>Window.IsActive(videofiles)</visible>
2.
PHP Code:
<onclick>XBMC.ActivateWindow(MyVideoFiles)</onclick>
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2011-06-07 23:43
Post: #1
What's the new way for these:
1. PHP Code: <visible>Window.IsActive(videofiles)</visible> 2. PHP Code: <onclick>XBMC.ActivateWindow(MyVideoFiles)</onclick> Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2011-06-07 23:47
Post: #2
<visible>Window.IsActive(videofiles)</visible> doesn't exist anymore but Container.Content(Files) should work for anything with no content set the whole point of it is now the fancy meta data views now work in the files section if it has info
<onclick>XBMC.ActivateWindow(Videos,Files)</onclick> will get you straight to that section VideoFiles and VideoLibrary now only work for backwards compatibility the correct window name is now Videos for all Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2011-06-15 00:10
Post: #3
Is there better phrasing for:
Quote:substring(listitem.path,special://profile/playlists/video) I tried Container.Content(playlists) and Container.Content(videoplaylists). Thx... Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |
ads_german
Senior Member Posts: 116 Joined: Dec 2006 Reputation: 0 Location: Perth, Aus. |
2011-06-15 14:41
Post: #4
is there any way to still jump to a particular source within video files? I used to have a button on my remote do this (to jump straight to the folder I record live tv to), from memory like so:
Quote:<mytv>XBMC.ActivateWindow(VideoFiles,Live TV - Recorded)</mytv> but since eden builds, it only ever jumps to the root of video files view with: Quote:<mytv>XBMC.ActivateWindow(Videos,Files,Live TV - Recorded)</mytv> I have tried it with and without quotes around the source name, renaming the source to not have any spaces, all to no avail - can this still be done? |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-06-15 15:48
Post: #5
ActivateWindow(Videos,Live TV - Recorded) should do it.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2011-06-15 17:51
Post: #6
Also if you need to know what the correct path is for something:
1 add it as a favorite 2 then open up favorites.xml 3 it'll show you what the correct path is Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |
chrisvilla
Member Posts: 52 Joined: Sep 2008 Reputation: 0 |
spiff Wrote:ActivateWindow(Videos,Live TV - Recorded) should do it. Been trying this myself to no avail. Using the latest eden-pre build and Aeon MQ3. I have a folder in my videos called NFL. It has no content type set and ijust want my link to jump straight to it from the homepage. This is what i've tried so far: <onclick>XBMC.ActivateWindow(Videos,NFL, Return)</onclick> pops u a screen with library empty <onclick>XBMC.ActivateWindow(Videos,Files,NFL, Return)</onclick> takes me to the files screen listing all my sources Am i missing something? |
| find quote |
chrisvilla
Member Posts: 52 Joined: Sep 2008 Reputation: 0 |
2011-10-14 12:45
Post: #8
chrisvilla Wrote:Been trying this myself to no avail. Using the latest eden-pre build and Aeon MQ3. Figured it at last! Tried this: <onclick>XBMC.ActivateWindow(10025,"D:\\NFL\\")</onclick> |
| find quote |
cruzannavy
Senior Member Posts: 203 Joined: Dec 2010 Reputation: 9 |
2011-10-15 05:12
Post: #9
Hi All & Jezz_X,
I have a modded version of Confluence and it was working perfectly till a couple of nightlies ago, i now with the way ahead and Eden comming out, the nightlies are mirroring more and more toward it. The question i have , is there a break out or all inclusive list of dharma to eden skin syntax changes? i am trying to mod my skin to work with Eden ( and nightlies) , so far it works for the most part but some menu are acting very strange and arent compatible with the new skinning changes. Can any one offer any assistance to help me mod my skin to catch up or point me to a list of , replace this with this, dharma to eden changes? |
| find quote |
MrIcka
Senior Member Posts: 102 Joined: Aug 2005 Reputation: 0 |
2012-02-24 00:01
Post: #10
Is there a away to have the Video button to return to the last position, now the ActivateWindow(Videos,Files) return to the root of the file system every time. Pre Eden it returned to the last location I where in.
Thanks in advance /Micke |
| find quote |