Recent Posts

Pages: 1 ... 6 7 8 9 [10]
91
Just curious: would it be possible for you to serialize the Loop setting so it's persistent across launches ? I hate having to right-click & toggle it On everytime. ??? Please consider it, because that is how I intended it to function —that's why I said "make it a Checkbox option in Core Settings or Explorer Panel" —I'am fine /w it as it is (in Popup Menu), but I'd just like it to remember the setting (should stick for the next launch automatically) ! Thank you ! :D

[Workaround]: I was able to emulate setting of the Loop to PlayAudio via a User-Defined Command ("AR") MultiScript set on AutoRun=AR CommandLine parameter at Startup —but I would still like this implemented (the persistent Loop setting) in a future release please::

Code: [Select]
// Set Left Tab Group to 100% width
MC.RunCmd ID="Core.1205";

// Emulate enabling Loop mode by playing a dummy file with LOOP=1
MC.PlayAudio FILE=" " DURATION=0 LOOP=1;

// Immediately stop playback to leave Loop enabled
MC.StopAudio;
92
Beta Releases / Re: 15.7 BETA - Fails to show all command in menu
« Last post by Pawel on December 20, 2025, 15:23:05 »
  -- 3127 - 2025-12-17 ( 17-Dec-2025 )

  ADDED - Increased the max number of UserDefinedCommands that can be registered for Menu/Toolbar from 600 to 950

I can confirm this fixes the problem.
-Pawel
93
It's working brilliantly, thank you so much Mathias !! 8) I like how it plays the audio from video files as well (MP4's), I'am currently using this feature extensively !! 🙏 Happy holidays to everyone & God bless ! 🎄🎅
94
Feature Requests and Suggestions / Re: Windows on ARM CPU
« Last post by Mathias (Author) on December 17, 2025, 07:57:51 »
Windows ARM, Maybe.. But I don't have a Windows ARM computer so until I get one its hard to develop something for it.

MacOSX, No, all UI and other parts in MC are Windows specific and would need to be rewritten. Would require super much extra work and I don't have the time for that.
95
Feature Requests and Suggestions / Windows on ARM CPU
« Last post by khvmcusr on December 16, 2025, 20:18:42 »
Hi!

Any plans for native version of MultiCommander for Windows on ARM CPU? If if that would be the case any chance you would make MultiCommander available for macOS in the future?
96
Yes the Windows MediaEngine (that MC is using) is not the full Media Player. it is a core part in Windows for playing actual audio (.MID are not audio files.  but instruction on how to generate sound.)

So Sorry. Mid files will probably not work

That's a pity, I actually thought it would play though. ;D I could still loop my MP3 songs…
97
Yes the Windows MediaEngine (that MC is using) is not the full Media Player. it is a core part in Windows for playing actual audio (.MID are not audio files.  but instruction on how to generate sound.)

So Sorry. Mid files will probably not work
98
No that .mid did not play on my Windows 11. Look like it is not supported by default. But maybe if some 3rd party codec is installed.

Oh I see, it plays on "Media Player Classic: Home CInema" app (MPC: HC, part of K-Lite Codec Pack (Standard Edition).) I have Windows 10 by the way. It's alright then… Would still be nice to loop supported file formats. :D
99
No that .mid did not play on my Windows 11. Look like it is not supported by default. But maybe if some 3rd party codec is installed.
100
Support and Feedback / Re: SFTP problem
« Last post by Mathias (Author) on December 16, 2025, 06:31:57 »
I think it is because that you use ECDSA keys

looks like libssh2 support that, but only if the code is build to minimal support Windows 10. (since it require Windows functions that does not exists on Windows 7/8)
Problem is that for now MC is built to run on Windows 7.

That might change soon.. More and more issues is poping up to support Win7/8

Pages: 1 ... 6 7 8 9 [10]