English Amiga Board


Go Back   English Amiga Board > Other Projects > project.Amiga File Server

 
 
Thread Tools
Old 21 November 2019, 11:19   #461
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
Quote:
Originally Posted by jbl007 View Post
_(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)
or more generic
'_(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se)(\.|_|[A-Z])'
some stuff like "ShadowSorcerer_v1.0_DeFrIt.lha" does not match.

Good plan to start with =) I've put 0.5.2 on the EAB FTP which changes it to "_(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)" on first startup in the INI file.
Also, I'll include a x64 executable. It seems x64 versions of my programs are less likely to trigger a false antivirus response. Other than that, there is no difference.

Changelog:
Code:
    0.5.2 : Dated dir in Downloads is not created until it has something to download.
            Updated eng regexp to _(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)

If you already have 0.5.1 running though, you can just edit your ini file and change the ENGLISH_SKIP_REGEXP to
Code:
ENGLISH_SKIP_REGEXP=_(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)

Also, I'd like to thank those who donate from this program. If you have a registered EAB FTP account, send me a pm when you donate and I'll see if I can give you something small back as a token of appreciation.

Last edited by Turran; 21 November 2019 at 11:25.
Turran is offline  
Old 21 November 2019, 17:38   #462
blindguy
Registered User
 
Join Date: Jun 2019
Location: Queen Creek
Posts: 16
This is an awesome piece of software.
I do have a question.
I have many gigs of WHD load games already bit they may not be named the same and are not in the same directory structure they are just in one big folder.

Can I somehow tell this app to look in that folder and pull anythign it can find and rename and import into the folder that I'm running it in?
I don't mind re downloading but don't want to hog up the annon user resources for too long.
I looked at the thing to create your own FTP user but I won't hit 50 posts for another year or so. I'm more of a lurker but this software is SO awesome I have to get it working properly.
Any suggestions are appreciated.
Blindguy
blindguy is offline  
Old 21 November 2019, 17:52   #463
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by blindguy View Post
I have many gigs of WHD load games already bit they may not be named the same and are not in the same directory structure they are just in one big folder.
Download a ROM manager like ClrMAMEPro and then run your collection through the .DATs on the "EAB File Server" which you'll find under:
/Commodore_Amiga/Retroplay
This way you know what have and you're still missing.
DamienD is offline  
Old 22 November 2019, 01:32   #464
blindguy
Registered User
 
Join Date: Jun 2019
Location: Queen Creek
Posts: 16
Quote:
Originally Posted by DamienD View Post
Download a ROM manager like ClrMAMEPro and then run your collection through the .DATs on the "EAB File Server" which you'll find under:
/Commodore_Amiga/Retroplay
This way you know what have and you're still missing.
Ok looks like I got some reading to do!! Thanks for the kick in the proper direction! Much appreciated!
blindguy is offline  
Old 13 March 2020, 11:22   #465
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 379
Nice job on the EAB Downloader, very useful.
Is there a way to save the password ?
TuKo is offline  
Old 15 March 2020, 22:37   #466
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
Quote:
Originally Posted by TuKo View Post
Nice job on the EAB Downloader, very useful.
Is there a way to save the password ?

Yes. Manually edit the ini file and add password= below username=


Code:
$INI_username = IniRead($INIFile, "UserInfo", "username", "")

$INI_pass = IniRead($INIFile, "UserInfo", "password", "")
Turran is offline  
Old 28 April 2020, 10:03   #467
Nostromo
Registered User
 
Join Date: Dec 2008
Location: The World!
Posts: 454
Awesome program - Occasionally I get an error while downloading so I had to run it again (this has to do with the FTP of course not the software itself).

Does the program check files for correct size when going through the already downloaded files? Thanks!
Nostromo is offline  
Old 03 May 2020, 08:18   #468
Tarzin
Registered User
 
Tarzin's Avatar
 
Join Date: Jul 2006
Location: Dunkerque / FRANCE
Posts: 173
Quote:
Originally Posted by Turran View Post
If you already have 0.5.1 running though, you can just edit your ini file and change the ENGLISH_SKIP_REGEXP to
Code:
ENGLISH_SKIP_REGEXP=_(Cz|De|Dk|Es|Fi|Fr|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)
Hi Turran,


I'm looking for this kind of feature but don't understand how to use it.
If I just want to download english and french versions, how should be this string configured?
Thanks for adavance!
Tarzin is offline  
Old 04 May 2020, 09:51   #469
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
Quote:
Originally Posted by Nostromo View Post
Awesome program - Occasionally I get an error while downloading so I had to run it again (this has to do with the FTP of course not the software itself).

Does the program check files for correct size when going through the already downloaded files? Thanks!

