I finished some bug reports (most related to the fancy list), big thanks to the beta testers, especially „HANsolo“ who found the most bugs, thanks very nice work.
One thing I changed, The „Auto icon load“ setting in prefs will now also set the fancy list to auto load the icons or not, that way I guess it is maybe also usable on slower Amigas as well. I tried out on my real A1200 (with TF1260, AGA 32 color screen) and even with the icon preview on, it’s not that bad, certainly fast enough to work with it. I like it.
So the changes for this Version are quite short:
Fancy movie list
updated translation for italian and french
encoding bug fixes (should show now umlauts and other non ASCII chars in title and description)
smaller bugs fixes related downloading movies
Download as always via the Updater in the Program or on the AmiTube page
Finally I found some mood to work on the new list feature in AmiTube, the so called fancy list, including the title, description and preview image directly in the list.
For that I use a background task to download and load the images, usually such things I use a Thread with Event system behind it. But it seems not to work, most of the time it works fine but then from time to time it locks up completely, total dead lock. After some debugging I found the culprit in my TEvent implementation for Amiga systems in AThreads, the two cases when the Event is already set when you start to wait for it (or the Even is already destroyed) are not covered properly and it leaves the routine with the semaphore locked, easy fix but hard to find.
But back to the list, one can switch to the fancy list, but that also means it auto loads the images, so it will be only good for faster Amiga/RTG or NG Amiga or so.
Working quiet nicely already. Also I got some updated localization for AmiTube which will be released with the next version.
Finally here it is the 1.0 of AmiTube a lot of changes. As shown before now it contains a Download queue to start more than one conversation/download job which are processed one after the other. A Typical Amiga thing is the AREXX interface, all good programs have it, therefore AmiTube needs that as well. There are commands to search and to start a convert job and play a movie.
For this new Version I will also supply a Version for AmigaOS 4 and MorphOS due to popular demand.
Next to the search bar is now a Button which opens the search history.
AmiTube 1.0 with AREXX script
Changes:
History for search
AROS64 ABIv11 bit version
MorphOS Version
Amiga OS4 Version
Download more Amiga-like audio only formats: mp3 and 8svx
A new feature will be included in the next AmiTube Version, a Download Queue, so if you have a conversation/download job running you can continue browsing and add an other one which will be performed after the first one is finished.
This should be especially useful for slower network system. You can simply select some videos you like to have and then let the program work without supervision
AmiTube 1.0 will be available for all, from 68000 to 68060, from PowerPC and i386 to x64 and ARM, for all the modern OS Workbench 3.0 to 3.9, including 3.1.4 and 3.2, AmigaOS4 line and MorphOS up to 3.15, AROS ABIv0 and ABIv11.
Some people asked me (email and also here on the page) if it is possible to get the YouTube audio as MP3 or other Amiga-friendly formats, usually in the audio formats provided by YouTube are rather modern, mostly „mp4a“ and „opus“ (there are some older videos with different settings) both are too recent to be supported on a m68k Amiga. But you can use that to create your MP3 (or just any format you want) with it.
Download an Audio only with mp4a-codec and download that.
then wait a while 😉 done. You have your video as MP3, works great with Delitracker for example.
And from there you can get to any format you want, I guess, also 8svx for example. The old FFMpeg available for Amiga is not capable of saving 8svx but there should be some tools to make an 8svx from an MP3 (even Delitracker can do that, with the Filesave noteplayer).
Finished today the Version 0.8 of AmiTube. I reworked the whole network code (at my A1200 the download speed nearly doubled with that). You can sort the video list by any column present by double clicking on en entry (MUI doesn’t allow to click onto the title as it seems) or by using the menu items for it. Also new is the AmigaGuide help, you might want to try pressing Help from time to time.
Most of the other changes are bugfixes, thanks to all the diligent tester and bug reporters out there.
Changes List:
Faster download speed
bugfix download speed display
bugfix invalid moviedir
bugfix load icon when a download is running
bugfix start a download when one is already running
bugfix clipboard device
sort results in list by name, duration or size
choice to ask for a path everytime a conversation job is started,
if canceled the default moviedir is used
italian and polish translation
alternative more colorful icons for AmiTube and folder
AmigaGuide Help
Download on the AmiTube Page or use the build in Update check to get the latest AmiTube archive.
I created a docker container which contains everything you need for an AmiTube Server, including Apache2, PHP, yt-dlp and all the script you need.
All you need to get it, is to start:
docker pull alb42/amitubeserver
on your linux box with docker installed
and then to start the actual docker container:
docker run -p 1234:80 alb42/amitubeserver
here the 1234 is just as example the port you want to have the server running on (of 80 is free of course you can also use -p 80:80). Then go to your AmiTube icon and add the SERVERURL= parameter for example
Since Version 0.7 of AmiTube it can use your very own Server as backend. I tried to make a package and write a manual how to do it, but I don’t know what you need all because it grew slowly over time.
But maybe someone want to try it. the manual is at the end of the AmiTube Page.