Kodi Community Forum

Full Version: WebDAV scraping issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All,

Yesterday i have set up (succesfully) WebDAV on Ubuntu 12.04 LTS with SSL support.
I can also connect to this source from XBMC. However there is one issue.
The only thing XBMC will scrape are folders with VIDEO_TS en pure bluray rips.
All folders with .mkv or .iso will not be scraped?
The movies which are scraped cannot be played, except for the bluray.
When i go to files / movies i can however play all items without exception.

Personally i think the issue is on of permissions / rights. In the following code you can see my webdav.conf. Could it be an option in LimitExcept what makes it possible to scrape all movies?

Code:
Alias /share /mnt/reet/warez

<Location /share>
    DAV on
    SSLRequireSSL
    Options None
    AuthType Basic
    AuthName WebDAV
    AuthUserFile ***************************
    
    <LimitExcept GET OPTIONS>
        Order allow,deny
        Allow from all
        Require valid-user
    </LimitExcept>
</Location>

Debug log: https://dl.dropbox.com/u/26005809/xbmc.log


*bump*
another *bump*
In the back of my head I want to say this is an issue with MINE types on the server, but I honestly can't remember what that even means or how to fix it.

EDIT: thinking about this, that wouldn't matter for scraping.
Without a debug log no one can tell what´s going on...