Search found 73 matches

by fred48fm
16 Apr 2020 11:46
Forum: Bug Reports
Topic: Program scheduler -- Play audio file -- load dummy file
Replies: 3
Views: 5311

Program scheduler -- Play audio file -- load dummy file

Hi, Doing some tests, i'm stuck with a strange behaviour in program scheduler Situation for my test : 1- One script program running allday long (a bunch of songs in one category/folder) 2- Adding a program schedule in parallel : soft type - playing one audio file - As overlay, one cycle Result : A s...
by fred48fm
24 Mar 2020 23:43
Forum: Questions & Answers
Topic: Metadata // Use of metadata as file
Replies: 9
Views: 7839

Re: Metadata // Use of metadata as file

OK :D That could be a really usefull stuff to add later. As a quick workaround, I tried the EXEC_TAG_FILE fonction to remove the tags. That work. -> EXEC_TAG_FILE file_path |title=${CR}|artist=${CR} But now the title is generated by PF based on the finename and get priority over pfmd file.. :shock: ...
by fred48fm
24 Mar 2020 14:51
Forum: Questions & Answers
Topic: Metadata // Use of metadata as file
Replies: 9
Views: 7839

Re: Metadata // Use of metadata as file

Hi, Sorry for the misunderstanding. My problem is the same with wav or mp3 file, my mistake. The problem, for me, is : 1. I load a file (ex radio_show.wav) with PF Tagger 2. I change values from "Title" and "Artist" and save it as pfmd data. Because that's a file we update on a r...
by fred48fm
22 Mar 2020 21:42
Forum: Questions & Answers
Topic: Metadata // Use of metadata as file
Replies: 9
Views: 7839

Re: Metadata // Use of metadata as file

I've just tried with a mp3 file -> working correctly And with an other wav test file -> same issue... It's a wav 16bits /riff. I made you a sample here : - WAV : http://48fm.com/ext/temp/Test.wav - pfmd : http://48fm.com/ext/temp/Test.wav.pfmd And here the settings :-) pf1.png pf2.png tager1.png
by fred48fm
22 Mar 2020 20:09
Forum: Questions & Answers
Topic: Metadata // Use of metadata as file
Replies: 9
Views: 7839

Re: Metadata // Use of metadata as file

Hi, Thank you for your answer. I take some time to test this and i can't get it :-) I noticed two problems : - The "Artist" data is not read from the pfmd file The "Title" is read correctly and get priority over the audio embeded tag but not for artist. - There is a conflict with...
by fred48fm
05 Mar 2020 15:00
Forum: Questions & Answers
Topic: Metadata // Use of metadata as file
Replies: 9
Views: 7839

Metadata // Use of metadata as file

Hi, I've a question regarding the processing of metadatas.. What is the use of the "save metadata to file" (creating a pfmd file) in tagger ? The point is that i search for a good way to keep basic metadata infos (title data for instance) for dynamic audio files. So when the file is replac...
by fred48fm
07 Dec 2019 13:02
Forum: Wish List
Topic: Comments in user commands
Replies: 2
Views: 5343

Re: Comments in user commands

Thanks !

I was talking about control commands.
That's perfect !

Best regards
by fred48fm
06 Dec 2019 17:52
Forum: Wish List
Topic: Comments in user commands
Replies: 2
Views: 5343

Comments in user commands

Hi

I was wondering if it could be possible to add comments in scripts ?

Best regards,

Fred
by fred48fm
18 Nov 2019 14:02
Forum: Wish List
Topic: Command to clean a string (or convert to ascii)
Replies: 2
Views: 5260

Re: Command to clean a string (or convert to ascii)

That's perfect !

Thanks :-)
by fred48fm
08 Nov 2019 11:55
Forum: Wish List
Topic: Command to clean a string (or convert to ascii)
Replies: 2
Views: 5260

Command to clean a string (or convert to ascii)

Hi, Could it be possible to create a function to either convert a string to ascii or to make character replacing ? Our RDS accept special characters but make some artistic interpretation. For now I use this, but it's not very clean : EXEC_VAR_SET rdsin|${cpltrackartistcurrent} ------ ${cpltracktitle...