|
2012-08-12
, 00:54
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#2
|
|
2012-08-12
, 01:23
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#3
|
#!/bin/sh # version 1.3 # set this to the directory where videos will be downloaded VIDEO_DOWNLOAD_DIR="/media/mmc1/Videos" VIDEO_SAVE_DIR="/media/mmc1/Favorites" # REQUIRED: # /usr/bin/youtube-dl-x -- http://rg3.github.com/youtube-dl/ # xclip -- http://asui.garage.maemo.org/_download/xclip # apt-get install libxmu6 # USAGE: # yt [URL] -- download and play video in clipboard # yt get [URL] -- download video in clipboard # yt kill -- kill all downloads and playback # yt clean -- remove all downloaded videos # yt save [URL] -- move already downloaded video in clipboard to saved video directory ################################# if [ "$1" = "get" -o "$1" = "kill" -o "$1" = "clean" -o "$1" = "save" ]; then VIDEO=$2 else VIDEO=$1 fi [ "$VIDEO" = "" ] && VIDEO=`xclip -out` [ "$VIDEO" = "" -a "$1" != "kill" -a "$1" != "clean" ] && echo "Copy a youtube URL to clipboard or specify one on the command line" && exit if [ "$1" = "kill" ]; then killall mplayer kill `ps aux|grep "/bin/sh $0"|grep -vE "(grep|kill|clean)"|awk '{print $1}'` kill `ps aux|grep "python /usr/bin/youtube-dl-x"|grep -v grep|awk '{print $1}'` elif [ "$1" = "get" ]; then cd "$VIDEO_DOWNLOAD_DIR" echo "Downloading $VIDEO..." /usr/bin/youtube-dl-x --no-part -f 18 -o "%(stitle)s.%(ext)s" "$VIDEO" elif [ "$1" = "save" ]; then cd "$VIDEO_DOWNLOAD_DIR" echo "Saving $VIDEO..." FILE=`youtube-dl-x --no-part -c -f 18 -o "%(stitle)s.%(ext)s" --get-filename "$VIDEO"` mv "$FILE" "$VIDEO_SAVE_DIR"/ elif [ "$1" = "clean" ]; then $0 kill rm -f "$VIDEO_DOWNLOAD_DIR"/* else cd "$VIDEO_DOWNLOAD_DIR" echo "Downloading $VIDEO..." youtube-dl-x --no-part -c -f 18 -o "%(stitle)s.%(ext)s" "$VIDEO" & FILE=`youtube-dl-x --no-part -f 18 -o "%(stitle)s.%(ext)s" --get-filename "$VIDEO"` while [ ! -f "$FILE" ]; do sleep 5 ; done while [ "`/bin/ls -s "$FILE"|awk '{print $1}'`" -lt "4" ]; do sleep 5 ; done sleep 30 mplayer "$FILE" fi
|
2012-08-12
, 05:14
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#4
|
Applet Lock: This locks the position of your desktop applets. This should have been provided by default by Nokia; thankfully, someone found a way to provide this utility. It does need to be reset every time you reboot your tablet, but otherwise it is golden. This needs to be installed after the Community SSU.
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2012-08-12
, 08:45
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#5
|
Slide-Rotate: Also, it breaks compatibility with Diablo-Turbo if ASUI is installed,meaning you have to re-install Diablo-Turbo after installing Slide-Rotate.
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2012-08-12
, 10:57
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#6
|
|
2012-08-12
, 23:24
|
Posts: 86 |
Thanked: 29 times |
Joined on Sep 2011
|
#7
|
Do you know how it breaks DT when ASUI is installed? If it does something that requires DT to be re-installed then it wouldn't matter if ASUI was installed or not.
The Following User Says Thank You to Johnnie Price For This Useful Post: | ||
|
2012-08-12
, 23:47
|
Posts: 86 |
Thanked: 29 times |
Joined on Sep 2011
|
#8
|
The Following User Says Thank You to Johnnie Price For This Useful Post: | ||
|
2012-08-13
, 00:36
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#9
|
The Following User Says Thank You to Addison For This Useful Post: | ||
|
2012-08-13
, 00:55
|
Posts: 86 |
Thanked: 29 times |
Joined on Sep 2011
|
#10
|
The Following User Says Thank You to Johnnie Price For This Useful Post: | ||
Slide-Rotate: Automatically rotate the screen from portrait to landscape when sliding out the keyboard on the N810. When the keyboard is replaced, the screen will automatically rotate back to portrait. You can also assign a the Home or Power button to rotate the screen as well, making it useful on the N800 as well. It works best if installed after the Community SSU. Also, it breaks compatibility with Diablo-Turbo if ASUI is installed,meaning you have to re-install Diablo-Turbo after installing Slide-Rotate.
Gene Cash's PIM Apps: Calendar, Checkbook, To Do and Database applications. Most people seem to prefer GPE or Seqretary for their calendars for the Home Screen applets. What I like about this calendar is that it automatically opens every night at Midnight, so 1st thing in the morning I can see what needs to be done that day and for the next 3 weeks. The checkbook is THE killer app for me; I can balance all of my accounts on the N810 and have for the past year and a half. These apps do have a bit of a learning curve, especially the checkbook app, but I feel it is well worth the investment of time for the utility they offer.
Picodrive: A multi-system Sega (Megadrive, Genesis, CD) emulator. It is command line only for Diablo, but it works better than most of the other emulators for N8x0 out there. This post by Addison has the scan line codes for the N800; the directional codes are the same for the N810, which means you can have a full screen Genesis emulator on your tablet. This makes me wonder what other apps have been back-ported to Diablo buried in these forums.
Color ls: Provides colors for the default terminal when using the ls command. makes navigating the command line much easier for those times you have to.
Yellow Notes: Multiple (up to 99) sticky notes on your Home screen. I use this for my shopping lists, wish lists, workouts and anything else I need a simple text note for. It's awesome.
Applet Lock: This locks the position of your desktop applets. This should have been provided by default by Nokia; thankfully, someone found a way to provide this utility. It does need to be reset every time you reboot your tablet, but otherwise it is golden. This needs to be installed after the Community SSU.
Community SSU: I include this because despite it's popularity around here, information on how to install it requires digging through multiple threads on the forums. The biggest advantage I see is the ability to rotate my screen, but I consider that a huge requirement in how I use my device.
That's all I got. Hope this helps some of the newer users around here.