Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
90 user(s) are online (43 user(s) are browsing Forums)

Members: 1
Guests: 89

afxgroup, more...

Headlines

Forum Index


Board index » All Posts (jabirulo)




Re: eNewsReader feedback
Just can't stay away
Just can't stay away


Ooops, you're right, just (re)read the guide and trying to use YT.rexx (not succesfully), will try/test it further.

THX

EDIT: works with YT.rexx

URL prefs:
REXX:YT.rexx "*"https://%s*" AUTOPLAY 1"

and using mplayer:
#version APPDIR:Mplayer13 full
MickJT-MPlayer 1.0.1 (30-12-2017)
1.3.0
#

My YT.cfg:
V2.0 /* Please don't change the formatting */

Embed="0"      /* Request content as an embedded video by default?  0/1    */
HTML="0"       /* Generate HTML page and open browser?              0/1    */
Login="0"      /* Login to your YouTube account?                    0/1    */
Debug="1"      /* Write debug output to T:YT-Debug.log?             0/1    */
AutoPlay="0"   /* Automatically stream videos in mplayer/ffplay?    0/1    */
SkipDASH="0"   /* Skip processing of DASH links.                    0/1    */
Captions="0"   /* Display list of captions? Console mode only.      0/1    */
CapLang=""     /* Caption language for autoplay. Blank for none. See docs. */
CapTrans=""    /* Translate captions to this language. See docs.           */
Browser=""     /* Default browser: Odyssey/IBrowse/AWeb/NetSurf.           */
ScanLimit="10" /* Maximum amount of video links to scan.                   

UsePipe="0"    /* Streams HTTPS to MPlayer via STDOUT/STDIN                */

TagOrder="18 22 5"                      /*  MP4 360p/720p,  FLV 240p  */
PathMP="APPDIR:mplayer13"               /* Full path to MPlayer executable */
PathFP="APPDIR:ffplay"                  /* Full path to FFplay executable  */
ArgsMP="-cache 8192 -cache-min 10 -quiet -really-quiet" /* Optional parameters for mplayer */
ArgsFP="-loglevel quiet -infbuf -skip_loop_filter all -skip_frame noref"
                                        
/* Optional parameters for ffplay  */

Emotion="0"         /* Experimental. Use APPDIR:Emotion with PIPE: device */


Edited by jabirulo on 2019/8/20 23:26:55
Edited by jabirulo on 2019/8/20 23:30:34
Go to top


Re: eNewsReader feedback
Just can't stay away
Just can't stay away


@Lio

mmhh, could you explain HowTo? Seems quite usefull.

Go to top


Re: ¿But why?
Just can't stay away
Just can't stay away


Too much free time?!?!?!?

Go to top


Re: Mouse pointer images
Just can't stay away
Just can't stay away



Go to top


Re: Syntax highlighting -- need these?
Just can't stay away
Just can't stay away


@mritter0
Take a look inside "langs.model.xml" file that comes with notepad++ it has a list of language syntax.

Any beta/alfa/screengrab so we can see struct preview?

Keep the good work!!!

Go to top


Re: AmigaAMP 3.24 Released
Just can't stay away
Just can't stay away


@samo79

Ok, but then the .CD is wrong, or in the source code the strings are swapped/wrong.

MSG_MENU_LIST
Lista reproducción
; List...
;

but it "acts" on EQUALIZER window and

MSG_MENU_EQUALIZER
Ecualizador
; Equalizer...
;

"acts" on PLAYLIST window.

Go to top


Re: AmigaAMP 3.24 Released
Just can't stay away
Just can't stay away


@Sbaitso

Great work mate!!!!

I updated spanish translation and found that MSG_MENU_LIST and MSG_MENU_EQUALIZER are swapped.
I mean, I choose MSG_MENU_EQUALIZER from menu, but it opens/activates PlayList and viceversa.

BTW who should I send spanish translation?

TIA

Go to top


Re: Workbench Explorer v2.4 build 9430 has been released!
Just can't stay away
Just can't stay away


@mritter0

Updated and working great!!!!

Keep the good work!!!

Go to top


Re: Basilisk 1.0 beta testing
Just can't stay away
Just can't stay away


AFAIK (and remember) network support isn't "acive", it uses eth_dummy source code.
About JIT code it uses and "old" uae core sources.
If I have spare time will try to do a simple recompile, last time I tried I couldn't complete/finish it (missing something or resources, I can't remember now).

Go to top


Re: GFXBench2D freeze
Just can't stay away
Just can't stay away


@Raziel

I use this rexx script in URL Prefs (not sure if it fails when URL have/uses quotes):
if show('PORTS','ODYSSEY.1') then do
 address ODYSSEY.1
 OPEN NAME url NEWPAGE
end
else do
 address command 'APPDIR:Odyssey' url
end

URL Prefs:
ClientName="OWB" ClientPath="REXX:odyssey.rexx" CMDFORMAT="*"http://%s*""

Go to top


Re: SDL2
Just can't stay away
Just can't stay away


@kas1e

