![]() |
|
2 XBMC PCs and 1 Database on the shared NAS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Windows support (/forumdisplay.php?fid=59) +---- Thread: 2 XBMC PCs and 1 Database on the shared NAS (/showthread.php?tid=70603) |
- lestat1977uk - 2010-07-21 18:13 Been using this method for ages and it's been great, even had central Thumbs and Fanart, but just starting testing the Dharma release and Latest nightlies and can't get it to work with Mysql. Anyone else having issues getting Mysql to work with Dharma and Latest SVNs? it just seems to ignore the Advancedsettings.xml? - markus101 - 2010-07-22 16:29 My Dharma release automatically looked for the file in %APPDATA%\XBMC\userdata (Whereas it was previously under Program Files). In my case this was the cause, hopefully its that simple for your as well. -Markus - jackthegroove - 2010-07-25 16:37 When using the central database i have the problem that most skins (except Confluence) fail to show most recently added files. (it works half/half if I let Confluence get the recentlyadded files and then switch to another skin). Is there a way i could fix this? I reckon each skin is differently coded and i fear these ones that don't work have the database location hard-coded. Does anybody also has this problem? (and a possible solution) MY SET-UP: Xbmcfreak LiveCD 10.08 svn31632 running on an Asrock 330HT linked with a Synology NAS which i use as Msql server. - CLUE9 - 2010-07-27 02:58 jackthegroove Wrote:When using the central database i have the problem that most skins (except Confluence) fail to show most recently added files. (it works half/half if I let Confluence get the recentlyadded files and then switch to another skin). I have the same problem with recentlyadded at my setup. I'm running XBMC PRE-10.5 r31443 with Transparency skin v.3.05 - jackthegroove - 2010-07-27 10:21 CLUE9 Wrote:I have the same problem with recentlyadded at my setup. I'm running XBMC PRE-10.5 r31443 with Transparency skin v.3.05 It apparently is a problem with calling the recentlyadded script in the home.xml file. More specifically the extra conditions: Code: &unplayed=True&totals=TrueIt's a known issue - The_strade - 2010-07-28 20:42 Quick question for all you mysql users; are you using any supplemental tools to handle/maintain your database (like EMM, for example)? I would like to be able to clean up my database outside of XBMC (mostly via RDP from the road/work) which isnt really an option without a 3rd party manager, as far as i know. Anyone else doing this or have ideas for doing this? - ringgh0st - 2010-07-28 21:04 lestat1977uk Wrote:Been using this method for ages and it's been great, even had central Thumbs and Fanart, but just starting testing the Dharma release and Latest nightlies and can't get it to work with Mysql. you have to recreate the db - means delete the old one. thats the price for dharma. when you let xbmc recreate the movie db everything goes fine. - ringgh0st - 2010-07-28 21:05 The_strade Wrote:Quick question for all you mysql users; are you using any supplemental tools to handle/maintain your database (like EMM, for example)? I would like to be able to clean up my database outside of XBMC (mostly via RDP from the road/work) which isnt really an option without a 3rd party manager, as far as i know. not really. sry - The_strade - 2010-07-28 21:56 I, too, am having issues with mysql and dharma now. I deleted my mysql DBs, allowed imdb to recreate them, yet when i reassign my content and my scraper they are not saved next time i go in there, plus no data is being brought into the library. In fact, i cant even switch to library mode at all (presumably since it is empty). Checking the actual mysql tables i see my test entry has been created in the 'paths' table, but that appears to be about it. Thoughts? Gairly new to using the mysql method here... What other builds of XBMC are people using with it that are less flaky? - charrua - 2010-07-28 23:57 The_strade Wrote:Quick question for all you mysql users; are you using any supplemental tools to handle/maintain your database (like EMM, for example)? I would like to be able to clean up my database outside of XBMC (mostly via RDP from the road/work) which isnt really an option without a 3rd party manager, as far as i know.You can connect to the MySQL db from outside, just open the port in your router/server and use any MySQL client (like HeidiSQL) to connect to the XBMC db. |