ohho

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by ohho

  1. I use youtube-dl to download video from YouTube and sync the videos between my Synology and Android phone.

     

    The problem is, there are a lot of ????????.part files shown in the Android BT Sync client folder. I assume those .part files are temp file created by youtube-dl. 

     

    Synology: 2.0.93-1

    Android: 2.2.2 (376)

  2. ./btsync --dump-sample-config will generate a full config file which will override the settings I created Web UI.

    Can I use a partial config file, for example, containing only:

    "webui" :

    {

    "listen" : "0.0.0.0:8888",

    "login" : "me",

    "password" : "password"

    }

    Such that I have a password protected Web UI and keep the other old settings?