Software-update: Directory Opus 13.23

Directory Opus logo GPSoftware heeft versie 13.23 van zijn bestandsmanager Directory Opus uitgebracht. Dit programma is in zekere zin vergelijkbaar met Total Commander, maar dan met uitgebreidere mogelijkheden over welke informatie precies moet worden weergegeven en op welke manier. Directory Opus is veelzijdig en extreem configureerbaar, zowel wat functionaliteit als wat uiterlijk betreft. Dat is meteen ook het grootste probleem, want het programma kan zeker op beginnende gebruikers complex overkomen. Het programma kan na registratie 60 dagen worden getest; daarna moet een licentie van 89 Australische dollar worden aangeschaft, wat neerkomt op ongeveer vijftig euro. De changelog voor deze uitgave kan hieronder worden gevonden:

Image viewer enhancements

The internal viewer is now GPU accelerated, giving much better performance when viewing large images. New options for the standalone viewer and viewer pane let you disable this and drop back to GDI rendering if needed.

Other improvements include:
  • When selecting an area in the viewer (e.g. to copy it to the clipboard or crop) a magnifier now appears near the mouse cursor making it easier for you to position the selection. When the magnifier is visible, you can:
    • Hold the Ctrl key down to slow the mouse cursor speed
    • Nudge the mouse position with the keyboard cursor keys
    • Zoom the magnifier with the mouse wheel
  • The selection rectangle now has grab handles so you can edit it.
  • The standalone viewer now has a zoom slider on its toolbar (factory reset toolbar to get it in existing configurations, or drag it from Customize / Default Toolbars).
  • When the viewer is zoomed using the mouse wheel it now tries to keep the same position in the image relative to the mouse position (so e.g. you can zoom in on a specific feature).
  • When GPU acceleration is enabled the viewer can now show a checkerboard background instead of a solid color. Enabled via Colours and Fonts / Directory Opus Colours / [Other Colours] Viewer.
  • Added command for Checkerboard background to the viewer's Background Colors menu (reset the toolbar in the standalone viewer to get the new command).
  • The standalone viewer now allows the viewed image to be saved (rather than save as) if it's been rotated/flipped. Previously "Save" was only available if the image had been cropped.
  • The movie player plugin now has a "loop" button.
New Preferences options relating to the viewer:
  • Added Viewer / Standalone Viewer / Options / Move toolbar into the window title bar. Lets the viewer be rendered with a custom frame containing the toolbar, like the similar option for Lister toolbars.
  • Added Viewer / Viewer Pane / Options / Scroll images with mouse wheel. If turned off, the mouse wheel will zoom the internal image viewer by default (instead of only when Ctrl is pressed).
  • Added Viewer / Standalone Viewer / QuickShow / Zoom with mouse wheel.
  • Added a new option for the Auto-size setting on Viewer / Standalone Viewer / Size and Position to auto-size for every picture but not on zoom or rotate (previously the "every picture" setting would also resize when zooming etc).
  • Added Viewer / Standalone Viewer / Options / Show loading overlay after which lets you disable or change the delay before the loading overlay is shown in the standalone viewer.
  • Added additional codes for viewer custom window title:
    • %Z - zoom level
    • %G - gamma correction
    • %A - load time
    • %U - selection bounds
Command changes relating to the viewer:
  • Added Show VIEWERCMD=backcol,checkerboard and Show VIEWPANECMD=backcol,checkerboard commands.
  • The "randomize slideshow" option and slideshow speed can now be modified on the fly in a viewer.
    • Show VIEWERCMD=slideshow,randomize,toggle toggles randomize on or off
    • Show VIEWERCMD=slideshow,speed:X sets the slideshow speed to X
  • The Show VIEWERCMD=selaspect command now accepts fractional aspect ratios (e.g. 1.78) as well as x:y style ratios (e.g. 16:9).
  • The Show VIEWPANECMD command now supports "selaspect" like Show VIEWERCMD does, to set a fixed selection aspect ratio in the viewer pane.
Preferences
  • In Colours and Fonts / Fonts there are two new items in the fonts list which let you change all fonts (fixed-width and proportional) at once.
  • Added File Operations / Progress Indicators / Remember previous position.
  • Added Location Bar / Path Fields / Components / Insert Cloud Storage component before cloud paths.
  • Added Folder Tree / Options / Position second tree to the right of vertical dual displays.
  • Added File Operations / Copying Files / Confirmation / Make "All" the default action in confirmation dialog.
  • Added File Display Modes / Thumbnails / Folders / Archive folder thumbnails option, lets you stop Opus generating thumbnails for archives, and folders within archives.
