Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all 1691 articles
Browse latest View live

Enigma2 EPG location

$
0
0
Where can i find where enigma2 stores its epg cache, and where to find what the file format is?

Have a small windows app (yes i know, windows blows etc.) that can read blleb annd rt xml placein a db (sql express at the moment), woudl liek to add an export item to this program to export an epgcache file that can be dropped on teh dreambox (im talking 800 mipsel here)

there was mentioned in the Jade release notes there you had provided a "way into" the epgdata, plugin comming soon..
any new on this, what formats will it be able to accept, etc. etc.

WebRadio plugin

$
0
0

Anyone else looked at making additional links for the webradio plugin?  There seems to be some flakiness in the plugin around what Genre vs Genre_2 means, as well as crashing on editing (Genre not translated or so?) and it seems to crash when there are multiple wbrFS_fav files in the /etc/ConfFS dir (thus not sure if you can have favourites lists other than just the one called 'sample'?).  However, I've managed to add all the radio stations from 181.fm using python and BeautifulSoup to parse the 181.fm webpage... I then just paste my results into the top of the sample.wbrFS_fav file using vi.

 

I'm looking for anyone else that's interested in generating links for the web radio plugin, or who perhaps knows more about the plugin...

 

Anyway here's the script I wrote:

#!/usr/bin/python

import urllib2
from bs4 import BeautifulSoup

def write_station(fil, href, genre='Unknown'):
    start_pos = href.find("station=")
    start_pos = start_pos + 8
    if "/player/" in href:
        end_pos = len(href)
    else:
        end_pos = href.find("&", start_pos)
    station = href[start_pos : end_pos]
    descr = itm.text
    fil.write('[181.FM - ' + descr + ']\n')
    fil.write('description = ' + descr + '\n')
    if "/player/" in href:
        fil.write('url = http://icyrelay.181.fm/' + station + '_128k.mp3\n')
        fil.write('typ = mp3\n')
    else:
        fil.write('url = http://www.181.fm/winamp.pls?station='+ station + '&style=&description=' + descr + '&file=' + station + '.pls\n')
        fil.write('typ = pls\n')
    fil.write('genre_2 = ' + genre + '\n')
    fil.write('volume = 0\n')
    fil.write('genre = Artists\n')
    fil.write('bitrate = 128\n')
    fil.write('defekt = 0\n')
    fil.write('\n')

try :
    web_page = urllib2.urlopen("http://181.fm").read()
    fil = open('181_links.txt', 'w')
    soup = BeautifulSoup(web_page)
    tds = soup.find_all('td')
    for td in tds:
        if 'class' in td.attrs:
            cls = td['class']
            if cls[0] == 'menu_left_title':
                genre = td.text
            elif cls[0] == 'off':
                cnt = td.contents
                for itm in cnt:
                    write_station(fil, itm['href'], genre)
    fil.flush()
    fil.close()
except urllib2.HTTPError :
    print("HTTPERROR!")
except urllib2.URLError :
    print("URLERROR!")

Kind regards,

YoungJules

Bit-torrent Transmission

Plugin Vlcplayer for VLC 2.0.1 and cache facility

$
0
0
Hi,

Please find attached a modified plugin Vlcplayer. It has the following features :-

Streaming via new Vlc Mediaplayer version 2.0.1.

Caching of the downloaded .ts media

Audio samplerate 0 added.

Method :-

Download and install Vlc 2.0.1. Do

Tools -> Preferences -> All -> Interface -> Main Interface -> Select Web.

