Plugins for the TD

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
0.5.17
+ as standard the log window has no scroll(menu) bar
option="L" adds scroll(menu) bar
0.5.13 beta version
+ rewritten log window (order book )
up/down scroll rows, left/right scroll pages
+ in cfg file, line V { n script }
n means every n-time that script is executed
e.g. 5 means every 5th time plugin is launched
0.4.29 beta version
+ option="Q" exec script & quit plugin (e.g. after Reboot option)
+ sections can have target="" - executed when elapse submenu.
 

Attachments

  • xmlmenu0517.zip
    23 KB · Views: 75

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
libDownloadSettings 1.0.6
_________________________

Plugin for Triple Dragon - Download channel list from the internet.

package includes:
README.TXT -> this file
libds.so -> the plugin
libds.cfg -> configuration file, put in /var/share

configuration file structure
1st line: host in the form www.domainname.com
2nd line: catalog file (xml) in the form /catalogfilename.xml

configuration provided in the package:
www.nostromolabs.com
/catalog.xml

Plugin downloads catalog from the configured address; then downloads settings package
using address & resource specified in the xml catalog for the chosen item.

Plugin extracts and loads following files:
user-tp.dat
favourites.txt
services.dat

Files are sent to the TD using tdcontrol TCP protocol; after
sending services.dat a specific command is issued to immediately "refresh" the TD with the new list.
Download process does not run in a separate thread; due to the relative small size of channel lists there should not be
particular problembs (in any case, socket reading from the remote address should stop after a few seconds of inactivity - timeout).


DISCLAIMER
----------
The libDownloadSettings plugin is provided "as-is", no warranty of any type is implied!!
Every redistribution of the plugin must include this README file.
---------------------------------------------------------------

Llew
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Re libds.106 -

For downloading always use the latest " Satlook" settings with this GREAT plugin.
I have them also available on my server.
When you wan't to use them, you must replace the libds.CFG with this one in the atachment.

New settings from 17-06-2007 online.
------------------------------------------------

Thanks to Satlook :)

Llew
 

Attachments

  • Satlook_libds_cfg.zip
    146 bytes · Views: 66

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Here is a quick GUI plugin I created to mount an additional CIFS share

- there are no checks yet to verify if mount was successful
- there are no checks yet to verify if unmount was sucessful
- currently allows for one additional mount with all mount info stored for future call back for editing or re-mounting
( hardboot will drop mount but re-mount with GUI )


creates the following
mountpoint /mnt/hd/data/cifs
mount config info /var/share/mount.dat


I will continue to develop this plugin to allow for a possible 8 mounts..

suggestions?

megalomaniac (_www.triple-dragon-fan.de)
----------------------------------------------------------------
 

Attachments

  • libmount.zip
    8.5 KB · Views: 64

canine

Member
Joined
Feb 4, 2005
Messages
45
Reaction score
0
Points
0
My Satellite Setup
Triple Dragon and PC
My Location
East Hampshire - UK
Anyone reading the above posts by Llew will realise that he is an expert on Triple Dragon matters. If, like me, you are a novice Triple Dragon user do not be afraid to ask him questions. I can testify that he has helped me considerably with what, to him, must be pretty mundane points.
canine.
 

staffspeted

Regular Member
Joined
Jun 21, 2007
Messages
89
Reaction score
0
Points
0
Age
56
My Satellite Setup
Channel Master 1.2 driven by Supermount SMR 1224 mount.
V-Box 11
Triple Dragon Linux Receiver.
Vantage VT-X221TSCI Blindscan Receiver.
Diablo Wireless cam and base.
42" Panasonic Plasma.
50" Pioneer Kuro Plasma
Lots of boys toys!
My Location
Herts , UK
I agree , its a temperamental sod the TD , you get out of it what you put into it . Its nice to have a resident knowledgebase for this box.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
LibDownloadSettings 1.0.9
-> fixed xml parser problem with non valid (or not well formed) catalogs

_________________________

LibDownloadSettings 1.0.8

Plugin now manage up to 3 possible sources for catalog files, each source is assigned to a
button (green/yellow/blue) which loads its own config file.
Plugin works also with "localhost" address, TripleDragon built-in http server can be used for catalog and files.

3 pre-made config files included:
- libds_g.cfg (green) -> www.nostromolabs.com /catalog.xml
- libds_y.cfg (blue) -> www.satlook.nl /catalog.xml
- libds_b.cfg (yellow) -> localhost /catalog.xml

use the buttons GREEN-S1/YELLOW-S2/BLUE-S3 to load appropriate source, then proceed as usual to select and install desired item.

use INFO button to see the list of available source URL (S1, S2, S3)

INSTALLATION: put config files in /var/share and libs.so in plugin folder (depending by the image used).

known problems: getting data from localhost, sometimes it gets an error when using
null-httpd (TD built-in http server). It happens randomly, repeat the process and error goes away (I home).

_________________________
LibDownloadSettings 1.0.7
- not available to the public

_________________________
LibDownloadSettings 1.0.6

download channel list from the internet.

config file: /var/share/libds.cfg
first line: host
2nd line: resource

example:
www.nostromolabs.com
/catalog.xml

recognized following files from downloaded tar.gz package:
user-tp.dat
favourites.txt
services.dat