Toolbars
  • Added an option for toolbars to auto-collapse their labels. This only works on horizontal toolbars (Lister/Viewer). When enabled, if a toolbar isn't wide enough to show all its buttons, button labels will be hidden to try to make room before they spill into the overflow menu. This option is per-toolbar (enabled via Customize/Toolbars). You can also override it for individual buttons.
  • When any updated version of Opus 13 is run for the first time the default toolbars and context menus are now updated automatically with any new buttons (as long as they haven't been modified by the user at all). So if you never modify the default toolbars you'll now always have the latest versions.
Commands
  • Favorites command has a new MAXWIDTH argument to limit the size of each button, in characters.
  • The Find ARCHIVES argument now works with the regular file finder rather than only with duplicates search.
  • You can now use embedded commands with Set GROUPBY=grouplist.
Scripting
  • The Dialog.Request and DOpus.Request script methods now accept an optional fourth (or fifth) argument to display a standard icon. Valid values are "w", "i", "q" or "e" for warning/info/question/error.
  • FSUtil.Run() now accepts the "a" flag to launch the program elevated.
  • The Dialog.position_fix flag is now respected by the Dialog.LoadPosition function. You can specify "fix" or "nofix" for the type argument to override.
  • The HttpRequest object now supports local unix sockets (on Windows 10 and above). Use http+unix:// as the protocol followed by the path to the .sock file. Note that OS limitations mean the socket file path can't use unicode characters (ASCII only) and can't be longer than 107 characters.
  • Added Control.hwnd script property.
  • Added Control.SetSyntax() script method. Lets you configure syntax highlighting for the edit control in code mode. You can set it to the predefined "jscript", "vbscript" or "eval" types, or specify your own custom syntax details.
  • Added DOpus.FromJson() and DOpus.ToJson() methods. Lets you convert an Opus object like a Map or Vector to json and vice versa.
  • The Dialog.AddHotkey() script function now takes an optional third argument. If this is set to true the hotkey will be added as a global hotkey, and will work even when the dialog isn't active.
  • Added query property to the Item object. Returns a StoredQuery object that lets you read/write properties for stored queries (collections). This object has properties "query", "paths", "autoupdate" and "engine".
  • Script dialogs can now make use of the code editor control used in various Opus dialogs (e.g. in the script editor) by selecting "Code" for an edit control's "Edit Type" property.
Evaluator
  • The Swap() function can now exchange two array elements (e.g. Swap(array, idx1, idx2)).
  • The evaluator GetInfo() function now works in the viewer. Currently the available information is:
    • slideshowspeed: returns the current slideshow speed in seconds.
    • selectaspectratio: returns the current selection aspect ratio as a fraction.
  • In functions launched by clicking a toolbar button, the position of the button on-screen and the position of the mouse cursor when clicked are now available as evaluator variables button_rect and click_pt.
    • button_rect is a map with the following members: left, top, right, bottom, width, height, midx, midy, valid.
    • click_pt is a map with the following members: x, y
      This would, for example, let you configure buttons to perform different functions depending on which part of the button was clicked.
  • Added ConcatPath() function for joining path components (you can also add //path// variables together for the same effect).
  • Added FileDate() and FileSize() functions for retrieving information about a file or folder.
  • Context for Rename Control Keys now includes a fullpath variable.
  • Evaluator functions FileSize() and FileDate() now work when testing evaluator columns and rename control keys in Preferences.
Directory Opus screenshotDirectory Opus screenshotDirectory Opus screenshot
Versienummer 13.23
Releasestatus Final
Besturingssystemen Windows 10, Windows Server 2016, Windows Server 2019, Windows 11, Windows Server 2022, Windows Server 2025
Website GP Software
Download https://www.gpsoft.com.au/#download
Licentietype Betaald

Door Bart van Klaveren

Downloads en Best Buy Guide

09-05-2026 • 10:00

8

Submitter: BazerK

Bron: GP Software

Reacties (8)

Sorteer op:

Weergave:

Ik blijf hun licentie/abbo prijzen echt bizar vinden. Ik kan toch niet de enige zijn?
En als je dan updates gemist hebt of niet wilde mag je meer gaan betalen als je toch een versie hoger wilt hebben.

Nee, geef mij dan maar XYplorer waar lifetime ook echt lifetime is.
Het licentiemodel is ook niet helemaal meer van deze tijd, gegeven dat voor letterlijke elke tool tegenwoordig wel een gratis open source versie te vinden is wat een licentie echt een enorme barriere maakt. Eenmalige aanschaf is veel laagdrempeliger.

Het is niet bizar. Het voelt alleen maar zo.
Ja er zijn veel mooie opensource (wat niet perse gratis betekent) alternatieven. Maar dat maakt niet meteen dat geld vragen plots een ding is, zelf ben ik een eenmans programmeur en ja, dan moet je wel want je hebt geen alternatief. Ik draag foss een groot hart toe, maar wordt soms wel moe van denken dat het dus allemaal altijd maar gratis kan. Ik doneer ook vaak genoeg aan foss projecten, want ook die hebben dat gewoon nodig.
Dit. Zou vaker gezegd moeten worden.
Alle versies gekocht. En gebruikt. Te beginnen met versie 6.2 in april 2003; de laatste versie die ik gebruikte was versie 13.14, gekocht in de zomer van 2024.
Begin 2025 ging ik 'definitief' over op Linux. Het werd Linux Mint (LMDE). Volgens verschillende berichten op het Forum van DOpus komt er geen port van de bestandsmanager naar Linux. Jammer dan.
Directory Opus heb ik altijd met plezier gebruikt. De enkele keer dat er iets was: snel en solide contact met de makers.

Single License
$89 AUD huidige wisselkoers: 1 AUD = 0,6153 EUR, dus dat wordt EUR 54,76, en daarna EUR 15,38 per jaar huur.

Het recente licentie model staat me niet aan. Daar heb ik in de periode 2003-2024 (incl. lic. v13) nooit mee te maken gehad. De overdaad aan functies lijkt me in toenemende mate een zaak voor een relatief klein groepje specialisten. Fijne bestandsmanager, verder niks mis mee.
Ik gebruik privé 13.x en zakelijk 12.34. Mijn werkgever heeft 12 voor mij gekocht en dat voldoet prima. De licentie is en blijft life time, de upgrades niet. Ik vind de bedragen die ze vragen wat aan de hoge kant, maar ben ook fan van deze software.
overgewaardeerde software, veel te onoverzichtelijken teveel moeilijk gedoe, de gratis multicommander is wat mij betreft krachtiger.
Multi-Commander is zeker krachtig, maar Directory Opus is flink wat krachtiger. Naar mijn mening is DO de ervaring meer en vooral beter gestroomlijnd, wanneer je zelf je knoppen creeert.

Uit jouw post maak ik op dat jij dat het geld niet waard vind. En dat is ok. Zelf gebruik ik Directory Opus al sinds versie 3.x op mijn Amiga computer (rond 1990). Ook toen al kon je eigen knoppen maken met voor jou belangrijke volgorde van functionaliteit. In DO 4.x kwam er ondersteuning voor Arexx, waarmee je zelfs eigen functionaliteit kon bouwen in de volgorde die je wilde.

Laatste keer dat ik in de configuratieschermen van Multi-Commander heb bekeken was het meer op het nivo van DO versie 3. Met DO versie 10 en daarboven zijn er flink wat mogelijkheden in de configuratie van DO bijgekomen en is er mijns inziens geen beter bestandsbeheer programma, welke je ook nog eens programmatisch en grafisch naar je hand kan zetten.

Wat ik wel jammer vond is dat men de richting die versie 5.x van Directory Opus op Amiga inging, nooit heeft kunnen emuleren op PC. Die richting leek mij zeer vooruitstrevend. Niet alleen voor bestandsbeheer op de Amiga, maar bestandsbeheer op computers in het algemeen.

Maar goed Moest toen ook wel overstappen naar PC en kwam er pas achter dat GPSoft ook die sprong gemaakt hadden, toen ik ergens las dat Directory Opus 9.x uitkwam op PC. Deze ook weer meteen aangeschaft envolop gebruikt.

Nu ik door alle gezeur en geneuzel van Microft en hun gepush naar Azure en AI een behoorlijk beetje ben uitgekeken op Windows en een permanente overstap naar Linux overweeg voor al mijn computers, ben ik er met tests wel achtergekomen dat ik Directory Opus moet missen. En daar heb ik weinig tot geen zin in.

Nu is Multi-Commander een best goed alternatief, maar is het alleen voor Windows beschikbaar. Double-Commander is ook een redelijk alternatief, maar heeft als voordeel dat het voor zowel Windows als Linux beschikbaar is.

Directory Opus via Wine op Linux is een heel onprettige ervaring. Bijna net zo vervelend als de standaard bestandsbeheer-programmas in Linux (Gnome/KDE enz.) inclusief Kommander.

De games die ik wil spelen, die doen het ondertussen allemaal wel in Linux. Zo'n 80% van de tooling die ik dagelijks gebruik is ook al aanwezig in Linux (als native applicatie en/of web), dus ik hoef mijn workflow amper aan te passen. Door met het spelen met lokale LLMs is het ook zeer duidelijk dat Windows het spreekwoordelijke roodharig stiefkind is i.p.v. Linux.

De enige reden dat ik nog op Windows zit is Directory Opus.

Om te kunnen reageren moet je ingelogd zijn