Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all 85271 articles
Browse latest View live

HOW TO - Using GitHub to submit your add-on, skin, etc. (Simplified)

$
0
0
HOW TO - Using GitHub to submit your add-on, skin, etc. (Simplified)

Hi everyone!
I decided to create this little guide since I'm more of a graphical interface person than a console using one.
Since I'm the developer of screensaver.digitalclock and have submitted various pull requests on GitHub I decided to share with you my approach to the whole thing.
Below you'll find every step with screenshots and some explanations and/or examples.
Keep in mind that I use Windows in this guide.

Disclaimer: I take no responsibility for what you do, the steps below work fine for me.

At this point I presume you have already registered an account with GitHub and that you have GitHub installed on your computer.
If that is not the case please register an account and download the installer from HERE (They have an installer for Windows and MacOS).
I also presume that you have your own add-on, skin or whatever else already on GitHub.
This also works for those of you that would like to contribute to Kodi code.

You should follow all the rules regarding add-ons and skins set by the Kodi team, you can find all of that info (and more) here:
Kodi add-on development
Kodi skin development

Setting everything up (Usually you need to do this only once)

A) You need to fork the Kodi script repository.
You do that by clicking HERE.
It will look like this:
[Image: gcQnQnh.png]

Select your account and the forking process will start.
[Image: IJTVXfY.png]

B) Now click on Clone or download.
[Image: wRVB1sN.png]

And select Open in Desktop.
[Image: jC0HeaB.png]

C) The GitHub application will open and ask you to choose where you want to save all these files.
Most people just use default location so it's enough to click OK.
[Image: yhr9crW.png]

You'll see something like this:
[Image: gGJlBL8.png]

When the process is done you'll have this repository on your computer!

Creating a pull request.

Now that we have all of that covered it's time to move on to the real business.
1) Open GitHub application on your computer and on the left hand side select repo-scripts.
[Image: yhJ4Ey2.png]

2) At the top of the screen you need to select a branch to which you want to contribute.
This is important because when you select a branch GitHub application fills the local folder with those files!
[Image: dvub40D.png]

Now we have Krypton selected!
[Image: j8LCMxn.png]

Keep in mind that you can have your add-on, skin, etc. in multiple branches.
This is common when your add-on, skin, etc. uses different Kodi features which are available only for specific Kodi version.
Make sure to use different version number for different branches - they can't be the same!
Example:
Krypton - 5.0.0
Leia - 6.0.0


3) Now we have to find the local GitHub folder.
In the application right click on repo-scripts and select Open in Explorer.
[Image: OsNrPCF.png]

4) When you have that folder open you'll either copy the entire folder of your add-on, skin, etc. there or manually copy/paste specific updated files.

5) Any changes that you have made will be visible in GitHub application almost instantly.
You should review all those changes and make sure everything is ok.
[Image: dV89MkE.png]
.

kodi

$
0
0
I unistalled kodi by mistake I am trying to install it back on my firestick please help

I can't install enything

$
0
0
Hello and greetings to everything, my problem I am having since I update to krypto 17 ... I can not change language, install subtitles and no dependence help !!!!! .



I use Nvidia shield tv.

Kodi 17.3 wont launch.

$
0
0
HI,
Hope theres someone out there who can help me with this, searched the internet and youtube but no joy.

I have been running version 16.1 (i think) for about a year on my firestick and had no problems, recently with the security issues i decided to upgrade to the 17.3.

The problem is i cant get it to launch, The page comes up saying kodi is starting for the first time, the progress bar goes to the end, screen goes black and then goes back to the launch page. (the page where the options for launch, force stop, clear data and clear cache is on).
I have tried uninstalling and reinstalling approx 5 times, restarting firestick after every attempt at launch, force stop and clear cache.
The version i have downloaded is the android ARMV7A(32BIT), downloads and installs as it should.
When it initially gives me the option to start/run after i have first downloaded the same error occurs except it takes me to the downloader page with a box open with this inside.

Download
File downloaded successfully to:
/sdcard/Downloader/kodi-17/3-Krypton-armeabi-
v7a(4).apk
(with the options of :- Install, Delete, Done)

I have tried installing (which it had already done) and Done.whichever one i choose makes no difference.
Coming out of the downloader page, onto the homepage, across the top to settings, apps, manage installed apps, kodi and launch but no joy.

Any ideas, any help would be much appreciated.

Cannot build Leia under Debian Stretch

