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

Pages: 1 [2] 3 4 ... 10
16
Amulet Remote / Re: Remote Battery
« on: April 24, 2016, 06:50:54 PM »
Thanks. Will check out.

17
Amulet Remote / Remote Battery
« on: April 24, 2016, 12:51:13 PM »
I need to replace the VARTA EasyPack L battery for the Amulet Remote. Can anyone recommend where I can find one? I tried google but mostly found the XL. Would another brand work? Thanks for any help.

18
Media Browser (Emby) / Re: New Commands Emby Theater
« on: June 06, 2015, 03:18:23 PM »
This appears to be how Emby works.  You are only using a single action to play an item so whatever you are seeing happen is due to the way Emby is handling it.  If you feel there is a problem with it going to the home screen before playing the new channel you should ask about it on the Emby forum.

Thanks.

19
Media Browser (Emby) / Re: New Commands Emby Theater
« on: June 06, 2015, 02:14:06 PM »
Are you implying here that the MB3.PlayItem -> ChannelID action that you use in your Play Live TV command only successfully tunes to a TV channel if you issue the command while on the home screen, but that it doesn't allow you to tune in to a different channel when you're already watching a channel?

From the home screen the command plays the selected channel. While it will play the next channel selected, it returns to the home screen and then to the new channel. What i am trying to do is to get it to play the new channel without returning to the home screen. That is from channel to channel.

20
Media Browser (Emby) / Re: New Commands Emby Theater
« on: June 05, 2015, 09:55:21 PM »
Hi lja,

That said, ideally we wouldn't want to close and re-launch, so maybe that's something we can help find another solution for if you can explain more about that.

- Naomi

@nime5ter: I have revised the Play Live TV as indicated in the first post. Can you help me with the issue of the close and relaunch? I would like to be able to change the channel without having to go back to the home screen. Thanks for any help.

21
Media Browser (Emby) / Re: New Commands Emby Theater
« on: May 24, 2015, 05:46:00 PM »
Maybe I should indicate what I was trying to achieve. I am using OTA for live TV.

Goal: To play Live TV in Emby Theater

There would be four commands: Play Live TV, Show Live TV Guide from the Emby dashboard in full screen and Close Live TV Guide

The use ALT+F4 was to close Live TV Guide full screen before playing channel

Closing and reopening was not intended and is not necessary.

Based on your comments, maybe I should remove the posts above while I continue to further work on it including not using a combination of keyboard emulation and Emby commands.


22
Media Browser (Emby) / Re: New Commands Emby Theater
« on: May 24, 2015, 03:16:43 PM »
@nime5ter
@jitterjames

Thanks for your comments. Will review and respond.

23
Media Browser (Emby) / Re: New Commands Emby Theater
« on: May 24, 2015, 02:02:37 PM »
VC:2.145
Windows 7

In EMBY dashboard under Live TV-Tuners, there are buttons to reset the Tuners.

https://dl.dropboxusercontent.com/u/19298307/tuners.JPG

Goal: To create a command to reset the Tuners and add it to the Live TV group

If this is possible, any guidance would be appreciated.

24
Media Browser (Emby) / New Commands Emby Theater
« on: May 21, 2015, 05:15:17 PM »
I added the following to VC. The commands are working well but any improvement to my approach would be welcomed.

Play Live TV Revised June 6, 2015

Music Playlists

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.5-->
<commandGroup open="False" name="MB3 Playlists" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="145" name="Play playlists" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>InputKeys.Send</cmdType>
      <params>
        <param>{}({RIGHT}{RIGHT})</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>VC.Pause</cmdType>
      <params>
        <param>1000</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>MB3.GeneralCommand</cmdType>
      <params>
        <param>MoveDown</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>MB3.GeneralCommand</cmdType>
      <params>
        <param>MoveDown</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>VC.Pause</cmdType>
      <params>
        <param>200</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>MB3.GeneralCommand</cmdType>
      <params>
        <param>Select</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>VC.Pause</cmdType>
      <params>
        <param>1000</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>MB3.GeneralCommand</cmdType>
      <params>
        <param>Select</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Play playlists</phrase>
  </command>
</commandGroup>


