Coder Social home page Coder Social logo

script.tvtime's Introduction

script.tvtime

Kodi plugin for TV Time

This plugin will set TV shows episodes you've seen as watched on TV Time. It will also add the new TV show to your account if it was not already there.

install

This plugin has been submitted to the official Kodi repository. To install it, just follow this HOW-TO. After that, launch the add-on to login.

build

If you want to build it manually, here is a simple script to do so:

#!/bin/bash

dest=script.tvtime
version=$(grep -E "^\s+version" addon.xml | cut -f2 -d'"')

if [ -d $dest ]; then
    rm -r $dest
fi

mkdir $dest
cp addon.xml $dest/
cp *.txt $dest/
cp icon.png $dest/
cp *.py $dest/
cp -r resources $dest/

if [ -f $dest-$version.zip ]; then
    rm $dest-$version.zip
fi

zip -r $dest-$version.zip $dest
rm -r $dest

It will create a zip file that you can install directly within Kodi. Using the GUI of Kodi, choose to install your plugin as a zip file, find your zip file and it's done !

download

If you want to download the release package because you can't or don't want to build it, you can do it on this link: http://addons.xbmc.org/show/script.tvtime/ or download the latests version.

script.tvtime's People

Contributors

aqua-ye avatar beam avatar cheife avatar cxii-dev avatar echeble avatar loona61 avatar mrtruth0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.