Search found 178 matches

by suslo
17 Apr 2023 15:52
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

It occurs in the middle of the full page it was in the very last/recent post (at the moment when i wrote it) so your words about "middle" are non-sense and not even in the initial post - it was in the initial post too: the whole idea (with all necessary description) was/is there - but to ...
by suslo
17 Apr 2023 14:21
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

You mean in that non-formatted wall of text?
i mean the short 3rd line in this post
by suslo
17 Apr 2023 14:09
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

Convert your script into the format: caption|data|icon|state i'll think about it slightly later while now i just want to let you know that i did a tiny test of your script      (using the 'menu - scripting - run script' ) and it turned out that even the main functionality isn't working this is the ...
by suslo
16 Apr 2023 22:29
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

And what exactly doesn’t work? if i change these 2 working lines (they are in the end of my custom context menu): "<date ddd yyyy mm dd hh nn ss>" run '"D:\Programs\Time.cpl"' <get "path"> to this code: "<date ddd yyyy mm dd hh nn ss>" run '"D:\Programs\...
by suslo
16 Apr 2023 10:23
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

highend , 1) this variant doesn't work: $placeholder = "Not Ready"; $files = listfolder(<curpath>, "*.wav", 4, <crlf>); if ($files) { $matches = regexmatches($files, "^\d{2} - .+?(?=\r?\n|$)", <crlf>); if ($files == $matches) { $placeholder = "Ready"; } } $me...
by suslo
16 Apr 2023 00:14
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

I still can't understand what a script should do ? 1) make it easier to begin the process of converting by doing 3 checks automatically, instead of my constant tedious visual control: check-1 is: all titles of wav-files must begin (sequentially) with 2 symbols:         01, 02, 03, 04 ... 99 check-2...
by suslo
15 Apr 2023 15:28
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

Re: make it easier to convert the audio-files

TLDR i hope that you'll find the right mood/time to actually read the lines (that took me more than 150 minutes to compose/prepare) no clue what you actually want)... that's probably because you didn't read (attentively) (or at all)   the very short (not complete) version is: - a xy-script is neede...
by suslo
15 Apr 2023 13:44
Forum: Script Exchange
Topic: make it easier to convert the audio-files
Replies: 16
Views: 1201

make it easier to convert the audio-files

in march-2015 i began to create an absolutely essential (for me) script, allowing to convert flac-files (since july-2019 - wav-files) from 'tracks' to 'images' ('images' means: 1 cue-file, and 1 wav-file containing all the tracks) in the beginning, this script/approach was very raw, and it was much ...
by suslo
24 Mar 2023 03:00
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

(with only minutes no hours + ms) i'm not sure that i understood these words correctly I just did it in a quick janky way i appreciate your attention to this topic, at a first glance: - this version of script displays hours+minutes as minutes (which is the desired behavior) - this version displays ...
by suslo
24 Mar 2023 01:48
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

a quick alternate script jupe , thanks, it is working/displaying: 00:17:18 i haven't tried to modify your script seriously yet (i also need to see the milliseconds), but i would like to specify: could this modification be successful?   as decimal separator generally, if i could choose, then the fol...
by suslo
23 Mar 2023 21:02
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

highend, thank you for the attempts to help me
by suslo
23 Mar 2023 19:00
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

i have:
xy-19.40.0100
by suslo
23 Mar 2023 18:05
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

Add one line above

Code: Select all

    text $duration; end true;
    $start = now("msecs");
    // Remove items which don't have a length
    $duration = formatlist($duration, 'tue', '+');
Post the output
0+00:10:53+00:06:24
by suslo
23 Mar 2023 15:38
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

i selected 2 wav-files:
1) 10:53.147
2) 6:24.880

v0.5 displays:

Code: Select all

Total playtime: 00 288055555555556:00:17
by suslo
23 Mar 2023 00:25
Forum: Script Exchange
Topic: Calculate audio playtime
Replies: 28
Views: 4910

Re: Calculate audio playtime

XY properties: 28 ================= #LinkTarget = #ShortcutTarget = #JunctionTarget = #ResolveJunctions = E:\DM\G\Gathering\1992 - Always\1.wav #ResolveJunctionsAll = E:\DM\G\Gathering\1992 - Always\1.wav #Label = #Tags = #Comment = #HardLinks = 1 #AspectRatio = #audio.bitdepth = 16-bit #audio.bitr...