Jump to content


Photo

CoolTVGuide 5.6.1

CoolTVGuide

  • Please log in to reply
30 replies to this topic

#1 Coolman

  • Member
  • 25 posts

+13
Neutral

Posted 1 March 2012 - 11:59

Hi,

here is the new CoolTVGuide 5.6.1

with all fixes

it works at PLI 100%



if you get always a greenscreen:

then your skin is to old !

you get a error message like this

ImportError: No module named CoolConverter

so go to FTP:

/usr/share/enigma2/YourSkin/

open the skin.xml with Notepad++ or else

search for CoolPico oder CoolPicon

it looks like this:

<widget source="Service" render="CoolPicon" position="500,20" zPosition="1" size="50,30" alphatest="on">
<convert type="CoolConverter">CoolEvent</convert>
</widget>

delete the 2 and 3 line, and if you have a n in CoolPicon

after it must looks like this:

<widget source="Service" render="CoolPico" position="500,20" zPosition="1" size="50,30" alphatest="on" transparent="1" />

and this you have to do with all founds...

BUT not chance the other things like position or else !
because this is special from your skinner...
only delete the 2 and 3 line and maybe the n in Coolpicon if exist...

safe and upload to your skin folder....

have fun :)

Attached Files



Re: CoolTVGuide 5.6.1 #2 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 March 2012 - 13:42

Nice maybe it works on the iCVS GP3 skins but not the ones from PLi.

Like said b4 there is no coolpico(n) reference in skin.xml anywhere.
So it keep crapping out when hitting the ok button..

Octagon SF8008 / TBS5530  DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)


Re: CoolTVGuide 5.6.1 #3 feelfree

  • Member
  • 43 posts

+1
Neutral

Posted 1 March 2012 - 14:33

I installed it the day before yesterday (original and actual OpenPLi image and skin) and have no issues.

Re: CoolTVGuide 5.6.1 #4 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 1 March 2012 - 16:54

Very nice Coolman!!!

It looks like it's faster to?(or it's just me ,who is slower)

ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.

Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release


Re: CoolTVGuide 5.6.1 #5 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 March 2012 - 16:54

Lucky you :) , mine does shit the bed with enigma2-plugin-skins-hd-line-tvpro installed...

Octagon SF8008 / TBS5530  DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)


Re: CoolTVGuide 5.6.1 #6 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 1 March 2012 - 18:17

From the next build on the downloads and as some builds are started later this day... they could already be on our downloads....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: CoolTVGuide 5.6.1 #7 junad

  • Senior Member
  • 269 posts

0
Neutral

Posted 1 March 2012 - 19:32

hi
can you please change size of Extended Description to make it largest and make channel list Smaller
Greetings

Re: CoolTVGuide 5.6.1 #8 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 1 March 2012 - 20:55

We cannot change anything... sources are closed :( But the author of this plugin might have a good reason for this.

Our standard skins are not manupulating the CoolEPG skin.... so no troubles with standard skin -and- everything is presented just as Coolman intended to.

Edited by littlesat, 1 March 2012 - 20:59.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: CoolTVGuide 5.6.1 #9 Coolman

  • Member
  • 25 posts

+13
Neutral

Posted 2 March 2012 - 16:54

Hi,

you can change anything,

because the CoolTVGuide is full skinable :)

@junad

you can chance your skin !
change size of Extended Description to make it largest and make channel list Smaller is no problem :)

Re: CoolTVGuide 5.6.1 #10 junad

  • Senior Member
  • 269 posts

0
Neutral

Posted 3 March 2012 - 17:20

HI

Coolman

I tried but I could not do the background to looks nice
I mean the gray background is still to small
you can see below what I did.


