NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 2 3 4 5 … 263 Next »
irblaster fire tv

 
  • 0 Vote(s) - 0 Average
irblaster fire tv
MaxOne72
Offline

Member

Posts: 152
Threads: 78
Joined: Sep 2018
#1
2021-06-10, 03:38 AM
Dose anyone know if I can get an irblaster that would work with a colossus 2 and firetv stick?

Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#2
2021-06-10, 12:10 PM
If you want to send digits, perhaps research

adb shell input keyevent

Martin
MaxOne72
Offline

Member

Posts: 152
Threads: 78
Joined: Sep 2018
#3
2021-06-10, 01:21 PM
My next question is. Wil this work for NextPVR?

Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#4
2021-06-10, 01:29 PM
You could use this for the channel from NextPVR if that is what you mean. I have no idea if the app you are tuning will respect numeric input. That is why I suggested research.

Martin
MaxOne72
Offline

Member

Posts: 152
Threads: 78
Joined: Sep 2018
#5
2021-06-11, 01:26 PM
Found it this will work for changing channel. Now how would I use it with NextPVR? Would a simple script work for each channnel, dose NextPVR support batch files?

Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#6
2021-06-11, 01:53 PM (This post was last modified: 2021-06-11, 04:24 PM by mvallevand.)
You should be able to call a script file (bat, ps, sh) You would not need to created separate scripts since the channel numbers are passed to the script.

If you can't pass a full channel number you would need digits you can use {channel_d1} {channel_d2} {channel_d3} as parameters.

Then something like this should get you started, change the echos to actually run adb shell

Code:
@echo off
rem maybe this
echo adb shell input keyevent KEYCODE_%1 KEYCODE_%2 KEYCODE_%3
rem or this without constants
set /a d1=%1+7
set /a d2=%2+7
set /a d3=%3+7
echo adb shell input keyevent %d1 %d2 %d3

Martin
MaxOne72
Offline

Member

Posts: 152
Threads: 78
Joined: Sep 2018
#7
2021-06-12, 01:42 AM
Tried it the way you suggested but didn't seem to work. So I made separate batch files for each channels, now it works perfectly(only need 5 channel, lol). Would like to get to work the way you suggested. Will have to dig it more.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#8
2021-06-12, 01:59 AM
How many digits are these channels?

Martin
MaxOne72
Offline

Member

Posts: 152
Threads: 78
Joined: Sep 2018
#9
2021-06-12, 02:14 AM
There are 3 digits.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#10
2021-06-12, 02:18 AM
And your guide source has the same 3 digits?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  DCX3220e IRblaster codes toomanyhandles 2 4,498 2014-07-11, 10:37 PM
Last Post: toomanyhandles
  HD-PVR irblaster timing workaround - needs pause before record johnsmallberries 2 2,170 2010-02-17, 04:16 AM
Last Post: johnsmallberries
  DCT700/ IRBlaster issues toomanyhandles 14 5,927 2010-01-01, 05:00 PM
Last Post: toomanyhandles
  IrBlaster paf077 2 1,922 2009-01-02, 04:26 AM
Last Post: paf077
  ATI Fire VGA Card Problem Dhanu 22 6,083 2007-11-06, 05:03 PM
Last Post: Dhanu
  IRBlaster.info Compatibility with HIP gnutech 4 2,230 2007-08-28, 05:27 PM
Last Post: gnutech
  PVR150 and Nova-T 500 - losing IRblaster martint123 3 1,851 2006-12-30, 01:49 PM
Last Post: martint123
  IRBlaster: USB-UIRT? elite 2 1,800 2006-11-15, 08:13 PM
Last Post: nbarsley
  PVR150 IRBlaster Troubles dinki 2 1,951 2006-03-25, 01:03 PM
Last Post: dinki
  Irblaster with 150MCE nemulate 9 3,912 2006-01-31, 12:31 AM
Last Post: offrotor

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode