Page 1 of 1

How to include catalogs temporally?

Posted: 15 Mar 2019 14:08
by eil
in help file i read this for catalogload switch: "p: Make [file] the permanent Catalog, i.e. load this Catalog on next app start"
which makes me think that if i use this:

Code: Select all

  catalogload "r_main.dat", "p";
  catalogload "r_add.dat", "i";
on next run i will have only r_main.dat loaded, as it was set as default(permanent), and r_add.dat shouldn't load - but it does. i know there is "e" switch to unload additional catalogs, but i expect everything "non-permanent" to be temporally loaded, and be gone on next run by itself.
what am i doing or understanding wrong?

Catalogload switch for temporal include.

Posted: 15 Mar 2019 23:56
by eil
i checked whole help file and forum, and there is no way to temporally include catalog, while i really need it. i falsely expected switches "p" and "i" to work as first catalog being set as default/main, and included one is just for this session, now i understand it's wrong.

basically what i ask for is say "t"(for temporal) switch for including catalogs just for one session only, so i don't have to de-include them each time on next run, and only "permanent" catalog be loaded.

Re: Catalogload switch for temporal include.

Posted: 16 Mar 2019 01:50
by RalphM
Did this really need a double post?
viewtopic.php?f=3&t=20248

Re: How to include catalogs temporally?

Posted: 16 Mar 2019 07:29
by bdeshi
[merged and moved to wishes.]
eil wrote: 15 Mar 2019 14:08 but i expect everything "non-permanent" to be temporally loaded, and be gone on next run by itself
The meaning of catalogload's "i" parameter is probably not clear to you.
catalogload reference wrote:i: Include (temporarily merge) an external catalog in the current one.
The word "temporary" here is not actually related to the XYplorer session. Instead it means that the new catalog is not permanently merged into the parent catalog file, but can be excluded later, hence the use of the phrase "temporary merge". (Perhaps the description's wording could be better.)

Re: Catalogload switch for temporal include.

Posted: 16 Mar 2019 08:24
by eil
RalphM wrote: 16 Mar 2019 01:50 Did this really need a double post?
viewtopic.php?f=3&t=20248
i was going to delete that topic in Tips branch, but was too sleepy yesterday. i understood it's obviously not possible, so now it's a wish.

Re: How to include catalogs temporally?

Posted: 17 Mar 2019 19:27
by eil
no, maybe, later - any answer?

or maybe at least a hint for some way to save all settings on exit except catalog?(don't know maybe there is some tweak).

Re: How to include catalogs temporally?

Posted: 20 Mar 2019 09:13
by admin
No, not planned at the moment.

Tip: Exit without Saving.

Re: How to include catalogs temporally?

Posted: 20 Mar 2019 18:52
by eil
after dozens of experiments found some solution for myself, still hope XY one day to extend its settings with "Apply to" for these 2 options too(as Save Immediately and Recently Used already have those lists, i don't think it's a lot of work to do).
2019-03-20_205218.png