TRRPlugin v2.0 For VU+ Boxes

terrorman

Registered
Messages
12
New TRRPlugin v2.0 R006

Code:
[ + ] Menu Utilidades ->[B] Update Satellites XML[/B]
[ + ] Menu Utilidades -> [B]Free Memory E2[/B]
[ + ] Menu  Divers
[ - ] Menu Scripts
[ ? ] Non Test VTI Images
A peticion de SystemLinux, añado una opcion en el menu Utilidades para descargar el fichero Satellites.xml

Añado tambien mi plugin para liberar memoria de los VU+: Free Memory 1.4

Elimino el Addons de Script y añado el de Drivers




Actualizar el plugin desde el mando:




Como instalar el plugin por primera vez desde consola:


Para instalar el plugin, meterlo en: /tmp

Y lanzais el instalador desde telnet: # opkg install /tmp/e2-trrplugin_v2.0-r006.ipk







Como desinstalar la version anterior del plugin desde consola:


Y lanzais el instalador desde telnet: # opkg remove e2-trrplugin_v2.0-r005




Code:
http://www.megaupload.com/?d=XV9X4W1D
 

terrorman

Registered
Messages
12
New TRRPlugin v2.0 R009

Code:
[ + ] Menu Tools -> Backup NFI All VU+
[ + ] Fix All Bug
Añado una nueva opcion en el menu Utilidades: Backup NFI




Como actualizar el plugin desde el mando:








Como instalar el plugin por primera vez desde consola:


Para instalar el plugin, meterlo en: /tmp

Y lanzais el instalador desde telnet: # opkg install /tmp/e2-trrplugin_v2.0-r009.ipk







Como desinstalar la version anterior del plugin desde consola:


Y lanzais el instalador desde telnet: # opkg remove e2-trrplugin_v2.0-r007



 

terrorman

Registered
Messages
12
New TRRPlugin v2.0 R009a Fix Backup NFI & USB ALL VU+

[ + ] Fix Backup NFI & USB ALL VU+


Para instalar a mano, lo metes por FTP a la carpeta /tmp y lanzas desde telnet:
# opkg install /tmo/enigma2-plugin-extensions-trrplugin_v2.0-r009a_fix_mipsel_all
No es necesario reiniciar nada, probar que tal os va!!!


PHP:
http://www.megaupload.com/?d=IVW8V2MD
 

terrorman

Registered
Messages
12
New TRRPlugin v2.0 R011

[ + ] Add Cam Manager
~ SH Config Cam File: /usr/bin/cam.sh




Example File: cam.sh

#!/bin/sh

CAMNAME="CAM"
EMUNAME0="sbox"
EMUNAME1=""



