MySQL: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
[[File:Network.png|200px|left]]
[[File:Network.png|200px|left]]
;<big>Introduction</big>
;<big>Introduction</big>
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:
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
* 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
* 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
* Only one library to maintain for all devices
* Consolidate thumbnails and fanart to save hard drive space


{{next|[[HOW-TO:Sync multiple libraries/Setting up MySQL|Setting up MySQL]]}}
[[Category:How-to]]
[[Category:How-to]]
[[Category:File Sharing]]
[[Category:File Sharing]]
[[Category:Guides]]
[[Category:Guides]]

Revision as of 07:58, 25 November 2012

Template:Advanced Template:XBMC wiki toc/v

HOW-TO:Sync multiple libraries/Contents

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