Latest Version of Favpip plugin

elgeneral

Registered
Messages
7,811
Favpip plugin 1.0.0 for Revo/mini

Code:
This plug-in provides an alternative to the favourites channellist in the firmware.

Its main advanteges
==================
- Allows to switch channels in PiP or live mode (and filters channels which cannot be opened in PiP mode).
  So it can also be used as alternative to the Sub channel list.
- Current epg is shown next to the channelname (if available)
- Sorts your favourites groups as defined in PCEditor

Key Mapping
===========
Up/Down    -> figure it out yourselves :)
Left/Right -> jump 5 entries in list
Red/Green  -> change Favourites group
Blue       -> switch live/Pip mode
Yellow     -> show channel number before name

Jumping to a channel directly:
  1. Put channel order number, with digits buttons.
     What is input will be shown on the bottom/right with '*' asterisk character as a marker.
  2. Press 'OK' button to switch to channel or 'Exit' to cancel.
 

megachucky

Registered
Messages
5
Same problem: What after copying? How do I tell the box to use the plugin and boot with it?

settings -> plugins -> ok -> what then?

It starts, but does not replace the other channel list?

Thank you.
 

Lonely Raven

Registered
Messages
55
As I understand, you should use it only via Menu->Plugins->Favpip. No way to set this plugin as default FavList, which can be calling via Fav button.
 

megachucky

Registered
Messages
5
Ok, thanks.

But then I do not see any advantage because it is annoying to use the menu --> plugin --> favpip each time ?!
 

bertoldo

Registered
Messages
30
you can map it in a coloured button, I don't remember now
but if you serch on denktenk all is explained.

bye
 

Rocknroll

Staff member
Administrator
Messages
6,174
Favpip v.1.9.0

Thanks to coOLOser

RELELASE 1.9.0 - RC for 2.0.0
===========
- whole code was rewritten and now is using widget libraries.
- no more global variables
- navigation is now 5 times faster then in previous ones.
- new configuration options for fonts setting added. They still need to be fixed to check border values.
 

tani1

Staff member
Super Moderator
Messages
17,767
Favpip v.1.9.0

RELELASE 1.9.0 - RC for 2.0.0
===========
- whole code was rewritten and now is using widget libraries.
- no more global variables
- navigation is now 5 times faster then in previous ones.
- new configuration options for fonts setting added. They still need to be fixed to check border values.

thx to coOLOser
 

Rocknroll

Staff member
Administrator
Messages
6,174
Favpip 1.9.6

Thx to coOLOser:

RELELASE 1.9.6 - RC for 2.0.0 (for Crash)
===========
- new configuration options to enable/disable epg progress bar
general.epg_bar.enable=true - enables (default)
general.epg_bar.enable=false - disable
- During plugin work plugin name is displayed on receiver LCD
 

Rocknroll

Staff member
Administrator
Messages
6,174
Favpip 1.9.7

I've merged few posts about favpip into one and renamed it so it is easier to find them:

RELELASE 1.9.7 - RC for 2.0.0
===========
- new configuration options to force plugin close after every OK button press.
single_ok_close=false - disable (default)
single_ok_close=true - enable
- Starting plugin while recording shows available channels like in PIP mode. This version is mostly usable
for those who have only one tuner. Having 2 recordings on boxes with 2 tuners will show full list, this
will be fixed in next release.
 

k@lkov

Super VIP
Messages
10,003
Favpip 2.0.0

Code:
[B]RELELASE 2.0.0[/B]
- new feature to show epg info of current audition
- new feature to show list of current and next auditions from epg
- key "i" (info) changes footer mode, possible values are:
  legend - shows simple key legend (default)
  epg info - shows epg info of current audition
  epg list - shows list of auditions from epg
- support for volume buttons, different meaning dependent on 'footer mode'"

FOOTER MODE - MEANING
legend - changes audio volume
epg info - scrolls epg info up and down
epg list - scrolls epg list up and down
- new configuration values for new 'footer modes':
For 'epg info' mode
epg_info.elements_number - page size of channel list in that mode. Bigger means smaller footer (default=7)
epg_info.font - font size used to display epg info (default=15)
For 'epg list' mode
epg_list.elements_number - page size of channel list in that mode. Bigger means smaller footer (default=7)
epg_list.font - font size used to display epg list (default=15)
epg_list.max_auditions - number of auditions to get and display (default=3)
epg_list.hide_current_audition - if true hides current audition in epg list
General
epg_list.first=true - decides if 'epg list' mode should be before 'epg info' mode (default=false)
footer.restore_mode=true - if set to true then plugin remember 'footer mode' on exit and restore it
on plugin open (default=false)
- fixed bug which caused PANIC when config file did not have empty line at the end.
 

Rocknroll

Staff member
Administrator
Messages
6,174
Favpip 2.1.0

Thx coOLOser

- fix for bad label next to green button in legend
- debug logs disabled by default, see DEBUGING & REPORTING on the beginning of README file.
- New feature of 'epg info' footer mode
- Shows all auditions info not only current one. Number of auditions is limited to
epg_list.max_auditions
- Switching between auditions info is made with LEFT and RIGHT buttons
- First row of epg info contains name, time, duration and number of audition.
- default value of 'show_channels_id' is now 1 as stated in config example file.
 
Top