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 20:01] – [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 868: | Line 881: | ||
* videos | * videos | ||
* show info for unwatched items - disable episode thumb | * show info for unwatched items - disable episode thumb | ||
+ | * music | ||
+ | * Switch to Visualisation on Playback | ||
Interface: | Interface: | ||
* screensaver: | * screensaver: | ||
Line 966: | Line 981: | ||
====== Kodi Customisation ====== | ====== Kodi Customisation ====== | ||
+ | |||
+ | 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 976: | Line 1002: | ||
cd ~/ | cd ~/ | ||
- | xml/ | ||
- | xml/ | ||
- | xml/ | ||
- | sed -i '/ | + | sed -i.bak ' |
+ | |||
+ | 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.1753902089.txt.gz · Last modified: by Wulf Rajek