$
0
0
Hi!
I am trying to build Leia under Debian Stretch. VAAPI is shown as disabled, I use VDPAU.
However I get this error:
Code:
Building CXX object build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/DVDVideoCodecFFmpeg.cpp.o
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp: In member function ‘IHardwareDecoder* CDVDVideoCodecFFmpeg::CreateVideoDecoderHW(AVPixelFormat, CProcessInfo&)’:
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1192:16: error: ‘VAAPI’ does not name a type
     return new VAAPI::CDecoder(m_processInfo);
                ^
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1192:21: error: expected ‘;’ before ‘::’ token
     return new VAAPI::CDecoder(m_processInfo);
                     ^
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1192:21: error: ‘::CDecoder’ has not been declared
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1192:21: note: suggested alternative:
In file included from /usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp:1185:0:
/usr/local/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Video/VDPAU.h:546:7: note:   ‘VDPAU::CDecoder’
class CDecoder
       ^
build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/build.make:86: recipe for target 'build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/DVDVideoCodecFFmpeg.cpp.o' failed
make[2]: *** [build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/DVDVideoCodecFFmpeg.cpp.o] Error 1
CMakeFiles/Makefile2:8229: recipe for target 'build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/all' failed
make[1]: *** [build/cores/VideoPlayer/codecs/video/CMakeFiles/dvdvideocodecs.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Thumb Drive

$
0
0
Can Kodi be installed on a thumb drive then plugged in to a smart tv and use like fire stick or laptop?

Matricom G2 Firmware?

$
0
0
Hey!
My G2 crashed (flashing black screen) while trying to fix some issues with Kodi & 3rd party providers.
I've cleared the cash/toothpick reset to no avail.
I'm needing to manually load the firmware, but the Matricom forums are down.
Does anyone know where I can find this info to download?
Thanks!

Skin that displays battery life...

$
0
0
Sorry if this is the wrong subforum (can it be moved if it is?)

Simply looking for a skin that displays battery life at the top or something. I have read that retouched shows battery life. Is this the only skin for Kodi that will? (I know how to check it in system info, but I think it should be easier to get to).

different number of TV Series between Kody and Yatse

$
0
0
Hi.
How tell me Karellen and DarrenHill i have remove (i hope) banned addons and now i open a new post

My Problem: On Raspberry pi2 with Osmc Kodi 17 (last version) there are 36 TVShow. On Yatse app there are 37 TVShow (1 TVshow without episodies that i had remove from hd on NAS)

I send email to Yatse Support with attach log of Kodi and log of Yatse and he responde me:

"So here's what Yatse asks:
{"id":479,"jsonrpc":"2.0","method":"VideoLibrary.GetTVShows","params":{"properties":["episode","genre","rating","originaltitle","studio","year","plot","title","playcount","art","imdbnumber","premiered","votes","tag","file","dateadded","mpaa","lastplayed","sorttitle","watchedepisodes","season","cast"],"limits":{"end":500,"start":0}}}
And here's the answer:
{"id":479,"jsonrpc":"2.0","result":{"limits":{"end":37,"start":0,"total":37}
With the list of shows returned by Kodi being:
....
2017-05-15 20:38:09.152 Verbose/StreamParser: f.d@857: Insert TvShow: Ond.Punch.Man.
....
....


So as you can see Yatse does correctly get Kodi data and display what Kodi sends, so as I said you need to cleanup your Kodi database."

The TVShow One.Punch.Man is the TVShow isn't present on HD of NAS and on osmc but it presents on Yatse

I tried to use standard "clean library" and nothing...on Kodi i have 36 TvShow and on Yatse 37 TvShow.

How can i do a deep cleanup database of TVShow or How can i manual remove from osmc the infomation of the single TVShow that i have revoved from the hard disk?

Here is the log: https://paste.osmc.tv/eruruhujoq

i think the problem is show on 23:09:01.331 log

thanks a lot
Bye

Preload movie from ftp server

$
0
0
Hello At home have huge collection of movies on my synology station and have internet connection 300/20. Using kodi with rpi3 and everything works great.
Now to my problem. My brother is connected with kodi to my synology station over ftp, his internet speed is 80/8. But here is problem, my movie collection have all FHD high bitrate movies and he cant play all of them properly few works with no problem. I guest problem is with my internet upload speed 20Mb/s.
So want to ask if is there way that kodi can download movie from my synology and play it later Lets say he start download at morning and at night he can watch without buffering. Or is here any other solution? Btw I set kodi cache but it doesnt help.
Thank you for any help

Authentication password

$
0
0
I have a mini-raw box trying to upgrade Kodi to 17. in the video it asks for a password to auto clean the memory and says if I haven't changed it would be 'raw' however that doesn't work. It also asks again for the password on the authentication pop up later in the process and again 'raw' does not work. I have never changed it. Any help would be greatly appreciated.

Link to download folder

$
0
0
Can anybody help me, im trying to make a button that takes me directy to my download folder on my box from inside Kodi. i have tried this
ExecuteBuiltin("StartAndroidActivity(new Intent(DownloadManager.ACTION_VIEW_DOWNLOADS)); but it doesnt work, any help would be appreciated, thanks.

How to install on Raspbian OS?

$
0
0
Hey, i'm running a webserver on my raspberry pi, and i really want to run kodi on the same OS, raspbian, instead of formatting or using multiple SD cards or multibooting. I've installed kodi using
Code:
sudo apt-get install kodi
, but when i run
Code:
kodi
or just open it from the Applications menu, it doesn't start. Do you guys have any tutorials for setting up kodi 17 on raspbian OS, or could any of you tell me how to get it running?

Proton VPN & VPN Manager

$
0
0
Proton VPN (same company that provides Proton E-mail) just released their new VPN service on Monday. It's incredibly secure and checks all the right boxes to be the best VPN provider around.

https://protonvpn.com/

Anyway, I was wondering if there has been any talk of adding Proton to the VPN Provider list within the Kodi VPN Manager add-on?

SSL stream not working in Kodi

$
0
0
Hello team,
I have an issue that stream from Akamai not working because of SSL issue
certificate TLSv1.2 (TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384) doesn't work with kodi.
any idea How I can fix it? should I create a bug ticket?
thanks

Define Visible Screen Area?

$
0
0
for my needs (projector, 2:35.1 screen) i found dsplayer's "define visible screen area" option very useful, but now that i no longer need dsplayer, and have uninstalled it, this option no longer exists... so is there a way to just add some code directly to an estuary xml file(s) in order to achieve the same results? to be clear, i don't need to see or have the options in the gui settings, all i really need is to know where i can add some code that will produce the same results.... i played around with the estuary home.xml file but couldn't get it to work... fwiw i had the dspalyer "define visible screen area" option set to 0 for left/right and 180 for top/bottom... thanks in advance!

17.3 firestick problems

$
0
0
unistalled old version of kodi on firestick. downloaded 17.3 from this site today. it does first run and then crashes. I installed it from other sources and the same result. tried all suggestions from message boards, and no progress. click debug log wiki link and read thru it. instructions don;t make sense for firestick. am i missing something? Just want it to work again. help please.

no kodi

$
0
0
hi can anyone help me i have just rooted my samsung tab and installed 5.1.1 and now i cannot get any kodi i have installed about 7 different versions so far some just get as fer as the startup screen some don't even get that far none seem to work are there boffins out there that know aversion that will work on this device
model number
p4 wifi
android version
5.1.1
kernel version
3.1.10+
build number
lmy48w test-keys
SELinux status
permissive

i have put down all the information that comes up on the about tablet screen if that is of help

thanks

No streams found

$
0
0
Hi,

I am quite new to kodi and have installed a few addons which contain live music concerts.
There seems to be thousands of them, however....
When i click on a lot of them I get the message 'No Stream Found' with a youtube icon

My question:
Is this an issue my as in me not configuring something correctly, or
has the stream simply been removed off youtube

Any help much appriciated

Ultra HD Blu-ray Support

$
0
0
This might be a silly feature request since it seems a logical eventuality. However: it would be nice to have support for Ultra HD Blu-rays. (This request might dovetail with https://forum.kodi.tv/showthread.php?tid=316378 nicely, though less should be required to implement only this feature.)

In the aforementioned thread, a workaround was discussed:

(2017-06-16 20:24)tymoxa Wrote:  
(2017-06-16 16:04)fandangos Wrote:  So why doesn't Kodi play those discs? Even if I try .iso format or BDMV format. It just stands there and do nothing.
Is there anything that the end user can do to play those discs?
Because UHD is slightly different from BD. To play UHD in Kodi right now you can do a little hack. In HEX editor replace:
in index.bdmv: INDX0300 to INDX0200
in MovieObject.bdmv: MOBJ0300 to MOBJ0200
in *.mpls: MPLS0300 to MPLS0200
in *.clpi: HDMV0300 to HDMV0200

Basicaly that's it, you can play at least main title of UHD disc in Kodi after that.

But for BD-J - it is not enough because:
1) you need to replace BDJO0300 to BDJO0200 in all *.bdjo and BDID0300 to BDID0200 in id.bdmv
2) UHD players have more registers and java can check those. And if player it's not Profile 6 for example - disc won't play with menus.

I believe developers can add couple of lines of code to libbluray and this hack will be optional.

It would obviously be nice to have this functionality baked in.
Viewing all 85271 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>