Quantcast
Channel: Kodi Community Forum - Service Add-ons
Viewing all 218 articles
Browse latest View live

Marked as Unwatched files watched on a specific date

$
0
0
Hello!
Some time ago I had some guests over that seem to have messed with my Kodi. More exactly someone seem to have marked everything as watched (at least the series). Now, while looking in my Trakt history I pin pointed when this has happened to specific date and time.
Can I marked as Unwatched all and only the files that were marked as Watched on a specific date and time? Or can I marked as Unwatched everything taht is not yet watched on Trakt?
Thanks!

Kodi needs a recycle bin

$
0
0
Hey all
I was wondering if anyone knew of a feature or a means of having a recycle bin / trash where if something gets deleted, it can be recovered. The reason is for those times when a person accidentally deletes something and then it is gone. No option to go the trash and choose "put back" or "recover". Alternatively once in the trash, people could empty the trash to save space. An extra step (which could be optional) but a life saver for people who accidentally delete files.

Any thoughts would be greatly appreciated.

Peace and props.
Murray

Linux - Airplay / shareplay client vs serverlifier

$
0
0
Hi there

I have found a lot of useful advice about making RPi's and other Linux boxes into Airplay servers; and Kodi seems to act as an Airplay audio server very well (I am using it as an access point for multiple devices to reach my stereo amplifer).

However, I am thinking about setting up a second unit that would only act as an Airplay / Shareplay server.

If I did this, can Kodi stream audio to an Airplay or other streaming server? If so, how is this configured or set up?

Help with Bluetooth Audio Device Changer add-on

$
0
0
Greetings,

I've been looking for info on what to enter into the one and only setting in this add-on.  The add-on works great for switching the audio output to Bluetooth after I manually connect my headphones (still need to figure out an auto connect script as that seems to be hit-or-miss depending on the BT device).  Anyway, after rebooting or disconnecting my BT headphones the Bluetooth Audio Device Changer resets the audio output to the default device (analog on my system).  I'm using HDMI.  I've tried a half-dozen different things in the setting, nothing works. 

Other posts I've found have said it takes some fiddling to get it right, but no detail on what the actual solution is. 

I would have thought it might be the exact text that shows up for the output in Settings/System/Audio, but that doesn't work for me.

I haven't found any official help/info on this add-on.  Anybody know what folder in which the config files for this add-on are stored?  Any help would be appreciated.

Thanks,
-Brad

Takealug EPG Grabber

$
0
0
Hello, I would like to introduce my Addon for grabbing EPG data

Description:
This is an easy-to-use kodi addon which grabs epg data from various providers and creates a guide.xml from it.

Features:
  • High Speed Download + XML Creation (Multithreading Support for Linux)
  • Channel Selector
  • Enable / Disable EIT Genre Format
  • Enable / Disable Rytec Channel Format
  • Episodeformat onscreen / xmltv_ns
  • Adjustable days for EPG Grabbing
  • Build in Cron Feature
  • Adjustable save location for the EPG, also over the network
  • Write Guide directly in Tvheandend's xmltv.sock
  • Special Feature : Rating Mapper (Push Age / Starrating , Country, Year Season/Episode on top of the Description)

Quick start Guide:
  • Windows Only : Windows Defender add exclusion for realtimescan *.xml, *.json *.txt
  • Kodi --> Settings(Expertview) -->Media -->General "Allow file renaming and deletion"
  • Install addon.
  • Select storage path for the guide.xml
  • Activate provider.
  • Select channels.
  • Grab the epg manually (see if everything works)
  • Activate automatic grabbing.

Provider List:
  • -Magenta TV (DE)
  • TV Spielfilm (DE)
  • Swisscom (CH)
  • Horizon (DE,AT,CH,NL,PL,IE,GB,SK,CZ,HU,RO)
  • Zattoo (DE,CH,1und1TV,Quickline Mobil-TV,M-net TVplus,WALY.TV,Meine Welt unterwegs,BBV TV,VTX TV,myVision mobile TV,Glattvision+,SAK TV,Net TV,EWE TV App,Quantum TV,Salt TV,SWB TV App,eir TV)

My Repository can be downloaded here : Takealug Addon Repo

Github : DeBaschdi


-Of course, the channels of the individual providers can be mixed, in the end everything always comes in a guide.xml. The addon can also be installed on one or more clients and automatically copies the guide.xml via smb to a tv server, or saves it for local connection. If the client is out of the grabbing time during the set request, the addon will do this for the next boot. The grabbing process usually takes no longer than 1 to 2 minutes.

