maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   youtube application (https://talk.maemo.org/showthread.php?t=16964)

miind 2008-03-10 13:08

Re: youtube application
 
hm.. after running a dpkg --force-depends -i mytube_0.0.2.deb as root I got it installed.. :) seems to work fine!

PinCushionQueen 2008-03-10 14:06

Re: youtube application
 
Schwweeeettt!! I lost the ability to play YouTube videos when I switched to KDE and Konqueror because the maemo flash plugin won't work in Konqueror. You just gave me back YouTube. Installs painlessly, runs great from command line in KDE xterm :D :D

Now does anybody know how one could save videos for offline viewing?

iancumihai 2008-03-10 14:44

Re: youtube application
 
Quote:

Originally Posted by PinCushionQueen (Post 152993)
Now does anybody know how one could save videos for offline viewing?


it does save them in /media/mmc2/mtube

go to "home", and choose "saved" you will find everything you've watched there. (you can delete them for now using a usual file manager)

PS: yeah a delete button in "Saved" section seems to be needed :P

sashabe 2008-03-10 18:55

Re: youtube application
 
Thanks! Installed without a glitch (0.0.2), python-gdata you may find in App manager (search in Installable applications section, red pill mode should be on). Starts directly from Extras. Little sloppy, sometimes i should press a button twice, but works!
Requests: fullscreen mode for video by default, double-click on an item triggers playback. And yeah, some basic management for saved videos) Please let it save a video on the card only by user's request, or the whole memory will be gone shortly.) Now in 'Saved' section it includes the videos that weren't downloaded yet.
Anyway, the app is pretty usable right now. Great work!

cashless 2008-03-10 20:01

Re: youtube application
 
Ok I really want this app, but it seems like I can't get python-gdata installed due to conflicts with gdataclient, which I need for Erming and the Maemo wordpress client. I tried to install via red pill in the app manager and "apt-get -f install python-gdata".

Is there a workaround that I can use to have both of these dependencies?

cashless 2008-03-10 20:27

Re: youtube application
 
Quote:

Originally Posted by cashless (Post 153145)
Ok I really want this app, but it seems like I can't get python-gdata installed due to conflicts with gdataclient, which I need for Erming and the Maemo wordpress client. I tried to install via red pill in the app manager and "apt-get -f install python-gdata".

Is there a workaround that I can use to have both of these dependencies?

Ok, well I re-read the thread and found "apt-get -f install --ignore-missing mytube_0.0.4.deb", unfortunately, apt-get can't fine the package mytube_0.0.4.deb or 0.0.2 (like others have found).

any help?

iancumihai 2008-03-10 20:33

Re: youtube application
 
Quote:

Originally Posted by cashless (Post 153157)
Ok, well I re-read the thread and found "apt-get -f install --ignore-missing mytube_0.0.4.deb", unfortunately, apt-get can't fine the package mytube_0.0.4.deb or 0.0.2 (like others have found).

any help?

try dpkg -i --nocheck *.deb
or
dpkg -i --ignore-depends=python-gdata *.deb

yerga 2008-03-10 20:34

Re: youtube application
 
gdataclient = python-gdata, except python-gdata is version 1.0.10 and gdataclient is 1.0.9
I think that if you have gdataclient, you don't need python-gdata to run mytube, though I am not sure.
I don't know if mytube uses any function that is available in 1.0.10 and it isn't in 1.0.9.
The most important difference between versions is 1.0.10 supports picasa web albums (I needed this function for maemo wordpy).

So the idea is, if you have erminig installed, try mytube whitout to install python-gdata.

yerga 2008-03-10 20:40

Re: youtube application
 
iancumihai, change dependences to this:
Dependences: python2.5, etc, etc, python-gdata | gdataclient | gdata-python

Same library, three names differents in maemo. Problem due to the fact that not all developers use one central repository as it's maemo extras.

iancumihai 2008-03-10 20:54

Re: youtube application
 
Quote:

Originally Posted by yerga (Post 153164)
iancumihai, change dependences to this:
Dependences: python2.5, etc, etc, python-gdata | gdataclient | gdata-python

Same library, three names differents in maemo. Problem due to the fact that not all developers use one central repository as it's maemo extras.

a test deb with those dependencies can be found here
http://hugsy.dyndns.org/files/mytube_0.0.6.deb

EDIT: and some bug fixes http://hugsy.dyndns.org/files/mytube_0.0.7.deb

also need confirmation that this 0.0.7 thing works with python-gdata / gdataclient and fixes a bug existing in 0.0.6 (an exception) preventing playing more then 1 video from "saved" section

bug reports here http://mytube.garage.maemo.org/

possessedskier 2008-03-11 14:00

Re: youtube application
 
Works great! I installed python-gdata in red pill mode then installed mytube 0.0.6. Starts from Extras. I would like to see some configuration options such as where to save videos and an option to delete after playing. This may be a killer app for the N800. I'm looking forward to future releases. Great job!!

munky261 2008-03-11 22:22

Re: youtube application
 
why is it that the audio is oput of sync when playing a video , i seem to have this issue when using mplayer for anything , thats why i didnt have it installed for use with canola. can anyone give me any tips on how to get the audio to sync right?

iancumihai 2008-03-12 01:16

Re: youtube application
 
well this is a mplyaer issue.
i've noticed that this delay is reduced to 0 if left/right aka seek is done while playing
but it comes back quicly (the delay)

so if mplayer cam sync video and sound when doing seek, then this problem is fixable.

now, who will do it? :)


