|
2009-11-09
, 09:57
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#2
|
|
2009-11-09
, 10:06
|
Posts: 168 |
Thanked: 265 times |
Joined on Oct 2009
@ London, UK
|
#3
|
Cool. Screenshots are always welcome, for those of us without a Maemo 5 device.
The Following 2 Users Say Thank You to zaheerm For This Useful Post: | ||
|
2009-11-12
, 12:42
|
Posts: 51 |
Thanked: 16 times |
Joined on Jan 2008
@ Sweden
|
#4
|
|
2009-11-12
, 12:46
|
Posts: 168 |
Thanked: 265 times |
Joined on Oct 2009
@ London, UK
|
#5
|
When I upgrade to version 0.1.7 main screen don't show up any more.
Regards,
Ove
|
2009-11-12
, 12:51
|
Posts: 320 |
Thanked: 108 times |
Joined on Oct 2009
|
#6
|
What started as a 20 minute hack borrowing youtube parsing code from canola2, I have now packaged up as a fremantle application. Currently it lets you browse top rated, recently featured, most viewed, most recent and all the youtube categories and plays back the video you select.
Next features scheduled are:
- search
- show full description
- seek bar when playing
- download
It is a little rough, like no error handling when you lose network etc. but please try it out and give feedback.
|
2009-11-12
, 12:53
|
Posts: 168 |
Thanked: 265 times |
Joined on Oct 2009
@ London, UK
|
#7
|
The Following 3 Users Say Thank You to zaheerm For This Useful Post: | ||
|
2009-11-12
, 12:56
|
Posts: 51 |
Thanked: 16 times |
Joined on Jan 2008
@ Sweden
|
#8
|
How long did you wait? Did you have a network connection? It seems to be fine on my device. If you had network connection and it didn't come up even after say 15-30 seconds, can you try running in terminal:
/opt/zoutube/zoutube and see if anything gets output in the terminal
|
2009-11-12
, 13:02
|
Posts: 168 |
Thanked: 265 times |
Joined on Oct 2009
@ London, UK
|
#9
|
I have network connection.
I got this:
/opt/zoutube/zoutube
Traceback (most recent call last):
File "/opt/zoutube/zoutube", line 766, in <module>
ui = MainScreen()
File "/opt/zoutube/zoutube", line 385, in __init__
self.ctx = osso.context.Context("zoutube", "0.1")
TypeError: function takes exactly 3 arguments (2 given)
~ $
|
2009-11-12
, 13:11
|
Posts: 51 |
Thanked: 16 times |
Joined on Jan 2008
@ Sweden
|
#10
|
Strange I don't get that, what version of python-osso do you have installed?
my dpkg -s python-osso shows:
Version: 0.4-0maemo1
Next features scheduled are:
It is a little rough, like no error handling when you lose network etc. but please try it out and give feedback.
UPDATE: zoutube 0.1-18 is now in extras. Thanks all for the testing.
Last edited by zaheerm; 2009-11-27 at 17:11. Reason: typo