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 - tschak909

Pages: 1 ... 5 6 [7] 8 9 ... 370
91
Users / Re: MythTV - Thumbnails not appearing
« on: February 15, 2014, 08:49:34 pm »
I believe this all happens in the MythTV Plugin, there is a function to update the mythtv recordings. I'm not where I can get to the code at the moment, so I can't say specifically...

Can you file a bug, so you, and all of us can work on it?

-Thom

92
Users / Re: WIFI RGB/W Lights
« on: February 15, 2014, 05:32:38 pm »
I would look to see if:

* your DCE router is receiving the command (DCERouter.log)
* your Generic Serial Device is reacting to the command (look at its log, either in web admin, follow log, or tail -f /var/log/pluto/XX_Generic_Serial_Device.log from console.. also looking at the GSD's screen session is a good thing to do (screen -ls to get a list of screen processes, and screen -r <pid#> to connect to one of them... control-A d exits cleanly.

-Thom

93
Users / Re: Is anyone using the Game Player?
« on: February 15, 2014, 05:30:11 pm »
Did the cover art properly acquire?

Does bookmarks work correctly? (from the bookmarks menu; from the playlist itself; from the media file view?)

Does recording work?

Do the games move well between media directors?

-Thom

94
Users / Is anyone using the Game Player?
« on: February 15, 2014, 06:15:26 am »
I'm just curious.

-Thom

95
Users / Re: sound alert
« on: February 11, 2014, 04:37:50 pm »
There is an implementation of this in MH Play Media, where you set the Resume flag.

However, in its current state, it does not work properly, and needs engineering time to debug and fix.

-Thom

96
Users / Re: VPN (Need a place for my notes)
« on: February 08, 2014, 09:28:49 pm »
Basically guys, what is it going to take, to have VPN work out of the box for the most common platforms? I typically don't have to go into advanced in each of the VPN clients and set things like this.

-Thom

97
Users / Re: Orbiter Clock
« on: February 04, 2014, 01:44:47 am »
If you go into mysql, e.g.

Code: [Select]
mysql pluto_main -uroot

you now have access to the database that LinuxMCE uses internally.

If you do an SQL query, e.g.

Code: [Select]
SELECT * from Style;

You will see all the rows of the style table, corresponding to different "Styles" used by HA Designer to draw lots of things like "text".

Notice that one of the rows, has a description of Clock, this is PK_Style # 27.

If you then do a query of:

Code: [Select]
SELECT * from StyleVariation WHERE FK_Style = 27;

You'll see the information for style #27. PK_Style becomes FK_Style out of convention, because in the Style table, the Style is a primary key, whilst in the StyleVariation table, it is a Foreign Key (it references another table).

Note the columns in StyleVariation, particularly PixelHeight. This is the value we want to change.

If you then do an explicit query of:

Code: [Select]
UPDATE StyleVariation SET PixelHeight=600 WHERE FK_Style=27;

You've then changed the Pixel Height variation from 840 to 600.

After this point, you'll need to regenerate the orbiters.

-Thom

98
Users / Re: Orbiter Clock
« on: February 03, 2014, 10:27:45 pm »
So basically, font is too big... ok...

if you open mysql and

SELECT * from Style;

you'll see a PK_Style for Clock

Edit the StyleVariation table, and change the font size entry for clock, which is, I believe 840 pixels, to something smaller, see if this fixes it.

-Thom

99
Users / Re: Aeotec Z-Stick Series 2 troubleshooting
« on: January 31, 2014, 05:41:33 am »
When you do lsusb, do you see this in the list?

Code: [Select]
Bus 002 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device

-Thom

100
Users / Re: gc100 and rs232 control
« on: January 28, 2014, 10:25:59 pm »
you need to do \xXX\xXX\xXX ... note the backslash.

-Thom

101
I would suggest trying LinuxMCE 12.04, and then talking either here in the forum, or on #linuxmce in irc.freenode.net on IRC, so we can help get this resolved. There hasn't been very much maintenance on the LIRC_DCE driver, and we need to make sure to get this working for most transcievers, again.

Can you tell me what you have for your IR transciever, and what the USB ID is etc, so that we can determine if a device template needs to be made for it?

-Thom

102
Users / Re: At Home with LinuxMCE: Photos
« on: January 27, 2014, 04:03:50 am »
that is all.

For those that don't know, this is the desk of Langston Ball, the guy working on the next generation Orbiter engine (qOrbiter).

-Thom

103
Users / Re: 710,810,1004 or what?
« on: January 27, 2014, 04:02:10 am »
I would suggest using 1204, as this is where all the development work is happening, especially with trying to get the telecom system back up to spec.

(1) Nobody has added a template to support TDM trunking with Asterisk, as we designed the wizard to handle SIP and IAX trunks, as they are infinitely easier to set up.

(2) there is no _phones_ wizard, only the page in the web admin to configure the phone devices.

(3) Thanks for liking the idea, but the documentation is only as good as what the community can contribute and maintain. This means people like you ferreting out and helping us find issues, because of the sheer scope of this project, we can't keep everything juggled all at the same time, nor expect to support every possible combination of how this software can be set up, at every point in time.

(4) hardware suggestions are just that, suggestions, and again, are put together from successful installations in the community. Those of us with good hardware configurations will post these on the wiki for others to benefit from, what else do you want?

(5) Thank you so much for offering to help with documentation. I would suggest logging onto IRC, irc.freenode.net, and going into #linuxmce (and eventually into #linuxmce-devel) so we can help you (a) get started with a workable solution, and (b) provide a funnel for brain dumping not only the existing documentation on the wiki, but also what's in our heads (which is infinitely more, it's just the way it is...)

-Thom

104
Users / Re: At Home with LinuxMCE: Photos
« on: January 24, 2014, 04:34:32 pm »
Yes, look at that specific post, there is a font called HelveticaNeue-UltraLight.ttf.

-Thom

105
Developers / Re: DNS inconsistencies, input sought.
« on: January 23, 2014, 05:31:05 am »
Thanks,
-Thom

Pages: 1 ... 5 6 [7] 8 9 ... 370