Author Topic: Need some dedicated testers.  (Read 286778 times)

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: Need some dedicated testers.
« Reply #300 on: January 25, 2014, 09:35:57 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

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Need some dedicated testers.
« Reply #301 on: January 25, 2014, 11:21:35 am »
I love it, when people are sooo specific

maverick0815

  • Administrator
  • wants to work for LinuxMCE
  • *****
  • Posts: 858
    • View Profile
Re: Need some dedicated testers.
« Reply #302 on: January 25, 2014, 01:34:39 pm »
I have around 700+ Movies...getting the videolist on earlier builds was never an issue

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: Need some dedicated testers.
« Reply #303 on: January 25, 2014, 02:35:40 pm »
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

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Need some dedicated testers.
« Reply #304 on: January 25, 2014, 03:23:50 pm »
 select count(*)  from File where EK_MediaType=5 and IsDirectory = 0 and IsMissing = 0

should be a bit more accurate.

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: Need some dedicated testers.
« Reply #305 on: January 25, 2014, 03:41:31 pm »
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

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Need some dedicated testers.
« Reply #306 on: January 25, 2014, 07:43:54 pm »
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

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: Need some dedicated testers.
« Reply #307 on: January 25, 2014, 07:58:58 pm »
Still the same.

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

maverick0815

  • Administrator
  • wants to work for LinuxMCE
  • *****
  • Posts: 858
    • View Profile
Re: Need some dedicated testers.
« Reply #308 on: January 25, 2014, 08:17:40 pm »
Yup, still crashes...sorry

B34N

  • Guru
  • ****
  • Posts: 156
    • View Profile
Re: Need some dedicated testers.
« Reply #309 on: January 25, 2014, 08:44:38 pm »
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

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Need some dedicated testers.
« Reply #310 on: January 25, 2014, 11:46:42 pm »
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

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Need some dedicated testers.
« Reply #311 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
*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

  • Guru
  • ****
  • Posts: 156
    • View Profile
Re: Need some dedicated testers.
« Reply #312 on: January 26, 2014, 03:23:49 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

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Need some dedicated testers.
« Reply #313 on: January 26, 2014, 09:19:02 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

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: Need some dedicated testers.
« Reply #314 on: January 29, 2014, 02:55:47 am »
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.