Search found 182 matches
- 08 Mar 2025 17:05
- Forum: Tips & Tricks, Questions & Answers
- Topic: branch view issue
- Replies: 5
- Views: 384
Re: branch view issue
thank you for the answer
- 08 Mar 2025 12:47
- Forum: Tips & Tricks, Questions & Answers
- Topic: branch view issue
- Replies: 5
- Views: 384
Re: branch view issue
sorry, Donald; i would love to post all necessary screenshots, but i have to live/survive in the conditions of the war, and these months (since 7-january) i temporarily do not have a connection to www (in my PC), - i only have this connection (from time to time) in my modest tablet-PC (with 'android...
- 08 Mar 2025 10:58
- Forum: Tips & Tricks, Questions & Answers
- Topic: branch view issue
- Replies: 5
- Views: 384
Re: branch view issue
this is a slight addition concerning the example 2:
the problem disappears if, for example, i rename folder
del
to
del1
the problem disappears if, for example, i rename folder
del
to
del1
- 08 Mar 2025 10:05
- Forum: Tips & Tricks, Questions & Answers
- Topic: branch view issue
- Replies: 5
- Views: 384
branch view issue
(xy 19.40.0100) (this problem is the same in 'fresh mode' too) 2 examples: example 1. there are 2 folders: 2005 - Second Life {} (it contains 15 wav-files) 2005 - Second Life {-} (it contains 2 files: 1.cue and 1.wav) activating the 'branch view' mode leads to the following: - folder 1 has nothing (...
- 17 Apr 2023 15:52
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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 ...
- 17 Apr 2023 14:21
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
Re: make it easier to convert the audio-files
i mean the short 3rd line in this postYou mean in that non-formatted wall of text?
- 17 Apr 2023 14:09
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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 ...
- 16 Apr 2023 22:29
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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\...
- 16 Apr 2023 10:23
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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...
- 16 Apr 2023 00:14
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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...
- 15 Apr 2023 15:28
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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...
- 15 Apr 2023 13:44
- Forum: Script Exchange
- Topic: make it easier to convert the audio-files
- Replies: 16
- Views: 2532
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 ...
- 24 Mar 2023 03:00
- Forum: Script Exchange
- Topic: Calculate audio playtime
- Replies: 28
- Views: 6636
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 ...
- 24 Mar 2023 01:48
- Forum: Script Exchange
- Topic: Calculate audio playtime
- Replies: 28
- Views: 6636
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...
- 23 Mar 2023 21:02
- Forum: Script Exchange
- Topic: Calculate audio playtime
- Replies: 28
- Views: 6636
Re: Calculate audio playtime
highend, thank you for the attempts to help me