Jump to content


Photo

PLi-Full-HD-Night mod


  • This topic is locked This topic is locked
198 replies to this topic

Re: PLi-Full-HD-Night mod #161 tension

  • Senior Member
  • 119 posts

+4
Neutral

Posted 19 November 2012 - 14:54

in main dir of your project open terminal and give the command
git remote -v
and you see if you have your remote origin set.
if set you must have this returned:
origin    https://github.com/littlesat/skin-PLiHD.git (fetch)
if so you don't need to add it with the 'git remote add' command.
Now 'pull' button in smartgit and you will update your repository with commits added to your origin by the author since you cloned.
You can choose to merge or just fetch the changes.
If you merge you will have probably conflicts you can manually solve with the merge tool you set for smartgit at the installation.....

Re: PLi-Full-HD-Night mod #162 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 19 November 2012 - 15:15

And after the above: http://www.syntevo.c...lows.cherrypick ;)

Edited by Erik Slagter, 19 November 2012 - 15:16.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: PLi-Full-HD-Night mod #163 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 19 November 2012 - 16:18

in main dir of your project open terminal and give the command

git remote -v
and you see if you have your remote origin set.
if set you must have this returned:
origin	https://github.com/littlesat/skin-PLiHD.git (fetch)
if so you don't need to add it with the 'git remote add' command.
Now 'pull' button in smartgit and you will update your repository with commits added to your origin by the author since you cloned.
You can choose to merge or just fetch the changes.
If you merge you will have probably conflicts you can manually solve with the merge tool you set for smartgit at the installation.....


i cant gave commands..in smartgit

there is no terminal towork with commands

And i am using windows, so i dont kinow how to acces git by command

Edited by delagroov, 19 November 2012 - 16:18.

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #164 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 19 November 2012 - 16:19

And after the above: http://www.syntevo.c...lows.cherrypick ;)


Ha Erik i know that, but I still cant choose commits made by Littlesat

it does not show up in my log

Edited by delagroov, 19 November 2012 - 16:20.

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #165 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 19 November 2012 - 16:27

Hmm..Think I managed it..

Just added new remote in smartgit and pulled Pli hd

Now I see in log the Pli HD branch along with my master branch

Edited by delagroov, 19 November 2012 - 16:28.

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #166 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 19 November 2012 - 16:52

Hmmmm... I hope that only FETCHED (because that it what you need) and not MERGED all entries...

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: PLi-Full-HD-Night mod #167 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 19 November 2012 - 16:57

well, as the fork has been done pretty recently, a merge is probably the same as cherry-picking the last commit, at this stage.

Re: PLi-Full-HD-Night mod #168 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 08:12

Ik wou in de GraphMultiEPG de kleur aanpassen van EntryBackgroundColorNow

In de plugin zag de volgende attrib, maar het heeft vreemd genoeg geen effect.

elif attrib == "EntryBackgroundColorNow":
                    self.backColorNow = parseColor(value).argb()

Ik heb deze aan list toegevoegd in GraphMultiEPG en dat lijkt me de juiste plaats

<widget name="list" position="50,380" size="1180,295" itemHeight="45" transparent="1" scrollbarMode="showNever" EntryBackgroundColor="background" EntryBackgroundColorNow="blue"

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #169 littlesat

  • PLi® Core member
  • 56,957 posts

+695
Excellent

Posted 21 November 2012 - 08:40

In mijn skin zijn die achtergronden geen kleuren maar plaatjes (zodat je ook die 3D ervaring beleefd).... vandaar dat het waarschijnlijk niet werkt...

Edited by littlesat, 21 November 2012 - 08:40.

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


Re: PLi-Full-HD-Night mod #170 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 08:59

Ik zie alleen de referentie zo 123 niet naar de png's vandaar dat ik de attribs ging genbruiken

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #171 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 09:14

Ik heb het al gevonden

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #172 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,500 posts

+118
Excellent

Posted 21 November 2012 - 13:01

en?

on the Glassfibre 1GB DVB-C...


Re: PLi-Full-HD-Night mod #173 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 14:02

en?


https://github.com/d...b96e174aeb112c0

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #174 littlesat

  • PLi® Core member
  • 56,957 posts

+695
Excellent

Posted 21 November 2012 - 14:28

Idd... het plaatje aanpassen/toevoegen.... Kun je eens een screendump hier plaatsen?

Edited by littlesat, 21 November 2012 - 14:30.

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


Re: PLi-Full-HD-Night mod #175 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 14:38

Ik heb die groene niet aangepast , maar een rode toegevoegd voor de entry RecordingEvent.png, die ik in de plugin zag staan, maar nog niet gerbuikt werdt

Ik zit hier nog te klungelen hoe dat plaatje te maken. Zit heir met paint.net te werken en gebruikte gradient mar kreeg het nog neit zoal het orgineel.

