Jump to content


Photo

My Modified GraphMultiEpg


  • Please log in to reply
303 replies to this topic

Re: My Modified GraphMultiEpg #221 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 17 January 2012 - 16:23

So why no integrate this improved multiepg code into pli and abandon the old code? Or is there somewhere a incompatibily what has to be resolved ?!

I have to rearrange, and group together 90 or so changes so this is will take sometime.

Re: My Modified GraphMultiEpg #222 mirakels

  • Forum Moderator
    PLi® Core member
  • 7,603 posts

+62
Good

Posted 17 January 2012 - 16:28


So why no integrate this improved multiepg code into pli and abandon the old code? Or is there somewhere a incompatibily what has to be resolved ?!

I have to rearrange, and group together 90 or so changes so this is will take sometime.


I already merged a few of them in (with little changes. For now I did not like the right alignment of the channel name as it cuts off the front part of the name if it is a long channelname...)
Geen wonder... Had slechts een dm7000, maar wel ook een rotor. eigenlijk al een tijdje ook een dm600 en dm7025. Maar nu kijkend met een et9000 en vuduo

Re: My Modified GraphMultiEpg #223 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 17 January 2012 - 16:30



So why no integrate this improved multiepg code into pli and abandon the old code? Or is there somewhere a incompatibily what has to be resolved ?!

I have to rearrange, and group together 90 or so changes so this is will take sometime.


I already merged a few of them in (with little changes. For now I did not like the right alignment of the channel name as it cuts off the front part of the name if it is a long channelname...)

The right alignment is changed back in another commit

Re: My Modified GraphMultiEpg #224 ims

  • PLi® Core member
  • 13,787 posts

+214
Excellent

Posted 17 January 2012 - 17:07

change there in setup line for cancel to "cancel": self.keySave,
(keyCancel crash btw)
Kdo nic nedělá, nic nezkazí!

Re: My Modified GraphMultiEpg #225 mirakels

  • Forum Moderator
    PLi® Core member
  • 7,603 posts

+62
Good

Posted 17 January 2012 - 17:11

The right alignment is changed back in another commit


Ah ok, did not spot that change!
thats fine then :)
Geen wonder... Had slechts een dm7000, maar wel ook een rotor. eigenlijk al een tijdje ook een dm600 en dm7025. Maar nu kijkend met een et9000 en vuduo

Re: My Modified GraphMultiEpg #226 ims

  • PLi® Core member
  • 13,787 posts

+214
Excellent

Posted 18 January 2012 - 09:42

@awk - some notes:
- for GraphMultiEPGSearch is needed make in .py screen for SD standard skin, there could not be HD skin (and PLi-HD) as default
- I dont know why, but GraphMultiEPGSearch screen dont accept screen from skin /user_skin
- Search -> Similar -> when is "No results" - press yellow again => crash
Kdo nic nedělá, nic nezkazí!

Re: My Modified GraphMultiEpg #227 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 18 January 2012 - 09:56

@awk - some notes:
- for GraphMultiEPGSearch is needed make in .py screen for SD standard skin, there could not be HD skin (and PLi-HD) as default
- I dont know why, but GraphMultiEPGSearch screen dont accept screen from skin /user_skin
- Search -> Similar -> when is "No results" - press yellow again => crash

Thanks, I will take a look and try to fix all issues listed
I will hopefully provide an update sometime during the weekend

Re: My Modified GraphMultiEpg #228 mbo

  • Senior Member
  • 169 posts

0
Neutral

Posted 18 January 2012 - 14:08

Hi awx,
can you consider in the future releases to add "add autotimer" button, I've found it very handy under vix image.
Thanks

(Pozdrowienia)

Re: My Modified GraphMultiEpg #229 ims

  • PLi® Core member
  • 13,787 posts

+214
Excellent

Posted 18 January 2012 - 14:58

I have one questions - why some people want adding still autotimer permanently into EPG, GraphMultiEPG etc ... It must know make plugin itself. Then is there on more chance add different plugin by user.
Kdo nic nedělá, nic nezkazí!

Re: My Modified GraphMultiEpg #230 mbo

  • Senior Member
  • 169 posts

0
Neutral

Posted 18 January 2012 - 15:17

because some people find it handy to have, same thing as search for example. Anyway, it is only proposition, if the autor does not like it, it will be respected.
No harm done.
Cheers

Re: My Modified GraphMultiEpg #231 ims

  • PLi® Core member
  • 13,787 posts

+214
Excellent

Posted 18 January 2012 - 15:29

Yes, you wrote "some people"... => this feature must to have wanted plugin (autotimer), not GMEPG (as permanently). There In GMEPG must be possibility for it only. Same for IMDb ... imho
Kdo nic nedělá, nic nezkazí!

Re: My Modified GraphMultiEpg #232 blzr

  • PLi® Core member
  • 2,270 posts

+118
Excellent

Posted 18 January 2012 - 15:44

