You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,11 +44,15 @@ function install_skyscraper() {
44
44
'artwork.xml.example2'
45
45
'artwork.xml.example3'
46
46
'artwork.xml.example4'
47
+
'platforms.json'
48
+
'screenscraper.json'
49
+
'mobygames.json'
47
50
'tgdb_developers.json'
48
51
'tgdb_publishers.json'
49
52
'mameMap.csv'
50
53
'aliasMap.csv'
51
-
'hints.txt'
54
+
'hints.xml'
55
+
'docs'
52
56
'import'
53
57
'resources'
54
58
'cache/priorities.xml.example'
@@ -133,7 +137,7 @@ function _get_ver_skyscraper() {
133
137
134
138
function_check_ver_skyscraper() {
135
139
ver=$(_get_ver_skyscraper)
136
-
if compareVersions "$ver" lt "3.5" ]];then
140
+
if compareVersions "$ver" lt "3.5";then
137
141
printMsgs "dialog""The version of Skyscraper you currently have installed is incompatible with options used by this script. Please update Skyscraper to the latest version to continue."
138
142
return 1
139
143
fi
@@ -201,42 +205,21 @@ function _init_config_skyscraper() {
201
205
202
206
# Make sure the `artwork.xml` and other conf file(s) are present, but don't overwrite them on upgrades
@@ -342,7 +325,7 @@ function _scrape_chosen_skyscraper() {
342
325
# Confirm with the user that scraping can start
343
326
dialog --clear --colors --yes-label "Proceed" --no-label "Abort" --yesno "This will start the gathering process, which can take a long time if you have a large game collection.\n\nYou can interrupt this process anytime by pressing \ZbCtrl+C\Zn.\nProceed ?" 12 70 2>&1>/dev/tty
344
327
[[ !$?-eq 0 ]] &&return 1
345
-
328
+
346
329
local choice
347
330
348
331
forchoicein"${choices[@]}";do
@@ -371,7 +354,7 @@ function _generate_chosen_skyscraper() {
371
354
fi
372
355
373
356
local choices
374
-
local cmd=(dialog --backtitle "$__backtitle" --ok-label "Start" --cancel-label "Back" --checklist " Select platforms for gamelist(s) generation\n\n" 22 60 16)
357
+
local cmd=(dialog --backtitle "$__backtitle" --ok-label "Start" --cancel-label "Back" --checklist " Select platforms for gamelist(s) generation\n\n" 22 60 16)
0 commit comments