eddyizm
eddyizm
merged this into a new release over on my fork. [v3.10.0](https://github.com/eddyizm/tempo/releases/tag/v3.10.0)
Hi @doobydooby72 I recently added this feature for albums in the library section - we are working on extending that to the other categories as well (i believe this is...
rolled your PR into my fork, [pre-release](https://github.com/eddyizm/tempo/releases/tag/v3.10.0-alpha.1) ready to test with the other pr's listed.
Was trying the `toga-demo` and it won't even fire up. ``` /site-packages/toga/icons.py", line 32, in __get__ value = getattr(cls, f"__{self.f.__name__}") AttributeError: type object 'Icon' has no attribute '__APP_ICON'. Did you...
@freakboy3742 Yeah, sorry I should have added more context. I am currently working on a small port and have a working toga environment using briefcase in a virtual environment. I...
searched for a `rating` issue and found this. Came here to add a +1 for 5 star rating of album/song in the open subsonic api. I'm working on a fork...
ah so the endpoint is there even if it is not reflected in the UI. Does an update get stored in a db in that case? eg album1 0 starts...
so i was playing with the rating api tonight and was not able to get it to work successfully. using curl to for a simple POC on my end. I...
> The message is a bit misleading, I guess this is because the id itself must be valid (tr-xxx for a track, as reported by other endpoints) I didn't see...
@epoupon yeah that makes sense, I jumped the gun with the api, went from ping to rating instead of getting the album or track list first for that necessary info....