-The configuration files from sunsettrack4 (easyepg) are compatible with the addon. This means that new mapping variables (EIT genre + Rytec Chid's) can be sent there as a pull request. This also automatically benefits easyepg (of course the addon too)

Kodi Playback Resumer (Matrix+ , v2.0.1+)

$
0
0
(Continues from: https://forum.kodi.tv/showthread.php?tid...&page=last)

As of June 2020 I have taken over up-keep of this addon, and it is now in the Kodi Matrix (and beyond) repository. 
Thanks to bradvido88 for the original work, and to enen92 on guiding the transition to Matrix/Python 3.


A simple Kodi addon service to:
 
  1. Periodically update the restore point on a file as you are watching it (period is configurable, default is every 30 seconds) - so that in the event of a crash or playback error, you don't lose your progress.
  2. If Kodi crashes, or is manually shutdown whilst actually playing a file, can auto-resume playback of that file from the correct position, on next start-up
  3. Can be set up to play a random video at start-up

Available from the master Kodi Repository (Matrix onwards).
Source on Github: https://github.com/bossanova808/script.s...ackresumer

Change log:

2020-06-23 - Updated for Kodi Matrix, Python 3, and minor big fixes etc.

Kodi Check Previous Episode (Matrix+, v0.4.1+)

$
0
0
(Continues from https://forum.kodi.tv/showthread.php?tid...&page=last)

As of June 2020 I have taken over up-keep of this addon, and it is now in the Kodi Matrix (and beyond) repository. 
Thanks to Lucleonhart for the original work, and to Razzeee & enen92 on guiding the transition to Matrix/Python 3.

A simple Kodi service to:

Prevent accidental spoilers by checking the episode (in the Kodi library) prior to the one you are starting to watch, to make sure you have actually watched it.

You can mark shows where episode order doesn't matter as show to be ignored (and unmark them in the addon settings), and if you're in the habit of e.g. deleting seasons you have watched, you can force it to only check when the prior episode actually is in your library.

If it detects you've started playback of an episode you probably shouldn't have, the video will be paused, and you'll get a pop up window with options to stop playback, carry on on this occasion only, or carry on and also mark the show as one to ignore from now on.


Available from the master Kodi Repository (Matrix onwards).
Source on Github: https://github.com/bossanova808/script.s...ousepisode

Change log:

2020-06-23 - Updated for Kodi Matrix, Python 3, and minor big fixes etc.

Alexa Integration

$
0
0
Hey All,

    Has there been any movement on adding Alexa to Kodi? Seems like I haven't heard anything in about a year. Is there currently anything out? I am just looking to play my personal movies with Alexa. Any info would be appreciated

Kodi Unpause Jumpback (Matrix+, v3.0.0+)

$
0
0
(continues from https://forum.kodi.tv/showthread.php?tid...e+jumpback and https://forum.kodi.tv/showthread.php?tid=134837&page=4)

As of July 2020 I have taken over up-keep of this addon, and it is now in the Kodi Matrix (and beyond) repository. 
Thanks to Memphiz for the original work, other contributors, and to enen92 on guiding the transition to Matrix/Python 3.

A simple Kodi service:

This addon will jump back a number of seconds whenever a video is un-paused - to make sure you don't miss anything.
You can set the amount of seconds to jump back, and the minimum duration of the pause before the addon will trigger a jump back.

It also allows for jump back or forward after rewind or fast-forward, of a specified amount of seconds to, compensate for over-shooting.

Finally, if you're resuming playback from a resume point, it can also jump back to help you pick up from where you left off with a little more context.


Available from the official Kodi Repository (Matrix onwards).
Source on Github: https://github.com/bossanova808/script.x...sejumpback

Change log:

2020-06-23 - Updated for Kodi Matrix, Python 3, and revert to the jump back happening on resume by default (can be configured to happen on pause as per current behaviour)

Addon that can send POST requests on Kodi events

$
0
0
Hi all,
I'm looking for an addon that can send http/s requests on Kodi events.
Something like the Callback addon, but a working one...
I need this to execute specific tasks on kodi play stop or pause for example.

Many thanks !

How to stop constant alert sound while using kodi 18.8

$
0
0
How do you stop a constant loud alert sound while steaming on Kodi 18.8

How to show my imdb ratings

$
0
0
Hi, I'm looking for an addon in order to show on the icon/poster of the movie the rating I gave on Imdb, I know trakt.tv just shows ratings on trakt.tv that I gave after watching the movie on kodi, is there any addon that can helps?

Kodi version check error

$
0
0
Kodi 18.8 on nvidia shield tv
What is causing the error? Smile
Log here: Debug log

On the Fly audio channel detect addon

$
0
0
Im looking for an addon who detects audio channels from the media playin on-the-fly and does "something"

XBMC Alarm Clock Service - Sound nolonger playing except very low volume

$
0
0
I tried to use the XBMC Alarm Clock service. I set an alarm with the target source as the default internet radios station. While alarm was being set, a music file from my library was playing. When alarm went off nothing played but could hear a very weak volume level of the file I was previous playing. My sound never came back. My concern is NOT that the internet radio station did not play but that my sound never came back.

Actions:
1) Started with a music file playing from my music library
2) Set an alarm to play the default internet radios station
3) When noticing radio station was not playing (may not be a valid link any longer), disabled the addon
4) Noticed my original music file was playing at a very low level. Switch to a different music file resulted in same low volume level
5) State of system:  Normal volume levels never returned for any music file I played for my user profile.
6a) Debugging: Uninstalled addon, volume level issue persisted
6b) Debugging: Opened Kodi with a different user profile. Volume was then normal and could play any music file fine - switching user profiles was a temporary resolution
6c) Debugging: Switched back to original user profile and problem still was presented (re booted multiple times)
7) Resolution: The drastic solution was to back up libraries and transient data and then uninstall Kodi and then reinstall and import Library and transient data and setup Library paths.