Find file c:/Program Files/VideoLAN/VLC/Lua/http/.hosts and insert your dreambox ip (without #).

Download and install the attached VlcPlayer Mod. Configure as usual.

If anybody wants to update the plugin git - the changes are in VlcPlayer.py, VlcServer.py and VlcServerConfig,py.

Regards, pcd.

Attached File  vlcplayer-mod-pcd.zip   111.41KB   176 downloads

Direct access to satfinder

$
0
0
Hi all
I would like to create a direct Link of satfinder in one of the colored Keys to get direct access to this plugin.
I have octagon sf8hd and openpli 4.0
Thanks
Giuliano

ryua plugin

$
0
0

How i can add Ryua plugin on openpli ? 

 

thanks 

Run python gui as a standalone program on openpli

$
0
0

Dear all,

In the context of my PhD I want to implement a python dialog box which is displayed each time the TV viewer watches a service for more than 5 minutes. I want to gather some information about the user actually watching the TV.

Is it possible to implement it as a plugin which is launched by triggering mechanism?

 

Problems building OpenPli 4.0

$
0
0
Hi all, 
 
 git clone git://git.code.sf.net/p/openpli/openpli-oe-core
cd openpli-oe-core
make -f Makefile
cd build
source env.source
MACHINE=dm7020hd
bitbake openpli-enigma2-image
 
I tried to build openpli 4.0, but got this error 
 
ERROR: Function failed: Unpack failure for URL: 'http://download.berlios.de/pythonwifi/python-wifi-0.5.0.tar.bz2'. Unpack command PATH="/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin/python-native:/home/mbertens/openpli4/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mips32el-oe-linux:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/dm7020hd/usr/bin/crossscripts:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/mbertens/openpli4/openpli-oe-core/build/tmp/sysroots/i686-linux/bin:/home/mbertens/openpli4/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli4/openpli-oe-core/bitbake/bin:/home/mbertens/openpli/openpli-oe-core/openembedded-core/scripts:/home/mbertens/openpli/openpli-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" bzip2 -dc /home/mbertens/openpli4/openpli-oe-core/sources/python-wifi-0.5.0.tar.bz2 | tar x --no-same-owner -f - failed with return value 2
ERROR: Logfile of failure stored in: /home/mbertens/openpli4/openpli-oe-core/build/tmp/work/mips32el-oe-linux/python-wifi/0.5.0-r1/temp/log.do_unpack.16645
 
the package http://download.berlios.de/pythonwifi/python-wifi-0.5.0.tar.bz2 doesn't exist anymore. I fixed the problem manually to continue. 

Merge requests For Master-next Pli's gt

$
0
0

@MiLo

 

This message is based on PLI4.0 does not build anymore due to broken svn fetcher

http://openpli.org/forums/topic/34384-pli40-does-not-build-anymore-due-to-broken-svn-fetcher/

 

At this moment  it actually has very few left related to that toppic.

 

I continued works and experiments on master-next.

 

I just produced 3 patches.

 

1) The first does contain the pkgconfig and gettext problems.

 

2) The second does contain the changed stuff out of master since last 7 days which where not merged into master-next yet.

 

3) The third does contain the needed python changes since meta-openembedded has and meta-python layer now.

     To do this I just used bbapend.  Removed the old 12.0.0 and replaced it by 13.2.0 . In this append I added python rdepends needed for pli4.0.

     Just one extra add by enigma2.bb  module numbers.

 

For persons who want't to try , Just clone the current master-next , then apply these 3 patches.

 

Would be nice if the first patch would is aplied to the current master. As it's an error there.

 

Then just merge the master to master-next (keeping the openembedded-core-rev off that one used in master-next now)

 

Then after merge users will only have to aplly patch 3. Or it may also be aplied to master next after merge with master.

 

Thank's

 

p.s. It is tested by me on vuduo2 and dm8000. It should be ok for all boxes.

 

 

 

Attached Files

Flemish on demand

request for transcoding on SoloSE

$
0
0

According to website http://wiki.openpli.org/comparison Solo SE supports limited Transcoding but looks like not in OpenPLi.

 

According to website http://www.vuplus-community.net/board/threads/vu-solose-tested-for-you.18506/ Transoding was tested in the image is Black Hole and works fine.
 

root@vusolose:~# ls -l /proc/stb/encoder
dr
-xr-xr-x    2 root     root             0 Oct  7 12:37 0
-rw-r--r--    1 root     root             0 Oct  7 12:37 enable
-r--r--r--    1 root     root             0 Oct  7 12:37 enable_choices

Auto Scale picons problem ?!

$
0
0

Hi there ...

 

I have some problem as photo shown with scaling picons channels I can not get correct background color ..
I think from my enigma2 source code build but i don't know which lines code should be to correction ...

With default size 100x80 I don't have problem just with scaling size ...

 

Any idea ?!

 

Thank you Avanced ...

 

 

