Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.56 KB

README.md

File metadata and controls

62 lines (35 loc) · 1.56 KB

Totem Remote

Plugin for Totem that allows to control your videos with a web interface.

Install

sudo apt install python3-flask

Clone the repository on /home/username/.local/share/totem/plugins

cd ~/.local/share/totem/plugins
git clone https://github.com/dobladov/totem-remote.git

Or download the files and copy the folder inside /home/username/.local/share/totem/plugins

Enable the plugin on Edit --> Preferences --> Plugins

Plugins

Usage

Open a video in Totem and load the web interface from the IP address http://192.168.1.2:8085

Interface

On smartphones the website can be added to the start screen with this logo, both in Chrome and Firefox.

Logo

Configuration

Username and password

Change the values on the file totem-remote.py

    return username == 'admin' and password == 'secret'

ToDo

  • Set Volume
  • Toggle Sound
  • Toggle Fullscreen
  • Improve Icons
  • Faster feedback buttons
  • User basic Auth
  • Config file
  • Auth error template
  • Password encrypt

Documentation


Remote