forked from Wintermute0110/plugin.program.AEL.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply default launcher with standalone rom * Feature/extra field (#31) * Added extra field for undocumented values * ignore fuse files * Apply default launcher with standalone rom * Feature/extra field (#31) * Added extra field for undocumented values * ignore fuse files * Updated imports * Feature/translate texts (#33) * Added translations * translated all notifications * Translated all question dialogs * Translated all dialog titles * Translated all list options * Translated other texts * Fix for tests * Building new library menu item * Made webservice port customizable * explicit python version in yml * Updated authors md * Library rendering for views * Syntax cleanup * Cleanup syntax for flake8 * Implemented Library manage roms * Implemented library actions * Cleanup obsolete functions * Implemented API actions * Added cleanup obsolete files * Fixed queries * Fixes in queries and context menu * library view fix * Schema fixes * Syntax cleaning * Cleanup syntax * Further scanner implementations for libraries * Implemented set asset paths for library * Implemented delete for libraries * Updated library scraper support * Fixes for scraping with libraries * get url fix * FIx of wrong label id * Fix rom collection rom asset mapping * Separate launcher support * migration fixes * Fixes for api calls launchers * Added box size to library * Small UI fixes * Removed assets_directory * SQL migration script fix * Syntax cleanup * set asset fixes * Removed kind references * Implementing import rulesets * Implementing rules editting * Implemented editting rulesets * Rename to sources * Implemented executing rulesets * Moved Add Standalone * Refactored standalone roms * Implemented ROM linking * Adjusted UX flow for launchers * Fixes for webservices and apis * Updated addon requirements * Fixed tests
- Loading branch information
Showing
47 changed files
with
7,588 additions
and
3,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ routing.py | |
pyrightconfig.json | ||
.env | ||
tests/assets/test_db.db | ||
tools/ | ||
tools/ | ||
.fuse_hidden000* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
## Advanced Kodi Launcher | ||
# Advanced Kodi Launcher | ||
|
||
**Advanced Kodi Launcher** was another (friendly) fork from Advanced Emulator Launcher | ||
version 0.10.0 in 2020 by [Chrisism](mailto:[email protected]). | ||
AKL closely follows AEL, but focusses on being more modulair and being able to support | ||
different types of launcher applications. | ||
|
||
Kodi forum thread: https://forum.kodi.tv/showthread.php?tid=366351 | ||
|
||
# Advanced Emulator Launcher | ||
Advanced Emulator Launcher was originally forked from Advanced Launcher | ||
version 2.5.8 on May 2016 by Wintermute0110 <[email protected]>. First | ||
public released version of Advanced Emulator Launcher was 0.9.0 on Aug 2016. | ||
|
||
Kodi forum thread: http://forum.kodi.tv/showthread.php?tid=287826 | ||
|
||
AEL contributors: Chrisism, Paradix, Rufoo. | ||
|
||
|
||
# Advanced Launcher # | ||
# Advanced Launcher | ||
|
||
Advanced Launcher was originally forked from Launcher by Angelscry. First version | ||
of Advanced Launcher was released on November 2010. Other people credited in | ||
|
@@ -24,7 +25,7 @@ Advanced Launcher are JustSomeUser, CinPoU, Leo212, Zerqent, Zosky, and Atsumori | |
Kodi forum thread: http://forum.kodi.tv/showthread.php?tid=85724 | ||
|
||
|
||
# Launcher # | ||
# Launcher | ||
|
||
Launcher was the original project that started it all. First Launcher version | ||
was released on August 2008. Launcher was developed by JustSomeUser, CinPoU, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
|
||
# Copyright (c) Chrisism <[email protected]> | ||
# Big Portions (c) Wintermute0110 <[email protected]> | ||
# Big Portions (c) Wintermute0110 <[email protected]> | ||
# Portions (c) 2010-2015 Angelscry and others | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -37,4 +37,4 @@ | |
views.run_plugin(sys.argv) | ||
except Exception as ex: | ||
logger.fatal('Exception in plugin', exc_info=ex) | ||
kodi.notify_error("General failure") | ||
kodi.notify_error(kodi.translate(40956)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.