This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cofiguration file for commandpad.py | |
# required: | |
# q_keycode: number | |
# modifier_keycode: number | |
# | |
#- name: "Human readable name" | |
# keycode: 83 | |
# cmds1: echo Keycode 83 triggered! | |
# cmds2: echo Keycode 83 triggered with modifier! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
kodi keymap file for MX3 remote, available at | |
https://www.amazon.de/gp/product/B01IVJH0IG/ref=oh_aui_detailpage_o00_s00?ie=UTF8&th=1 | |
This document is distributed under a creative commons licence CC BY-NC-SA 3.0. | |
--> | |
<keymap> | |
<home> | |
<!-- map color keys on the home screen --> | |
<keyboard> | |
<!-- red --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# bash script to detect if kodi is idle. Returns 1 if idle and 0 if kodi was still active recently. | |
# kodi path | |
kodi_webpath='http://localhost:8080/jsonrpc' | |
if [ -f /etc/autosuspend.conf ]; then | |
idle_time=$(awk -F'=' '/idle_time/{print $2}' /etc/autosuspend.conf \ | |
| sed -e 's/^[ \t]*//') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import evdev | |
from subprocess import check_call | |
import RPi.GPIO as GPIO | |
# use BCM numbering | |
GPIO.setmode(GPIO.BCM) | |
# volume steps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Rotary volume dial to work with RPi-Jukebox-RFID | |
After=alsa-restore.service | |
[Service] | |
Type=simple | |
Restart=always | |
ExecStart=/usr/bin/python /usr/local/bin/rotary-volume.py | |
[Install] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-07-06 22:25:25.632 T:1895822048 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 500ms repeat: 50ms | |
2019-07-06 22:25:25.632 T:1231803104 DEBUG: Thread Timer start, auto delete: false | |
2019-07-06 22:25:25.642 T:1916192304 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0 | |
2019-07-06 22:25:25.776 T:1231803104 DEBUG: Thread Timer 1231803104 terminating | |
2019-07-06 22:25:25.781 T:1916192304 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0 | |
2019-07-06 22:25:25.781 T:1916192304 DEBUG: HandleKey: return (0xf00d) pressed, action is Select | |
2019-07-06 22:25:25.793 T:1916192304 DEBUG: OnPlayMedia plugin://plugin.video.netflix/?action=play_video&infoLabels=%7B%27rating%27%3A+0%2C+%27writer%27%3A+%27%27%2C+%27episode%27%3A+1%2C+%27plot%27%3A+u%27Rick%2C+Ezekiel+and+Maggie+plot+an+elaborate+attack+on+the+Sanctuary.+Carl+encounters+a+mysterious+stranger+at+a+gas+station.%27%2C+%27season%27%3A+8%2C+%27tvshowtitle%27%3A+u%27The+Walking+Dead%27%2C+%27titl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-02-26 15:10:42.745 T:1915455024 DEBUG: Previous line repeats 21 times. | |
2020-02-26 15:10:42.745 T:1915455024 DEBUG: Activating window ID: 10025 | |
2020-02-26 15:10:43.062 T:1915455024 DEBUG: ------ Window Deinit (Home.xml) ------ | |
2020-02-26 15:10:43.063 T:1915455024 DEBUG: FreeVisualisation() done | |
2020-02-26 15:10:43.107 T:1915455024 DEBUG: ------ Window Init (MyVideoNav.xml) ------ | |
2020-02-26 15:10:43.107 T:1915455024 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY | |
2020-02-26 15:10:43.467 T:1915455024 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflix/) | |
2020-02-26 15:10:43.468 T:1915455024 DEBUG: ParentPath = [plugin://plugin.video.netflix/] | |
2020-02-26 15:10:43.470 T:1363145440 DEBUG: Thread waiting start, auto delete: false | |
2020-02-26 15:10:43.513 T:1377297120 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.netflix] took 44 ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-03-04 22:04:46.279 T:1915266608 NOTICE: ADDON: plugin.video.netflix v0.16.4 installed | |
2020-03-04 22:17:58.246 T:1426051808 ERROR: CPythonInvoker(5, /home/osmc/.kodi/addons/plugin.video.netflix/addon.py): script didn't stop in 5 seconds - let's kill it | |
2020-03-04 22:18:01.614 T:1426051808 ERROR: GetDirectory - Error getting plugin://plugin.video.netflix/ | |
2020-03-04 22:18:01.629 T:1915266608 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflix/) failed | |
2020-03-04 22:18:36.613 T:1915266608 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions | |
2020-03-04 22:18:36.613 T:1915266608 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format... | |
2020-03-04 22:18:39.876 T:1915266608 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions | |
2020-03-04 22:18:39.876 T:1915266608 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format... | |
2020-03-04 22:19:43.488 T:1915266608 DEBU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:-1 tvg-name="ZDF HD" tvg-id="ZDF.de" group-title="ZDF" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/zdfhd.png",ZDF HD | |
pipe://ffmpeg -loglevel fatal -i https://zdf-hls-01.akamaized.net/hls/live/2002460/de/9f87d3ce9cf217b6f4de75631022195f/5/5.m3u8 -i https://zdf-hls-01.akamaized.net/hls/live/2002460/de/9f87d3ce9cf217b6f4de75631022195f/4/4.m3u8 -vcodec copy -acodec copy -metadata service_name=ZDF\ HD -metadata service_provider=ZDF -mpegts_service_type advanced_codec_digital_hdtv -f mpegts pipe:1 | |
#EXTINF:-1 tvg-name="ZDFneo HD" tvg-id="ZDFneo.de" group-title="ZDFneo" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/zdfneohd.png",ZDFneo HD | |
pipe://ffmpeg -loglevel fatal -i https://zdf-hls-02.akamaized.net/hls/live/2002461/de/203772183f9e4182f6a9f4b5536004b4/5/5.m3u8 -i https://zdf-hls-02.akamaized.net/hls/live/2002461/de/203772183f9e4182f6a9f4b5536004b4/4/4.m3u8 -vcodec copy -acodec copy -metadata service_name=ZDFneo\ HD -metadata s |
OlderNewer