Reply To: A standalone Java client: FireflyClient

#15596
w1ll14m
Participant

@caribou wrote:

Thank you very I’ll commit it the project and it’ll be part of next release.

That’s Great!

@caribou wrote:

I think there is, but I do not filter actually on media type. I’ ll try to add this feature for next release too,
but it will require a libray full reload (from FireflyClient point of view).

You could filter on filetype, mt-daapd indexes the extension seperately.
So there should be a way to use that in the query that FireflyClient runs on mt-daapd. I use the following query directly from sqlite:

select id,fname,type FROM songs order by fname;

I think there should be a way to get this info from rsp protocol? that would mean that you only get the items/info’s that are playable in FireflyClient 😉

Anyway, have fun on your vacation!