Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
174 user(s) are online (130 user(s) are browsing Forums)

Members: 1
Guests: 173

orgin, more...

Headlines

Forum Index


Board index » All Posts (nbache)




Re: LHA Archiving questions....
Just can't stay away
Just can't stay away


@Cageman

Quote:
Where would I need to store your REXX script?
The rx command expects to find its scripts in REXX:, which is an assign which normally points to the S:Arexx/ dir (this is set up in the standard OS 4 Startup-Sequence).

So simply put it in S:ARexx/ (which again is normally the same as SYS:S/ARexx/), and it will be found there by rx.

Best regards,

Niels

Go to top


Re: LHA Archiving questions....
Just can't stay away
Just can't stay away


@Cageman

I have set up a button in DOpus4 which does that.

It uses an ARexx script I made, PackDirs.rexx, which looks like this:

/* PackDirs.rexx */

parse arg Subdir

Subdir 
strip(Subdir'b''"')

Pathend max(lastpos("/"Subdir), lastpos(":"Subdir))
if 
Pathend 1 then exit

Basename substr(SubdirPathend 1)
if 
length(Basename) < 1 then exit

MyCmd 'lha -x -r -a -m -e -F a "' || Basename || '.lha" "' || Subdir || '"'
address command MyCmd


In the button definition, I have an AmigaDOS command line of:

rx REXX:PackDirs.rexx {f}

- and the following options checked:

CD destination
Do all files
Output window
Rescan destination

and a Close delay of 2.

When using it, I mark the files/dirs I want in one lister and set the other lister to where I want the archives.

Note that if your source location is somewhere down in a subdirectory, the parent hierarchy path will be included. If I want to avoid that, I usually copy what I want to archive to RAM: (or the root of some other volume) and use the button from there.

Hope you can use this or at least let it inspire you.

BTW, the LhA switches may not all be relevant, I just have a habit of stating them all like a sort of "spell" I can remember .

Best regards,

Niels

Go to top


Re: Changing GUI settings in Prefs causes 100% CPU utilization and freezes system
Just can't stay away
Just can't stay away


@rjd324

I just tried here (X1000), and it doesn't happen for me.

Best regards,

Niels

Go to top


Re: Should I expect better video playback performance? (Southern Island/X1000 Updates)
Just can't stay away
Just can't stay away


@amigakit

Quote:
It always bothered me why the then Hyperion management (who are now departed from Hyperion) called it "Final Edition".
My guess and/or recollection (not sure which any more) is that it was because, given the contents, it wouldn't have made sense to call it 4.2.

Best regards,

Niels

Go to top


Re: Should I expect better video playback performance?
Just can't stay away
Just can't stay away


@mr2
Quote:
@amigakit
Quote:
This is why is made no financial sense when Hyperion reduced OS4.1 to 29 EUR
Fully agreed.
However, it did seem to make a good number of emulation users go ahead and actually purchase a legit version of their OS4. Probably not a tenfold increase, but still ...

Best regards,

Niels

Go to top


Re: AmigaOS 4 Monthly Roundup - February 2022
Just can't stay away
Just can't stay away


@BillE

Quote:
Maybe the curl file ? I have the version dated 1/1/22 size 208065 which seems pretty upto date.
Same here :-/

Best regards,

Niels

Go to top


Re: AmigaOS 4 Monthly Roundup - February 2022
Just can't stay away
Just can't stay away


@BillE

I can say that for me it works fine in Odyssey (latest 1.23 r5 from jan 2 2022) on X1000.

So maybe your idea about an ad blocker or something is worth a closer look?

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


@orgin

Quote:
Skimmed through the settings and I couldn't find a specific setting for that.
A user-settable setting? Where? I didn't find it.

Edit: Oh, you meant you couldn't find it ...

Best regards,

Niels


Edited by orgin on 2022/3/2 10:05:55
Edited by nbache on 2022/3/2 22:13:04
Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


BTW, just noticed another little thing.

When posting a reply (like the one I just made above), it would previously show the end of the thread with my newly added post.

Now it shows the top of the page instead. Is that reasonably fixable?

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


@walkero

Fair point - no problem.

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


@orgin, @walkero

Hmm ... I almost hate to ask, but I have a big screen and like to have the user details in view when I read, so could this choice (collapse user details by default or not) possibly be part of the Forum Settings under User Tools?

Best regards,

Niels

Go to top


Re: Radeon 7950 HD Help
Just can't stay away
Just can't stay away


@rjd324:

I'm pretty sure the limited version of RadeonHD.chip found on e.g. OS4.1 FE was 0.68 or thereabouts. So your 0.32 is probably an unrestricted version, but older, so only the cards known back then work (e.g. your HD 4650), but then, *if* they work, they do so in full resolution.

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


@walkero

Excellent, thanks!

I've got my long listing of items back on the main page, and the "Edited by" texts and quotes look as unobtrusive as they used to

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


@walkero:

Appreciate it if you manage to bring back the preference for number of items.

I have to say I agree with those who think the quotes take up too much space and attention.

I do quite like the grey quote image, but maybe it could be scaled down?

Also the "Edited by ..." text seems bigger than necessary, especially now that the box is drawn around them.

Best regards,

Niels

Go to top


Re: Amigans.net 2022 updates
Just can't stay away
Just can't stay away


I noticed one snag so far: It doesn't look like my Forum Settings are being used. I had set the number of items to display on the main page to 30, but now it only displays 15 (the default?).

Best regards,

Niels

Go to top


Re: CD Audio Tracks as Files
Just can't stay away
Just can't stay away


@trgswe

Quote:
shouldn't there be some tooltypes/args in the mountlist
that specifies default behavior?
What mountlist? The OS4 CDFileSystem doesn't have/need any mountlist/DOSDriver files, it activates any optical drives automatically.

Best regards,

Niels

Go to top


Re: CD Audio Tracks as Files
Just can't stay away
Just can't stay away


@Daedalus

I think it's been like that "all the time", i.e. since it was created for OS4 back in the early naughties.

As for switching between the audio and data tracks, in SYS:Documentation/CDFileSystem.doc you can read:

Quote:
Supported qualifiers (press when inserting the CD):
- <ctrl>: Disables data track on mixed audio+data CDs,
mounts HFS/HFS+ instead of ISO 9660 on hybrid CDs.
- <shift>: Disables audio tracks on mixed audio+data CDs.


Perhaps that is what you need? I haven't tried it myself (not sure if I have any audio CDs with data tracks).

Best regards,

Niels

Go to top


Re: Introducing Profyler
Just can't stay away
Just can't stay away


It would probably be a very good bet to test for >= 54.47. I can't imagine a reason why the fix wouldn't be in the next beta kernel, where we currently have 54.46.

But yeah, we can't know for sure until it's released. And which version will make it to public (and when) is another question altogether.

Best regards,

Niels

Go to top


Re: Are 4k screens supported by any AmigaNG compatible gfx-card?
Just can't stay away
Just can't stay away


@sailor

I have issue 147.

The cards mentioned in that article are Radeon HD 7750 and 7850, and the monitor is an Iiyama ProLite XUB-3493WQSU.

Best regards,

Niels

Go to top


Re: Exodus The Last War patching : v0.1 patch on os4depot
Just can't stay away
Just can't stay away


@mr2

Many monitors have a setting to select autoscaling on or off, have you checked whether yours has?

Best regards,

Niels

Go to top



TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 70 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project