python-firetv icon indicating copy to clipboard operation
python-firetv copied to clipboard

Results 12 python-firetv issues
Sort by recently updated
recently updated
newest added

I added the following to /etc/systemd/system/firetv-server.service ``` [Unit] Description=FireTV-Server After=network.target [Service] Type=simple User=firetv ExecStart=/home/firetv/firetv/bin/firetv-server -d 192.168.1.45:5555 [Install] WantedBy=multi-user.target ``` I then enabled it with: ``` systemctl daemon-reload systemctl enable firetv-server...

Hello, is it possible to connect to a fireTV using just the pin that appears on the screen (no adb)?