files are sent in the above order using tdcontrol socket protocol.
after sending services.dat a command is sent to force yor box to reload the whole list.[/code]
 

Nolan

Member
Joined
Jun 29, 2005
Messages
14
Reaction score
0
Points
0
Age
62
My Satellite Setup
Triple Dragon, Kaon KVR-1000 Plus, Echostar PVR-5020, 85cm Triax steerable dish, 1 mtr offset dish.
My Location
Netherlands
Hi all,

I wonder if it's possible to see internet pages on tv using the Triple Dragon?

Is there a plugin available for this?

If so where can I download it?
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Here's an internet browser plugin, never tried it myself so don't know how well it performs.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Update to previous version.

This should solve the problem with the TD freezing on exit.

(Thx Caveat)
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
This is a new Plugin made by Megalomaniac .

Quick and simple software backup via OSD
Create a Filesystem backup or a complete Image backup.

Enter a Name for your backup
Select a location to store your backup: HDD, USB, Network
Save configuration
then
Press red button to select Filesystem or Image backup

Storage locations:
/mnt/hd/data/td-backups
/mnt/usb/sd*/td-backups
/mnt/network/td-backups

Filesystem = 5mb backup
Image = 8mb backup

version 0.2
- added option to save filesystem as MTD to make compatible with software update plugin.
- fixed error check
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Some foreign characters (accented letters etc.) were not reading correctly from feeds in the last plugin.

This version should address the problem.
 

Attachments

  • librss_v2[1].5.1_20080721.zip
    12.4 KB · Views: 50

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Some small updates.
 

Attachments

  • librss_v2[1].5.2_20080723.zip
    12.5 KB · Views: 61

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
For all who need CI functionality for latest Hisat image

-unpack
-upload to /var/plugins directory
-chmod 755
-reboot
-enjoy CI function
 

jaimeallen

Member
Joined
Mar 16, 2008
Messages
2
Reaction score
0
Points
0
Age
51
My Satellite Setup
dreambox, Triple Dragon australia
My Location
australia
Excellent work , is there any way to run both libmulticam.so and libembCA.so as i couldn't get CI plugin to work until i deleted multicam? any help appreciated.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Hi jaimeallen, welcometo the forum.

libmulticam won't run with libembCA as it's the smart card support for an official image only, libembCA is the plugin you use with unofficial images.

Llew
 

jaimeallen

Member
Joined
Mar 16, 2008
Messages
2
Reaction score
0
Points
0
Age
51
My Satellite Setup
dreambox, Triple Dragon australia
My Location
australia
Ok, so is there anyway to have both card readers and CI functioning together? I would love to know how to configure these manually. I live in Australia and would like to use Irdeto2. Thanks in advance.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
With the image I have (latest Hisat) I can use my NDS card in the cardreader and also use a cam in the CI slot.

With an official image, only Conax cards work - unless you use the multicam plugin. In which case you can't include the libembCA plugin as used in an unofficial image, as the plugins are read only.

Don't have an Irdeto card so can't tell if it'll work in an unofficial image using Mgcamd+newcs, sorry.

Llew
 

thedcman

Member
Joined
Apr 19, 2006
Messages
15
Reaction score
0
Points
1
Age
55
My Satellite Setup
7020
My Location
UK
Llew said:
LibDownloadSettings 1.0.9
-> fixed xml parser problem with non valid (or not well formed) catalogs

_________________________

LibDownloadSettings 1.0.8

Plugin now manage up to 3 possible sources for catalog files, each source is assigned to a
button (green/yellow/blue) which loads its own config file.
Plugin works also with "localhost" address, TripleDragon built-in http server can be used for catalog and files.

3 pre-made config files included:
- libds_g.cfg (green) ->
- libds_y.cfg (blue) ->
- libds_b.cfg (yellow) -> localhost /catalog.xml

use the buttons GREEN-S1/YELLOW-S2/BLUE-S3 to load appropriate source, then proceed as usual to select and install desired item.

use INFO button to see the list of available source URL (S1, S2, S3)

INSTALLATION: put config files in /var/share and libs.so in plugin folder (depending by the image used).

known problems: getting data from localhost, sometimes it gets an error when using
null-httpd (TD built-in http server). It happens randomly, repeat the process and error goes away (I home).

_________________________
LibDownloadSettings 1.0.7
- not available to the public

_________________________
LibDownloadSettings 1.0.6

download channel list from the internet.

config file: /var/share/libds.cfg
first line: host
2nd line: resource

example:

/catalog.xml

recognized following files from downloaded tar.gz package:
user-tp.dat
favourites.txt
services.dat

files are sent in the above order using tdcontrol socket protocol.
after sending services.dat a command is sent to force yor box to reload the whole list.[/code]

do you know any address's i could possibly to the:-
libds_g
libds_y
libds_b
( i cant seem to find any address's catalog.xml)
so i can directly download cams.satlooks allows you to download a choice of 2 motor settings but thats about it as one button offers nothing and the other only has very old stuff.
thanks.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Don't think the servers are online now for downloading files through the buttons. Satook stopped uploading channel lists in February.

Can't you just ftp Mgcamd 1.35a to /var/bin? (you need the Mgcamd ppc_old version for the TD, and after transfer renaming it to simply Mgcamd and chmodding it to 755).

Likewise I would imagine you do similar with Cccam, although I don't have that TDMan image.
 
Top