Maybe you can try 'GetIconTags()' as it loads a default icon if none found.
...
//diskObject = IIcon->GetDiskObject(videodata->appName);
diskObject = IIcon->GetIconTags(videodata->appName, ICONGETA_FailIfUnavailable,FALSE, TAG_END);
...

Go to top


Re: SDL1 open issues
Just can't stay away
Just can't stay away


@kas1e

Doesn't SDL_ShowCursor(int toggle) on os4 port exists?

www.libsdl.org/release/SDL-1.2 ... s/html/sdlshowcursor.html

Go to top


Re: X-Dock help
Just can't stay away
Just can't stay away


@Lio
...
Another thing I would like to do is to the change the fonts (and color) of the datetime.app which is too big, making the dock really stretched and ugly compared to the other dockapp present in the dock. I did not see anything regarding changing fonts in the readme.
...

DateTime.dockapp update:
Just added a new tooltype (ONLYDATETIME) to get rid of weekday string, now going to add user font support.

http://jabirulo.site90.com/temp/datetime01.jpg


Edited by jabirulo on 2019/1/5 11:08:25
Go to top


Re: X-Dock help
Just can't stay away
Just can't stay away


@nbache
Must check if in requester's window title it shows dockapp name and if not add it to next version. TiA

EDIT: checked. It should show dockapp name in req window title.


Edited by jabirulo on 2019/1/3 12:43:39
Go to top


Re: X-Dock help
Just can't stay away
Just can't stay away


@Lio

No don't open/save TimePrefs.
Just open REMINDERS window (context menu in datetime.dockapp) and it should open a window to add/remove reminders, just click on save. It will create an "empty" datetime.dockapp.xml file.

Ok thx for grab, will add font support ASAP.

Go to top


Re: X-Dock help
Just can't stay away
Just can't stay away


@Lio

If it's amiganews.dockapp, it fails downloading the news, it can be a a temporary server failure or some summary news uses "strange characters", will look at it ASAP.

If it's datetime.dockapp, the just edit reminders and save (even if none entered).
The font issue, it's on my ToDo list of changes to let user change font.
Can you post a screengrab of your datetime look? TiA

About mixer.dockapp, if Mixer (os4depot) works for you then dockapp (and [ami]docky) should work too, as they share same audio control source.

Go to top


Re: X-Dock help
Just can't stay away
Just can't stay away


@Lio

about mixer.dockapp:
- Supports SBLive/SBAudigy (emu10kx), FM801, SB128, CMI8738, CS4281, Envy24HT (Aureon 5.1, M-Audio Revolution 5.1), Solo-1 (ES1969) chips, SAM460 (SM502), VIA686B (A1-XE/PEG2) onboard sound when you have the AC'97 codec onboard and X1000 (IDT92HD700/hdaudio.audio by Lyle Hazelwood (and Alex Carmona).

Sorry but no X5000 audio (built-in) support AFAIK.

If you add datetime.dockapp as dockapp and doesn't work for you, you can PM and will try to help.

TiA

Go to top


Re: Cannon fodder open source
Just can't stay away
Just can't stay away


@salas00 & @kas1e

Downloaded the windows version and it has a CAMPAIGNS drawer with some txt/json files (http://jabirulo.site90.com/temp/OC_Campaigns.lha)

It loads Amiga data files fine, but shows garbled (endian issue?)
Tested on my SAM46ex.

Just put the Campaigns drawer in OF progdir:

TiA


EDIT: INSTALL.md says
...
### Campaign Data

The campaign information was originally hardcoded in the executable, this is required to play and is downloadable alonside six demos from (https://github.com/OpenFodder/data/rel ... 1.5.1/Data.pack.1.5.1.zip).

This data is packaged with the Windows Installer, but will be a required download if you're compiling / running on Linux/Unix.
...

Si such file/archive is needed in our port too.


Edited by jabirulo on 2018/12/26 23:23:40
Go to top


Re: Workbench Explorer feedback
Just can't stay away
Just can't stay away


@kas1e

EDIT: was wrong before.

You're right hashes don't match ¿:-/

Seems he's using md5sum with SHA-1 algorithm:

#md5sum WorkbenchExplorer2.2_9000.lha algorithm sha-1
a47a3c68433c40c8b1e35117a426c003379bd7cb WorkbenchExplorer2.2_9000.lha
#

By default md5sum used md5 algorithm:
#md5sum WorkbenchExplorer2.2_9000.lha algorithm md5
f97ba42e1b5c2829a998215622052552 WorkbenchExplorer2.2_9000.lha
#md5sum WorkbenchExplorer2.2_9000.lha
f97ba42e1b5c2829a998215622052552 WorkbenchExplorer2.2_9000.lha
#


Edited by jabirulo on 2018/12/19 13:20:16
Edited by jabirulo on 2018/12/19 13:23:59
Edited by jabirulo on 2018/12/19 13:25:46
Go to top


Re: An update for UnRAR ?
Just can't stay away
Just can't stay away


@samo79

THX A LOT mate!!!

Go to top



TopTop
« 1 ... 29 30 31 (32) 33 34 35 ... 51 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project