Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

List of available lircrc commands for mythfrontend

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


simon at rumble

Mar 31, 2007, 8:35 PM

Post #1 of 6 (2165 views)
Permalink
List of available lircrc commands for mythfrontend

Hi folks.

I've been hunting around for a comprehensive list of lircrc commands
(config = ) for mythfrontend. Can't seem to find anything particularly
comprehensive, just people's example files.

I'm specifically looking for a way to assign a button to skip 30 seconds
for when the auto commercial skip hasn't detected ad breaks, but would
like a handy reference for future needs.

If there is one around, I'll put a link into the Wiki under lirc, which
would be the logical place to look.

If none exists, would someone be able to extract the full list and I'll
make up a page in the Wiki?

--
Rev Simon Rumble <simon[at]rumble.net>
www.rumble.net

"When bankers get together for dinner they discuss art, when artists
get together for dinner they discuss money."
- Oscar Wilde
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jon at sd-6

Mar 31, 2007, 8:53 PM

Post #2 of 6 (2085 views)
Permalink
Re: List of available lircrc commands for mythfrontend [In reply to]

Rev Simon Rumble wrote:
> Hi folks.
>
> I've been hunting around for a comprehensive list of lircrc commands
> (config = ) for mythfrontend. Can't seem to find anything particularly
> comprehensive, just people's example files.
>
> I'm specifically looking for a way to assign a button to skip 30 seconds
> for when the auto commercial skip hasn't detected ad breaks, but would
> like a handy reference for future needs.
>
> If there is one around, I'll put a link into the Wiki under lirc, which
> would be the logical place to look.
>
> If none exists, would someone be able to extract the full list and I'll
> make up a page in the Wiki?
>

I think the best resource is the keybindings on the wiki
http://www.mythtv.org/wiki/index.php/Keybindings
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Apr 1, 2007, 10:38 AM

Post #3 of 6 (2067 views)
Permalink
Re: List of available lircrc commands for mythfrontend [In reply to]

On 03/31/2007 11:53 PM, Jon wrote:
> Rev Simon Rumble wrote:
>
>> Hi folks.
>>
>> I've been hunting around for a comprehensive list of lircrc commands
>> (config = ) for mythfrontend. Can't seem to find anything particularly
>> comprehensive, just people's example files.
>>
>> I'm specifically looking for a way to assign a button to skip 30 seconds
>> for when the auto commercial skip hasn't detected ad breaks, but would
>> like a handy reference for future needs.
>>
>> If there is one around, I'll put a link into the Wiki under lirc, which
>> would be the logical place to look.
>>
>> If none exists, would someone be able to extract the full list and I'll
>> make up a page in the Wiki?
> I think the best resource is the keybindings on the wiki
> http://www.mythtv.org/wiki/index.php/Keybindings

Yep. Myth uses the key name for LIRC "commands." Also, the 30-second
skip is configurable in the Playgroups.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mikep at randomtraveller

Apr 2, 2007, 3:30 AM

Post #4 of 6 (2055 views)
Permalink
Re: List of available lircrc commands for mythfrontend [In reply to]

Michael T. Dean wrote:
> On 03/31/2007 11:53 PM, Jon wrote:
>> Rev Simon Rumble wrote:
>>
>>> Hi folks.
>>>
>>> I've been hunting around for a comprehensive list of lircrc commands
>>> (config = ) for mythfrontend. Can't seem to find anything particularly
>>> comprehensive, just people's example files.
>>>
>>> I'm specifically looking for a way to assign a button to skip 30 seconds
>>> for when the auto commercial skip hasn't detected ad breaks, but would
>>> like a handy reference for future needs.
>>>
>>> If there is one around, I'll put a link into the Wiki under lirc, which
>>> would be the logical place to look.
>>>
>>> If none exists, would someone be able to extract the full list and I'll
>>> make up a page in the Wiki?
>> I think the best resource is the keybindings on the wiki
>> http://www.mythtv.org/wiki/index.php/Keybindings
>
> Yep. Myth uses the key name for LIRC "commands." Also, the 30-second
> skip is configurable in the Playgroups.
>
> Mike
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
Helps, but not all the time. Is it necessary for every user to try all
combinations of PageDown, PageDn, PgDn, PAGEDOWN, etc to find the exact
string myth expects?

A list of these correspondences would be nice. Remember, the list linked
above is for a keyboard user, where it's obvious which key is meant. If
trying to link in Lirc-derived keypresses in a config file, something a
little more exact is required.

Mike Perkins
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


list-mythtv at bluecamel

Apr 2, 2007, 4:41 AM

Post #5 of 6 (2053 views)
Permalink
Re: List of available lircrc commands for mythfrontend [In reply to]

On Apr 2, 2007, at 6:30 AM, Mike Perkins wrote:

> Helps, but not all the time. Is it necessary for every user to try all
> combinations of PageDown, PageDn, PgDn, PAGEDOWN, etc to find the
> exact
> string myth expects?
>
> A list of these correspondences would be nice. Remember, the list
> linked
> above is for a keyboard user, where it's obvious which key is
> meant. If
> trying to link in Lirc-derived keypresses in a config file,
> something a
> little more exact is required.

In MythTV, choose Setup Utils -> Edit Keys and browse the lists for
specific key names you're after. You need the MythControls plugin to
see the Edit Keys screen. If you don't have it and don't care to use
it then try this mysql command to dump the keys table:

echo 'select * from keybindings' | mysql -u mythtv -p mythconverg >
keybindings.txt

The keylist col will list out the exact keynames as
"key1,key2,key3,key4". (In MythTV you can have one ore more keys
bound to the same function.)

--
Scott

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Apr 2, 2007, 6:07 AM

Post #6 of 6 (2050 views)
Permalink
Re: List of available lircrc commands for mythfrontend [In reply to]

On 04/02/2007 06:30 AM, Mike Perkins wrote:
> Michael T. Dean wrote:
>
>> Yep. Myth uses the key name for LIRC "commands." Also, the 30-second
>> skip is configurable in the Playgroups.
> Helps, but not all the time. Is it necessary for every user to try all
> combinations of PageDown, PageDn, PgDn, PAGEDOWN, etc to find the exact
> string myth expects?
>
> A list of these correspondences would be nice. Remember, the list linked
> above is for a keyboard user, where it's obvious which key is meant. If
> trying to link in Lirc-derived
actually QT-derived ;) (but that doesn't change anything for the end-user)
> keypresses in a config file, something a
> little more exact is required.
http://doc.trolltech.com/3.3/qt.html#Key-enum (but remove the "Qt::Key_"
from the constant to get the key name) provides the list of all possible
keys, but Scott's recommendation to use MythControls to see what
/you've/ defined is the best approach. Because, after all, if you have
no mapping for a key, it won't do anything whether you send it using
LIRC or using a keyboard.

Mike

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.