Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - WhateverFits

Pages: 1 [2] 3 4 ... 16
16
Users / Re: Heating Boiler Viessman
« on: October 31, 2013, 07:34:55 pm »
It could be possible.

http://wiki.linuxmce.org/index.php/EIB/KNX

It should work quite well unless it has some other protocol not in the above technology.

17
In general, would it be wise to add multiple files to the same radiostation? Now i just grab the first one.

So far, this looks rather good. I've tested the prior version and now I'm going to test this one. It works great! I did have a duplicate URL attempted to get inserted and it failed gracefully. Very nice. Now, can you give an example of multiple files and the same radiostation? Example XML would be good to know what you are talking about.

Thanks for the good work!

18
Thanks! Looks good, now I can test it.

19
Users / Re: Need some dedicated testers.
« on: October 29, 2013, 10:59:22 pm »
*changed the phone homescreen to make buttons bigger
*added ability to get screenshot to smokey
*added zoom & aspect for video in smokey
*added a fallback screen for mediatypes that dont have a details page implemented yet.
*added support for browsing photos.

*found ugly bug that happens when its reset repeatedly.
*so far unable to reproduce the crash when power button is pressed.
Power screen is working fine for me now. You must have fixed it by accident. ;) Looks great! I think it might even work. My boxes are a little nit-picky on WOL stuff so it is hard to test properly.

Where is the zoom & aspect in video? I don't see it.

Photo screen shows that I have 7,405,615 photos but doesn't show any. I have doubts about me actually having that many photos. I have a ton, but not that many.

I started some audio, hit "Play All" (several hundred to a few thousand songs, I didn't check). The display never showed the remote nor any feedback that it was playing. I might have hit "Play All" twice due to no feedback. Then it attempted to draw the main screen's mini status and crashed. I started it back up and it displayed just fine. At the moment of crash, it was drawing the status and I tapped on "Media" simultaneously. My guess is that it was the two events together that caused the crash.

20
What does not look right?
to me it seems correct, i do the insert, and last_insert in 1 command, with the output in $PK_File var

it even works for me

Anton

The lines are tuncated:

Code: [Select]
               PK_File=$(mysql pluto_media -e "insert into File (EK_MediaType,DateAdded,Filename,Missing,IsDirectory,IsNew) VALUES(43,NOW(),'$Url',0,0,1);$

                #Add Station Name to Database
                FK_Attribute=$(mysql pluto_media -e "insert into Attribute (FK_AttributeType,Name) VALUES(10,'$Station');select LAST_INSERT_ID() from Attri$

21
Developers / Re: Something interesting to watch
« on: October 28, 2013, 03:37:52 am »
now if you bring up mister house that may lead to fist-a-cuffs...

http://misterhouse.sourceforge.net/authors.html

WhateverFits' real name is Sean Walker. I used to be active over there... ;D

22
Wiki / Re: Forum and wiki server upgrade on 25.10.2013
« on: October 28, 2013, 03:30:39 am »
Awesome! Thanks!


23
Users / Re: Need some dedicated testers.
« on: October 25, 2013, 05:57:03 pm »
Yeah! Skin loads appropriately now, orientation changes work correctly, audio starts streaming on button push (but it crashes the orbiter). The screen rotation works really well. Odd about having to force a redraw.

I've never had problems with a buggy data-grid so I can't test that one.

All this on Nexus 4 over WiFi.

Yeah, I've had problems where I checked in files I shouldn't or forgot to check in some I needed. I ended up putting in a continuous integration build system (CruiseControl.Net) at one of my jobs that would completely wipe out the entire source tree and check it out fresh every time just to ensure that this problem wouldn't occur past a single checkin. :)

Is there any particular area of code you need help with? Just let me know a small area I can get my feet wet in and I'll check it out.

Thanks for all the hard work!

24
Users / Re: Need some dedicated testers.
« on: October 24, 2013, 11:22:00 pm »
Build 70 looks the same.

25
Users / Re: Need some dedicated testers.
« on: October 24, 2013, 04:55:30 am »
I saw nothing that said "Audio Service Started" and I just downloaded the latest moments ago. Open-GL version posted 23 hours ago. Fully up to date with latest orbiter and setup script.

It does seem to change orientations nicely.
I cannot select a different skin.
Power button craps it out pretty badly.
Cannot show remote screen. Just goes to background. I can hit back to go back to the main screen.
Media grids load.
Many other functions seem to work.

So, going to San Francisco in a couple weeks? Sounds like fun! I'm just down the road a little from there and spent the day there during the America's Cup on one of the final days. That was fun.



26
Users / Re: Need some dedicated testers.
« on: October 18, 2013, 05:56:42 am »
Anyone here know javascript?

I do quite well. I had no idea that QML was similar. I'm rather unfamiliar with the technology. What can I do? I have no clue about this tech whatsoever.

27
Users / Re: Need some dedicated testers.
« on: October 18, 2013, 05:56:00 am »
what skin?

as far as the threads, well its a lot of moving parts and im still not settled on the current implementation.

Smokey mostly. It works fine sometimes but generally is very slow. It is happening right now with the latest version. It looks like it switches but forgets to do a redraw until the next background image shows up. That's been my experience and what is happening at the very moment.

28
Developers / Re: Improving Performance of Play All
« on: October 06, 2013, 08:01:22 am »
Do you have a test fixture for this library?

29
Developers / Re: Improving Performance of Play All
« on: October 04, 2013, 09:17:09 pm »
Have you ever tried gprof? It looks useful but I've never used it.

30
Developers / Re: Improving Performance of Play All
« on: October 04, 2013, 09:08:09 pm »
The thing that confuses me, is that if i remove the parts of the code that cause the bottleneck, the bottleneck shifts elsewhere...

-Thom

How are you doing your profiling? If the code is working as I think, then shifting bottlenecks would be exactly appropriate in this situation. I've had that so many times in so much code.

Pages: 1 [2] 3 4 ... 16