Questions tagged [television]

479 questions
72
votes
4 answers

TV guide listing API

Does anybody know a provider offering TV listings (through API or download) for all channel and cable providers? Or is there any independent company collecting/providing such data? An API/REST/SOAP interface would be great.
bob
  • 731
  • 1
  • 6
  • 4
50
votes
7 answers

Adding ripple effect for View in onClick

Hello I am trying to add a ripple effect onClick method for View, but this one no working. All my items having an ID, but I don't know how to call it Here is a code. @Override public void onClick(View v) { int[] attrs = new…
Rodriquez
  • 981
  • 1
  • 7
  • 21
36
votes
3 answers

using jq to assign multiple output variables

I am trying to use jq to parse information from the TVDB api. I need to pull a couple of fields and assign the values to variables that I can continue to use in my bash script. I know I can easily assign the output to one variable through bash with…
user2328273
  • 868
  • 3
  • 12
  • 22
32
votes
4 answers

Simulating TV noise

I have googled a bit but was never able to find an answer. What should be my first approach to simulate a video and audio noise from TV on screen? I mean, when my TV antenna is removed but the TV is still on (like they show in Japanese horror movies…
Alexander Kulyakhtin
  • 47,782
  • 38
  • 107
  • 158
16
votes
0 answers

Does developer API exist for YouTube TV? (tv.youtube.com)

Does Google provide an API for YouTube TV? (tv.youtube.com) I'm using the YouTube Data API v3 and it seems to only work for regular youtube.com. For instance, in my paid YouTube TV account, I have access to "BBC America". Using the…
CoderDude
  • 171
  • 1
  • 5
14
votes
1 answer

React Native focus not changed in tvOS

Currently, I'm developing React Native app for TV platform and I'm able to play video on TV. I added react-native-drawer in Video Player component and able to open/close drawer but not able to change focus inside the drawer. Here is the drawer…
Sanjay Kakadiya
  • 1,596
  • 1
  • 15
  • 32
14
votes
4 answers

Sony Bravia JavaScript API & Emulator

I recently purchased a Sony Bravia TV that comes with Internet capability built in. It supports a number of internet capable widgets and web video streaming apps for sites like youtube, twitter & various yahoo! offerings. I'd like to hack on the…
Kevin Williams
  • 2,588
  • 3
  • 24
  • 25
12
votes
5 answers

swift 3.0 TViOS 10.0 MultipeerConnectivity works, but with errors

Using this code to setup Multipeer connectivity under TViOS 10.0. import UIKit import MultipeerConnectivity class MPCHandler: NSObject, MCSessionDelegate { var peerID: MCPeerID! var session: MCSession! var browser: MCBrowserViewController! var…
user3069232
  • 8,587
  • 7
  • 46
  • 87
11
votes
2 answers

How do I output 3D images to my 3D TV?

I have a 3D TV and feel that I would be shirking my responsibilities (as a geek) if I didn't at least try to make it display pretty 3D images of my own creation! I've done a very basic amount of OpenGL programming before and so I understand the…
Justin
  • 84,773
  • 49
  • 224
  • 367
11
votes
1 answer

Android TV Emulator Play Store Login

I'm trying to get the Google Play Store up and running on the Android Studio Emulator for Android TV. Virtual Devices with pre-installed Play Store do exist for Phones, sadly there is no Android TV Image with Play Store included. Setup: Android…
Fabian Sebastian
  • 329
  • 5
  • 17
11
votes
5 answers

Set active source to TV with cec-client

I have cec-client running on my raspberry pi, and I'm able to switch between active sources HDMI 1 - 4 on my Sony TV with: echo "tx 4F 82 10 00" | cec-client -s echo "tx 4F 82 40 00" | cec-client -s What I haven't been able to achieve is switching…
MartinR
  • 545
  • 1
  • 9
  • 16
10
votes
3 answers

Open-source / free universal EPG / XMLTV data API or service, or how to make one?

I am looking for (an open-source, aka "free") data-source for universal EPG / XMLTV services? The project needs updated/updateable real-time TV scheduling info, in an easily parsable format. It also MUST be available at no cost or a VERY liberal…
Bryan Chug
  • 133
  • 1
  • 1
  • 4
10
votes
1 answer

how to animate section header of collectionview in tvOS app?

Need to animate the section header title when the collection cell below the header is focused. Just like if you go to "movies itunes" app on apple tv and go to top movies tab, if you look at the playlists below, when you scroll through items, the…
ck8414
  • 191
  • 1
  • 1
  • 6
9
votes
0 answers

Android Remote control app (on phone) for controlling Android TV

I've skimmed through the Google TV Pairing protocol and downloaded the TV Paring protocol sample code from https://code.google.com/p/google-tv-pairing-protocol/ I've also read about the Anymote protocol but realized that it only works on the…
8
votes
2 answers

create-react-app running on Smart TV browser

I am facing a big problem with create-react-app environment on trying to run my application inside a Smart TV browser. Specification TV and browser (http://whatismybrowser.com) TV: Panasonic TC-32DS600B Browser: Chrome 23 FreeBSD userAgent:…
marquesm91
  • 535
  • 6
  • 23
1
2 3
31 32