MySQL: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Robot: Changing Category:File Sharing to Category:File sharing)
m (Bot: Automated text replacement (- XBMC + {{name}} ))
Line 1: Line 1:
{{mininav|[[Syncing and sharing]]}}
{{mininav|[[Syncing and sharing]]}}
{{divbox|orange||<big>'''NOTICE:''' This is considered an advanced (complicated) and experimental feature.</big>}}
{{divbox|orange||<big>'''NOTICE:''' This is considered an advanced (complicated) and experimental feature.</big>}}
{{divbox|red||{{huge|'''NOTICE:''' Every XBMC "client" '''must''' run the same version of XBMC.}}<br />Otherwise they will not be sharing the same library. There can even be differences between [[development builds]], so make sure you always use the same build dates. See '''[[XBMC databases/Version table|Version table]]''' for more info. }}
{{divbox|red||{{huge|'''NOTICE:''' Every {{name}} "client" '''must''' run the same version of XBMC.}}<br />Otherwise they will not be sharing the same library. There can even be differences between [[development builds]], so make sure you always use the same build dates. See '''[[XBMC databases/Version table|Version table]]''' for more info. }}
{{:MySQL/Contents}}
{{:MySQL/Contents}}
:''For simple library sharing see: '''[[HOW-TO:Share libraries using UPnP]]'''''
:''For simple library sharing see: '''[[HOW-TO:Share libraries using UPnP]]'''''
[[File:Network.png|200px|left]]
[[File:Network.png|200px|left]]
;<big><u>Introduction</u></big>
;<big><u>Introduction</u></big>
<section begin="intro"/>If you have more than one XBMC device on your local network then you might want to synchronize them using a MySQL library. Using a MySQL library allows you to store information about your whole video library in a central database, so that multiple XBMC devices can access the same information at the same time.<section end="intro"/>
<section begin="intro"/>If you have more than one {{name}} device on your local network then you might want to synchronize them using a MySQL library. Using a MySQL library allows you to store information about your whole video library in a central database, so that multiple {{name}} devices can access the same information at the same time.<section end="intro"/>


This gives you the ability to do things like:
This gives you the ability to do things like:

Revision as of 01:11, 5 June 2014

Home icon grey.png   ▶ Syncing and sharing ▶ MySQL

Share libraries w/MySQL, guide:

  1. Introduction
  2. Setting up MySQL
  3. Setting up Kodi
For simple library sharing see: HOW-TO:Share libraries using UPnP
Network.png
Introduction

If you have more than one XBMC device on your local network then you might want to synchronize them using a MySQL library. Using a MySQL library allows you to store information about your whole video library in a central database, so that multiple XBMC devices can access the same information at the same time.

This gives you the ability to do things like:

  • Share watched and unwatched status for your media on all devices
  • Stop watching a movie or TV show in one room then finish watching it in another room automatically
  • Only one library to maintain for all devices
Next step: Setting up MySQL