[RFC] Database Abstraction Proposal - Request for Comments (Devs and DB Admins only!)
Jordan
Junior Member Posts: 14 Joined: Mar 2010 Reputation: 0 |
2010-05-05 21:16
Post: #131
I think the posts about it were lost but did someone figure out a way to get the fanart/thumbnails to work properly on a computer that did not build the library to begin with?
|
| find quote |
run088
Member Posts: 87 Joined: May 2007 Reputation: 0 |
2010-05-06 21:37
Post: #132
I have been wanting this feature for atleast 4 years I am so glad someone finally got this concept worked out. I use a couple central servers and a bunch of frontends. One xbox running xbmc on every tv in every room in the house hardwired together.I run myth, samba shares, and stream emulation. I can do all this using the central servers the only hassle is library upkeep. This eliminates that but it is not merged with the xbox trunk.
I have the tools to do it and I have a little vb experience I had a class for the 2008 version just last year in college. I am more inclined with linux than microsoft and understand patches in regards to the linux kernel more so than working with anything MS but am unsure exactly how to implement such a thing in vb. I have compiled my own build before but I built it as it was and didn't change anything. I say this so you know I at least have the ability to build it. Would it not just be code inserted in at certain places? Where can I find the code and once I have the code where does it need inserted? Any help would be greatly appreciated. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-05-07 10:56
Post: #133
run088 Wrote:Would it not just be code inserted in at certain places? you've just summarized all programming right there. if you have to ask, you haven't done enough research. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
bmillham
Senior Member Posts: 135 Joined: Aug 2009 Reputation: 13 Location: Rixeyville, VA, USA |
2010-05-13 03:37
Post: #134
I just spotted this feature, and it looks great. So, I've written a "scrapper" (a python script really) that grabs my movie library from my MySQL database (that was created using Movie Collector)
The python script takes the Movie Collector database, and writes it into a new MySQL database created by XBMC. For the most part, it's working, but I have a few questions: What are the Cxx fields? I've figured out some of them, but not all. Here's what I've figured out: Code: C00 - TitleI'm having a problem with thumbnails. Here's an example of a thumbnail in the database: Code: <thumb preview="smb://tardis/movies/images/IRobot2004293_f.jpg">smb://tardis/movies/images/IRobot2004293_f.jpg</thumb>If I look at the movie details and manually set the thumbnail, I actually see the one that I've set, and can select it. How to I make this thumbnail the default automatically? Thanks for this great new feature!!! |
| find quote |
wstewart
Senior Member Posts: 213 Joined: Jan 2009 Reputation: 1 Location: Canada |
2010-05-13 05:12
Post: #135
think I've found a bug, running 28256 on windows 7.
Seems to have problems with actor names like Gavan O'Herlihy specifically with the '. Looks like it is putting a double ' in the query, its putting O\'' where as I think it should put O\' Get the following in my log Quote:22:43:37 T:4908 M:2735472640 ERROR: SQL: Undefined MySQL error: Code (1064) |
| find quote |
firnsy
Team-XBMC Developer Joined: Jul 2009 Reputation: 0 Location: Australia |
2010-05-13 11:56
Post: #136
bmillham Wrote:I just spotted this feature, and it looks great. So, I've written a "scrapper" (a python script really) that grabs my movie library from my MySQL database (that was created using Movie Collector) The wiki spells these out in the database description section. bmillham Wrote:How to I make this thumbnail the default automatically? Good question well asked ... I'm not on top of the thumbnail generation yet, the new schema is eating up my time. |
| find quote |
firnsy
Team-XBMC Developer Joined: Jul 2009 Reputation: 0 Location: Australia |
2010-05-13 12:00
Post: #137
wstewart Wrote:think I've found a bug, running 28256 on windows 7. Could you try the patches on #9022. I believe they will solve the issue. Report back on any success or failure. |
| find quote |
muttley:bd
Senior Member Posts: 141 Joined: Oct 2008 Reputation: 0 |
2010-05-13 17:01
Post: #138
First of all, thanks for hard work!
I was waiting this features from a lot of time! ![]() I would ask if is there some chance for "porting" this feature also on xbox branch? If is not possible for some software limits...or just wait. I hope this is correct place for ask. Ciao! edit: i have found answer to my question...sob!
(This post was last modified: 2010-05-13 17:08 by muttley:bd.)
|
| find quote |
wstewart
Senior Member Posts: 213 Joined: Jan 2009 Reputation: 1 Location: Canada |
2010-05-13 18:28
Post: #139
firnsy Wrote:Could you try the patches on #9022. I believe they will solve the issue. Report back on any success or failure. currently I`m using the pre-built xbmc packages on linux and windows. I might be able to find some time in the next weeks to try out the patch. For the time being, I`ve executed the failed query manually. Thanks for your great work on getting mysql support into xbmc. |
| find quote |
firnsy
Team-XBMC Developer Joined: Jul 2009 Reputation: 0 Location: Australia |
2010-05-14 12:12
Post: #140
wstewart Wrote:currently I`m using the pre-built xbmc packages on linux and windows. I might be able to find some time in the next weeks to try out the patch. For the time being, I`ve executed the failed query manually. Yes the query is broken. So manually entering it will also fail. The quoted patch adds a vsnprintf() like function for the mysql translations which I will be aiming to push into the mainline in the next few weeks. It just needs some more airtime from other testers, before I'm happy enough with it. |
| find quote |


Search
Help