User contributions
- 15:40, 17 April 2010 (diff | hist) . . (+87) . . Talk:Code sources - S00custom-options source code (current)
- 15:38, 17 April 2010 (diff | hist) . . (-875) . . Code sources - S00custom-options source code (Blanked the page) (current)
- 00:12, 13 March 2010 (diff | hist) . . (-4) . . Configure external storage for saving and loading deluge settings
- 13:32, 12 March 2010 (diff | hist) . . (+27) . . Configure external storage for saving and loading deluge settings
- 13:23, 12 March 2010 (diff | hist) . . (-231) . . Configure external storage for saving and loading deluge settings
- 13:19, 12 March 2010 (diff | hist) . . (+627) . . Configure external storage for saving and loading deluge settings
- 13:16, 12 March 2010 (diff | hist) . . (+442) . . Configure external storage for saving and loading deluge settings
- 13:14, 12 March 2010 (diff | hist) . . (+156) . . N Removing glitching of 23.976fps movie (Created page with '== Problem == You see that video "glitching". Fps is 23.976. == Solution == Go to "Settings | Video/audio" in OSD and set output to HDMI and then 1080 50p.') (current)
- 13:10, 12 March 2010 (diff | hist) . . (+5) . . Configure external storage for saving and loading deluge settings
- 13:10, 12 March 2010 (diff | hist) . . (0) . . Main Page
- 13:09, 12 March 2010 (diff | hist) . . (+123) . . Configure external storage for saving and loading deluge settings
- 13:06, 12 March 2010 (diff | hist) . . (+155) . . Configure external storage for saving and loading deluge settings
- 13:02, 12 March 2010 (diff | hist) . . (+856) . . Configure external storage for saving and loading deluge settings
- 12:54, 12 March 2010 (diff | hist) . . (+210) . . Code sources - S00custom-options source code
- 12:51, 12 March 2010 (diff | hist) . . (+1,296) . . N Configure external storage for saving and loading deluge settings (Created page with '== Problem == There is problem that deluge client only save settings while device is plugged in. On next time then device is plug in you need to set up deluge again. == Solutio…')
- 12:49, 12 March 2010 (diff | hist) . . (+188) . . N Code sources - power.down source code (Created page with '#!/bin/sh DEVROOT=`dirname $0` DELUGECONFIG="$1" $DEVROOT/$DELUGECONFIG/deluge.script stop umount -l $DEVROOT #echo "$DEVROOT/$DELUGECONFIG/deluge.script stop" #echo "umount -l…')
- 12:47, 12 March 2010 (diff | hist) . . (+652) . . N Code sources - S00custom-options source code (Created page with '#!/bin/sh # DEVID="<external storage id>" #type deluge config folder DELUGECONFIG="<deluge config folder>" case "$1" in start|restart) $0 waitfordevice& ;; waitfordevice) DE…')
- 12:34, 12 March 2010 (diff | hist) . . (+554) . . N Code sources - deluge.script source code (Created page with '#!/bin/sh DELUGECONFIG="$2" case "$1" in start) online.delayer 60 # pause until online add.webplugin deluge /etc/deluge/deluge deluged -c $DELUGECONFIG if [ "`grep -…')
- 11:15, 12 March 2010 (diff | hist) . . (+238) . . Main Page