NRS
-
Kodi无法使用Yatse远程遥控解决
Yatse Kodi的一款第三方远程遥控APP,比官方好用 但是,在我的OMV上安装Kodi后无法连接,网上查了好几天。终于找到个临时解决办法! 其实,很简单。关闭日志服务即可 Open Kodi and select Settings (the cog icon) > System Settings > Logging tab and activate Enable debug logging. 参考: https://community.yatse.tv/t/problem-with-event-server-check-kodi-settings/204/4 howtomediacenter.com/en/how-to-check-kodi-log-file/Jays 2019-03-29
0 -
Buffalo LS-WVL 编译 aria2
(Install Optware) ipkg install gcc make ipkg install gnutls zlib c-ares mkdir /mnt/disk1/share/aria cd /mnt/disk1/share/aria wget http://sourceforge.net/projects/aria2/files/stable/aria2-1.16.4/aria2-1.16.4.tar.bz2/download tar xvfj *.bz2 cd aria2-1.16.4 ./configure --with-libgcrypt-prefix Unfortunately, not all dependencies are met. Leider werden nicht alle Abhängigkeiten erfüllt. configure: summary of build options: version: 0.1.1 shared 0:0:0 Host type: armv5tel-unknown-linux-gnuea……Jays 2014-12-18
0