metabrainz / liblistenbrainz

A simple ListenBrainz client library for Python
https://pylistenbrainz.readthedocs.io/en/latest/
GNU General Public License v3.0
27 stars 16 forks source link

WIP: Add support for querying playlists #10

Open ssssam opened 2 years ago

ssssam commented 2 years ago

Fixes https://github.com/paramsingh/pylistenbrainz/issues/9

Still to do:

ssssam commented 2 years ago

Documentation now added, ran make html in the docs/ subdir and the output looks fine to me.

ssssam commented 2 years ago

Updates:

Tests still to do, I'm happy to work on that but would appreciate some guidance from @paramsingh first so I don't spend time writing tests for an implementation that might need big changes first :-)

georgkrause commented 9 months ago

This is stale for almost two years now, whats the status? @ssssam Do you still plan to work on this? Is it even still relevant?

ssssam commented 9 months ago

It worked as of 2 years ago, and has no unit tests. I don't have any immediate plans to do further work on it myself. I imagine its still relevant for anyone who wants to write tooling that works with playlists on Listenbrainz, unless there's another way to access those programmatically these days?