News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Need some dedicated testers.

Started by golgoj4, August 12, 2013, 05:04:10 AM

Previous topic - Next topic

Esperanto

Quote from: golgoj4 on January 25, 2014, 05:17:08 AM
Do you have a lot of videos?

As you can see in a few post ago I have the same issue and I indeed have quite some entries.

Marie.O

I love it, when people are sooo specific
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

maverick0815

I have around 700+ Movies...getting the videolist on earlier builds was never an issue

Esperanto

I think I have more. Here getting the list has always crashed.

Anybody knows the correct query to show the number of movies?


mysql> select count(*)  from File where EK_MediaType=5 and IsDirectory = '0';
+----------+
| count(*) |
+----------+
|     2019 |
+----------+
1 row in set (0.08 sec)


Marie.O

 select count(*)  from File where EK_MediaType=5 and IsDirectory = 0 and IsMissing = 0

should be a bit more accurate.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

Esperanto

thx posde. It's Missing instead of IsMissing I saw:

mysql> select count(*)  from File where EK_MediaType=5 and IsDirectory = 0 and Missing = 0 ;
+----------+
| count(*) |
+----------+
|     2018 |
+----------+
1 row in set (0.00 sec)


golgoj4

http://docs.langstonball.com/job/QOrbiter-Android-Qt4-opengl/105/

It might be because i removed the throttling on android. its been restored.

-Langston

Oh , also added zoom controls for people who have super large floorplans. Still working out the concept but at least you can zoom now.
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

Esperanto

Still the same.

Also the Audio list crashes. More songs than movies so that makes sense.

maverick0815


B34N

Installed 105 on a Samsung Galaxy S2 and Nexus 7 (1st edition). I see the zoom buttons on the floorplan for the Nexus 7 but they don't seem to do anything. I don't see any zoom buttons on the GS2 and the ability to pick a different floorplan is pretty tricky. See the screen cap.

golgoj4

Sorry, didnt realize you were using the phone skin.

Update for that coming
* golgoj4 is kinda sick today so please pardon my slowness.
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

golgoj4

ok. added some changes

*Zoom buttons
*its now contained in a flickable element which should let you scroll the large size
*re-organized the layering to prevent image from covering menu


In other news, increased throttling timer. hopefully this fixes some crashes.

-Langston
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

B34N

Quote from: golgoj4 on January 26, 2014, 02:00:38 AM
ok. added some changes

*Zoom buttons
*its now contained in a flickable element which should let you scroll the large size

Langston,

It might be operator error but I installed the latest and the zoom doesn't seem to work and I can't figure out what is "flickable"

golgoj4

Quote from: B34N on January 26, 2014, 03:23:49 AM
Langston,

It might be operator error but I installed the latest and the zoom doesn't seem to work and I can't figure out what is "flickable"

We got it working in irc. need to svn update /var/www/lmce-admin/skins-common folder as well as the android one.

-Langston
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

golgoj4

we are working to add a page in the webadmin to make this more straight forward.
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.