2016-03-06, 00:26
2016-03-06, 00:28
(2016-03-05, 23:54)dave157 Wrote: @tromy, So happy when I came across the new, updated thread, outstanding work as always! I`m working on making my Cube a 4-channel grid and wanted to see if you can point the way. Here`s how I have it now...
...as you can see I spaced it out the same but can`t seem to add the 4th channel line. Thx in advance!
@dave157 please signup to github then PM me with your nick, I'll add you as a contributor to the PseudoTV Live project, this way your skins can be included in the new skin manager coming soon!
2016-03-06, 00:42
(2016-03-06, 00:28)Lunatixz Wrote:(2016-03-05, 23:54)dave157 Wrote: @tromy, So happy when I came across the new, updated thread, outstanding work as always! I`m working on making my Cube a 4-channel grid and wanted to see if you can point the way. Here`s how I have it now...
...as you can see I spaced it out the same but can`t seem to add the 4th channel line. Thx in advance!
@dave157 please signup to github then PM me with your nick, I'll add you as a contributor to the PseudoTV Live project, this way your skins can be included in the new skin manager coming soon!
@Lunatixz, will do.
2016-03-06, 01:26
(2016-03-05, 23:54)dave157 Wrote: @tromy, So happy when I came across the new, updated thread, outstanding work as always! I`m working on making my Cube a 4-channel grid and wanted to see if you can point the way. Here`s how I have it now...
...as you can see I spaced it out the same but can`t seem to add the 4th channel line. Thx in advance!
Looks nice!
If you want a fourth row you should:
First in script.pseudotv.live.TVOverlay.xml change this
Code:
<onload>SetProperty(EPG.rowCount,3,10000)</onload>
Code:
<onload>SetProperty(EPG.rowCount,4,10000)</onload>
Then in script.pseudotv.live.EPG.xml you have to add
Code:
<control type="label" id="314">
Code:
<control type="label" id="304">
Code:
<control type="image" id="324">
Code:
<control type="group" id="114">
then your 4th channel should work fine.
2016-03-06, 01:34
2016-03-06, 02:20
(2016-03-06, 01:26)tromy Wrote: Looks nice!
If you want a fourth row you should:
First in script.pseudotv.live.TVOverlay.xml change this
toCode:<onload>SetProperty(EPG.rowCount,3,10000)</onload>
Code:<onload>SetProperty(EPG.rowCount,4,10000)</onload>
Then in script.pseudotv.live.EPG.xml you have to add
channel numberCode:<control type="label" id="314">
channel nameCode:<control type="label" id="304">
channel iconCode:<control type="image" id="324">
show listingCode:<control type="group" id="114">
then your 4th channel should work fine.
Excellent!! Works perfectly! ....
...@Lunatixz, @tromy, I must say that having 'tweaked' a few skins and epg / pvr grids, etc.. over the last 6-7 months, I have a new-found respect and appreciation for the hard work you guys do.
2016-03-06, 22:52
2016-03-07, 02:03
(2016-03-06, 22:52)tromy Wrote:(2016-03-06, 21:43)nb2a Wrote: I cannot even find the custom skin folder in windows 8.You can't find it because it doesn't exist!
Please read first post of this thread
I assumed it was relating to just OpenElec thank you for the reply and nice looking skins
Hope to find a way to install them from
2016-03-08, 05:37
I am still trying to load the skins. I found files that contain 720p and media. I still cannot find files that have 1080 and media though. This is in windows 8. Any ideas where to search in windows 8?
2016-03-08, 06:22
(2016-03-08, 05:37)nb2a Wrote: I am still trying to load the skins. I found files that contain 720p and media. I still cannot find files that have 1080 and media though. This is in windows 8. Any ideas where to search in windows 8?
You should be able to find it at
C:\Users\your*username\AppData\Roaming\Kodi\addons\script.pseudotv.live\resources\skins\Default
Appdata is a hidden folder so you will have to set your view to show hidden folders
2016-03-08, 15:15
(2016-03-08, 06:22)shinedou Wrote:(2016-03-08, 05:37)nb2a Wrote: I am still trying to load the skins. I found files that contain 720p and media. I still cannot find files that have 1080 and media though. This is in windows 8. Any ideas where to search in windows 8?
You should be able to find it at
C:\Users\your*username\AppData\Roaming\Kodi\addons\script.pseudotv.live\resources\skins\Default
Appdata is a hidden folder so you will have to set your view to show hidden folders
I set it to see hidden files but still no luck to find it with the above
Thank you very much for replying
2016-03-08, 17:04
(2016-03-08, 15:15)nb2a Wrote:(2016-03-08, 06:22)shinedou Wrote:(2016-03-08, 05:37)nb2a Wrote: I am still trying to load the skins. I found files that contain 720p and media. I still cannot find files that have 1080 and media though. This is in windows 8. Any ideas where to search in windows 8?
You should be able to find it at
C:\Users\your*username\AppData\Roaming\Kodi\addons\script.pseudotv.live\resources\skins\Default
Appdata is a hidden folder so you will have to set your view to show hidden folders
I set it to see hidden files but still no luck to find it with the above
Thank you very much for replying
What part are you not finding? DO you see the kodi folder?
2016-03-08, 17:36
(2016-03-08, 17:04)shinedou Wrote:(2016-03-08, 15:15)nb2a Wrote:(2016-03-08, 06:22)shinedou Wrote: You should be able to find it at
C:\Users\your*username\AppData\Roaming\Kodi\addons\script.pseudotv.live\resources\skins\Default
Appdata is a hidden folder so you will have to set your view to show hidden folders
I set it to see hidden files but still no luck to find it with the above
Thank you very much for replying
What part are you not finding? DO you see the kodi folder?
It seems using windows 8 has never been that appealing to me honestly. I see Kodi folder yes but cannot find it by using the search string you provided.I also followed a guide to show hidden files too. Thanks for your patience.
2016-03-08, 17:40