Talk:Profiles: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Dankula
No edit summary
>Spiff
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
- stuff that needs to be documented:
- stuff that needs to be documented:
  - python autoexec.py (q global, p profile)
  - python autoexec.py (q global, p profile)
q:\scripts\autoexec.py is run when xbmc starts.
p:\scripts\autoexec.py is run on a login. p: is the profile dir.
in the scripts window you have 'shared scripts' (q:\scripts) and profile 'profile scripts' (p:\scripts)
  - how inheritance of files work.
  - how inheritance of files work.
  - loginscreen.
  - loginscreen.
  - info labels.
  - info labels.
  system.profilename
  system.profilethumb
- visibility:
  system.hasloginscreen
  system.isloggedon


''I'll get it...22JUL06...Dankula''
''I'll get it...22JUL06...Dankula''

Latest revision as of 23:37, 19 July 2006

- stuff that needs to be documented:

- python autoexec.py (q global, p profile)
q:\scripts\autoexec.py is run when xbmc starts.
p:\scripts\autoexec.py is run on a login. p: is the profile dir.
in the scripts window you have 'shared scripts' (q:\scripts) and profile 'profile scripts' (p:\scripts)
- how inheritance of files work.
- loginscreen.
- info labels.
 system.profilename
 system.profilethumb
- visibility:
 system.hasloginscreen
 system.isloggedon

I'll get it...22JUL06...Dankula