Attached Thumbnails

  • 1.jpg

USALS Positioner in simple configuration broken

$
0
0

Hi Dima73 / Openpli Team!

 

This commit is giving me GSOD on my USALS postioner in simple configuration mode:

 

https://github.com/OpenPLi/enigma2/commit/7805268758d3a49afe69ee764b3795ef7abff293

 

I analyzed the crashlog and its due to orb_pos isnt initialized in simple mode. So I added it again.

 

The next GSOD appeared, this time a global name 'text' is not defined.

 

It was repaired by removing this codeline: "self.list.append((text, self.positioner_storage, "storage"))"

I think this line is forgotten to remove after adding "self.list.append((_("Memory index") + (self.getUsals() and " (USALS)" or ""), self.positioner_storage, "storage"))"

 

Anyway, after these small changes its working again for my setup too.

 

 

 

Attached Files

DB transcoder

$
0
0

Hello,

 

What is DB Transcoder ?

It is web application for transcoding, recompressing, resizing stream from your enigma2 receiver .

 

Why ?

You can stream your favorite HD TV show to your cell phone over 3G/4G. Stream will be scaled to not use so much bandwidth.

 

What i need for this web app ?

You need linux computer with webserver, php5, also php5 should have installed sqlite plugin, ffmpeg or avlib(avconv) for transcoding.

 

How does it work ?

Basically this web application is frontend for ffmpeg or avlib with possibility sellect channel from your enigma2 bouquet for transcoding.

 

Where i can download it ?

http://sharetext.net/userfiles/db_transcode_0.1.tar.gz

 

How can i view stream ?

With build in flash video player, vlc player, bsplayer (android).

 

How can i install this web app ?

Download DB transcoder and edit according your needs config.php . After configuration open web app, go to settings and push "Reload Playlist" button to download bouquets from receiver.

 

Few notes:

 

It is highly recomended to set HTTP authorization for this WEB application if you will access this application from internet.

 

Im hobby php programmer :) , dont be rude if something is not perfect .

 

most of linux distributions have ffmpeg or avlib available, but you can also download last static binaries for ffmpeg here

http://johnvansickle.com/ffmpeg/

 

Flash HLS player are from:

https://github.com/mangui/flashls

 

Im planing to also add support for windows server with IIS.

 

Suggestions and bug reports are welcomed. 

 

Screenshots

Main page with channels list:

channels_55072ac0e4039.png

 

live with flash:

Live_55072ac9a8b74.png

 

Settings:

settings_55072ad0e28a7.png

 

 

 

Vu+ Zero Openpli Motor Setup using Usals

$
0
0
Hi pros,

Have changed image of my Vu+ Zero to OpenPli. The box was set with a Motor all working fine but i lost all settings with the image change and don't know what settings it had before.

Can i find a guide how to setup motor using Usals ?

Do i need to move the motor manually "reset" or if i put the lat long positions all will be ok ?

WiFi Dongle

$
0
0
Need a Wifi Dongle for VU+ Zero - anyone has a list or can suggest please?

Pluginmover

$
0
0
Pluginmover is temporary solution for boxes with limited flash space and good alternative to use risky flashexpander and annoying multiboots tools
The idea of the plugin based on creating symlinks on plugins/extensions for moved plugins
now you can use large plugins like XBMCaddons,TSmedia,webmedia and mediaportal without compromising flash free space
#######################################################################
# maintainer: <schomi@vuplus-support.org> 
# This plugin is free software, you are allowed to
# modify it (if you keep the license),
# but you are not allowed to distribute/publish
# it without source code (this version and your modifications).
# This means you also have to distribute
# source code of your modifications.
#######################################################################
'''The code written by Schomi
extended by mfaraj57
-settings added to select target device,/media/usb is available only in original plugin
-more info about free and total space of flash and target device
-update size info after moving any plugin
-removed bytes2human modules and replaced by local functions
'''
Tested on dm800se TSimage and openpli 4.0
-TSmedia plugin moved to media/hdd and continue to work as usual and no problem after updating TSmedia
-need further testing,please report crash or bug or suggestion


warning: Although the plugin tested but the original coder neither me responsible for any loss of data

Attached Files

