oh sorry, too early in the morning...
Netherlands
Don't take it personally, it's just that we sadly don't have a crystall ball to see what's going on in other people setups. So we need logs to see what happened, see what went wrong and improve things or fix bugs, which is something we're happy to do. It only gets a bit frustrating when you've to ask for the correct logs every time. I bet that many other developers, not just of MediaPortal-related, can confirm this.I guess I deserved that one![]()
Spain
Adding support for the database is possible, but the main problem here would be that you'd need client support for it to work. It could be a drop-in replacement for moving pictures (but then you can't use both at the same time), but it misses quite some data for that.
I would say we should add MyFilms as a seperate provider at some point. But first I'd like to release a version with the new streaming capabilities.
01 {
02 "MovingPicturesApiVersion":1,
03 "MusicApiVersion":1,
04 "MyFilmsApiVersion":0,
05 "PicturesApiVersion":1,
06 "ServiceVersion":"1.0.0.0",
07 "StreamingApiVersion":0,
08 "SupportsMovingPictures":true,
09 "SupportsMusic":true,
10 "SupportsMyFilms":false,
11 "SupportsPictures":false,
12 "SupportsTvSeries":true,
13 "SupportsVideos":true,
14 "TvSeriesApiVersion":1,
15 "VideoApiVersion":1
16 }
Netherlands