Re: [new] py-subsonic-cli

2021-07-10 Thread Stefan Hagen
Stefan Hagen wrote:
> Aaron Bieber wrote:
>>
>> Stefan Hagen writes:
>>> Attached the same port with the py- dropped.
>>
>> Looks good to me! OK abieber@ if someone wants to import :D
>
> Ping?

One last ping



Re: [new] py-subsonic-cli

2021-06-26 Thread Stefan Hagen
Aaron Bieber wrote:
>
> Stefan Hagen writes:
>
>> Stefan Hagen wrote:
>>> It's a super simple python port with no extra dependencies.
>>
>> I just learned from qbit that python ports that don't contain libraries,
>> should not be prefixed with py-.
>>
>> Attached the same port with the py- dropped.
>
> Looks good to me! OK abieber@ if someone wants to import :D

Ping?



Re: [new] py-subsonic-cli

2021-06-04 Thread Aaron Bieber


Stefan Hagen writes:

> Stefan Hagen wrote:
>> It's a super simple python port with no extra dependencies.
>
> I just learned from qbit that python ports that don't contain libraries,
> should not be prefixed with py-.
>
> Attached the same port with the py- dropped.

Looks good to me! OK abieber@ if someone wants to import :D



Re: [new] py-subsonic-cli

2021-06-04 Thread Stefan Hagen
Stefan Hagen wrote:
> It's a super simple python port with no extra dependencies.

I just learned from qbit that python ports that don't contain libraries,
should not be prefixed with py-.

Attached the same port with the py- dropped.


subsonic-cli.tgz
Description: application/tar-gz


[new] py-subsonic-cli

2021-06-04 Thread Stefan Hagen
Hello,

I'm using py-subsonic-cli to listen to music from my navidrome instance
for a while already.

It's not an audio player, but a tool that allows to easily send commands
and receive the json or data response from the server.

Example:
Read random song ID from subsonic server:
$ ID=$(subsonic-cli -c ~/.subsonic-cli.conf getRandomSongs \
| jq -r '.randomSongs[][0].id')

Play it:
$ subsonic-cli -c ~/.subsonic-cli.conf stream -p id "$ID"

$ cat ~/.subsonic-cli.conf
url = https://subsonic.server.net
username = myuser
password = mypass

It's a super simple python port with no extra dependencies.

Best Regards,
Stefan


py-subsonic-cli.tgz
Description: application/tar-gz