![]() |
Re: Youtube browser - mYTube - released
Quote:
|
Re: Youtube browser - mYTube - released
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 mplayer `/bin/ls -1t |head -1` What would be the very last command to delete to the video after it's done playing? Thanks! |
Re: Youtube browser - mYTube - released
Quote:
|
Re: Youtube browser - mYTube - released
There really wasn't any reason to keep saving each and every one of the videos I've watched, plus, after awhile, it stops playing the correct one that's currently downloading.
This will totally fix both those issues. Thank you most kindly auouymous. :) |
Re: Youtube browser - mYTube - released
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?
|
Re: Youtube browser - mYTube - released
Quote:
Code:
killall mplayer youtube-dl-x |
Re: Youtube browser - mYTube - released
Thanks!
I was thinking killall y but that didn't do the trick. Hope you're having a great weekend. :) |
Re: Youtube browser - mYTube - released
Okay, one more...
I would like to have another script that downloads audio only, mp3 format at 320 kbps. How do I phrase these parameters? In the options, it's saying that I need ffmpeg and ffprobe for this. Also, your kill script auouymous never has worked too good for me. If there is only one video currently downloading in the Videos folder, your script will never stop it until it's completely finished with the download. If there are more than one videos in the folder, I'll run your script, the current one will still continue to download, I delete all of the other vids, run your script again, then it finally kills the download. This has happened consistently at least 50 times now, so what do you think might be wrong with your script command? So many thanks for all of your help. :) |
Re: Youtube browser - mYTube - released
Quote:
Code:
--extract-audio --audio-format mp3 --audio-quality 320 Quote:
|
Re: Youtube browser - mYTube - released
Thanks!
I found this dude earlier.... http://m.youtube.com/user/osirisligh...ient=mv-google Since most of his videos are 2 hours, it will be so much easier to handle them if they were just mp3s and not flvs. |
All times are GMT. The time now is 12:48. |
vBulletin® Version 3.8.8