Coder Social home page Coder Social logo

Some questions about slinger HOT 17 CLOSED

Mover480 avatar Mover480 commented on July 28, 2024
Some questions

from slinger.

Comments (17)

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

OK. The latest version 2.05 allows you to specify individual styles per button.
So for example in the styles section of the [REMOTE] section in config.ini you could have something like below which defines the default button style and a red-button style.
style=.button {
border: none;
color: white;
background-color: blue;
padding: 0px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 70px;
margin: 4px 2px;
cursor: pointer;
}

.red-button {
  border: none;
  color: white;
  background-color: red;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 70px;
  margin: 4px 2px;
 cursor: pointer;
}

.text {
  border: none;
  color: black;
  background-color: lightblue;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 70px;
  margin: 4px 2px;
  cursor: pointer;
}

Then you can at the button class to the button definition i.e.

buttons='1' : 9
:  
'2' : 10 : red-button
:  
'3' : 11
.....

This would make the "2" button red.

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

Thanks Gerry

I updated the Tivo Bolt Remote file but am unable to upload it into the Custom Remote section.

It says:
Uploads are disabled.
File uploads require push access to this repository.

So I'll just attach it here for you to upload. You can delete the other one if you wish.

New Tivo Bolt Remote.txt

JR

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

What kind of boxes are you using? I've got a guy with a Solo box who says no buttons work on his remote. All thought it's working fine for the Solo at my house.

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

I have two Slingbox 500's. So I can't help out with the Solo remote

One Slingbox is connected to a Tivo Bolt and the other one is connected to a Tivo Premiere. Since the 500's can have three different inputs (composite, component, HDMI), will your code be able to select the input or will it use whatever the box is currently set to. In the future, without the desktop slingplayer, we may not be able to have an input control option.

The slingbox connected to the Bolt has a video resolution in VLC of 1280x720. It uses an HDMI cable for input from the Tivo.
The slingbox connected to the Premiere has a video resolution in VLC of 1280x540. It uses component cables from the Tivo. I don't understand where the 540 is coming from. Both Tivo's are set to a video resolution of 1080i and display just fine on HD TV's. Any ideas?

JR

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

Gerry,
Here is another Remote file.
Tivo Premiere Remote.txt

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

Gerry,
I get an error using the round button.
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

Here ya go
config.txt

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

Works fine, thanks

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

If your good to go, I'd like to close this issue.

from slinger.

Mover480 avatar Mover480 commented on July 28, 2024

OK

from slinger.

GerryDazoo avatar GerryDazoo commented on July 28, 2024

Thanks for all your help finding my bugs.

from slinger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.