my 5 ¢ (general):
maybe I'm a little bit old school (and probably in minority here ;)) but I prefer simple/clear/minimalistic/?/ solutions instead of another 'onehundredsettingsoptionsetc' christmas tree like cooltv guide (especially in plugin which is installed by default in the image)...

so, please, if possible, to try to not overload this plugin with too much 'fireworks' and keep it quite simple and clear...
and thanks for your great job of course :)
rgds
True sarcasm doesn't need green font...

Re: My Modified GraphMultiEpg #233 mirakels

  • Forum Moderator
    PLi® Core member
  • 7,603 posts

+62
Good

Posted 18 January 2012 - 16:18

@awx: can you explain the reason for your patch 0090: "-Add a progressbar so we dont need to lookup event id just to generate this"

On my box I added this to the skin to get a nice progress bar for the event the cursor is on:

<widget source="Event" render="Progress" pixmap="PLi-HD/infobar/pbar.png" position="520,135" size="740,8" transparent="1" borderWidth="2" borderColor="#33333a">
<convert type="EventTime">Progress</convert>
</widget>
Geen wonder... Had slechts een dm7000, maar wel ook een rotor. eigenlijk al een tijdje ook een dm600 en dm7025. Maar nu kijkend met een et9000 en vuduo

Re: My Modified GraphMultiEpg #234 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 18 January 2012 - 16:22

Hi awx,
can you consider in the future releases to add "add autotimer" button, I've found it very handy under vix image.
Thanks

(Pozdrowienia)

What does add auto timer do? I can look into it but I am not sure what this does

Re: My Modified GraphMultiEpg #235 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 18 January 2012 - 16:24

@awx: can you explain the reason for your patch 0090: "-Add a progressbar so we dont need to lookup event id just to generate this"

On my box I added this to the skin to get a nice progress bar for the event the cursor is on:

<widget source="Event" render="Progress" pixmap="PLi-HD/infobar/pbar.png" position="520,135" size="740,8" transparent="1" borderWidth="2" borderColor="#33333a">
<convert type="EventTime">Progress</convert>
</widget>

My progress bar generates a progress bar with the information we already have available, the progress bar that is generated using the renderer uses the event id and then does a lookup from epgcache and when you are browsing around the grid this creates extra work for the box when it is not needed (potential performance gain, although unlikely noticeable unless you have a lot of event data on the box)

Re: My Modified GraphMultiEpg #236 mbo

  • Senior Member
  • 169 posts

0
Neutral

Posted 18 January 2012 - 17:12


Hi awx,
can you consider in the future releases to add "add autotimer" button, I've found it very handy under vix image.
Thanks

(Pozdrowienia)

What does add auto timer do? I can look into it but I am not sure what this does


Thanks for the response awx :)
under vix it works like this:
if you are on the timeline display and you want to record a series that have a new episode say mon. to friday starting at 1am, you just highlite the monday episode and choose the "autotimer" button. It will create automatically the autotimer with all the required settings (tittle, timespan etc). In the end all the
episodes with this tittle screaning everyday between say 00.00 and 03.00 will be recorded. Sure it is not "must have" feature as it can be done manually, it is just handy. VIX implemented that "autotimer" button under the search resoults as well. So if you find it worthy to add sometime in the future, it would be nice :)

And thanks for the great plugin you are creating.

Regards.

Re: My Modified GraphMultiEpg #237 mbo

  • Senior Member
  • 169 posts

0
Neutral

Posted 18 January 2012 - 17:27

@awx, I do have genuine DM8000 and if you need to do some testing on this box (not exactly on audiotimer!) feel free to request the test.
Thanks

Re: My Modified GraphMultiEpg #238 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 18 January 2012 - 18:01

my 5 ¢ (general):
maybe I'm a little bit old school (and probably in minority here ;)) but I prefer simple/clear/minimalistic/?/ solutions instead of another 'onehundredsettingsoptionsetc' christmas tree like cooltv guide (especially in plugin which is installed by default in the image)...

so, please, if possible, to try to not overload this plugin with too much 'fireworks' and keep it quite simple and clear...
and thanks for your great job of course :)
rgds

I agree with you, and will do my best to make sure we don't overload the plugin and keep it as simple as possible

Re: My Modified GraphMultiEpg #239 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 18 January 2012 - 18:02

@awx, I do have genuine DM8000 and if you need to do some testing on this box (not exactly on audiotimer!) feel free to request the test.
Thanks

thanks, I don't have a DM8000, so I will let you know if I need help testing anything

Re: My Modified GraphMultiEpg #240 mbo

  • Senior Member
  • 169 posts

0
Neutral

Posted 18 January 2012 - 18:26


@awx, I do have genuine DM8000 and if you need to do some testing on this box (not exactly on audiotimer!) feel free to request the test.
Thanks

thanks, I don't have a DM8000, so I will let you know if I need help testing anything

You are welcome. PM sent.
Thanks


8 user(s) are reading this topic

0 members, 8 guests, 0 anonymous users