• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7
Mod PseudoTV Live - Custom Skins
#16
https://twitter.com/PseudoTV_Live/status...1704363008
Image
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#17
(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! Big Grin

@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!
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#18
(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! Big Grin

@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. Smile
Reply
#19
(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...


Image


...as you can see I spaced it out the same but can`t seem to add the 4th channel line. Thx in advance! Big Grin

Looks nice!Smile
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>
to
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">
channel number
Code:
<control type="label" id="304">
channel name
Code:
<control type="image" id="324">
channel icon
Code:
<control type="group" id="114">
show listing

then your 4th channel should work fine.Smile
Reply
#20
(2016-03-05, 20:33)Lunatixz Wrote:
(2016-03-05, 18:30)tromy Wrote: New skin "Concast" added to first post.All skins updated to v.0.7.4a.

Thanks, I'll start working on the skin manager...
Good news!Smile
Reply
#21
(2016-03-06, 01:26)tromy Wrote: Looks nice!Smile
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>
to
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">
channel number
Code:
<control type="label" id="304">
channel name
Code:
<control type="image" id="324">
channel icon
Code:
<control type="group" id="114">
show listing

then your 4th channel should work fine.Smile

Excellent!! Works perfectly! ....

Image



...@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. Nod
Reply
#22
I cannot even find the custom skin folder in windows 8.
Reply
#23
(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
Reply
#24
(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
Reply
#25
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?
Reply
#26
(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
Reply
#27
(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
Reply
#28
(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?
Reply
#29
(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.
Reply
#30
(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

interesting idea - skin that looks like WMC
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 7

Logout Mark Read Team Forum Stats Members Help
PseudoTV Live - Custom Skins2