Enhanced Movie Center (EMC) V.3.0.0 by Coolman, Betonme & Swiss-MAD

$
0
0
Feature list
• Many file types are listed and played in hardware:
Video: [". ts", ".mpg", ".divx",". f4v", ".flv", ".img", ".iso",". *.m2ts",". m4v", ".mkv", ".mov",". mp4", ".mpeg", ".mpg", ".mts", ".vob"]
Audio: [". editing", ".dts", ".flac",". m4a",". mp2",". mp3", ".ogg", ".wav"]
• EMC has an own player frontend "EMCMediaCenter" with the all formats that can be your Dreambox, can also be replayed.
Backend for the E2 Movieplayer, the GStreamer plugin and the DVD Player plugin used.
(This is why the DVD Player plugin must be for DVD formats also installed.)
(Of course the "EMCMediaCenter" can be geskinnt full it used only their own converter so that it can be integrated in an existing skin.)
• The different formats are marked with corresponding icons.
• Symlinks are displayed and marked with a special icon. (If the target does not exist, the symlink will not appear.)
New symlinks can be created in the EMC.
• EMC can create own bookmarks
In the Setup on/off switch • which display to date. (It uses dd.mm.yyyy)
• File collation can be toggled by date or name. Also, in the sort order can be reversed.
• For all file types there is a status/progress bar. In the Setup can choose between "ProgressBar", "% display" or "Off".
• Film icon and progress bar can accept 4 colors: not seen [White], played [blue], completed seen [Green], during the recording [Red]
• In the Setup can be set from vieviel per cent, that is to change the color ProgressBar and the icon.
• The color of the ProgressBar you can switch out, if it is 100% in Setup to 0, or will have no color changes only at the end of (e.g. 5% and 100% or 0% to 90%.)
• The film status can now be switched in 3 States [radio button]. Not seen, played, finish seen.
"Alluded" of the status of toggle (on "Not seen" or "Done seen"), is the last position (last played) converted to a marker.
Thus no more if is to be continued at last position appears on the status of "Not seen" or 'Done seen'. But can the "<" and ">" buttons still on the last position appears as a marker was used here.
• Menu can be removed all tags "Remove all film marker". This is also useful if you change the status to "Last Played" gets running a marker and everything will be get rid.
• That toggle the status [radio button] can also with a selected movie list (multiple movies at the same time) are made (only on "non" and "done" status).
• For all listed video and audio formats is a "cuts" file created (E2 compliant), which also there as in E2 recordings in * .ts a continued is stopped somewhere "resume" is possible, and markers can be used.
• Also for not * .ts files can for example with EITitor a * .eit or * .meta are created in which a description can be deposited.
Recordings current • are displayed and specially marked.
• The [video/PVR] or [TEXT] button you can mark entries. Lets all marked entries at the same time deleted/moved/successively played / or will change the status.
With the [TEXT] button, you can from the start position away directly everything in between are marked with the cursor.
You can scroll with the [BOUQUET] keys at the beginning or the end of the list. With the [navigation keys left/right] page.
• With LANGE [video/PVR] can be removed all tags.
• DVD directories (VIDEO_TS with VOB), with the name of the directory and can be played directly without having to navigate in the VIDEO_TS directory.
• "Play all": with the [play] button (old remote control with [Shift]-[Green] = play) all files in the current directory from cursor to play position until all have been played.
The cursor is on a directory, all files in the folder are played.
(Even with very large media collection no delay in the launch occurs because the playlist is dynamically determined.)
• With [long info] can be queried to the title in IMDb (the Internet movie database). (IMDb plugin must be installed for it.)
• When the play can in EMC with the button [Green] between pillarbox, panscan, and just scale be toggled.
If EMC terminates preset will be back again to the E2.
• Automatic trash:
The Recycle Bin is emptied at the set time, or at the start of E2, if no recording is running or is not accepted for 10 min.

In operation, the Recycle Bin is not emptied when a recording is running or is within 10 minutes a recording.
Could not be deleted due to recordings or upcoming recordings, is every 30 min checked until not recording runs more, and within 10 minutes no recording will be ansteht....danach deleted.
Next delete operation happens again the next day after the set time.

