All Projects → rmrector → script.artwork.beef

rmrector / script.artwork.beef

Licence: MIT License
An add-on for Kodi to manage artwork

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to script.artwork.beef

repository.membrane
Repository for my Kodi add-ons
Stars: ✭ 56 (+60%)
Mutual labels:  kodi, add-ons
piwigo-kodi
A Piwigo plugin for Kodi
Stars: ✭ 17 (-51.43%)
Mutual labels:  kodi
skin.night
Night - A skin for KODI and OpenHT
Stars: ✭ 13 (-62.86%)
Mutual labels:  kodi
slyguy.addons
Github mirror of SlyGuy add-ons
Stars: ✭ 80 (+128.57%)
Mutual labels:  kodi
QwerteeTelegramBot
This bot shows you today's posts from Qwertee.
Stars: ✭ 18 (-48.57%)
Mutual labels:  fanart
docker-amvd
AMVD is a Lidarr companion script to automatically download and tag Music Videos for use in other video applications (plex/kodi/jellyfin/emby)
Stars: ✭ 58 (+65.71%)
Mutual labels:  kodi
extkeras
Playground for implementing custom layers and other components compatible with keras, with the purpose to learn the framework better and perhaps in future offer some utils for others.
Stars: ✭ 18 (-48.57%)
Mutual labels:  add-ons
Zafiro-icons
icon pack flat with light colors
Stars: ✭ 345 (+885.71%)
Mutual labels:  artwork
plugin.video.mlbtv
MLB.tv KODI add-on
Stars: ✭ 17 (-51.43%)
Mutual labels:  kodi
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (+28.57%)
Mutual labels:  artwork
repository.colossus
Colossus Repository for Kodi Addons - Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi - DMCA: [email protected]
Stars: ✭ 13 (-62.86%)
Mutual labels:  kodi
repo-scrapers
Official source repository for Kodi scraper add-ons
Stars: ✭ 27 (-22.86%)
Mutual labels:  kodi
kodi.plugin.yandex-music
Yandex Music plugin for Kodi
Stars: ✭ 33 (-5.71%)
Mutual labels:  kodi
kodi-angular
A web interface to control and manage Kodi, using AngularJS.
Stars: ✭ 14 (-60%)
Mutual labels:  kodi
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+97.14%)
Mutual labels:  fanart
script.kodi.lifx.ambilight
💡📺🌈Kodi add-on for Lifx lights with ambilight support.
Stars: ✭ 28 (-20%)
Mutual labels:  kodi
docker-amtd
AMTD is a Radarr companion script to automatically download movie trailers and extras for use in other video applications (plex/kodi/jellyfin/emby)
Stars: ✭ 78 (+122.86%)
Mutual labels:  kodi
plugin.video.covenant
Covenant Kodi Addon Development - Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi - DMCA: [email protected]
Stars: ✭ 24 (-31.43%)
Mutual labels:  kodi
depth-preserving-neural-style-transfer
Depth-Preserving Style Transfer
Stars: ✭ 86 (+145.71%)
Mutual labels:  artwork
Spider-Sense
A browser extension to monitor your spiders deployed on Scrapy Cloud.
Stars: ✭ 15 (-57.14%)
Mutual labels:  add-ons

Artwork Beef

An add-on for Kodi

Artwork Beef automatically adds extra artwork for media in your video and music libraries. It is generally intended to handle extended artwork just as Kodi and scrapers already do for basic artwork. It grabs artwork from the wonderful web services fanart.tv, TheTVDB.com, The Movie Database, and TheAudioDB.com.

It is developed for Kodi 17 Krypton, and should also work for 16 Jarvis and 18 Leia. 15 Isengard should mostly still work, but it's really time to update. 19 Matrix is not supported.
Support and feedback thread on the Kodi forums.
Source hosted on GitHub.

Full documentation available at https://rmrector.github.io/script.artwork.beef/.

Current gotchas

  • Music library support is for Kodi 18 Leia only
  • It cannot set artwork for "all seasons". related trac ticket

Thoughts

  • Scrapers and NFO files need to set web service IDs like IMDB number, TVDB ID, or TMDB ID for media types that Kodi supports such IDs for: movies, TV shows, and episodes
    • Music files need to be tagged with MusicBrainz IDs; Artist, Release Group, and Track IDs
  • Movie thumbnails / extrathumbs aren't added from external sources. There is no way to tell the difference between stills and press/marketing images from the web services, while thumbs should only include stills. Skins can try multiple fanart for a similar look. Generating more than one thumb from a video file is outside the scope of this add-on, but any provided by a media manager is added to the library. Plugins can also set these to the ListItem, if their source provides more than one thumbnail.
  • It would be nice to have a Kodi built-in way for skins to feed multiple art to a multiimage, maybe something like $INFO[ListItem.MultiArt(fanart)] to pull all fanart and fanart# together. I have no idea how it could be implemented in Kodi, though.

Running from source

The API keys have been removed from the repo, and are only included in the final installable zip. Individual users that need to run from source can copy projectkeys.py from the installable zip to the same directory in source.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].