Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide Adding radio station with logo to Moode
#7
(04-23-2018, 12:28 PM)hjheins Wrote:
(04-23-2018, 11:56 AM)rikardo1979 Wrote:
(04-23-2018, 11:18 AM)Tim Curtis Wrote: To update the column that contains the station url:

Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_radio set station='http://......' where name='the_name_of_the_station'"

-Tim

Nice one ;Wink
Thanks


or if you know the ID of your entry:
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_radio set station='http://....' where id=123"

Hendrik-Jan

Always good to have more options Wink
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply


Messages In This Thread
RE: Adding radio station with logo to Moode - by rikardo1979 - 04-23-2018, 12:32 PM

Forum Jump: