Cristi Mitrana
253e5716d2
Remove the TGDB scraper from the list of enabled scrapers
2019-01-24 20:05:07 +02:00
Cristi Mitrana
ce04f7f297
Add checks for the Scraper, when the settings no longer match the list of available scrapers.
...
If the Scraper configured in the settings is no longer available, don't crash when running the scraper.
For single game scrapes, we show an error for the user to change the configuration.
For batch scraping, silently choose the 1st scraper available in the list
2019-01-24 20:00:19 +02:00
Cristi Mitrana
cdd43bf7e9
Add ScreenScraper.fr as scraping source
2019-01-19 09:01:35 +02:00
Keith F. Kelly
8c4c024de1
Add support to built-in thegamesdb.net scraper for TurboGrafx CD platform.
2018-11-28 11:09:52 -08:00
John Rassa
86a2cb7840
set curl to follow redirects to fix scraper error
...
update to use legacy thegamesdb url
2018-06-05 19:00:42 -07:00
Jools Wills
bb678eecd1
Merge pull request #363 from jrassa/g-w-scraper-fix
...
fix platform name for game and watch
2018-02-01 03:50:48 +00:00
John Rassa
d223831d53
fix platform name for game and watch
2018-01-30 20:16:30 -08:00
Tomas Jakobsson
421e4a23df
The final traces of boost has been eliminated
2018-01-30 19:21:09 +01:00
Tomas Jakobsson
403b798572
Remove the last traces of boost::filesystem::operational, this is PR 4 of 5 in the boost::filesystem removal quest
2018-01-27 22:52:14 +01:00
Tomas Jakobsson
3d3fb2c277
Switched over the last functions in Utils.cpp to Utils::String, step 3 of 5 in the quest to remove boost::filesystem
2018-01-27 18:04:28 +01:00
Tomas Jakobsson
c1f8e7294c
Update and rename some Utils::FileSystem functions
...
Replace boost::filesystem::is_directory
with Utils::FileSystem::isDirectory
Replace boost::filesystem::is_regular_file
with Utils::FileSystem::isRegularFile
Replace boost::filesystem::is_symlink
with Utils::FileSystem::isSymlink
Replace boost::filesystem::exists
with Utils::FileSystem::exists
Replace boost::filesystem::create_directory
with Utils::FileSystem::createDirectory
Replace boost::filesystem::remove
with Utils::FileSystem::removeFile
2018-01-23 12:07:20 +01:00
Tomas Jakobsson
11b8dbfc43
Replaced boost::posix_time with Utils::Time
2017-12-01 18:49:56 +01:00
Tomas Jakobsson
160ef73eee
Fix NES and SNES scraper that broke during boost cleanup
2017-11-18 18:11:58 +01:00
Tomas Jakobsson
9fbe95daa3
iterator -> const_iterator
2017-11-12 00:05:19 +01:00
Tomas Jakobsson
7719bff8ae
Clean up pugixml.hpp includes
2017-11-10 20:16:42 +01:00
Tomas Jakobsson
ac01e8fcd4
Removed all boost::assign::list_of
2017-11-03 01:33:08 +01:00
Tomas Jakobsson
a8fc560749
Header inclusion cleanup
2017-11-02 19:16:01 +01:00
Tomas Jakobsson
44e3e39083
Add pragma once and ifndef header guards to all headers
2017-10-31 18:12:50 +01:00
Tomas Jakobsson
d3e87739e3
fix warnings
2017-10-28 22:07:31 +02:00
Markus Pointner
d75510bde1
TheGamesDB scrapper should use GetGameList.php
...
Previously GetGame.php was used, but GetGamesList.php is
the "search" API call and more reliably returns the correct game.
2017-09-28 23:30:28 +02:00
dirk-de-bugger
d2eb7079e1
Make ScraperSearchHandle::update() non-blocking and ScraperSearchComponent::search() show the busy animation.
2017-05-25 19:56:06 +02:00
Leonardo S. Meira
0cf21a09fd
Add new platforms to scraper
2017-05-23 17:22:34 -03:00
zefie
8ed1792913
add support to search for specific game id using id:###
2017-05-22 14:58:30 -04:00
zefie
54931f12bd
add Famicom Disk System to scraper
2017-05-22 14:28:32 -04:00
ottopower
6178e8f981
Update GamesDBScraper.cpp
2017-05-10 01:31:30 +02:00
Daniel
c2b76aaa73
#69 : Fixing user input from scraper. It now does an exact name search ( #123 )
...
* #69 : Fixing user input from scraper. It now does an exact name search for the game. Anything not found by the normal game search can be found through this. It does not fail on special characters or when there are only three letter words.
2017-05-04 16:33:45 +01:00
Jools Wills
752472355a
convert pugixml to git submodule and update to v1.8.1
2017-04-03 19:47:17 +01:00
Fraser
fb327d5bac
Update GamesDBScraper.cpp
...
Fixes platform name for Neo Geo so that the scraper works
2017-03-03 21:34:57 +00:00
Steven Selph
df9f5b8c3f
Remove TheArchive scraper
2017-01-18 21:43:50 -05:00
Aloshi
0dcfc2945d
Added MSX platform.
2014-11-29 12:51:17 -06:00
Aloshi
bc72990f39
Changed 'emulationstation' folder to 'es-app' because I forgot executables don't have extensions on Linux
...
Half of the ES code has been missing for 5 days because I am incompetent
2014-06-25 12:02:36 -05:00