Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 55
» Latest member: pk28ob
» Forum threads: 73
» Forum posts: 77
Full Statistics
|
Online Users |
There are currently 56 online users. » 0 Member(s) | 55 Guest(s) Bing
|
Latest Threads |
Player change the team - ...
Forum: Add and maintain content
Last Post: TheSportsDBFan
08-23-2024, 08:55 AM
» Replies: 0
» Views: 131
|
My Sports Handbook (g36mi...
Forum: Presentation of your projects
Last Post: TheSportsDBFan
08-22-2024, 08:18 PM
» Replies: 0
» Views: 103
|
DMCA - Digital Millennium...
Forum: Developing - TheSportsDB.com
Last Post: TheSportsDBFan
08-22-2024, 12:35 PM
» Replies: 0
» Views: 121
|
How to publish your App o...
Forum: Developing - TheSportsDB.com
Last Post: TheSportsDBFan
08-22-2024, 12:32 PM
» Replies: 0
» Views: 107
|
Leagues of TheSportsdb.co...
Forum: Developing - TheSportsDB.com
Last Post: TheSportsDBFan
08-21-2024, 10:42 PM
» Replies: 0
» Views: 93
|
Countries of TheSportsdb....
Forum: Developing - TheSportsDB.com
Last Post: TheSportsDBFan
08-21-2024, 10:23 PM
» Replies: 0
» Views: 21,689
|
PlexSportScanner - SportS...
Forum: Presentation of your projects
Last Post: TheSportsDBFan
08-21-2024, 10:03 PM
» Replies: 0
» Views: 118
|
Support [Script - Kodi an...
Forum: Support - Other Projects & Tools
Last Post: TheSportsDBFan
08-21-2024, 08:17 PM
» Replies: 0
» Views: 125
|
Support [Kodi-Addon] Proj...
Forum: Support - Other Projects & Tools
Last Post: TheSportsDBFan
08-21-2024, 08:13 PM
» Replies: 0
» Views: 77
|
Support: [Kodi-Addon] NFO...
Forum: Support - Other Projects & Tools
Last Post: TheSportsDBFan
08-21-2024, 08:12 PM
» Replies: 0
» Views: 84
|
|
|
Support: [Kodi Addon] Unlock Kodi Advanced Settings - script.unlock.advancedsettings |
Posted by: TheSportsDBFan - 08-21-2024, 07:50 PM - Forum: Support - Other Projects & Tools
- No Replies
|
|
Placeholder for Support..
# Unlock Kodi Advanced Settings
This addon allows to unlock the power of hidden Kodi system settings and
edit them through the System menu of Kodi.
## Background
Kodi mediacenter is highly customizable system and has tons of settings,
which can be only changed by creating [advancedsettings.xml](https://kodi.wiki/view/Advancedsettings.xml) file in the
**userdata** folder. Changing these parameters requires manual authoring of
the XML, which is error-prone and not always convenient.
This plugin enables editing of **advancedsettings.xml** similar to editing
settings of any other plugin.
## Installation
1. Go to the Kodi file manager, click on "Add source".
2. The path for the source is: https://Project-Kodi.github.io/ (Give it the name "Project Kodi Repository").
3. Go to "Addons", in addons, install an addon from zip. When it asks for the location, select "Project Kodi Repository", and install repository.project.kodi-1.x.x.zip.
4. Now the repository is available in Kodi, additionally, you should turn on automatic updating: Go to “Addons”, select “User Addons”, then “Addon Repository”, select “Project Kodi Repository” and activate automatic updating.
5. Go to the Addon-Browser, select “Install from Repository”, select “Project Kodi Repository”, select “User Addons”, select “Programm-Addons”, select “Unlock Kodi Advanced Settings” and chooise “Install”. Additionallyactivate automatic updating!
## User manual
Editing **advancedsettings.xml** is simple - just run the plugin. If you
already have advancedsettings.xml defined in your system, it will be loaded
accordingly.
Once you complete editing changes and save them, advancedsettings.xml will be
updated (or created if it was not present in your system) in the **userddata**
folder. Old advancedsettings.xml file will be stored with **.bak** extension
in the userdata folder.
If a setting is reverted to its default value, it will not be written to the
advancedsettings.xml file. Parent tags without non-default settings will be automatically
removed from the file.
## Known limitations
1. Any formatting or manual comments in advancedsettings.xml will not be
preserved.
2. Some settings may be not supported. In this case it is still possible to set
them manually by editing advancedsettings.xml file. Such settings will NOT
be overwritten by the plugin.
## Disclaimer
This is a non-commercial community-supported addon.
This plugin was created just fo fun and has no relation to official
Kodi software. PLease know what you are doing and use at your own risk.
Author bears no liability for any changes made by this plugin in your
system.
## Version
Version 1.0.4 - More languages added, added repository, added more Settings,..
|
|
|
TSDB TV-Guide (Vilhao) |
Posted by: TheSportsDBFan - 08-20-2024, 08:47 PM - Forum: Presentation of your projects
- No Replies
|
|
[WebProject - API V1+V2] TSDB TV-Guide: (Vilhao)
Developer: Vilhao / TheSportsDBFan (Upgrade to V2)
Description: A PHP based TV guide that serves as an example. You can switch between API V1 and V2.
Rights granted by developer to make the base code freely available. Hosted by: TSDB.club - Iframe:
Download: PHP TSDB TV-Guide (Vilhao)
Live Example: https://tsdb.club/Presentation_of_projec...isplay.php
Hint: This is about basic principles that should show, even in small detail, what is possible.
Task: Whoever develops the script further, not only makes it more beautiful, but also allows you to click on events, view the players in detail and find out details about the broadcasters... will receive an API KEY from me for 1 year. However, the project must be made available for everyone to use for at least 1 year and presented on this page. (Begin: DD/MM/YY GMT+2 20.08.2024 23:15:00)
Would you like to embed your project via iframe or host it with us? No problem, write to TheSportsDBFan!
|
|
|
HTTP API client for Java/Kotlin - JVM based (Arthur) |
Posted by: TheSportsDBFan - 08-20-2024, 09:05 AM - Forum: Presentation of your projects
- No Replies
|
|
JVM based TheSportsDB HTTP API client to connect to the api of https://thesportsdb.com/
Download: Github: https://github.com/Biacode/jsportsdb
Developer: Arthur
Github Profile: https://github.com/Biacode
Java Example:
Code: public class JavaDemoApp {
public static void main(String[] args) {
final SearchTeamClient searchTeamClient = new SearchTeamClientImpl();
final ResultResponse searchTeamResult = searchTeamClient.byShortCode("Ars");
System.out.println(searchTeamResult.asMap());
System.out.println(searchTeamResult.asString());
final ListSportsClient listSportsClient = new ListSportsClientImpl();
final ResultResponse listSportsResult = listSportsClient.all();
System.out.println(listSportsResult.asMap());
System.out.println(listSportsResult.asString());
}
}
Kotlin Example:
Code: object KotlinDemoApp {
@JvmStatic
fun main(args: Array<String>) {
val searchTeamResult = SearchTeamClientImpl().byShortCode("Arsenal")
println(searchTeamResult.asString())
println(searchTeamResult.asMap())
val listSportsResult = ListSportsClientImpl().all()
println(listSportsResult.asString())
println(listSportsResult.asMap())
}
}
|
|
|
Javascript Library - theSportsDB (gpsanant) |
Posted by: TheSportsDBFan - 08-20-2024, 08:58 AM - Forum: Presentation of your projects
- No Replies
|
|
Javascript Library to connect to the api of https://thesportsdb.com/
Download: Github: https://github.com/gpsanant/theSportsDB
Developer: Gautham Anant
Github Profile: https://github.com/gpsanant
Contact: gpsanant@gmail.com
Example usage:
Code: const theSportsDB = require('thesportsdb');
(async() => {
theSportsDB.setApiKey(808) //defaults to 1, set for Patreon
//works with space, underscores, or "%20"s
var goat = await theSportsDB.getPlayerByName("michael jordan")
var kobe = await theSportsDB.getPlayerByName("kobe_bryant")
//replace unused parameters with null
var events = await theSportsDB.getEventsOnDay("2014-10-10", null, "Australian_A-League")
//ids can be either numbers or strings
var nextEvents = await theSportsDB.getNext5EventsByTeamId(133602)
})()
|
|
|
|