Search found 45 matches

by bigboss97
Sun Jun 13, 2021 3:16 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

steve wrote:
Sat Jun 12, 2021 12:57 pm
bigboss97 wrote:
Sat Jun 12, 2021 11:44 am
Not very user friendly
:D That's true, but it works!
For friendly user only 😂
it has to be changed to "Enabled", and then restart Audacity).
Oh, forgot the restart in my video. Thanks for reminding me. I have added this to the video description.
by bigboss97
Sun Jun 13, 2021 3:11 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

Paul2 wrote:
Sat Jun 12, 2021 11:58 am
Very nice idea @bigboss97.
Clever use of "mod-pipe".
Thanks
You mention in your video that $ marks end of line, what happens if the lyrics contain..."Gimme my $100, bro"... : by rap artist 49 cents :D
In that case, the lyrics should be changed to "hundred dollars" to match the syllables.
by bigboss97
Sat Jun 12, 2021 11:44 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

Here is the first usable version of my Python script. Not very user friendly :D
Here is the tutorial
Image
by bigboss97
Sun May 09, 2021 2:36 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

I've almost everything done. But there's one issue... I can't send SetLabel with leading or trailing spaces. They will be trimmed automatically. But this is accepted if it's done via GUI. Is this a bug? It doesn't work in my script. So I tested it with pipeclient.py, same result: Enter command or 'Q...
by bigboss97
Fri Apr 09, 2021 12:10 am
Forum: Windows
Topic: Can I bundle mod-script-pipe actions for Undo?
Replies: 2
Views: 78

Re: Can I bundle mod-script-pipe actions for Undo?

Thanks Steve.
I think I leave this for the moment. I was hoping that I could send a kind of Undo-begin and Undo-end to bundle the actions :lol:
by bigboss97
Wed Apr 07, 2021 11:52 pm
Forum: Windows
Topic: Can I bundle mod-script-pipe actions for Undo?
Replies: 2
Views: 78

Can I bundle mod-script-pipe actions for Undo?

I'm running my python script through mod-script-pipe on v3. The script sends many small actions.
When something goes wrong user can undo the actions in Audacity manually. My question...
Is it possible to send those actions as a kind of block so that each undo would revert a block of actions?
by bigboss97
Thu Mar 25, 2021 11:44 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

I'm now trying to use AddLabelPlaying:. Unfortunately, playing stops as soon as I apply SetLabel:.
I guess this is a nature of audacity, not a bug. Looks like I have to add all empty labels and then apply SetLabel:.
by bigboss97
Wed Mar 24, 2021 9:38 pm
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

currently there isn't a GetInfo: option to get the selection time (or even the cursor position). Thanks for your response. Back to the drawing board... :-) My initial idea was... user inserts labels via GUI and the script modifies the labels (by reading existing label track and generate a new one)....
by bigboss97
Wed Mar 24, 2021 11:13 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

Sorry Steve, I need your help again :)
I want to populate labels in a selected region. But I couldn't find any parameter in GetInfo: to retrieve the start and end of the current selection.
by bigboss97
Mon Mar 22, 2021 9:59 pm
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7833

Re: Convert Label text to LRC file

After NewLabelTrack:, I want to do a Select:. How do I find out what's the latest track number?