雨箫 发表于 2014-3-2 16:10:43

Buffalo ls Flexget + RSS成功分享(2014年3月2日更新)

本帖最后由 雨箫 于 2014-3-2 16:22 编辑

ipkg install python27 py27-setuptools2、把/opt/lib/python2.7/distutils/distutils.cfg里面的pytohon2.5 改为python2.7

3、安装flexget
ipkg install python27 py27-setuptools
mkdir /tmp2
export TEMP=/tmp2
easy_install-2.7 --upgrade setuptools
easy_install-2.7 pip
easy_install-2.7 feedparser
easy_install-2.7 flexget
4、检查flexget/opt/local/bin/flexget -V





雨箫 发表于 2014-3-2 16:18:56

本帖最后由 雨箫 于 2014-3-2 16:20 编辑

5、设置flexget
flexget的配置文件为 ~/.flexget/config.yml
tasks:
hdc basket:
    rss: http://hdchina.org/rssbasket.php?uid=***&pass=*******
    accept_all: yes   
    download: /mnt/disk1/share/Downloads/watchtor

雨箫 发表于 2014-3-2 16:21:20

本帖最后由 雨箫 于 2014-3-3 11:21 编辑

6、检查 flexget
/opt/local/bin/flexget check7、开启 flexget
/opt/local/bin/flexget execute8 建立自动运行机制
进入/etc/cron/crontabs/root
      加入二行(每45分钟运行一次):*/45 * * * * /opt/local/bin/flexget execute
@reboot /opt/local/bin/flexget daemon start -d
重启自动运行
/etc/init.d/cron.sh restart



雨箫 发表于 2014-3-2 17:13:57

具体参照 http://flexget.com/wiki/InstallWizard/BuffaloLinkstation

tzyhlzp 发表于 2014-6-21 21:50:10

群晖可以吗

lynn1901 发表于 2014-7-10 13:38:15

Buffalo Ls421DE 不成功,easy_install-2.7 --upgrade setuptools 时显示 Bus Error
页: [1]
查看完整版本: Buffalo ls Flexget + RSS成功分享(2014年3月2日更新)