Who's Online |
50 user(s) are online ( 27 user(s) are browsing Forums)
Members: 0
Guests: 50
more...
|
|
|
|
Re: LIST command from AmigaKIt Ltd, is broken or not compatible.
|
|
Just popping in 
|
It should be in a backup drawer in Sys:Storage/
Regards,
|
|
|
|
Re: Slideshow program
|
|
Just popping in 
|
Hi,
Warpview? It is available on Os4depot, give it a try ;)
Regards,
|
|
|
|
Re: AmiUpdate connection error
|
|
Just popping in 
|
Did you try amiupdate.codebench.co.uk instead?
Regards,
|
|
|
|
Re: Should I expect better video playback performance?
|
|
Just popping in 
|
@Rob Quote: How about people who bought DVPlayer V54 on the promise of a Radeon SI VA driver. Will they have to make another purchase to get this functionality? It does, it seems, from Amigakit's answer! 
|
|
|
|
Re: Should I expect better video playback performance?
|
|
Just popping in 
|
Quote: The good news is that I will very likely include the file RadeonHD_drv_video.library in the free Enhancer Software 2.2 update. This is the Southern Islands Video Acceleration driver.
However, this driver needs the latest RadeonHD V5 driver to operate so this will be a separate purchase. RadeonHD V5 customers will get a discount off the Enhancer Software V54 in future. 
|
|
|
|
Re: Cannot send email in YAM
|
|
Just popping in 
|
Hi, Dumb question, but did you try with security to none for your smtp settings? On another site, there is these infos: Quote: SMTP Server: mail.tds.net Security type is None Port is 587 for outgoing SMTP Outgoing (SMTP) Secure - Port: 465 for and Security Type: SSL/TLS (Accept all certificates) Outgoing (SMTP roaming server) Secure - Port: 587 and Security Type: SSL/TLS (Accept all certificates) Outgoing (SMTP) - Port: 25 and Security Type: None (Accept all certificates) Outgoing (SMTP roaming server) Insecure - Port: 587 and Security Type: None (Accept all certificates)
|
|
|
|
Re: Radeon 7950 HD Help
|
|
Just popping in 
|
Hi,
Huge cards end near and touch the sata cables sometimes.
Regards,
|
|
|
|
Re: AmiUpdate 2.49 crash bug
|
|
Just popping in 
|
Hi,
Update library in the latest update seems corrupt. its size is only 56144 bytes while previous ones are around 1Mb (1121860 bytes for the previous one).
Regards,
|
|
|
|
Re: A-EON OS?
|
Posted on: 2021/7/7 17:57
#11
|
Just popping in 
|
NoviaOS IV ? :P
|
|
|
|
Re: Looping in DOS batch scripts
|
Posted on: 2021/5/23 15:30
#12
|
Just popping in 
|
|
|
|
|
Re: Odyssey and Bookmarks
|
Posted on: 2021/4/13 12:18
#13
|
Just popping in 
|
Check also in your settings. In Interface you have the abilities to add favicon for your speed links.
Regards, Petrol.
|
|
|
|
Re: Evo Theme
|
Posted on: 2021/4/11 17:31
#14
|
Just popping in 
|
Hi,
Requester's pictures are in a drawer called "Requester" in SYS:Prefs/Presets. Maybe you moved it or deleted it by mistake?
@imagodespira Nice Theme!
Regards, Petrol.
|
|
|
|
Re: Enhancer Software v2.0 Released
|
Posted on: 2021/4/9 13:15
#15
|
Just popping in 
|
@Spectre660 Quote: One of the possible scenarios would be another 3rd party datatype triggering the issues I agree with you. I have to remove/update some datatypes from my system too after the installation. drawing.datatype (SVG/DR2D) was one of them, but it has been updated since, see os4depot. photocd.datatype is not compatible with enhancer 2.0 tools like multiviewer. Regards, Petrol.
|
|
|
|
Re: Enhancer Software v2.0 Released
|
Posted on: 2021/4/1 10:11
#16
|
Just popping in 
|
In the log message it asks: Quote: Did you install PCIGraphics.kmod? It should be PCIGraphics.card, right? Regards,
|
|
|
|
Re: Radeon R9 280X not working in "Power" Prefs with Enhancer 2
|
Posted on: 2021/3/31 20:01
#17
|
Just popping in 
|
Hi,
Same here with a sapphire RadeonHD R9 280X tri-X.
Petrol.
|
|
|
|
Re: Streaming twitch.tv on AmigaOS 4.1
|
Posted on: 2021/2/25 18:02
#18
|
Just popping in 
|
Thank you for the kind words. I also noticed during testing that skaitv script didn't have -q quality arguments, that make my script to fail, while different qualities are listed in the vwq script. So I commented out the lines with the requester and added another condition before launching the script without the -q argument:
elif website == 'skaitv':
vqualitylist = ' | '.join(str(n) for n in vqw.skaiVQW)
# response = asl.MessageBox("Quality choice", "Please select a video quality: ", vqualitylist)
# vquality = str(vqw.skaiVQW[response-1])
...
if website == 'other':
os.system('APPDIR:Mplayer -cache 8092 ' + url)
elif website == 'skaitv':
os.system('C:Python ' + AIOSpath + '/' + website + '.py ' + '-shh -u ' + url)
else:
os.system('C:Python ' + AIOSpath + '/' + website + '.py ' + '-shh -u ' + url + ' -q ' + vquality)
I also tried the skaitv script alone with a video url and with the -l only, but it gave me a url open error. <urlopen error (1, 'error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure')> Regards,
|
|
|
|
Re: Streaming twitch.tv on AmigaOS 4.1
|
Posted on: 2021/2/23 21:26
#19
|
Just popping in 
|
Hi, I looked into writing scripts in python, to rewrite the little arexx script previously made, in python format, and add some enhancements also. If you want to give it a try, you can download it >here<. It contains 2 py files (on is used for url recognition), and a drawer with small pngs pictures to display in the notification server. Extract its content and copy the 2 scripts and the "icones" drawer in AIOStreams root one. Set the context menu of your browser to call the script as: Python {AIOStreams path}/AIOS_Browser_extension.py %l Regards, Petrol.
|
|
|
|
Re: Streaming twitch.tv on AmigaOS 4.1
|
Posted on: 2021/2/20 20:28
#20
|
Just popping in 
|
@white Your previous screenshots show that the url parsed via the Rexx command start by https://m.youtube, but in your script you only send to YouTube.py the url that start by https://www.youtube and https://youtu.be (url test part). Add one with https://m.youtube, with substr(url,1,17).
|
|
|
|