HollywoodUpdater

Discuss GUI programming with the RapaGUI plugin here
Post Reply
bitRocky
Posts: 148
Joined: Fri Nov 14, 2014 6:01 pm

HollywoodUpdater

Post by bitRocky »

Here is a first screenshot of a program which displays a list of available Hollywood plugins and checks which version is installed.
If its not available if will be displayed in italic style, if there is a newer version available it will be display in red color.
Sorting is possible.

Todo: download a plugin, unpack it, and start the installer.
Image
http://igracki.square7.ch/tmp/HollywoodUpdater.png
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HollywoodUpdater

Post by airsoftsoftwair »

Nice, this looks like a useful addition! Does it parse the HTML of the Hollywood homepage or do you use your own database?
bitRocky
Posts: 148
Joined: Fri Nov 14, 2014 6:01 pm

Re: HollywoodUpdater

Post by bitRocky »

Yes, it parses the download page. So it will be always uptodate.
TearsOfMe
Posts: 19
Joined: Fri Apr 24, 2020 2:15 pm

Re: HollywoodUpdater

Post by TearsOfMe »

Cool. Like the Idea.
bitRocky
Posts: 148
Joined: Fri Nov 14, 2014 6:01 pm

Re: HollywoodUpdater

Post by bitRocky »

Here is a little YouTube video showing the current version
https://youtu.be/rEz31pLWGMg?si=vBDQWYsTPGD7KA74
bitRocky
Posts: 148
Joined: Fri Nov 14, 2014 6:01 pm

Re: HollywoodUpdater

Post by bitRocky »

Getting the file version should work for all Amiga systems, but opening the downloaded archive is MorphOS only for now, because I open a Ambient Lister with rxcmd.
If someone has the commands to open the archive in a lister on other systems, please send them to me!
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HollywoodUpdater

Post by airsoftsoftwair »

bitRocky wrote: Sun May 11, 2025 7:28 pm Yes, it parses the download page. So it will be always uptodate.
Unless Cloudflare steps in and sends a HTML page verifying if you're a human or not ;)
bitRocky
Posts: 148
Joined: Fri Nov 14, 2014 6:01 pm

Re: HollywoodUpdater

Post by bitRocky »

Well I wouldn't mind if there would be a PHP script I could call to get a json list of the plugins with the name, version, download url, a little description and the supported systems...
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HollywoodUpdater

Post by airsoftsoftwair »

bitRocky wrote: Mon May 19, 2025 8:07 pm Well I wouldn't mind if there would be a PHP script I could call to get a json list of the plugins with the name, version, download url, a little description and the supported systems...
That still wouldn't solve the problem that Cloudflare could also kick in when you try to download the archives from my web page. The only safe solution would be a mirror on some unprotected site but Cloudflare probably won't interfere that much with IPs from countries that aren't notorious for lots of bots so it's probably not that likely that Cloudflare blocks connections of your tool...
Post Reply