Commit graph

41 commits

Author SHA1 Message Date
Gemba
e644253145 Dependency and file update for Skyscraper 3.16 2025-03-10 22:28:45 +01:00
Gemba
b8346360e2
deploy helper script for user to separate platform config 2025-01-30 21:42:51 +02:00
G Derber
f7761fd635
Add ability to differentiate group ownership from user ownership. 2024-08-06 09:38:25 -04:00
Gemba
fac3ec4659
skyscraper: echo applied command line options of Skyscraper, 2 scraping modules added. 2024-04-25 19:54:40 +03:00
Gemba
92a5926608 Replace dialog with info message for headless operation 2024-03-12 08:44:42 +01:00
Gemba
2dddf927ec Put programmable completion file to /etc/bash_comletion.d/
Also the fn remove_skyscraper() was present two times.
Merged them together and added a prompt if skyscraper's
cache should also be cleared.
2024-02-25 17:55:38 +01:00
Jools Wills
8d9b5afeb5
Merge pull request #3866 from cmitu/skyscraper-pr11
skyscraper: delete Bash completion on removal
2024-02-14 07:30:56 +00:00
cmitu
0464b1551b skyscraper: delete Bash completion on removal 2024-02-14 04:29:13 +00:00
Gemba
468fa795a1
Deployment of Skyscraper bash completion file with scriptmodule. (#3865) 2024-02-12 19:15:13 +02:00
s1eve-mcdichae1
16161098e0
skyscraper.sh - use 'Skyscraper -h' for version interrogation. Require 'ge' match for version check. (#3825) 2023-12-28 07:14:06 +02:00
s1eve-mcdichae1
fde3f56ce1
skyscraper.sh function _get_ver_skyscraper - run check as $user, not as root. (#3793) 2023-11-09 12:01:41 +02:00
Gemba
015c1537fb for v3.9.0 release of Skyscraper
- new script files to be installed
- new config files (partially replacements)
- keep config files in a stash for idempotence of 'configure' calls
- some spaces and quotes corrected
2023-10-18 18:28:29 +02:00
s1eve-mcdichae1
c9fcb57a77 skyscraper.sh - enhancements and fixes
Co-authored-by: Gemba <uid0@sdf-eu.org>

From https://github.com/detain/skyscraper/pull/24

47868bd303

- Switch to active fork https://github.com/Gemba/skyscraper

- Compacted config file copy section by using RP provided functions, plus:

- Add platforms.json, mobygames.json, screenscraper.json

- Add docs/ folder

- hints.txt > hints.xml (Version 3.5.4 - 14th May 2020)

- Revert commit 693dbfd ("prevent hall of mirrors effect") - This is now implemented upstream in the new fork

- Don't use unix:examples.files -- Copy resource files explicitly

- Minor cleanup:
-- Removed some trailing spaces
-- Removed errant ']]'
2023-10-07 15:30:28 -07:00
s1eve-mcdichae1
693dbfd02e
skyscraper - prevent hall-of-mirrors effect (#3704)
patch config.ini: don't cache already-processed screenshots from local source 'esgamelist'
2023-04-18 09:04:58 +03:00
cobalt2727
1677ca64b4
fix choosing qt5 by default for outdated distros 2021-09-02 08:10:30 -04:00
cobalt2727
fbfcc0c984
Fix critical dependency error (Ubuntu 21.04+, Debian 11+)
qt5 has been removed in all modern versions of Debian and Ubuntu, and the skyscraper script will not work at all without these changes - this dependency change should not break older versions of these operating systems and the package should install fine.
https://askubuntu.com/a/1335187
2021-08-30 21:28:06 -04:00
Lars Muldjord
e71c14270b Updated deprecatd '--unattend' option to use the '--flags unattend' option instead 2021-05-25 09:33:23 +02:00
Jools Wills
4c99509c76 Updating modules to use the new rp_module_repo function hooks
ppsspp was incorrectly changed in 23b154b4 as it uses a subfolder which needs to be specified
2021-02-15 23:54:13 +00:00
Jools Wills
2680d3615f skyscraper - use download function 2021-01-21 05:20:29 +00:00
freddii
4ac341ac9f
fixed some incorrectly spelt words (#3293) 2021-01-21 02:32:29 +00:00
Jools Wills
380d7f957b skyscraper - remove update mechanism from package gui but leave in check
Prefer to keep package updating in once place to avoid confusion and issues with future packaging changes. This
code for example would force a source install, which may not be preferable if the user has installed from binary
and we have an updated binary available also.
2021-01-12 17:51:13 +00:00
Jools Wills
79fadae45f skyscraper - de-duplicate the version check / dialogs by moving to a function 2021-01-12 17:30:13 +00:00
Jools Wills
33445bb350 cosmetic - replace two cases of tab indentation 2021-01-12 17:20:21 +00:00
Lars Muldjord
698ebe0be5 Added '--onlymissing' option to GATHER options 2020-07-29 22:30:26 +02:00
Lars Muldjord
5f6c0bf494 Now checks that Skyscraper is version 3.5 or above and advices user to update if it isn't 2020-04-29 18:12:35 +02:00
Lars Muldjord
b820d5d3a3 Updated to use the new '--flags' format and updated help texts accordingly 2020-04-29 01:23:52 +02:00
Jools Wills
cd4e14d247 skyscraper - check for cache folder in _purge to avoid errors if already removed 2020-04-24 05:23:06 +01:00
cmitu
10cb1b0bc3 skyscraper: don't use predefined variable names for the config dir 2020-03-17 12:56:42 +02:00
Jools Wills
44d8f0d482 skyscraper - move to optional packages 2020-02-16 00:02:56 +00:00
cmitu
b6af87bf28 skyscraper: fix licence abbrev 2019-12-19 17:22:29 +00:00
cmitu
52b87b5ff9 skyscraper: add priorities.xml sample when installing 2019-12-01 10:17:36 +02:00
Cristi Mitrana
ad27518817 Purge and Vacuum actions should not be runa as 'root' - but as calling user. 2019-03-18 09:26:53 +02:00
Cristi Mitrana
fc657e30e3 More 3.0 additions and improvements 2019-03-06 15:13:29 +02:00
Cristi Mitrana
a01d010545 Fixed and simplified listing of systems
Make find follow symlinks, just in case one of the system folders is a symlink.
Simplify the listing using find - don't search for files, just folders.
2019-02-05 22:42:29 +02:00
Cristi Mitrana
9ca794a449 Fix release comparison and a few other small fixes 2019-01-24 09:35:44 +02:00
Cristi Mitrana
62b56a0115 Modifications for Skyscraper 3.x release; fix reported issued 2019-01-23 19:48:39 +02:00
Cristi Mitrana
88e160e2e3 Skyscraper: remove MobyGames as a scraper source in the GUi.
MobyGames it will stop at 25 requests per run.
This will confuse the users that attempt to scrape a larger list of ROMs
if they don't see the limit message from Skyscraper.

(See https://retropie.org.uk/forum/topic/19588/skyscraper-now-officially-part-of-retropie-please-test/71)
2018-12-20 22:17:28 +02:00
Cristi Mitrana
6af12d1b79 Various fixes and optimizations
* Fix the editing in advanced configuration by providing STDOUT/STDIN for console editors (e.g nano/vim).
* Disable output buffering during the scraping session
* Use the Skyscraper shipped configuration file (config.ini.example) as a started config file.
2018-11-22 15:41:33 +02:00
Cristi Mitrana
9ef2f12a97 Fix the install from a binary package
* the configure phase needed the build folder, breaking binary installs.
  Fix this by adding the necessary files to the binary install and
  making configure look there.
* added a few more samples for the 'import' and 'dbs' folders.
* fixed a scraping problem because of a stray space in the sudo scraping command
* default config enables 'wheels' download and scraping and removes the maxFails
  scraping zipped ROMs from screenscraper.
2018-10-25 18:00:04 +03:00
Jools Wills
9549a01a44 skyscraper - move to experimental as module has some issues installing from binary 2018-10-24 20:26:49 +01:00
Cristi Mitrana
83ef43d8db Add Skyscraper as a supplementary module - Emulationstation scraper 2018-10-11 22:36:09 +03:00