Posts: 2
Joined: Dec 2016
Reputation:
0
can not see my photos taken in RAW format
Posts: 2
Joined: Dec 2016
Reputation:
0
okay then you can not update to krypton because I only Photograph of raw
Posts: 1,506
Joined: Nov 2013
i tried to hinder this regression but my code was "ignored" sadly.
Posts: 1,506
Joined: Nov 2013
right, i understood the actions as dismissal since nobody ever commented on my image addons at all when i opened the pr. it now seems i have confused myself, the pr was opened against retroplayer on request, and it's over there it went to die,
https://github.com/garbear/xbmc/pull/47
i'd have to redo that header, it's nowhere to be found any more :/
Posts: 23,497
Joined: Aug 2011
Reputation:
1,103
fritsch
Team-Kodi Developer
Posts: 23,497
2016-12-07, 11:35
(This post was last modified: 2016-12-07, 11:40 by fritsch.)
I have high interest in bringing that back! Please PR against master and we can discuss open things (if there are any).
Edit: Looking at the code it's nice, really nice (as I have expected). Perhaps we can only check the addons if our internal available FFmpegPicture can't display it. Then could save us a bit of load / time when searching through all the addons available. As I see FCFS is used to determine the imageclass anyways I think that would be good?
Or do you see a usecase where we want to give some external imageaddon priority for formats that are supported internally, too?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 1,506
Joined: Nov 2013
2016-12-07, 11:47
(This post was last modified: 2016-12-07, 11:47 by ironic_monkey.)
yeah, it was written before the ffmpeg stuff hit mainline, so priority and such is probably not sane.
that being said, however, i think we should always prioritize externals. if you want to use libpng i'm not about to stop you, same for libjpeg(turbo) or the likes. and that would be impossible should we prioritize internal. we just need to cache that list to make the checks faster.
Posts: 23,497
Joined: Aug 2011
Reputation:
1,103
fritsch
Team-Kodi Developer
Posts: 23,497
Jep, that's a good point. If user installs addons, he wants to use them.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 1,506
Joined: Nov 2013
Posts: 1,506
Joined: Nov 2013
it's now in a mergeable state. i have tested .cr2, .nef and .arw (just some samples from rawsamples.ch so your mileage may vary).
Posts: 23,497
Joined: Aug 2011
Reputation:
1,103
fritsch
Team-Kodi Developer
Posts: 23,497
Thanks very much. Besides one minor question all fine with me.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 19
Joined: Jan 2014
Reputation:
0
nerto
Junior Member
Posts: 19
Is there any version for testing?
Sorry for my bad englisch :(
Posts: 1,506
Joined: Nov 2013
Pr has been merged, raw image addon has been published. I have done what i can to fix the regression, distribution stuff is beyond my control.