kodi:kodi21-debian-dlbox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kodi:kodi21-debian-dlbox [2025/07/30 22:49] – [Kodi Customisation] Wulf Rajek | kodi:kodi21-debian-dlbox [2025/08/11 21:17] (current) – [qbittorrent] Wulf Rajek | ||
---|---|---|---|
Line 41: | Line 41: | ||
< | < | ||
su - | su - | ||
- | apt install zip unzip | + | apt install zip unzip vim |
</ | </ | ||
Line 112: | Line 112: | ||
set copyindent | set copyindent | ||
+ | |||
+ | set ruler " | ||
" Only do this part when compiled with support for autocommands. | " Only do this part when compiled with support for autocommands. | ||
Line 139: | Line 141: | ||
endif " has(" | endif " has(" | ||
+ | |||
EOD | EOD | ||
cp /etc/vimrc / | cp /etc/vimrc / | ||
+ | cp /etc/vimrc / | ||
+ | chown kodi:kodi / | ||
</ | </ | ||
Line 422: | Line 427: | ||
mkdir /opt/radarr | mkdir /opt/radarr | ||
mkdir /opt/sonarr | mkdir /opt/sonarr | ||
+ | |||
mkdir -p / | mkdir -p / | ||
+ | chmod g+s / | ||
+ | |||
mkdir / | mkdir / | ||
mkdir /mnt/usb/tv | mkdir /mnt/usb/tv | ||
Line 747: | Line 755: | ||
udp:// | udp:// | ||
udp:// | udp:// | ||
+ | |||
+ | #in case of permission issues: | ||
+ | downloads: Run external program on torrent completion set to: | chmod -R 770 “%F/ | ||
+ | |||
+ | |||
</ | </ | ||
Line 969: | Line 982: | ||
====== Kodi Customisation ====== | ====== Kodi Customisation ====== | ||
- | Skin settings - video osd - hide video info when video is paused | + | Auto focus first menu item in skin settings: |
+ | < | ||
+ | sed -i.bak ' | ||
+ | </ | ||
Exclude in-progress movies from unwatched list: | Exclude in-progress movies from unwatched list: | ||
< | < | ||
- | sed -i '/< | + | sed -i.bak '/< |
+ | </ | ||
+ | |||
+ | Reduce font size of CPU usage on Hardware screen for 12 core system | ||
+ | < | ||
+ | sed -i.bak ' | ||
</ | </ | ||
Line 980: | Line 1002: | ||
cd ~/ | cd ~/ | ||
- | sed -i ' | + | |
+ | sed -i.bak ' | ||
sed -i '/< | sed -i '/< | ||
Line 986: | Line 1009: | ||
sed -i ' | sed -i ' | ||
- | sed -i '/ | + | sed -i.bak '/ |
- | sed -i "/ | + | sed -i.bak "/ |
# other closing times defined in xml/ | # other closing times defined in xml/ |
kodi/kodi21-debian-dlbox.1753912144.txt.gz · Last modified: by Wulf Rajek