Skip to content

htpcforall/_AndyRepo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image and video hosting by TinyPic Andy Repository Public


This repo is free and in no way associated with official Kodi devs. These are 3rd party repositories and modules for 3rd party resources. This repo is a constant WIP by a simple hobbyist that is learning python. Modded\original work is tagged "Andy.". Mostly acts as my backup and as a P.O.C.

Youtube videos and pre-loaded box sellers are killing Kodi. Don't support click hungry, non quality controlled profiteers.

Repo Main Page (This page) https://github.com/halikus/_AndyRepo

Repo Zip https://raw.githubusercontent.com/halikus/_AndyRepo/master/Andy.repository.zip

Maintenance Program https://raw.githubusercontent.com/halikus/_AndyRepo/master/_repo/Andy.plugin.program.Maintenance/Andy.plugin.program.Maintenance-1.0.4.zip

Install http://kodi.tv/download/

ARM cpu (Most): http://mirrors.kodi.tv/releases/android/arm/old/kodi-14.2-Helix-armeabi-v7a.apk

***Android - AceStreams and Sopcast can optionally be downloaded via Playstore

AceStream-3.0.6-2in1.apk https://raw.githubusercontent.com/halikus/_AndyRepo/master/_android/AceStream-3.0.6-2in1.apk

org.sopcast.android_124.apk https://raw.githubusercontent.com/halikus/_AndyRepo/master/_android/org.sopcast.android_124.apk

Windows https://github.com/halikus/_AndyRepo/tree/master/_windows

Repo Installation


Simply download the Repo ZIP file to your device and install through the menu via:

System -> Settings -> Add-ons -> Install from zip file.

Once the repository ZIP file is installed, you can install the individual add-ons through my repository:

System -> Settings -> Add-ons -> Install From Repository -> Select "Andy Repository" -> Program Add-Ons --> "Andy Maintenance Tool" --> Install

You can install Repositories (source of addons), Addons (the extra applications), preconfigured addon settings (Addon_data), and xmls. The xml files are the sources of your media files.

kodithrowaway@gmail.com

Common Paths :

Addons (Core app, no settings): \addons

Master Profile Settings: \userdata

Master Profile Addon Settings : \userdata\addon_data

Master Profile Media Database : \userdata\Database

Master Profile Media\Addon Art : \userdata\Thumbnails

Master Profile Special Tweaks: \userdata\Advancedsettings.xml

Master Profile Media Paths: \userdata\sources.xml

Master Profile RSS Feeds: \userdata\RssFeeds.xml

*Multiple Profiles: \userdata\profiles.xml

*Multiple Profiles Profile: \userdata\profiles\ProfileName

Userdata Locations per device :

Android /Android/data/org.xbmc.kodi/files/.kodi/userdata/

Windows %APPDATA%\kodi\userdata (C:\Users\UserName\AppData\Roaming\Kodi\userdata)

iOS /private/var/mobile/Library/Preferences/Kodi/userdata/

Linux ~/.kodi/userdata/

Mac /Users/<your_user_name>/Library/Application Support/Kodi/userdata/

OpenELEC /storage/.kodi/userdata/

A full restore will overwrite certain settings

Portable CMD

(Make a cmd file in main directory located anywhere)

@echo off

TASKKILL /im pulsar.exe /f

tskill pulsar.exe

TASKKILL /im Kodi.exe /f

tskill Kodi.exe

TASKKILL /im XBMC.exe /f

tskill XBMC.exe

start Kodi.exe -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Batchfile 4.4%