maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Youtube browser - mYTube - released (https://talk.maemo.org/showthread.php?t=17739)

Laughing Man 2008-09-03 02:10

Re: Youtube browser - mYTube - released
 
Could i make a suggestion? how about the ability to move certain videos to another folder/directory. Also maybe alphabetical sorting?

Edit: And searching saved videos.

brontide 2008-09-03 02:32

Re: Youtube browser - mYTube - released
 
Isn't UPX a really bad idea under jffs?

Bundyo 2008-09-03 04:41

Re: Youtube browser - mYTube - released
 
It should be extracting in memory (at least that's the idea).

qwerty12 2008-09-03 06:30

Re: Youtube browser - mYTube - released
 
Quote:

Originally Posted by brontide (Post 220319)
Isn't UPX a really bad idea under jffs?

True, from the page:

Quote:

It is still possible to save 200-300K on a 1MB file (UPX has better compression than jffs2), but the CPU/RAM cost of UPX may outweigh the benefit.
I knew that before using UPX and I decided to test and I was pretty happy with the result, CPU usage is high when starting the app but in a few seconds into the video (which you can't even notice any stuttering at the start of the video), it calms down.

Plus I'm always untarring compressed bz2's from my rootfs onto my rootfs :D

Quote:

Originally Posted by qole (Post 220292)
I finally went to download "my" mplayer, and it wasn't there! :( :(

EDIT: I can't PM qwerty12 either, his inbox is too full.

Arrgh! I thought you downloaded it, it's been on there a few days! I had a cleanout yesterday >.<.

I'll recompile it again in a few days, I'm going to be busy now :(

fixfox 2008-09-06 23:17

Re: Youtube browser - mYTube - released
 
The option to download HIGH QUALITY VIDEOS (&fmt=6 in browser or -f6 in youtube-dl) needs to be enabled.

When youtube-dl-x (the default that accompanies mytube) is replaced with the generic youtube-dl (downloaded from the net) and the option -f6 is added to the settings under [preferences]
[more]
[youtube-dl] tab
i.e. (youtube-dl -f6 -o %d --%s) ,

pressing the play button downloads and plays high quality videos if available for that chosen video.

However, the "percent downloaded" counter is missing and playback does not start until the file is fully downloaded.

IS there a way to restore this functionality?

THe option to play a high quality version of a video whenever available would be the best feature.

brontide 2008-09-07 00:56

Re: Youtube browser - mYTube - released
 
sudo gainroot
vi /usr/bin/youtube-dl-x

change this line

const_video_url_real_str = 'http://www.youtube.com/get_video?video_id=%s&t=%s&fmt=6' not this line
const_video_url_str = 'http://www.youtube.com/watch?v=%s&fmt=6'

works with fmt=6, fmt=18 seems to work as well, but it's too much for mplayer to handle

brontide 2008-09-07 01:26

Re: Youtube browser - mYTube - released
 
Hmm, this got me looking... using cropdetect would allow letterboxed HQ vides to be played fullscreen. I tried it out with beaker's "ode to joy" and it worked quite well on the HQ vid. It would require a one time post process when the video was downloaded.

brontide 2008-09-07 01:59

Re: Youtube browser - mYTube - released
 
nevermind... it's just being cranky because I'm playing with fmt=6 fixed, see previous post.

fixfox 2008-09-07 02:21

Re: Youtube browser - mYTube - released
 
Quote:

Originally Posted by brontide (Post 221556)
sudo gainroot
vi /usr/bin/youtube-dl-x

change this line

const_video_url_real_str = 'http://www.youtube.com/get_video?video_id=%s&t=%s&fmt=6' not this line
const_video_url_str = 'http://www.youtube.com/watch?v=%s&fmt=6'

works with fmt=6, fmt=18 seems to work as well, but it's too much for mplayer to handle


Thanks ..... works wonderfully!

If only there was a way to set it to download normal quality only if high quality does not exist.... It would be perfect!

brontide 2008-09-07 02:33

Re: Youtube browser - mYTube - released
 
Quote:

Originally Posted by fixfox (Post 221568)
Thanks ..... works wonderfully!

If only there was a way to set it to download normal quality only if high quality does not exist.... It would be perfect!

Actually, it does!


All times are GMT. The time now is 11:35.

vBulletin® Version 3.8.8