Can anyone confirm if the only way to upgrade the MySQL DB from version 42 to version 48 is by recreating it?
From an older build of XBMC, I exported the MySQL library and imported it into a new database while running this latest nightly build but the movie order is completely messed up (when viewing movies by Date Added).
The problem is definitely with the export feature.
Thanks.
[old] Unofficial semi-nightly build FAQ/info/issues (here for archival purposes)
Turge
Junior Member Posts: 6 Joined: Jan 2011 Reputation: 0 |
2011-03-23 00:53
Post: #31
|
| find |
keith
Team-XBMC Member Posts: 686 Joined: Sep 2007 Reputation: 3 Location: SF, CA |
2011-03-23 01:35
Post: #32
Turge Wrote:Can anyone confirm if the only way to upgrade the MySQL DB from version 42 to version 48 is by recreating it?Probably the easiest. That's what I did. FOR IOS: xbmc.log: /var/mobile/Library/Preferences/xbmc.log (be sure to enable debugging) For troubleshooting and bug reporting please make sure you read this first. Always read the XBMC online-manual, FAQ and search the forum before posting. MediaInfo : http://mediainfo.sourceforge.net/ |
| find |
chalkface
Junior Member Posts: 1 Joined: Mar 2011 Reputation: 0 |
2011-03-23 23:31
Post: #33
Turge Wrote:From an older build of XBMC, I exported the MySQL library and imported it into a new database while running this latest nightly build but the movie order is completely messed up (when viewing movies by Date Added). I don't think the problem is with the export feature. The data is there after import. It looks like the skins just are not updated yet. I ran into problems with the MySQL upgrade procedure (going from version 42 to 48). Main issues for me seem to be caused by sloppy handling of character sets on the tables/columns. It tries to cast latin1 string to utf8 and store that in a non-utf8 column. That caused the update process to get stuck in a loop. I got around it by manually adjusting the schema to match version 44, then letting the upgrade go from there. The MySQL schema update procedure might work better if each version's batch of changes were wrapped in their own transaction, including the statement that updates the schema version. |
| find |
fatalglitch
Junior Member Posts: 12 Joined: Mar 2010 Reputation: 0 |
2011-03-24 02:57
Post: #34
I'm here to report that downmixing on the iPad looks to be working correctly now. No more weird audio through headphones!!!
Thanks! My Setup:
|
| find |
dazex
Member+ Posts: 548 Joined: Nov 2009 Reputation: 0 |
2011-03-24 17:12
Post: #35
Possibly one of the things ATV2 Software 4.2.1 that was released two days ago may be addressing. I still don't know what iOS version that shows up as 4.3 or 4.3.1?
Anyways, I haven't seen this issue yet. One thing that I have noticed with the last two-three nightly is that one of my xvid I generally use for testing takes considerably longer to start. Nothing conclusive yet, but I'll put it out there in case anyone else observe the same behavior. I'll do a more thorough testing to see if this is an issue with the newer build, or isolated only to my box. |
| find |
keith
Team-XBMC Member Posts: 686 Joined: Sep 2007 Reputation: 3 Location: SF, CA |
2011-03-24 17:37
Post: #36
Just put up a 3/23 build.
The biggest changes here are optimizations, code has been added to dynamically load and unload most libraries now. So play with as much as possible and see if anything seems broken from before. Also would love to see more private testers! join irc at #xbmc-ios on freenode, and email to the mailing list on the 1st post. More eyeballs means faster road to maturity! FOR IOS: xbmc.log: /var/mobile/Library/Preferences/xbmc.log (be sure to enable debugging) For troubleshooting and bug reporting please make sure you read this first. Always read the XBMC online-manual, FAQ and search the forum before posting. MediaInfo : http://mediainfo.sourceforge.net/ |
| find |
dazex
Member+ Posts: 548 Joined: Nov 2009 Reputation: 0 |
2011-03-24 17:49
Post: #37
I think one of the addition in the latest build is the re-enabling of keyboard input over the http protocol. So the remote apps should be fully functional now for ATV2.
That said, I have yet to test this. hehe |
| find |
dazex
Member+ Posts: 548 Joined: Nov 2009 Reputation: 0 |
2011-03-24 20:12
Post: #38
Oh, I believe info during video playback now shows how much buffer XBMC has read ahead. I believe that is another one of the addition to the latest build.
|
| find |
jonson
Junior Member Posts: 3 Joined: Mar 2011 Reputation: 0 |
2011-03-25 04:14
Post: #39
Is anyone else having a problem with the ATV2 sleep timer resetting to infinite after XBMC exits?
I've read elsewhere in this forum that it was fixed in earlier builds, something about how XBMC is supposed to reset the ATV2 sleep timer when it exits, but it's not working for me. No matter what I set the time to, it always returns to "Never" after using and exiting XBMC. log file |
| find |
nmat
Senior Member Posts: 133 Joined: Jan 2011 Reputation: 0 Location: Lisbon, Portugal |
2011-03-25 04:20
Post: #40
jonson Wrote:Is anyone else having a problem with the ATV2 sleep timer resetting to infinite after XBMC exits? It is fixed, but it still happens to me randomly after I reboot the Apple TV. If you exit xbmc without turning off the ATV, the original timer value should be restored. |
| find |

Search
Help