XBMC Community Forum
Transparency! - FAQ / HowTo - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! - FAQ / HowTo (/showthread.php?tid=53547)

Pages: 1 2 3 4 5 6 7 8 9 10 11


- CrickDo666 - 2010-05-31 22:26

ok i did as instructed now both the videos folder and the new home movies folder do the same , which is to open into the video files or whichever was last opened(remembered path)
no change?


- ronie - 2010-05-31 22:40

CrickDo666 Wrote:ok i did as instructed now both the videos folder and the new home movies folder do the same , which is to open into the video files or whichever was last opened(remembered path)
no change?

as a matter of fact, i don't think there's anything you can do.
xbmc will always remember where you were and return there next time you enter the video section.


- CrickDo666 - 2010-05-31 22:50

ok but isnt adding ,Home Movies supposed to make my home movies tab open in that folder? this isnt happening. but to continue, how hard would it be to get what im looking for? which is in essence a new video button identical to the first but with a custom name and background sets?
btw thanx for all the help im really learning a lot!
that guy who made his comics tab into a new video tab did he get new interior backs or just a new button with custom back linked to the original videos view? since he changed the comics strings? i would try this but he wasnt clear about how he did this or if his results were worth trying.


- ronie - 2010-06-01 00:08

CrickDo666 Wrote:ok but isnt adding ,Home Movies supposed to make my home movies tab open in that folder?

yes IF your source has this name: Home Movies
AND you're using this command: <onclick>XBMC.ActivateWindow(VideoFiles,Home Movies)</onclick>
then xbmc will open that folder when you click that button.

CrickDo666 Wrote:this isnt happening.

then you're doing something wrong. just keep trying 'till you get it right. ;-)

CrickDo666 Wrote:but to continue, how hard would it be to get what im looking for? which is in essence a new video button identical to the first but with a custom name and background sets?

all i can say is, i've given you all the code you need.
you can enable debug logging and check your logfile if things don't work out as planned.


- CrickDo666 - 2010-06-01 00:18

ok thanxs ill try it for a few days and see if i cant make it work ill let u know thanx again youve been very helpfull!


- CrickDo666 - 2010-06-01 00:45

right on i got it working good stuff! thanx again for all the help!
and the patience.
it would be nice to get it to remember last visited independently but thats our type always wanting a little more Smile


- mcborzu - 2010-06-01 00:49

If having trouble with the <onclick> this is what I do:

Set that folder up as a favorite, press 'c' on the folder and click add to favorites
2. Open up favorites.xml, located in W7 - C:\Users\****\AppData\Roaming\XBMC\userdata
3. You'll see a line like so, in this example I favorited a folder called "flags":
Quote:<favourite name="flags">ActivateWindow(10024,D:\flags\)</favourite>
4. Now take that bolded part and use that as your onclick like so:
<onclick>XBMC.ActivateWindow(10024,D:\flags\)</onclick>

Well looked like you got it, lol


- CrickDo666 - 2010-06-01 01:27

ya i got it but its funny you should mention having issues with the onclick because i for the life of me dont know how i fixed this (except maybe ronie's comma is different than mine)


- Ronald Pagan - 2010-06-03 18:36

Don't see this anywhere in the documentation but does Transparency! support RSS news feeds in various windows? That would be a nice feature.


- ronie - 2010-06-03 22:23

Ronald Pagan Wrote:Don't see this anywhere in the documentation but does Transparency! support RSS news feeds in various windows? That would be a nice feature.

nope, it's not available in T!
would be difficult to find a place for the RSS feed that would work in all views.