WIP Media importing and library integration (UPnP, Emby, Plex, ...)
(2017-06-16, 17:41)LongMan Wrote:
Quote:I'm not sure what you mean? There already is such a button at https://github.com/Montellese/xbmc/tree/media_import but you have to download the whole Kodi repository.

That button is usually present on the page of each addon, not just the entire repo.

eg. https://github.com/MediaBrowser/plugin.video.emby
Yes if it would be a standalone add-on that would be the case but since I'm only writing this to test the python API I'm trying to provide it doesn't make any sense to have it in a separate repository.

(2017-06-16, 17:48)LongMan Wrote: https://drive.google.com/open?id=0B9-mTw...jlrdTFMWkk
Ah I see what the problem is. The add-on itself does not have any settings. Once the add-on has detected an Emby server (which it does according to the logs) you need to go to "Settings" --> "Media sources" to browse to the automatically detected Emby server media provider and then open the info dialog to see the settings.

But once again there is a hardcoded Emby API key in the python code which won't work with any other Emby server installation. If you want to be able to fully test this you need to create your own API key in your server's configuration and copy & paste it into the code. Originally I had an option for this in the settings but people said it doesn't make any sense and I haven't gotten around to implementing proper user authentication yet.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply


Messages In This Thread
Unexpected Behaviour - by LongMan - 2015-04-20, 23:53
RE: Media importing and library integration (UPnP, Emby, ...) - by Montellese - 2017-06-17, 13:12
20.2 Generic Builds - by LongMan - 2023-07-20, 04:49
Logout Mark Read Team Forum Stats Members Help
Media importing and library integration (UPnP, Emby, Plex, ...)10