If I remember correctly. the "database" file that tells the program that it finished downloading the game is only created once the game is fully downloaded, so if it aborts in the middle, it would try again the next time.
Turran is offline  
Old 04 May 2020, 09:52   #470
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
Quote:
Originally Posted by Tarzin View Post
Hi Turran,


I'm looking for this kind of feature but don't understand how to use it.
If I just want to download english and french versions, how should be this string configured?
Thanks for adavance!

Just remove fr from it and check "English only". It'll then take both english (default) and fr games


ENGLISH_SKIP_REGEXP=_(Cz|De|Dk|Es|Fi|Gr|It|Pl|Se|DeFrIt|DeEsFrIt)(\.|_)

If the problem is that you do not have an INI file, you'll need to run it once first and the INI is created.

Last edited by Turran; 04 May 2020 at 09:59.
Turran is offline  
Old 08 May 2020, 07:47   #471
Tarzin
Registered User
 
Tarzin's Avatar
 
Join Date: Jul 2006
Location: Dunkerque / FRANCE
Posts: 173
Thanks a lot Turran, it works!
Tarzin is offline  
Old 09 May 2020, 11:34   #472
Macca
Zone Friend
 
Macca's Avatar
 
Join Date: Jul 2004
Location: Gloucester
Posts: 697
Just noticed this as I have several collections and never sure which is up to date or not.

Just seems to work which is what everyone wants so thanks to the efforts on this!


M.
Macca is offline  
Old 11 June 2020, 20:43   #473
Voljega
Registered User
 
Join Date: Mar 2019
Location: Paris
Posts: 4
Hello it seems the FTP now asks for a password even with the 'free' ftp account ?
Edit : Sorry someone pointed me to the ongoing drama in other threads ...

Last edited by Voljega; 12 June 2020 at 00:14.
Voljega is offline  
Old 05 July 2020, 16:57   #474
keithshaw3
Registered User
 
Join Date: Jan 2020
Location: Hertfordshire
Posts: 81
Have the WHDLoad folder locations changed since the ftp server has been rebooted as I'm getting folder not found errors when running the downloader?

Thanks

K
keithshaw3 is offline  
Old 05 July 2020, 17:29   #475
Retroplay
Lemon Curry ?
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Denmark
Age: 49
Posts: 4,079
Yes it has.
It used to be /Commodore_Amiga/Retroplay/
Now it's /Retroplay WHDLoad Packs/
Retroplay is offline  
Old 05 July 2020, 18:04   #476
keithshaw3
Registered User
 
Join Date: Jan 2020
Location: Hertfordshire
Posts: 81
Great thanks, worked a treat
keithshaw3 is offline  
Old 07 July 2020, 00:59   #477
quantum8
Registered User
 
Join Date: Jun 2019
Location: BNE AU
Posts: 216
awesome to see it all back up and running again
quantum8 is offline  
Old 08 July 2020, 15:37   #478
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
Indeed. Change your existing INI files to this
Code:
FTPRoot=/Retroplay WHDLoad Packs/
I also updated the version on the FTP to 0.5.3 to correct this, but no reason to download it as its only the INI change thats new.
Turran is offline  
Old 12 July 2020, 10:58   #479
peo
Registered User
 
Join Date: Dec 2008
Location: Ursviken
Posts: 137
So now that the FTP is up and running and reorganized.. how do I make my local mirror to reflect all the changes (except for the mentioned WHDLoad stuff) ?

Is it possible to get MD5 checksums for the files available ? Preferrably in the file list as per my previous suggestion.
peo is offline  
Old 15 July 2020, 08:45   #480
Turran
Moderator
 
Turran's Avatar
 
Join Date: May 2012
Location: Stockholm / Sweden
Age: 49
Posts: 1,572
You should not have to do anything except change the FTPRoot (see previous post from me) if you've used it before. It should pick up where it left off.



Quote:
Originally Posted by peo View Post
So now that the FTP is up and running and reorganized.. how do I make my local mirror to reflect all the changes (except for the mentioned WHDLoad stuff) ?

Is it possible to get MD5 checksums for the files available ? Preferrably in the file list as per my previous suggestion.
Turran is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
WHDLoad demos/games do not work on SFS; FFS is OK Lurbi project.ClassicWB 4 03 August 2009 00:50
Amiga WHDLoad Games (& Demos) JULY Updates 2006 killergorilla Amiga scene 73 15 November 2006 23:14
Amiga WHDLoad Games April/May 2005 Update (and some demos) killergorilla project.Killergorilla's WHD packs 22 05 June 2005 04:27
REQ: WHDload games for March pack killergorilla project.Killergorilla's WHD packs 1 31 March 2005 12:09
Needed WHDload Games For January Pack killergorilla request.Old Rare Games 21 22 January 2005 20:16

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:36.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.20442 seconds with 16 queries