https://github.com/nudin/raspi-multimediacontroler
Control you Raspberry Pi via Touchscreen while viewing videos and pictures on the HDMI-Monitor
https://github.com/nudin/raspi-multimediacontroler
Last synced: 2 months ago
JSON representation
Control you Raspberry Pi via Touchscreen while viewing videos and pictures on the HDMI-Monitor
- Host: GitHub
- URL: https://github.com/nudin/raspi-multimediacontroler
- Owner: Nudin
- License: other
- Created: 2015-04-18T21:37:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T14:01:54.000Z (over 9 years ago)
- Last Synced: 2025-01-05T15:43:38.954Z (4 months ago)
- Language: Python
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
== Dependencies (Debian) ==
- X11
- python3
- fbset
- imagemagick
- libgtk-3-0
- python3-gi
- gir1.2-gtk-3.0== known Bugs / ToDo ==
-Main window icons zentrierenTraceback (most recent call last):
File "/home/pi/ContenChooser.py", line 94, in playbuttonclicked
selection = self.get_selection()
File "/home/pi/ContenChooser.py", line 77, in get_selection
self.playing_tree_iter = model.get_iter(pathlist[0])
IndexError: list index out of range