rogerxu / rogerxu.github.io

Roger Xu's Blog
2 stars 2 forks source link

Kodi #254

Open rogerxu opened 3 years ago

rogerxu commented 3 years ago

CoreELEC

CoreELEC

GitHub - CoreELEC/CoreELEC: A lightweight OS for KODI

SSH

$ ssh root@192.168.1.10

Restart

$ systemctl reboot

Hosts

~/.config/hosts.conf

143.204.73.51 api.themoviedb.org
13.224.153.106 thetvdb.com
rogerxu commented 3 years ago

Library

Updating or removing videos - Official Kodi Wiki

rogerxu commented 3 years ago

Video

Scrapers

Which are the Python Scrapers? (kodi.tv)

Movies

Movie Scrapers

Add-on:The Movie Database Python - Official Kodi Wiki

TV Shows

TV Scrapers

Add-on:TMDb TV Shows - Official Kodi Wiki

Albums

Album Scrapers

Artists

Artist Scrapers

Music Video

Music Video Scrapers

rogerxu commented 3 years ago

Audio

Audio quickstart guide - Official Kodi Wiki

rogerxu commented 3 years ago

IPTV

billy21/Tvlist-awesome-m3u-m3u8: 直播源相关资源汇总 📺 💯 IPTV、M3U —— 武汉加油

rogerxu commented 3 years ago

Add-ons

Unofficial add-on repositories - Official Kodi Wiki

taxigps/xbmc-addons-chinese: Addon scripts, plugins, and skins for XBMC Media Center. Special for chinese laguage.

ScudLee/scudlee-xbmc-addons: ScudLee's XBMC addons

xbmc-adult/xbmc-adult: main xbmc-adult Kodi repo for Frodo, Gotham, Helix, Isengar, Krypton and Leia

rogerxu commented 3 years ago

Troubleshooting

Debug Log

Log file - Official Kodi Wiki

Log file/Easy - Official Kodi Wiki

Enable the setting Enable debug logging in the settings page located at Settings > System Settings > Logging.

Shortcut: Ctrl+Shift+D

$ cat -b ~/.kodi/temp/kodi.log | less -N
$ nl -b ~/.kodi/temp/kodi.log | less -N
$ less -N -m ~/.kodi/temp/kodi.log
$ tail -f -n 20 ~/.kodi/temp/kodi.log
rogerxu commented 3 years ago

tinyMediaManager

${movieSet.title}/${title} ${- ,edition,} (${year})
${title}.${year}.${mediaSource}.${videoFormat}.${videoCodec}.${audioCodec}