Of course, only the files are deleted already staying in the Recycle Bin as set in the Setup.
Is required 24 hours verweildauer a set day and not just looked to the date.
(Because otherwise it could yes I happen shortly before midnight what do delete, and the deletion 01: the recording is 00 h only about an hour in the Recycle Bin was.)
The whole takes place independently of EMC in the background, it must be called to do this so not EMC so that the Recycle Bin is emptied.

• Setup point "Movie list is skin bar":
JA = values from the widget name = "list" will be used from the skin.
NO = default values from the plugin is widget name = use "list".
Thus it is possible to switch 2 different views in the Setup (default or from the skin), provided that in the skin this is available.
(Someone used a skin of supporting the old version of EMC, is used here in the Setup on no.)

• Can the E2 timer list with the button [TV long] be called directly from EMC out.


Features in the movie list:
-Steering cross: navigation in the movie list (keys < and > Browse entire pages)
-BOUQUET: Scrolls to the beginning or the end of the list
-Key "<": a directory level back
-Key ">": the previous directory back. (Only the last directory is noted.)
-INFO: Standard Enigma2 EPG info (EventView)
-Long INFO: querying titles in the IMDb (the Internet movie database). (IMDb plugin must be installed for it.)
-MENU: EMC function menu (EMC functions) and film plugin menu (film plugins such as MovieCut etc.)
-Long MENU: film plugin menu (film plugins such as MovieCut etc.)
-AUDIO: Plugin film menu (film plugins such as MovieCut etc.)
-RADIO: Toggle played between seen and unseen
-TV: reload current directory
-Long TV: the TimerListe of E2 calls. (E.g. practical if a Wiederholungstimer that is active is to be stopped, because that is not directly in EMC.)
-VIDEO(PVR): film select / deselect for multiple selection
(Switch to several movies at the same time to delete/move/game state, or in which order to play marked).
-Long VIDEO(PVR): remove all tags
-TEXT: multiple selection / demarkierung from-> to position (mode is back and forth switched (toggle)).
(Switch to several movies at the same time to delete/move/game state, or in which order to play marked).
-OK: play from current cursor position / play all selected films in selected order from (playlist)).
-PLAY: (old remote control [Shift]-[Green] = play) "play all" (also on the [MENU] button to reach.)
Plays all files starting at cursor position of the series to from, and begins again from scratch at the end.
The cursor is on a directory, its contents including all subdirectories is played sequentially, and starts again from scratch at the end.
-Long PLAY: (old remote control [Shift]-[Green] long = long play) "play all shuffle" (also on the [MENU] button to reach.)
Takes place all files starting at cursor position with random play, and begins again from scratch at the end. (Up to repeat each file will play only once.)
The cursor is on a directory, its contents including all sub-directories with random play will play, and begins again from the end from the front.
-Red: current cursor position / delete delete all selected files
(deletes directly when in the "Fate of the files in the Recycle Bin (days)" is set to 0)
Stop the recording if the recording is still active. (If retry timers, then TV long used to get into the E2 TimerListe.)
-Green: Toggle between sorting by alphabet / date
-Yellow: move current cursor position (LocationBox opens for destination entry)
(Is something marked can be moved without LocationBox when the cursor is set to the destination directory.)
-YELLOW long: copy current cursor position (LocationBox opens for destination entry)
(Is something marked can be copied also without LocationBox when the cursor is set to the destination directory.)
-Blue: go to "home Movie" or "last film" play off (can be set in the setup which function)
-Key "0": go to "home Movie". (e.g. practical if key [blue] on "last film" is configured.)
-Blue long: E2 bookmark call with the ability to set new or delete.
-HELP: Collection of the keys
-Key "4": AV switch-> switching between pillarbox, panscan, and "just scale".
-Key "7": Direct call to CoolTVGuide (where CoolTVGuide is installed.)
-"8" Key: Direct call to cool single Guide (unless CoolTVGuide is installed.)
-Key "9": Direct call to cool easy guide (unless CoolTVGuide is installed.)

While playing a recording:
-RADIO: ext. Plugin menu (as with E2 blue button or if BluePanel exists in long blue.)
-Steering cross up/down: calling from EMC
-INFO: EPG show description of the recording.
-TEXT: Teletext of reception point to the device.
-Green: panscan, and "just scale" switch between pillarbox.

