AmiTube Server update
A little bug in the AmiTube server prevented the yt-dlp to update so after a while the downloading from youtube didn t work again sigh So I had to update the server again i hope this time the updating works.
Freepascal, AROS, Amiga, Lazarus
A little bug in the AmiTube server prevented the yt-dlp to update so after a while the downloading from youtube didn t work again sigh So I had to update the server again i hope this time the updating works.
The Map server for the openstreetmap images used in MUIMapparium needs SSL now. I made a little update including the SSL support for AROS, Amiga 68k and MorphOS (yes no OS4 for now, I have no AmiSSL library unit for OS4, too much annoying work). I tried it a bit on Amiga68k and it seems [ ]
Google again changed the access to YouTube for downloading files. It resulted in empty downloads in AmiTube or a error 500 or 404. One needs a javascript engine now to download from youtube. But even with the javascript (deno) installed, I noticed that most of the formats don t work anymore only the audio only and [ ]
some small changes in AmiDream, bugfixing and introduced a daily image of a random image created very day, including a list of the last days, because the most just use the random image function as far as I see. So we just create a random image every day, which is then much faster to load [ ]
By request on amiga-news.de I also added a image save routine for the QR Code creator. The original code had this already but it was using VCL types (TBitmap and so on) but I dont want to make it an LCL application the LCL application wrapper is so huge and slow on standard 68k Amigas. [ ]
I found a little source code on GitHub to create QR Codes. The Source is rather straight forward and simple with little changes, most about difference between Delphi and Free Pascal. So I created a little Version for Amiga, but not save an image as the original but print it to the console using the [ ]
Finished the implementing of image upload for MPW. it was more tricky as i thought. Usually I use AWeb to test the pages, but the upload file never worked with AWeb and the Free Pascal build-in HTTP Server. It never showed any files. A cross check with IBrowse and it worked. It took me some [ ]
Today I released the Source Code of AmiFox under CC0 License on GitHub, like the other programs before. As for AmiTranslate some parts are not published, like the API Keys for the distributor and Itch.io which are included in the programs. But if you setup an own distributor you can put in your own URL [ ]
I published the Source code for AmiTranslate on Github today with the same free CC0 license. Its a little bit different than the other Sources because it contains my DeepL API Key which I dont want to share in the source code repository. Therefore one file is missing, the include file (deeplkey.inc) with the API [ ]
I found a neat little program hunkster, written in Free Pascal, to create an Amiga 68k Hunk file of a given file, which can be linked to your program, very nice if you want include everything into the Executable. The program was made for Windows only but also compiles without problems on Linux. The command [ ]