<screen name="CoolUniGuide" position="0,0" size="1280,720" title="Cool Uni Guide" backgroundColor="#000000" flags="wfNoBorder">
<eLabel text="C  o  o  l    U  n  i    G  u  i  d  e" position="520,20" size="480,30" font="Regular;26" foregroundColor="#FFFFFF" backgroundColor="#000000" shadowColor="#000000" halign="center" transparent="1" />
<ePixmap position="0,0" zPosition="-10" size="1280, 720" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/Cool3D/Menu/CoolUniGuide.png" transparent="1" />
<widget name="date" position="40,20" size="180,30" font="Regular;26" halign="left" foregroundColor="#00e5b243" backgroundColor="#000000" transparent="1" />
<ePixmap pixmap="skin_default/icons/clock.png" position="305,27" zPosition="1" size="26,26" alphatest="on" />
<widget source="global.CurrentTime" render="Label" position="325,20" size="160,30" font="Regular;26" foregroundColor="#FFFFFF" backgroundColor="#000000" shadowColor="#000000" halign="left" transparent="1">
  <convert type="ClockToText">WithSeconds</convert>
</widget>
<widget source="Service" render="CoolPico" position="500,20" zPosition="1" size="50,30" alphatest="blend" transparent="1" />
<widget source="Service" render="CoolPico" position="970,20" zPosition="1" size="50,30" alphatest="blend" transparent="1" /><widget source="global.CurrentTime" render="Label" position="1070,20" size="160,30" font="Regular;26" foregroundColor="#FFFFFF" backgroundColor="#000000" shadowColor="#000000" halign="right" transparent="1">
  <convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<widget name="list" position="40,60" size="1200,305" itemHeight="28" zPosition="25" CoolFont="Regular;22" CoolServiceFont="Regular;22" CoolEventFont="Regular;22" CoolServiceSize="245" CoolEventSize="595" CoolServicePos="5" CoolServiceHPos="2" CoolEventPos="430" CoolEventHPos="2" CoolBarPos="260" CoolBarHPos="5" CoolBarSize="150" CoolBarHigh="18" CoolTimePos="265" CoolTimeHPos="2" CoolTimeSize="150" CoolDurationPos="1070" CoolDurationSize="120" CoolServiceColor="#FF6600" CoolBarColor="#3B98C9" CoolEventColor="#FFFFFF" CoolBackColorSel="#000000" CoolRecPreColor="#B59E01" CoolRecColor="#9F1313" CoolTunerCol="#606060" selectionPixmap="/usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/Cool3D/CoolCursor.png" foregroundColor="#FFFFFF" backgroundColor="#000000" transparent="1" /><widget source="Event" render="Label" position="5,377" size="100,30" font="Regular;24" foregroundColor="#FF6600" backgroundColor="#000000" halign="right" transparent="1">
  <convert type="EventTime">StartTime</convert>
  <convert type="ClockToText" />
</widget>
<widget source="Event" render="Label" position="113,377" size="100,30" font="Regular;24" foregroundColor="#FF6600" backgroundColor="#000000" halign="left" transparent="1">
  <convert type="EventTime">EndTime</convert>
  <convert type="ClockToText">Format:- %H:%M</convert>
</widget>
<widget source="Event" render="Label" position="230,377" size="600,30" font="Regular;24" foregroundColor="#FF6600" backgroundColor="#000000" shadowColor="#444444" transparent="1" halign="left">
  <convert type="EventName">Name</convert>
</widget>
<widget source="Event" render="Label" position="40,405" zPosition="1" size="1200,273" font="Regular;22" foregroundColor="#FFFFFF" backgroundColor="#000000" shadowColor="#444444" transparent="1" valign="top">
  <convert type="EventName">ExtendedDescription</convert>