Browse Live TV Channels

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.5-->
<command id="1226" name="Browse LiveTV Channels" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>InputKeys.Send</cmdType>
    <params>
      <param>{}({RIGHT}{RIGHT}{RIGHT}{RIGHT})</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>VC.Pause</cmdType>
    <params>
      <param>1000</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>MB3.GeneralCommand</cmdType>
    <params>
      <param>MoveDown</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>VC.Pause</cmdType>
    <params>
      <param>200</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>MB3.GeneralCommand</cmdType>
    <params>
      <param>Select</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>go to, browse, browse to</phrase>
  <phrase optional="true">my</phrase>
  <phrase>Live TV  Stations, Live tee vee channels</phrase>
  <phrase optional="true">shows, series</phrase>
</command>

Play Live TV

This requires a payload XML. I obtained the info for the payload as follows:
Value: placing cursor over Channel name in Emby Server shows the required id
Phrase: Name of Channel

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.5-->
<commandGroup open="False" name="Play Live TV" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="1257" name="Find/Play/Resume live TV {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>TTS.SpeakSync</cmdType>
      <params>
        <param>Selecting Channel {PF.2}</param>
      </params>
      <cmdRepeat>0</cmdRepeat>
    </action>
    <action>
      <cmdType>MB3.PlayItem</cmdType>
      <params>
        <param>{2}</param>
        <param>Play</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>VC.Pause</cmdType>
      <params>
        <param>2000</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <params>
        <param>........Selecting Channel {PF.2}.........</param>
        <param>7000</param>
        <param>125</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>TTS.SpeakSync</cmdType>
      <params>
        <param>Selecting Channel {PF.2}</param>
      </params>
      <cmdRepeat>0</cmdRepeat>
    </action>
    <payloadList>Display, Play, Find, Switch To, Feature, Go To</payloadList>
    <phrase>Live TV, Channel</phrase>
    <phrase optional="true">channel</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">MB3Payloads\Live TvChannels.xml</payloadFromXML>
  </command>
  <command id="1259" name="What channel is this" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>MB3.GetnowPlaying</cmdType>
      <params>
        <param>This is Channel: {Name}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>OSD.ShowText</cmdType>
      <params>
        <param>{LastResult}</param>
        <param />
        <param>125</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>TTS.Speak</cmdType>
      <params>
        <param>{LastResult}</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>What channel is this</phrase>
  </command>
</commandGroup>

25
XML Exchange / Re: Windows 8 Netflix App control
« on: May 03, 2015, 10:32:49 AM »
I found google to be my best friend when trying to understand how everything worked, you will want to download AutoHotkey they have some extra little programs with it that can make things easier, plus you will need it so you can run the script and test it you can find it here http://www.autohotkey.com/

most of the mouse coordinates can be found at the top of the script but there are some spread out through out the script,

I attached the script below hope you can get it working with your resolution

Thanks @PegLegTV. Will try with it.

26
XML Exchange / Re: Windows 8 Netflix App control
« on: May 03, 2015, 12:29:53 AM »
If you want I can post my AutoHotKey script and you could modify the coordinates, I'm not sure if you know AutoHotKey but it's easy to learn, this is my first major project,

I modified the original script linked to in the first post, I added in a lot of functions that I use and added in VoxCommando and Eventghost event triggers so It would switch my remote setup and voice inputs, plus dim my lights when i start a movie.

Don't know AutoHotKey but willing to learn. Could you post your script and I will give it a try? Any suggestion for a guide?

27
XML Exchange / Re: Windows 8 Netflix App control
« on: May 02, 2015, 08:42:57 PM »
Fastastic. Would love to try this but cannot use 1920x1080 on my monitor. Space constraints re size in HTPC rack.

28
Media Browser (Emby) / Re: Emby - Media Browser Theater
« on: April 25, 2015, 04:49:42 PM »
Thanks. Missed that. Looks like Emby Theater Music is not yet finished.

29
Media Browser (Emby) / Emby - Media Browser Theater
« on: April 25, 2015, 01:51:20 PM »
So far all the commands I have checked are now working well.  However I have noticed that in playing music, the cover image of the song does not display. If for example the display is on movies and I say "play song..." the screen remains on movies. Is it possible to show the cover image of the song that is playing while it is playing? Thanks.

30
In the meantime, you've given other Kodi/Netflix folks quite a bit to work with within the limits of the addon, which is much appreciated.

@PegLegTV
+1. Thanks for your work. However I will continue to play with it.

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