beat79 wrote:Thanks a lot! It's a big issue unless I can manage to import local media source into library... hope they can find a solution in the topic I linked from the xbmc forum.
About the smb protocol... do you think It will ask a huge effort to implement this feature in the plugin? If you think this will be useful to other users, I could help with java coding
I had a quick look at it last night.
It looks like the only thing i found that might work is the jcifs library, this library provides you with an class SMBFile. Unfortunately this file does not extend the java File class. This is a problem because all the PMS internals require a java File.
So in order to do this I'll have to rewrite some of the PMS internals... You are most welcome to get a clone of the source and see if you can maybe find an easier way to get it done