</widget>
<widget source="Title" render="Label" position="40,679" size="230,32" zPosition="3" font="Regular;20" foregroundColor="#00605f5e" backgroundColor="#000000" halign="left" transparent="1" />
<ePixmap pixmap="skin_default/buttons/red.png" position="270,675" size="25,25" alphatest="blend" />
<ePixmap pixmap="skin_default/buttons/green.png" position="460,675" size="25,25" alphatest="blend" />
<ePixmap pixmap="skin_default/buttons/yellow.png" position="670,675" size="25,25" alphatest="blend" />
<ePixmap pixmap="skin_default/buttons/blue.png" position="860,675" size="25,25" alphatest="blend" />
<widget name="key_red" position="305,679" size="220,30" font="Regular;20" halign="left" valign="top" foregroundColor="#9F1313" backgroundColor="#000000" transparent="1" />
<widget name="key_green" position="495,679" size="220,30" font="Regular;20" halign="left" valign="top" foregroundColor="#00389416" backgroundColor="#000000" transparent="1" />
<widget name="key_yellow" position="705,679" size="220,30" font="Regular;20" halign="left" valign="top" foregroundColor="#B59E01" backgroundColor="#000000" transparent="1" />
<widget name="key_blue" position="895,679" size="220,30" font="Regular;20" halign="left" valign="top" foregroundColor="#1E28B6" backgroundColor="#000000" transparent="1" />
</screen>


Re: CoolTVGuide 5.6.1 #11 Coolman

  • Member
  • 25 posts

+13
Neutral

Posted 4 March 2012 - 02:53

Hi Junad,

the grey background is only a picture...

so if you want to change this,

then you must change the png...

Re: CoolTVGuide 5.6.1 #12 junad

  • Senior Member
  • 269 posts

0
Neutral

Posted 4 March 2012 - 10:44

Hi Junad,

the grey background is only a picture...

so if you want to change this,

then you must change the png...


Thanks for your attention
but can I?I mean, Is it possible to change the png and how

Re: CoolTVGuide 5.6.1 #13 Coolman

  • Member
  • 25 posts

+13
Neutral

Posted 4 March 2012 - 14:03

Thanks for your attention
but can I?I mean, Is it possible to change the png and how


Yes you can :)

go to /usr/lib/enigma2/python/Plugins/Extensions/CoolTVGuide/Cool3D/Menu/

there you find all png...

with paint.net our else you can change the pngs...

or maybe make a new png for the background...

Re: CoolTVGuide 5.6.1 #14 PiratDK

  • Senior Member
  • 40 posts

0
Neutral

Posted 4 March 2012 - 20:17

Before we had picons instead of channel names, is that possibility gone ?

The Real PiratDK
46" Samsung 8005, VU+ Duo2, Dreambox 8000HD


Re: CoolTVGuide 5.6.1 #15 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 4 March 2012 - 20:20

You have to change the path of your picons in menu of cooltv.
Perhaps it's changed.

ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.

Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release


Re: CoolTVGuide 5.6.1 #16 PiratDK

  • Senior Member
  • 40 posts

0
Neutral

Posted 4 March 2012 - 20:27

Cant find that possibility in menu.
Can you ?

The Real PiratDK
46" Samsung 8005, VU+ Duo2, Dreambox 8000HD


Re: CoolTVGuide 5.6.1 #17 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 4 March 2012 - 20:35

nope me neither anymore :D ,than it's something else.

ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.

Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release


Re: CoolTVGuide 5.6.1 #18 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 4 March 2012 - 20:46

In my settings file the line "config.CTVG.CoolPiconHomePath=" is still present but maybe it's from the previous version.

ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.

Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release


Re: CoolTVGuide 5.6.1 #19 PiratDK

  • Senior Member
  • 40 posts

0
Neutral

Posted 4 March 2012 - 20:49

Maybe an error in GUI only ?

The Real PiratDK
46" Samsung 8005, VU+ Duo2, Dreambox 8000HD


Re: CoolTVGuide 5.6.1 #20 Coolman

  • Member
  • 25 posts

+13
Neutral

Posted 5 March 2012 - 00:14

Maybe an error in GUI only ?


Hi,

no its no error...

why you don't do the picons to your standardpath ???

3 standardfolder exist in E2 !

/usr/share/enigma2/picon/
/media/cf/picon/
/media/usb/picon/



Also tagged with one or more of these keywords: CoolTVGuide

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users