matthuisman / docker-kodi-headless

A headless install of kodi in a docker container
GNU General Public License v3.0
124 stars 11 forks source link

Request: add libbluray support #13

Closed maff76 closed 1 year ago

maff76 commented 2 years ago

HI there

I think this maybe a Unraid problem, have everything setup great and almost working 100% except i cannot scan in blu ray rips in folder structure it ignores them completely apart from a message saying trying to load setting definitions from old format..., but iso and mkv scan in fine, i have found this post from 2010

"Yeah, Linux lacks that support currently. The libraries are being worked on, I bet it will work by the next stable release. Your options basically are use Windows, or point to m2ts files instead (those scrape fine)."

https://forum.kodi.tv/showthread.php?tid=88101

so i am assume Unraid doesn't include those libs or not in the container?

maff76 commented 2 years ago

more reading and I have found references to Kodi needing to be compiled with libbluray and included maybe libbdnav(might have become libbluray) to understand the bluray folder structure, am a windows guy mostly so not really sure on Linux requirements

matthuisman commented 2 years ago

Oh I don't think we build headless with libbluray. Look in the docker file

On Thu, 26 May 2022, 04:31 matt, @.***> wrote:

more reading and I have found references to Kodi needing libbluray and maybe libbdnav(might have become libbluray) to understand the bluray folder structure, am a windows guy mostly so not really sure on Linux requirements

— Reply to this email directly, view it on GitHub https://github.com/matthuisman/docker-kodi-headless/issues/13#issuecomment-1137512610, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKJB3GASZGU63A2NIETVLZIXBANCNFSM5W23JLLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

maff76 commented 2 years ago

i think i found the libs folder and doesn't look like it is there :(, is there any chance of an updated version to include it?

matthuisman commented 2 years ago

Yes, I can look at adding it :)

maff76 commented 2 years ago

Hi Matt

i have done some more experimenting and i think it is a unraid problem or permission problem or I don't know lol as it can identify blurays and scan them in, but i have to go to the BDMV folder and initiate the scan by trying to bring up the info, during a library scan it checks for example Die hard but stops there it doesn't go down any more folder levels so finds no BDMV folder or index.BDMV, i have found a work around which is to exclude all the folders it shouldn't add during the scan and turn on recursive scanning, so wanted to save you time hopefully in adding things i don't believe it needs now and i just need to try some more things

matthuisman commented 2 years ago

ok, im actually not building with libbluray as I assumed it was just used for playback. so let me know

matthuisman commented 1 year ago

have added libbluray support into the dockerfiles. Next release 19.5 (soon_ will have it included