07-19-2020, 11:05 PM
(07-19-2020, 10:54 PM)Tim Curtis Wrote:(07-19-2020, 10:00 PM)fdealexa Wrote: Hello everybody,
as usual a very good job.
I have a question: is there any instruction about the sintax of the cfg_radio.csv?
I have some dubts on the use of the " (quotation marks) and the needs to keep the deleted records: in other words if I create a new cfg_radio.csv with the correct record number may I replace some existing radio?
Is the 499 record a MUST or may I expand the radio's number more than 500?
Thanks again for the great job and best regards to everybody,
Francesco
Are you are using the Import/Export station feature?
As Kent said the double quotes are required by SQL. It's to handle strings containing embedded spaces and other special characters. If the string contains double or single quotes then there is a special way of designating them which I can't recall ATM.
Example
Code:127,http://ice1.somafm.com/bagel-128-aac,"Soma FM - BAGeL Radio",s,local,"Alternative Rock","Soma FM",English,"United States","North America",128,AAC
Leave record ID 499 in the file. It's a reserved record to designate the highest ID for moOde's predefined stations. User added stations, those added via the UI + button would start at ID >= 500.
Thanks a lot, Tim.
I will try, as suggested by Kent, and I will disturb again if needed.
Thank againg and best regards,
Francesco