While playing a DVD:
-MENU: DVD menu
-CHANNEL: next/previous chapter
-Long CHANNEL: next/previous track
-BOUQUET: skip to the next chapter
-Long BOUQUET: skip to the next track.
-AUDIO: audio track menu
-Long AUDIO: Audio DVD menu
-RADIO: switch audio track
-Long RADIO: DVD-Audio menu
-TEXT: Subtitle a / switch.
-TEXT: Subtitle a / switch
-VIDEO (PVR): next perspective

• Currently available languages are: English, German, Dutch, Polish, Slovak, and Italian (thanks to Bschaar, ni_hao, jkkk, Spaeleus, and kosmacz for the translation).

Attached Files

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

$
0
0
Hi,

attached a script and a Patch to compile enigma2 Openpli on Ubuntu 10.4 32 Bit.

To compile:

Extrackt the enigma2-i386.tar.bz2
cd enigma2-i386
./build-enigma2.sh

You will found enigma2 under $HOME/enigma2 their you can start enigma2 with bin/enigma2.
The configs are stored under $HOME/enigma2/etc/enigma2.

I have mapped some Buttons to Keyboard;

RED - F1
GREEN - F2
YELLOW - F3
BLUE - F4

MENU - SPACE

So you can Test Plugins or Skins without a STB.

Regards,

nobody9

[PC-APP] E-Channelizer

$
0
0

E-Channelizer
A stylish, fast, feature-rich yet lightweight settings editor for digital satellite set-top boxes powered by Enigma firmware.
 

screenshot.png

Features

General
- Freeware for the community developed mainly in love of hobby.
- Super-fast with background processing and multi-threading support.
- Fully portable; neither administrator privileges nor registry modification is required.
- Automatic updates (self-updatable).

Functionality
- Create new, open, and save local settings files.
- Open settings from recently opened files.
- Check and fix settings errors.
- Add, edit, and delete satellites, transponders, services, bouquets, and favorites.
- Validation of user inputs and actions.
- Parental control support (blacklist, whitelist or none).

Transponders
- Support satellites, cable and terrestrial dvb.
- Filter services by satellites, cable and terrestrial.
- In-line edit of satellites and transponders from the satellites.xml file.
- Add missing and update existing transponders from services data.
- Delete empty satellites, and unused satellites or transponders.
- Import satellites from local XML file or STB.

Services
- Unique icons for service types and flags (locked, new, hidden, encrypted).
- Sort and custom filter by service types and flags.
- Advanced search with instant highlighted results.
- Quick access to bouquets which the favorite services are added.
- Batch edit of multiple services at once.
- Add services to a new bouquet.
- Add services to a bouquet by drag and drop.
- Remove services from all bouquets at once.
- Copy, cut and paste services between multiple windows.

Favorites
- Advanced search with instant highlighted results.
- Insert markers.
- Insert stream (TS/DVBS and Non-TS).
- Rename favorites, reset names and change name letter-cases.
- Sort favorites alphabetically while optionally keep markers in place.
- Change parental control of favorites.
- Re-arrange favorites by drag and drop.
- Copy or move favorites between bouquet by drag and drop.
- Copy, cut and paste favorites between multiple bouquets or windows.
- Paste services from clipboard.

Profiles
- Support multiple STB profiles grouped in sections.
- Customize STB network configuration, file directories, HTTP/FTP ports.
- Support HTTP/FTP over secured SSL/TLS protocols and FTP passive mode.
- Test connectivity and check online status of STBs.
- Read, write and reload settings from STBs over the local network.
- Customize which files being transferred to STB and the reloading method.

Screenshots



start-screen.png

main-screen.png
flyouts.png

Supported Firmwares
- Enigma 2,
- Dreambox OS.

System Requirements
- Windows 10 / 8.1 / 8 / 7 SP1 / Vista SP2,
- .NET Framework 4.5 or higher
- 5MB of free disk space.

Download
www.echannelizer.com

Bug Reporting
If you ever find an issue or encountered a problem, kindly do not hesitate to report a bug to help us fix it and make the program better.

Useful Links
Localization
Tutorials

Regards
Sayyid A.

Viewing all 1691 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>