Waar werk jij mee en heb je die png gemaakt (ook met gradient en welk formaat?)

Zit hier rnet ook naar Gimp te kijken, heeft denk ik meer mogelijkehden, maar is wel uitzoeken hoe dit dan weer werkt

Attached Files


Edited by delagroov, 21 November 2012 - 14:39.

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #176 littlesat

  • PLi® Core member
  • 56,957 posts

+695
Excellent

Posted 21 November 2012 - 14:41

Probeer gimp dan maar eens al splaatjesmaker... (geen praatjesmaker :D)

Edited by littlesat, 21 November 2012 - 14:41.

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


Re: PLi-Full-HD-Night mod #177 Frogman

  • Senior Member
  • 389 posts

+68
Good

Posted 21 November 2012 - 15:23

mmh, please be kind and write in english here ;)
Most problems can be solved simply by a closer look.

Re: PLi-Full-HD-Night mod #178 catastrofus

  • Senior Member
  • 3,479 posts

+43
Good

Posted 21 November 2012 - 18:00

Ik heb een GS gekregen (skin error) terwijl ik, tijdens het afkijken van een opname (RTLZ), een uitstapje maakte naar Partnerbox om een remote timer te checken.

[Skin] SKIN ERROR in screen 'PartnerboxEntriesListConfigScreen' widget 'widget': {PLi-Full-HD-Night/skin.xml}: component with name 'key_green' was not found in skin of screen 'PartnerboxEntriesListConfigScreen'!. Please contact the skin's author!

Deze tekst kun je vinden op regel 691 in de bijgevoegde crashdump.

Attached Files


2 x ultimo4k (dvb-c fbc + 1 dvb-s2, 9.0r/nb) + een et10k/osmini ((nb) geen tuners en dus fallbackclient, nb) met een Synology ds214+ (2 x 6 TB) op DSM 7.1.1 in ziggo oost (voormalig @Home) + A1/A2/A3/HB (TechniSat)
 


Re: PLi-Full-HD-Night mod #179 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 18:19

Dan moet je die GS ook hebben met Pli Hd..

Lijkt me geen skin error
In de ButtonTemplate4 zit nl wel die key_green, dus ik vraag me af of die daar nu wel uberhaupt op crashed. In een debug log wemelt het wel vaker van skin errors, die verder niets uitmaken

Misschien dat er iemand ander ook naar die crashlog wil kijken..vind het nl erg vreemd.

<screen name="PartnerboxEntriesListConfigScreen" position="fill" flags="wfNoBorder">
	<panel name="PigTemplate"/>
	<panel name="ButtonTemplate_4"/>
	<eLabel text="List of Entries" position="85,30" size="1085,55" backgroundColor="secondBG" transparent="1" zPosition="1" font="Regular;24" valign="center" halign="left" />
	<widget name="name" position="590,110" size="100,24" font="Regular;20" halign="left" backgroundColor="secondBG" transparent="1" />

Onderaan in crashlog staat meestal de oorzaak van de crash..

AUDIO_PAUSE - ok
getBouquet failed.. no path given!
new service started! trying to download cuts!
download failed, no cuesheet interface
RemovePopup, id = ZapError
decoder state: play, vpid=200, apid=2000
VIDEO_SLOWMOTION(0) - ok
VIDEO_FAST_FORWARD(0) - ok
VIDEO_CONTINUE - ok
AUDIO_CONTINUE - ok
decoder state: play, vpid=200, apid=2000
VIDEO_SLOWMOTION(0) - ok
VIDEO_FAST_FORWARD(0) - ok
VIDEO_CONTINUE - ok
AUDIO_CONTINUE - ok
VIDEO_GET_EVENT - ok
action ->  WizardActions back
playing 1:0:0:0:0:0:0:0:0:0:/media/hdd/movie/Tmp/20121121 1730 - RTL 7 HD - RTL Z Nieuws.ts
thread joined 0
AUDIO_CLEAR_BUFFER - ok
VIDEO_CLEAR_BUFFER - ok
service end!
resolved to PLAY
PC: 74ee9b20
00000000 10008b00 91b050a4 71b050a8
ffffffff fffffffd 00000000 00000000
00000000 805f2dd0 026d44e8 fffffff8
c2b801a7 89438001 00000001 58c414d4
71b0513c 71b051bc 0202be78 00000b50
00000000 00000000 00000001 00000000
00000000 76854d80 00000001 00000000
74f04520 71b05088 00000b50 74ee9cec
-------
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)

Edited by delagroov, 21 November 2012 - 18:22.

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: PLi-Full-HD-Night mod #180 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 November 2012 - 18:30

Kijk eens naar he tpad voor bouquets

getBouquet failed.. no path given!

Vraag me af of die daar op crashed

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users