Okay, it is good for me to learn about these small differences. What
operating system and environment were you in when you did the SQL command?
It might vary on different platforms, and if I can identify that I can
update the documents accordingly.

Also your syntax change is probably specific to the new version 2 of liquid
soap, and I can document those differences as well.

On Fri, Dec 3, 2021, 1:31 PM p····· g······· <pra...@gmail.com> wrote:

> Hi Mark!
> It might have went to spam, could you please check?
>
> Anyway, I have an update - i'm already running your solution although it
> doesn't follow track naming canons - it still randomizes the stuff well!
>
> i had to change some stuff to be able to use it on windows:
>
> 1. for database creation i had to switch from quotation marks like this:
> REATE TABLE 'playlists'
> to ones like `playlists`
>
> 2.  in suggested liquidsoap config had to change
> result = get_process_output("curl
> 'http://localhost:3000/api/v1/playlists/retro/nextsong?format=text'")
> to
> result = process.read("curl
> http://localhost:3000/api/v1/playlists/retro/nextsong?format=text";)
> because curl wouldn't work with those quotation marks and using
> get_process_output triggers soon-to-be-obsolete command warning - that is
> on
> LS v2.
>
>
>
> regards,
> p
>
> -----Original Message-----
> From: Mark Jeghers
> Date: 2021 m. gruodžio 3 d. 22:56
> To: savonet-users@lists.sourceforge.net
> Subject: Re: [Savonet-users] Liquidshop 2.0 on Jan. 23, 2022!
>
>
> Pranas, I've not seen the private email yet.  Did it get sent out ok?
>
>
>
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to