|
2009-09-11
, 12:59
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#52
|
|
2009-09-11
, 13:48
|
Posts: 473 |
Thanked: 141 times |
Joined on Jan 2009
@ Virginia, USA
|
#53
|
Fast forward and rewind are available in 0.96.5 by pressing left and right on the D-pad. It doesn't work well with some media files, however.
There is plenty of software available for embedding album art, e.g. albumart-qt. But album art doesn't have to be embedded. You can also put a cover.jpg into the same folder as the music files.
|
2009-09-11
, 20:22
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#54
|
The Following User Says Thank You to Laughing Man For This Useful Post: | ||
|
2009-09-12
, 01:31
|
Posts: 473 |
Thanked: 141 times |
Joined on Jan 2009
@ Virginia, USA
|
#55
|
|
2009-09-17
, 20:15
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#56
|
|
2009-09-19
, 20:53
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#57
|
gobject.timeout_add(1000, lambda : False) ... gtk.main_iteration(True)
|
2009-09-20
, 10:51
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#58
|
Hi maacruz,
I'm merging your patches with my code and noticed that you sometimes use code like this:
What exactly does it do? It doesn't seem to delay for 1000 ms. Is the 1000 an arbitrary value here just to ensure that something is in the event queue when calling main_iteration later?Code:gobject.timeout_add(1000, lambda : False) ... gtk.main_iteration(True)
Why is this working better than gtk.main_iteration(False) ?
Keep up the good work!
|
2009-09-21
, 16:40
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#59
|
1- The linux scheduler rewards sleeping (I/O bound) tasks with high priority and punishes cpu hogs with low priority, so mediabox is more responsive/interactive.
2- The tablet as a whole is more responsive, as the cpu is free for other tasks
3- The battery lasts longer
By the way, I have attached a little ui bugfix patch:
- KineticScroller.py, ImageStrip.py: when using kinetic scroll to reach the end of the list, the scroll stops before reaching the end for a while, then jumps. Most noticeable with fast movements. Fixed.
I now... you told me ImageStrip is going to be deprecated, but .... it WAS a bug .... I couldn't stand it... I.... I had to do it... don't you understand? .... I HAD TO DO IT
The Following User Says Thank You to pycage For This Useful Post: | ||
|
2009-09-22
, 03:09
|
Posts: 473 |
Thanked: 141 times |
Joined on Jan 2009
@ Virginia, USA
|
#60
|
Two questions for you. First, I believe I read in a thread somewhere that in fullscreen mode, the display snould look like
|< album art file info >|
However, mine looks like the screenshot below.
Second question, is it possible to add fast forward/fast rewind within a track?
Bonus question: ow do you embed album art into an mp3 or ogg? I know some of my podcasts (Car Talk, Distrowatch Weekly) have embedded art, but none of the other podcasts nor any of the music I upload from amaroK.
Thanks, --vr
Last edited by VulcanRidr; 2009-09-09 at 18:47.