Skip to content

Commit

Permalink
v2.5 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
bite-your-idols committed Oct 20, 2016
1 parent 9d9b7b5 commit 835e016
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 80 deletions.
77 changes: 0 additions & 77 deletions script.gamestarter/_changelog.txt

This file was deleted.

12 changes: 12 additions & 0 deletions script.gamestarter/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v2.5.0 (2016-10-20)
- Configuraton files backup/restore feature.
- Change configs path from /storage/.config to userdata to easily backup options and remove addon.
- Emulationstation additional scraper included than can be used from addon settings.
- Advanced Emulator Launcher updated to v0.9.3
- Change libretro-cores path to addon bin folder.
- fbalpha and fceumm cores renamed.
- quickness and snes9x2010 cores added.
- frontend images updated.
- pbp/PBP extension included for Emulationstation and AL/AEL.
- Minor updates, bug fixes and code debugging.

v2.4.0 (2016-09-14)
- Addon updater from settings.
- Minor updates, bug fixes and code debugging.
Expand Down
10 changes: 7 additions & 3 deletions scripts/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ then
kodi-send --action=Notification"(Gamestarter,Gamestarter is up to date,6000,/storage/.kodi/addons/script.gamestarter/icon.png)"
else
kodi-send --action=Notification"(Gamestarter,Updating...,6000,/storage/.kodi/addons/script.gamestarter/icon.png)"
if [[ $VERSION_LOCAL == "2.4" ]]
if [[ $VERSION_LOCAL == "v2.4.0" ]]
then
mv /storage/.config/retroarch /storage/.kodi/userdata/addon_data/script.gamestarter
mv /storage/.config/emulationstation /storage/.kodi/userdata/addon_data/script.gamestarter
rm -rf /storage/.config/retroarch/cores
cp -rf /storage/.config/retroarch /storage/.kodi/userdata/addon_data/script.gamestarter
rm -rf /storage/.config/retroarch
cp -rf /storage/.config/emulationstation /storage/.kodi/userdata/addon_data/script.gamestarter
rm -rf /storage/.config/emulationstation
rm /storage/.kodi/userdata/addon_data/plugin.program.advanced.launcher/launchers.xml
mv /storage/.config/advancedlauncher/launchers.xml /storage/.kodi/userdata/addon_data/plugin.program.advanced.launcher/launchers.xml
rm /storage/.emulationstation
rm -rf /storage/.config/advancedlauncher
rm /storage/.config/gamestarter.log
fi

#sacar solo los valores de la version p.e. "2.3"
Expand Down

0 comments on commit 835e016

Please sign in to comment.