The Following 5 Users Say Thank You to koos For This Useful Post: | ||
|
2009-01-04
, 17:45
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#2
|
|
2009-01-29
, 18:13
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#3
|
The Following User Says Thank You to koos For This Useful Post: | ||
|
2009-01-29
, 18:30
|
Posts: 48 |
Thanked: 3 times |
Joined on Apr 2008
|
#4
|
|
2009-01-29
, 18:40
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#5
|
Is there a way to get the flash player to go full screen so I can use my finger to skip tracks and so fourth.
|
2009-01-29
, 18:58
|
Posts: 48 |
Thanked: 3 times |
Joined on Apr 2008
|
#6
|
In fullscreen kmplayer adjust the plugin size too, all the white area is flash. In this case as you've seen, the flash movie chooses to not scale but aligns in the center. That is indeed quite unfortunate, also for the volume control.
Thanks
|
2009-01-29
, 20:03
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#7
|
|
2009-01-30
, 21:10
|
Posts: 111 |
Thanked: 23 times |
Joined on Sep 2008
@ Singapore
|
#8
|
|
2009-01-30
, 22:06
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#9
|
In the latest 0.9.2-3 build, whenever I open .SWF flash files, it would try to connect to the internet and not play the file. I have no such problem in all earlier versions.
The Following User Says Thank You to koos For This Useful Post: | ||
|
2009-01-31
, 23:46
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#10
|
The Following User Says Thank You to koos For This Useful Post: | ||
That brings me to the Shoutcast playlist generator that was added in the 0.9.1 series. I hope for those who tried it that the 'No input data received' error didn't show up that much. There is a known bug that the Shoutcast search method via newxml.phtml often results in HTTP response code 503 (Service Temporarily Unavailable).
As far as I looked, the other media players on Maemo get the links by scanning the HTML from the Shoutcast web page. So in case somebody wondered, that's is the reason why KMPlayer seems to have a problem. I can only hope the Shoutcast people fix this soon.
I've put one extra thing in this update and that is scrolling the playlist by dragging. The scrollbars are still there though. This should make the list more finger friendly for long lists like WorldTV99 or Shoutcast results.
The original idea was to also add kinetic scrolling, which is actually now just a small step to add. However while looking at the various deltas between the motion events, I got the idea to make it simply behave like the scrollbars.
That is when dragging from bottom to top over the playlist, the playlist is at the bottom and vica versa. The exception is that the scrollbars move in the opposite direction, to match behaviour in the browser. So this way KMPlayer doesn't need the kinetic scrolling. Of course this doesn't look so cool but, then again, that is nothing new to KMPlayer .
An alternative approach that I've looked at is using wider custom drawn scrollbars that are semi-transparent, same as the Youtube query summery shows when the description text it too long to fit on the page. The advantage is of course finger friendly scrollbars and at the same time getting more screen to show the links. What kept me from doing this is that it's probably quite some work (I figured that I may have to sub class GtkTreeView for painting reasons). Additionally I wondered how nice or ugly this would be, it's like fidling with the styles, may look nice on the default onces but terrible on others.
Ideas welcome of course!