![]() |
2012-03-13
, 16:01
|
Posts: 637 |
Thanked: 445 times |
Joined on Dec 2009
@ Kaliningrad, Russia
|
#471
|
![]() |
2012-03-24
, 22:36
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#472
|
![]() |
2012-03-24
, 22:58
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#473
|
Last question...
cd /media/mmc1/Videos
FILE=`/bin/ls -1t |head -1`
youtube-dl-x --no-part -f 5 -o "%(stitle)s.%(ext)s" `xclip -out` &
sleep 5
while [ "$FILE" = "`/bin/ls -1t |head -1`" ]; do sleep 5 ; done
sleep 30
FILE=`/bin/ls -1t |head -1`
mplayer "$FILE"
rm -f "$FILE"
What would be the very last command to delete to the video after it's done playing?
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2012-03-25
, 01:34
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#474
|
![]() |
2012-04-28
, 13:19
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#475
|
![]() |
2012-04-29
, 00:25
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#476
|
If I want to completely abort a video and it's download, is there a cleaner way to do this rather than killall hildon-desktop?
killall mplayer youtube-dl-x
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2012-04-29
, 00:28
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#477
|
![]() |
2012-06-02
, 18:00
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#478
|
![]() |
2012-06-02
, 20:15
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#479
|
I would like to have another script that downloads audio only, mp3 format at 320 kbps.
--extract-audio --audio-format mp3 --audio-quality 320
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2012-06-02
, 20:21
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#480
|