Jump to content


Photo

My Modified GraphMultiEpg


  • Please log in to reply
303 replies to this topic

Re: My Modified GraphMultiEpg #201 DimitarCC

  • PLi® Contributor
  • 1,573 posts

+70
Good

Posted 14 January 2012 - 15:11

well full screen but is misplaced. It cuts the buttons on bottom :) Anyway when skin can be defined i guess that will be fixed!

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: My Modified GraphMultiEpg #202 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 14 January 2012 - 16:20

well full screen but is misplaced. It cuts the buttons on bottom :) Anyway when skin can be defined i guess that will be fixed!

Well you can fix it now, but with out all skin options, you just can't change everything.
To fix it now, you can copy the skin portion into your skin.xml and change that how you like.
Probably best to wait until all skin options are available.

Any thoughts on if searching in GraphMultiEPG is useful or not needed at all?

Re: My Modified GraphMultiEpg #203 DimitarCC

  • PLi® Contributor
  • 1,573 posts

+70
Good

Posted 14 January 2012 - 16:54

Well search seems useful for now! But all there should be implemented Picon instead of channel name, also mybe is good idea to implemented Imdb plugin search or something! All other i think is good for now! :)

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: My Modified GraphMultiEpg #204 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 14 January 2012 - 18:08

Well search seems useful for now! But all there should be implemented Picon instead of channel name, also mybe is good idea to implemented Imdb plugin search or something! All other i think is good for now! :)

Picon will come later, as this is initial version.
I think we can integrate the plugin with the imdb plugin, Ill look into that.

Re: My Modified GraphMultiEpg #205 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 15 January 2012 - 13:04

Here is an experimental version with searching function.
Searching function does not work perfectly because the text conversion is broken in enigma2. I am looking into fixing that.
Right now it loops through the given text formats and does the search.

Skinning is not yet available but will be.

Changes
-----------

Change fonts to regular font
Add a few more encodings and a field to display the encoding that matched
Use instant variable instead of hardcoded values
Revert back to using inputbox as there is a problem with virtualkeyboard and special chars
Add pixmaps to properly indicate recordings
Remove the listener on screen close
Use a virtual keyboard instead of a inputbox
Modify episode number regex
Change where we calculate the name padding
Add parsing of the event description for a specific episode number
Merge branch 'release' into search
Workaround for service comparison
Make searching partial and exact titles the same
Fix list checks and add one to toggelRecord
import config
Use pixmap from the default skin
Correct description to match how GraphMultiEpg does it
Set static text when there is no result
Change similar broadcast to use the currently selected one and always set a result set
Add padding around the service name
Correct color pixmap placement
Add the ability to toggel recording of an event and display a record icon
Add different search options
Add the ability to change the search title
Initial add of a search function

Title searching is fixed, there is another thread on the forum with the patch for e2. I have removed the work arounds for searching from this version, as a patch to fix searching is now available.

Updated version

Changes
----------------

If there is no extended description use short desc
Remove decode char map and re-encoding of strings
Add skin attributes
Add the ability to search the current event title using the imdb plugin



If you want to use imdb, you have to download the plugin and then add a key to use it in the keymap.xml

Attached Files



Re: My Modified GraphMultiEpg #206 DimitarCC

  • PLi® Contributor
  • 1,573 posts

+70
Good

Posted 15 January 2012 - 17:59

Well i was thinking about finding the path of currently executing file so to remove hardcoded keymap.xml
please look here to see will it work for you
http://stackoverflow...rently-executin

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: My Modified GraphMultiEpg #207 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 15 January 2012 - 18:03

Well i was thinking about finding the path of currently executing file so to remove hardcoded keymap.xml
please look here to see will it work for you
http://stackoverflow...rently-executin

Could your try commenting out the readKeymap line? I have seen some other plugins that use a keymap file but do not call the read keymap function.

Re: My Modified GraphMultiEpg #208 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 16 January 2012 - 18:32

Here is an updated version it fixes the horrible looking font

Changes
----------------
Fix font rending, if there is no background then text looks horrible

Attached Files