remove_tmp () {
rm -f /tmp/*.info* /tmp/*.tmp*
}

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/$EMUNAME0
sleep 3
/usr/bin/$EMUNAME1
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
killall -9 $EMUNAME0 $EMUNAME1 2>/dev/null
sleep 1
remove_tmp
;;
*)
$0 stop
exit 0
;;
esac

exit 0


He añadido una opcion para controlar las Cam, para los que quereis probar imagenes nuevas que no tienen soporte de Cams, esta es una buena herramienta para que funcione, la configuracion es sencilla, teneis un fichero llamado cam.sh dentro de /usr/bin, lo editais y teneis 2 variables para añadiir vuestras cam, en el ejemplo que he puesto, es el mio, uso solo SBox.

Vereis que funciona bien, pero cuando lo arrancas en pantalla no pone que se ha iniciado, no me refresca la ventana, para la siguiente rev. lo soluciono, de todos modos podis refrescar con el boton Amarillo o con los cursores del mando

Os dejo unas fotos

r0110.jpg


r0111o.jpg


r0112.jpg








Podeis actualizar desde el propio plugin como siempre


Para instalar a mano, lo metes por FTP a la carpeta /tmp y lanzas desde telnet:

# opkg install /tmp/enigma2-plugin-extensions-trrplugin_v2.0-r011_mipsel_all.ipk
 

hilton

Well Known Member
Messages
7,622
21-10-2011

Code:
[ + ] Add Menu [ Cron Manager ]
[ + ] Add Option [ Cron Manager - Free Memory ]
[ + ] Add Option [ Cron Manager - Auto Reboot ]
[ + ] Add Option [ Cron Manager - Start Standby ]
[ + ] Add Option [ Cron Manager - Auto Cam  ]
[ * ] Change Menu [ Cam Manager ] To Menu Utils
[ * ] Fix Menu Utils [ Cron Manager - Free Memory ] Fixed Files SH
[ * ] Fix Menu Utils [ EMU Manager ] Fixed File /usr/bin/cam.sh
[ - ] Remove Menu Utils [ Device Manager ]

Project TRRPlugin: Structure List

Code:
[ DONE ] Update of configuration CCcam ( CCcam.providers, CCcam.channelinfo, CCcam.prio )
[ DONE ] Script Backup Config (emu, channel list, configs)
[ DONE ] Menu Cams [ PLI - VTI - BH ]
[ DONE ] Menu Cams Config [ Camd3 - CCcam - MBox - MGCamd - NewCS - Oscam - SBox - SCam ]
[ DONE ] Menu Skins [ PLI - VTI - BH ]
[ DONE ] Menu Picons [ CF - HDD - USB ]
[ DONE ] Menu Drivers [ DUO - SOLO - UNO - ULTIMO ]
[ DONE ] Menu Plugins [ PLI - VTI - BH ]
[ DONE ] Menu LogoBoot [ PLI - VTI - BH ]
[ DONE ] Menu Channel lists
[ DONE ] Menu Updates -> automatic system updates TRRPlugin
[ DONE ] Menu Utililities [ Satellite XML ] -> Updating XML
[ DONE ] Menu Utilities [ Terrestrial XML Spain ] -> Actualizacion XML
[ DONE ] Menu Utilities [ CCcam Configs ] -> Updates: CCcam.cfg - Channelinfo - Prio - Providers
[ DONE ] Menu Utilities [ Backup NFI & USB ] -> Backup complete formats: USB & NFI
[ DONE ] Menu Utilities [ MHW2EGP ] -> updated configuration
[ DONE ] Menu Utilities [ Cam Manager ] -> Control of emulators, startup, stop, restart,
[ DONE ] Menu Utilities [ Cron Manager - Free Memory ] -> Automatic Liberation of Memory
[ DONE ] Menu Utilities [ Cron Manager - Auto Reboot ] -> Automatic nightly/daily reboot [ 06:40 ]
[ DONE ] Menu Utilities [ Cron Manager - Start Standby ] -> Set the box to standby after restart
[ DONE ] Menu Utilities [ Cron Manager - Auto Cam ] -> startup /usr/bin/cam.sh when box starts up.
[ AWAITING ] Menu Utilities [ Device Manager ] -> Mount, format, unmount devices
 

terrorman

Registered
Messages
12
TRRPlugin v2.0 R013 Stable

PHP:
[ + ] Add Languages [ EN - ES ] -> Automatic Detection System


[ ES ]
He añadido idiomas Ingles y Español, si quieres modiciar algun idioma, o añadir nuevos, es muy facil, te dejo las herramientas, luego nos haces llegar tu fichero de idiomas y lo añadire al plugin en la siguiente revision.


[ EN ]
I added English and Spanish languages, if you want change any language, or add new ones is very easy, i let the tools, then we do get your language file and add it to the plugin in the next revision.



enigma2-plugin-extensions-trrplugin_v2.0-r013_mipsel_all.zip
Code:
http://www.megaupload.com/?d=I4KXY4UO


TRRPlugin_Tool_Lang.rar
Code:
http://www.megaupload.com/?d=OOG8YU4T

:thum:
 
Last edited by a moderator:

elgeneral

Well Known Member
Messages
7,811
TRRPlugin v2.0 R014 Stable

PHP:
[ + ] Fix Spanish Lang & Others - Now Work!
[ + ] New Files Locale language pack for you to help us translate
 

terrorman

Registered
Messages
12
TRRPlugin v2.0 R017 Stable


PHP:
[ + ] Menu Utils -> Swap Manager
[ + ] System Refresh For Constant Updating A New System That Does Not Require Restart
[ + ] Fix All Bug
Enjoy! :tongue:






Code:
http://www.megaupload.com/?d=I94XSD03
 

hilton

Well Known Member
Messages
7,622
TRRPlugin v2.0 R038 Stable now available

VU+ - Gigablue - ClarkTech ET

UPDATE Online

Code:
[ + ] Add New Option Fix HDGlass Only BH
[ + ] Add New Windows Information
[ + ] Add Full Traslated Spanish
[ + ] Fix All Bug Reported
 

elgeneral

Well Known Member
Messages
7,811
TRRPlugin v2.0 R040 Stable

VU+ - Gigablue - ClarkTech ET

also update online


Code:
[ + ] Add Script Manager
[ + ] [B]Add IPK Install Manager[/B]
[ + ] Add Full Traslated Spanish
[ + ] Fix All Bug Reported
 

elgeneral

Well Known Member
Messages
7,811
TRRPlugin v2.0 R041sr5 Stable

VU+ - Gigablue - ClarkTech ET


Code:
[ + ] Add Crond Clear Crash Log Files
[ + ] Add Menu Configuration
[ + ] Add Configuration Change Name Plugin
[ + ] Add Configuration Show Window Presentation
[ + ] Add Configuration Check Update Plugin
[ + ] Add Configuration Refresh Settings Enter Plugin
[ + ] Add Configuration Show Window Active/Deactive Actions
[ + ] Add Configuration Config Remove XML File
[ + ] Add Configuration Script Manager Folder
[ + ] Add Configuration Free Memory Crond Date/Time
[ + ] Add Configuration Reboot Crond Date/Time
[ + ] Add Configuration Halt Crond Date/Time
[ + ] Add Configuration Process Check Crond Date/Time
 

Haitoku

Well Known Member
Messages
3,933
TRRPlugin v2.0 R041sr6 Stable Ya Disponible
VU+ - Gigablue - ClarkTech ET


Actualizacion Online Liberada

Code:
[ + ] Fix Update Settings After Install
[ + ] Fix Addons Files VHannibal Settings
 

elgeneral

Well Known Member
Messages
7,811
TRRPlugin v2.0 R044 Stable

VU+ - Gigablue - ClarkTech ET


56364893.jpg


Code:
[ R044 ] [ BH | VTI | VIX | OPENPLI | GIGANT ]

[ + ] New Config Option Select Position Label Plugin Main Menu
[ + ] New Config Option Select Date&Time Update CCcam Configs
[ + ] New Config Option Select Date&Time Update Satellites XML
[ + ] New Config Option Select Date&Time Update Date&Time
[ + ] New Config Option Select Date&Time Remove CrashLog
[ = ] Fix All Binary Files
[ + ] Full Traslate Spanish
 
Top