Question about two E2 plugins

  • I've got two questions about Enigma 2 DM8000 plugins:


    1) Is RS Downloader only for RapidShare Premium users or I can use it as free user?
    2) What is default subtitle file format for AVI moves which are played in Multimedia Player in DM8000?

    "Reasonable people adapt themselves to the world.
    Unreasonable people attempt to adapt the world to themselves.
    All progress, therefore, depends on unreasonable people"


    ============
    SubsDownloader

  • You can use the plugin without an account. User and pass have to be empty for that. Only thing you need is to reconnect your internet-connection before every download to get a new IP. There is a function built in for a fritz.Box router doing a reconnect before downloading.

    MfG Ali

    DM8000 | DM8000 | DM500HD | DM500HD | DM7020S


    Bash
    #!/bin/sh
    while [ 1 ]
    do
    	echo "i love my dreams!!!"
    	sleep 1
    done
  • So something is wrong.
    1) On my PC some links are downloading, but not on DM8000 RS Downloader.
    2) Is there possibility to modify RS Downloader in the way that it'll wait some time that free user need to wait and after this time will try to download RS sources again. On my PC's Fire Fox webbrowser I've got RDown plugin which with small modyfication allow to download RS sources one by time by one.

    "Reasonable people adapt themselves to the world.
    Unreasonable people attempt to adapt the world to themselves.
    All progress, therefore, depends on unreasonable people"


    ============
    SubsDownloader

  • To 1) Free download is only working for rapidshare.COM links. No .de or other links.
    To 2) Extacly this is done by the plugin :winking_face: You can see it in the log that is written in /tmp/rapidshare.log
    Should look like this:

    Zitat

    Getting next file...
    Downloading file http://rapidshare.com/blablabla...
    Free RS-download... must wait 78 seconds!

    MfG Ali

    DM8000 | DM8000 | DM500HD | DM500HD | DM7020S


    Bash
    #!/bin/sh
    while [ 1 ]
    do
    	echo "i love my dreams!!!"
    	sleep 1
    done