SVDownloader 1.1 (Beta)

dalraist

Vu+ User+++
SVDownloader 1.1 (Beta release)

Description:
SVDownloader is a plugin for Enigma2 which downloads vHannibal or Cyrus settings without deleting your DVB-T favourites category.

Prerequisites:
pyhton-zlib - If you do not have python-zlip package already installed, go to Menu -> Setup -> Software Manager -> Advanced Options -> Packet Manager, select python-zip packet and install it.
If you do not find Advanced Options, you should first activate Expert mode in Menu -> Setup -> Customize

Installation:
Download the plugin, place it into directory /tmp/ of your STB, and install it through addon manual install procedure.
Restart Enigma2.

Usage:
When you start the plugin, you just need to select which type of settings you like (vHannibal and Cyrus are supported), how many feeds you want and choose if you want to keep your DVB-T favourite category.
Then you can hit Blue button.
Eventually, the plugin will ask which is the category you want to keep, and then it starts intalling new settings.
Restart Enigma2 to reload them.

----- EDIT
Just noticed the 1.2 version works on debug mode only. So please, use v1.1 with python-zlib package in the meantime.
 

Attachments

  • enigma2-plugin-extensions-svdownloader.ipk
    27 KB · Views: 22

dalraist

Vu+ User+++
Sure, I'll try it ASAP :)
That's my first plugin in python (I'm almost directly from a Nokia 9701), so every suggestion is welcome ;)
 

dalraist

Vu+ User+++
Can i suggest to use unzip (included in busybox) so you don't need extra libraries ?

Code:
from os import system


......


cmd = "unzip " + "xxxx.zip"
rc = system(cmd)
Yes, I did a quick try and it seems to work.
zlib library was actually needed in OE 1.5 because setting file zip method compression was not supported.
Now, with OE 1.6, it is good.
I'll update the plugin soon.
Thanks again ;)
 
Top