2013-11-29, 11:55
Has anyone assignments & presentations tried to sync a box search baby names on eden and frodo?
(2013-03-03, 20:28)EddieB606 Wrote: When doing this, I lose the TV and Movie buttons on the Home Window. I have to go into Videos>Files>TV.... Is this correct, or did I do something wrong? That's a pain. Using the UPnP settings, I can keep those buttons on my main box and just go through all this on the extra boxes.
<advancedsettings>
<!-- <pathsubstitution>
<substitute>
<from>special://profile/playlists/</from>
<to>smb://192.168.1.126/userdata/playlists/</to>
</substitute>
<substitute>
<from>special://profile/addon_data/</from>
<to>smb://192.168.1.126/addon_data/</to>
</substitute>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.1.126/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>smb://192.168.1.126/userdata/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.1.126/userdata/favourites.xml</to>
</substitute>
</pathsubstitution> -->
<videodatabase>
<type>mysql</type>
<host>192.168.1.126</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<ost>192.168.1.126</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<!--<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
<network>
<cachemembuffersize>0</cachemembuffersize>
</network> -->
</advancedsettings>
(2013-12-03, 01:11)DetrieZ Wrote: Still struggling with MySQL... Databases are not being created
Windows 7
At what point are the databases created? I would think, when you first run XBMC on a networked machine that has an advancedsettings xml file pointing to the MySQL machine?
(2013-12-03, 01:11)DetrieZ Wrote: Still struggling with MySQL... Databases are not being created
Windows 7
<advancedsettings>
<!-- <pathsubstitution>
<substitute>
<from>special://profile/playlists/</from>
<to>smb://192.168.1.126/userdata/playlists/</to>
</substitute>
<substitute>
<from>special://profile/addon_data/</from>
<to>smb://192.168.1.126/addon_data/</to>
</substitute>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.1.126/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>smb://192.168.1.126/userdata/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.1.126/userdata/favourites.xml</to>
</substitute>
</pathsubstitution> -->
<videodatabase>
<type>mysql</type>
<host>192.168.1.126</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<ost>192.168.1.126</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<!--<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
<network>
<cachemembuffersize>0</cachemembuffersize>
</network> -->
</advancedsettings>
(2013-12-18, 17:52)john_austin Wrote: Ned, thanks. I think the revised step 4 is more clear now. You may want to consider adding "Restart XBMC" after step 3 (adding advancedsettings.xml). Also, that the previous sources/library will be empty, thus requiring you to do the 'add' or "set content".
One thing I'm not clear about is the interaction between the SQL DB and the local (ATV) XBMC library. When new content is added to the NAS and 'update library' is executed on one ATV install of XBMC, the SQL DB must be updated since it is visible to all ATV instances of XBMC. But is the data also stored (and updated) in a local library on each ATV? Can I delete the local DB's on each ATV?
(2013-12-18, 14:37)neo2k Wrote: Hi,
i have just a quick question. We are a bunch of guys living in a shared flat and we have a server hosting all our movies and we all use XBMC. Now i'd like to have one central database with the library on that server. But to complicate things we'd like to have per user configurations so every single user has its own "maked as watched" feature.
Is this possible with one single central database or do we need to have one database per user on that server?
It'd be great if we needed only one database, because scrapping takes a lot of time and keeping several databases up to date is very annoying.
Thank you in advance.
regards Waldemar