btw: a 0.0.8 version with will be here soon

cheers,
Mihai

iancumihai 2008-03-13 12:10

Re: youtube application
 
Version 0.0.8
+ added download/delete option
+ remove 1 (one) video download restriction.
+ choose from menu where to store your files
* fixed mplayer audio/video sync annoyance
* small gui bug fixes

https://garage.maemo.org/frs/?group_id=623
or
http://mytube.garage.maemo.org/

NEXT: will someone please :D save me some time and give some tips how to automatically add python2.5 and python-gdata repository?(hopefully this will trigger auto install). One install file "to rule them all"

munky261 2008-03-13 13:18

Re: youtube application
 
i updated the app but my audio and video are still out of sync

iancumihai 2008-03-13 13:27

Re: youtube application
 
Quote:

Originally Posted by munky261 (Post 154390)
i updated the app but my audio and video are still out of sync

works for me, send me somehow that video to see if a mplayer tweak can be done,. ...

BTW: dude, you avatar is making me nervous :mad:

EDIT: what happens if you run "mplayer -correct-pts my.flv" ?

munky261 2008-03-13 14:30

Re: youtube application
 
do a search for the ironman theatrical trailer , i tried it on both that and the new indiana jones trailer

edit: also , where the saved videos are , how can i get it to not display videos i have already deleted?

edit: dont be nervous , there are only a few people on this forum id like to fling poo at LOL

bit101 2008-03-13 14:55

Re: youtube application
 
installs and runs fine for me, but when I hit play, nothing plays. I get a progress/loading bar that goes across and the video is saved to my memory card, but can't get anything to play.

belloc 2008-03-13 15:04

Re: youtube application
 
New features are great! Thumbs up!!!!

A few requests.

Paging feature to see more than one page of search results.

Very small priority request but could we get a link to the videos page. Sometimes I like to see the comments that people make about a video.

Also it would be cool if we could push a button and see other videos by the author of the current one playing.

Again, great job. Program is great as is.

cashless 2008-03-13 15:21

Re: youtube application
 
Quote:

Originally Posted by iancumihai (Post 154370)
Version 0.0.8
+ added download/delete option
+ remove 1 (one) video download restriction.
+ choose from menu where to store your files
* fixed mplayer audio/video sync annoyance
* small gui bug fixes

https://garage.maemo.org/frs/?group_id=623
or
http://mytube.garage.maemo.org/

NEXT: will someone please :D save me some time and give some tips how to automatically add python2.5 and python-gdata repository?(hopefully this will trigger auto install). One install file "to rule them all"

This build fixed all my issues!

Thanks again!

bit101 2008-03-13 18:24

Re: youtube application
 
Quote:

Originally Posted by bit101 (Post 154424)
installs and runs fine for me, but when I hit play, nothing plays. I get a progress/loading bar that goes across and the video is saved to my memory card, but can't get anything to play.

never mind. i didn't have mplayer insalled. duh.

this app is awesome. thanks!

konttori 2008-03-13 20:14

Re: youtube application
 
Kudos! Great work!

MaemoN00B 2008-03-17 01:21

Re: youtube application
 
I installed the 0.0.8 and works great... It's better now with the latest release of MPlayer that fixes the lipsync issue with .flv videos. However the delete button its Not really working, the videos are not deleted! :(

tso 2008-03-17 03:12

Re: youtube application
 
hmm, they are deleted here...

iancumihai 2008-03-17 09:13

Re: youtube application
 
Quote:

Originally Posted by MaemoN00B (Post 156187)
I installed the 0.0.8 and works great... It's better now with the latest release of MPlayer that fixes the lipsync issue with .flv videos. However the delete button its Not really working, the videos are not deleted! :(

Can you delete them from the default File Manger?

MaemoN00B 2008-03-17 12:05

Re: youtube application
 
Yes I can delete from the file manager!

I have an 8GB SDHC card in the internal slot (N800) OS 2008SE...

daperl 2008-03-17 19:47

Re: youtube application
 
Quote:

Originally Posted by MaemoN00B (Post 156187)
I installed the 0.0.8 and works great... It's better now with the latest release of MPlayer that fixes the lipsync issue with .flv videos. However the delete button its Not really working, the videos are not deleted! :(

What version of mplayer are you using?

MaemoN00B 2008-03-17 20:04

Re: youtube application
 
Quote:

Originally Posted by daperl (Post 156478)
What version of mplayer are you using?

I'm using mplayer 1.0rc1-maemo.26.n8x0

;)

iancumihai 2008-03-18 23:02

Re: youtube application
 
version 0.0.9 is available

here
http://mytube.garage.maemo.org/
or directly
https://garage.maemo.org/frs/?group_id=623

cashless 2008-03-19 02:53

Re: youtube application
 
Great update!!!


Feature request:

Any way to add google video? dailymotion? livebreak? etc?

MaemoN00B 2008-03-22 11:39

Re: youtube application
 
I've updated to 0.0.9 and and continued having the same problem that did not really erase the videos on my card when i press delete....

However, I've found a solution (workaround) for this... ;) Instead of saving videos in "/Video Clips/You Tube/mTube" as I was doing for my Storage folder on the internal card [mmc2], Now I'm using "/mTube" (Directly from the root folder of the card) and it WORKS !!! Apparently MyTube have problems dealing with folders that uses spaces in the name. :rolleyes:

iancumihai 2008-03-22 16:43

Re: youtube application
 
right, guilty :)


All times are GMT. The time now is 17:43.

vBulletin® Version 3.8.8