Re: My Modified GraphMultiEpg #209 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 16 January 2012 - 18:39

In future version I will look to add colouring programs by there category (movies/sport/etc..)
I have attached a screenshot of what it currently looks like

Attached Files



Re: My Modified GraphMultiEpg #210 DimitarCC

  • PLi® Contributor
  • 1,573 posts

+70
Good

Posted 16 January 2012 - 19:27


Well i was thinking about finding the path of currently executing file so to remove hardcoded keymap.xml
please look here to see will it work for you
http://stackoverflow...rently-executin

Could your try commenting out the readKeymap line? I have seen some other plugins that use a keymap file but do not call the read keymap function.


I was comment readkeymap lines in both seach and multiepg and it seems work without that line!!!

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: My Modified GraphMultiEpg #211 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 16 January 2012 - 19:29



Well i was thinking about finding the path of currently executing file so to remove hardcoded keymap.xml
please look here to see will it work for you
http://stackoverflow...rently-executin

Could your try commenting out the readKeymap line? I have seen some other plugins that use a keymap file but do not call the read keymap function.


I was comment readkeymap lines in both seach and multiepg and it seems work without that line!!!

Thanks, I will make sure to remove that line from future releases.

Re: My Modified GraphMultiEpg #212 mirakels

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

+62
Good

Posted 16 January 2012 - 23:01

In future version I will look to add colouring programs by there category (movies/sport/etc..)
I have attached a screenshot of what it currently looks like


In enigma1 we added category coloring in the graphepg. Coloring the whole event widget made it all quite unreadable. so instead we changed that to only color the bottom line of the event bounding box.
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 #213 littlesat

  • PLi® Core member
  • 57,180 posts

+698
Excellent

Posted 16 January 2012 - 23:04

so instead we changed that to only color the bottom line of the event bounding box.

I also prefer that.... (that time I did that part of the code for E1)...

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


Re: My Modified GraphMultiEpg #214 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 17 January 2012 - 07:26


so instead we changed that to only color the bottom line of the event bounding box.

I also prefer that.... (that time I did that part of the code for E1)...

I will see about adding an option to do tha (default would be bottom line color of the event bounding box being colored)
Full coloring is hard to read if you use certain skin colors, so its a little more sensitive to color choices. (With the right colors I prefer this, which is why I will look to make it an option)

Re: My Modified GraphMultiEpg #215 DimitarCC

  • PLi® Contributor
  • 1,573 posts

+70
Good

Posted 17 January 2012 - 10:02



so instead we changed that to only color the bottom line of the event bounding box.

I also prefer that.... (that time I did that part of the code for E1)...

I will see about adding an option to do tha (default would be bottom line color of the event bounding box being colored)
Full coloring is hard to read if you use certain skin colors, so its a little more sensitive to color choices. (With the right colors I prefer this, which is why I will look to make it an option)


yes it could be make as an option Color full box or just bottom line!

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: My Modified GraphMultiEpg #216 Bag58

  • Senior Member
  • 437 posts

+23
Neutral

Posted 17 January 2012 - 11:55

Or not at all. There will be people who prefer that.

Re: My Modified GraphMultiEpg #217 awx

  • Senior Member
  • 297 posts

+17
Neutral

Posted 17 January 2012 - 13:21

Or not at all. There will be people who prefer that.

all of those options will be an option but first I have to see if the changes will get into the enigma2 image.

Re: My Modified GraphMultiEpg #218 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 17 January 2012 - 13:58

Please do... I already removed the standard package enigma2 blabla multiepg. Every update I had to manual replace it for your advanced multiepg code.

@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: My Modified GraphMultiEpg #219 blzr

  • PLi® Core member
  • 2,270 posts

+118
Excellent

Posted 17 January 2012 - 16:14

well, if you remove original graphmultiepg package with software management (opkg)
and then manually ftp modified one to your box it shouldn't be affected with the updates since opkg doesn't know it's installed? ;)
such a little dirty workaround :P
True sarcasm doesn't need green font...

Re: My Modified GraphMultiEpg #220 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 17 January 2012 - 16:20

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 ?!

@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users