System:
OS: Android TV
Kodi Skins: default skin, tired others
Internet connection: Ethernet (Wired)
Audio decoding: 2 Channel PCM

Kodi on Libreelec and Nextcloud Addon issues

$
0
0
Hey Community,

i hope anyone can help. I have the latest Libreelec setup on my raspberry pi 3 b+ to run Kodi as a media server. Now i thought about to install also NExtcloud so that i can use it as alternative to apples icloud and to sync my media to my own cloud at home.

Over the repo linuxserver.io i have installed docker and nextcloud and i was able to install it. Now i had the setup start page when using 192.168.0.10:443 in  my browser. It asks me for a user (i have not added or changed the admin user) - so which user/password i have to use?
Then i should use MariaDB or Postegres and here i have also not created or changes anything - so what i have to do? Manually in the shell creating the database?

My first try was to type an admin user and passwort which was in my mind. As data directory i have typed /data/storage. Then i have added the following for MariaDB:
myuser
mypassword
nextcloud
db

And now i have the following error when i want to access the nextcloud:
[/syntax]
Internal Server Error

The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the webserver log.
[/syntax]

Kodi Alexa TV [Through SinricPro Platform/Skill)

$
0
0
Description
An integration between Kodi 19 and Alexa, currently enable media controls (volume, playback control) and power off.

Setting up
We need just the steps:
  • Create a TV device on SinricPro Platform (it's free). 
  • Install the .zip on your Kodi.
  • Open a browser to setup ( http://[KODI_IP]:51494/alexatv )
  • Fill the inputs with your respective keys
That's all, Kodi will restart with service installed.
You will need to set up SinricPro skill and account in your Alexa app.

See Releases

The official thread for bugs/suggestions is here.

Error on execution : executeJSONRPC

$
0
0
Hello,
I made a script to change the genres directly in kodi (database) and also manage the films in directories
I can do everything except change the location of the film "c22 in the database"
my command to change the location of the movie:

  command = ('{"jsonrpc": "2.0", "method": "VideoLibrary.SetMovieDetails", "id": 1, "params": {"file": "% s", "moviesid":% s} } '% (filecible, self.idfilm))
then:
    data = xbmc.executeJSONRPC (command)
send me an error

Is that in the kodi source changing the location of the movie (database: c22) is allowed?
thank you
best regards ray.lp

Net SNMP with Kodi

$
0
0
Hello Everyone, 

So I am using the net SNMP add-on from the Kodi Repository. However, when I am using Zabbix, it is saying Timeout while connecting. Does Net SNMP run on port 161? I have my IMPI settings set to the proper username and password. Also, does Net SNMP use an authentication protocol such as MD5? 

Thank you!

Kodi and videos on flash drives

$
0
0
I use Kodi to on my Android boxes Beelink GT1 Mini and Orbsmart S84. The films are divided into series, German and English on 3 different flash drives. When I start Kodi with the flash drive  connected, Library Watchdog scans it and makes the content available. But now I want to plug in another flash drive. How can I make its content available without closing and restarting Kodi so that Library Watchdog becomes active? The flash drives are all integrated into the library as a source - I just want them to be recognized by Kodi on switching the flash drives.
Viewing all 218 articles
Browse latest View live