XBMC 11.0 Eden: RC 1 available now

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
BigO Offline
Senior Member
Posts: 165
Joined: May 2010
Reputation: 0
Post: #21
jabbba Wrote:I have some major issues since installing RC1. Video on my Apple TV is very jerky and HD is unwatchable. What is going on? Similar issues manifested itself on earlier version only if I enabled Audio/Video sync.

I also noticed this issue last night, has anyone else had this issue or is this being looked into??

XBMC-ATV2 - FrodoRc3
XBMC-LR - Zotac Zbox Plus - 8Gb Usb - 2Gb Mem - FrodoRc3
XBMC-BR - Foxcon 330i - 8Gb Usb - 2Gb Mem - FrodoRc3
XBMC-Mini - MacMini - Core2duo@2.5Ghz - 128Gb OCZ Agility - 5Gb Mem - FrodoRc3
Running SQL - Auto Library Update
WIP - Substitute Image path
Synology DiskStation Ds1512+(Dsm 4.0-2219) - 4gb Mem - 5*3tb Wd Reds [SHR]
WIP - Secondary SQL
find
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #22
BigO Wrote:I also noticed this issue last night, has anyone else had this issue or is this being looked into??

If it's not fixed by the workaround listed in my previous post then yes, we are aware of the issue and it is being fixed as we speak.

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find
BigO Offline
Senior Member
Posts: 165
Joined: May 2010
Reputation: 0
Post: #23
DDDamian Wrote:If it's not fixed by the workaround listed in my previous post then yes, we are aware of the issue and it is being fixed as we speak.

I must be blind because the last post i see from you in this thread is about the DB upgrade not the video sync issue.

Can you point me to the correct post?

Never mind im Blind:

http://forum.xbmc.org/showthread.php?tid=124185

XBMC-ATV2 - FrodoRc3
XBMC-LR - Zotac Zbox Plus - 8Gb Usb - 2Gb Mem - FrodoRc3
XBMC-BR - Foxcon 330i - 8Gb Usb - 2Gb Mem - FrodoRc3
XBMC-Mini - MacMini - Core2duo@2.5Ghz - 128Gb OCZ Agility - 5Gb Mem - FrodoRc3
Running SQL - Auto Library Update
WIP - Substitute Image path
Synology DiskStation Ds1512+(Dsm 4.0-2219) - 4gb Mem - 5*3tb Wd Reds [SHR]
WIP - Secondary SQL
find
upD8R Offline
Senior Member
Posts: 107
Joined: Jun 2011
Reputation: 2
Location: Germany
Post: #24
DDDamian Wrote:The video database has been upgraded to myvideos60.db. Because you rolled back to Beta 2 you may have to rescrape or delete myvideos60.db and re-start XBMC to upgrade the database correctly.
It seems my issue is related to what bleze just posted.

I guess v59 was created in mySQL during upgrade from Beta2 to Beta3. My fallback to Beta2 forced the usage of v58 again. So I was working last two weeks on v58.

Now I upgraded to RC1 and RC1 finds a v59 DB from the Beta 3 trial and converts it to v60. So the content I added to v58 is "lost" (not physically lost, of course).

Sounds logical.
find
bleze Offline
Senior Member
Posts: 205
Joined: Nov 2009
Reputation: 0
Post: #25
upD8R Wrote:It seems my issue is related to what bleze just posted.

I guess v59 was created in mySQL during upgrade from Beta2 to Beta3. My fallback to Beta2 forced the usage of v58 again. So I was working last two weeks on v58.

Now I upgraded to RC1 and RC1 finds a v59 DB from the Beta 3 trial and converts it to v60. So the content I added to v58 is "lost" (not physically lost, of course).

Sounds logical.

Delete 59 and 60 and it will migrate from 58 to 60 again.

I have not solved my problem, so right now cloning the git source and going to debug what's causing the crash since I seem to be pretty much alone with it.
find
DDDamian Offline
Team-XBMC Developer
Posts: 3,023
Joined: Sep 2011
Reputation: 252
Location: Canada
Post: #26
upD8R Wrote:It seems my issue is related to what bleze just posted.

I guess v59 was created in mySQL during upgrade from Beta2 to Beta3. My fallback to Beta2 forced the usage of v58 again. So I was working last two weeks on v58.

Now I upgraded to RC1 and RC1 finds a v59 DB from the Beta 3 trial and converts it to v60. So the content I added to v58 is "lost" (not physically lost, of course).

Sounds logical.

Beta 3 upgraded to myvideos60.db, but you can use the methods I mentioned to get everything together again. Big Grin

System: XBMC HTPC with HDMI WASAPI & AudioEngine - Denon AVR-3808CI - Denon DVD-5900 Universal Player - Denon DCM-27 CD-Changer
- Sony BDP-S580 Blu-Ray - X-Box 360 - Android tablet wireless remote - 7.1 Streem/Axiom/Velodyne Surround System
If I have been able to help feel free to add to my reputation +/- below - thanks!
find
upD8R Offline
Senior Member
Posts: 107
Joined: Jun 2011
Reputation: 2
Location: Germany
Post: #27
Not sure how to do it. I don't speak SQL ... so how do I delete a DB at my mySQL server?

Anyway, not sure if it's worth the hazzle - I've already made all changes manually. But I hope I won't get to the same situation with the next update ;-)
find
minimonk Offline
Junior Member
Posts: 3
Joined: Nov 2009
Reputation: 0
Post: #28
Upgraded from Beta 3 to RC1 on OSX. Several problems:

- Cannot browse videos by File (the Video > Files option is missing and selecting Files from the Home menu takes me to TV Shows)
- Watched setting for TV shows was reset or corrupt.

Maybe there was a problem updating the DB? I tried dong a 'Clean Library', this had no affect. I might have to roll back to Beta 3. In it's current state I can't use this build.
find
Dilligaf Offline
Fan
Posts: 306
Joined: Dec 2008
Reputation: 8
Post: #29
upD8R Wrote:Not sure how to do it. I don't speak SQL ... so how do I delete a DB at my mySQL server?

Anyway, not sure if it's worth the hazzle - I've already made all changes manually. But I hope I won't get to the same situation with the next update ;-)

Search for and install HeidiSQL, it will allow you to manage your databases with a GUI interface.

Mike

If I have been of help, please add to my reputation as a way of saying thanks.
find
jabbba Offline
Junior Member
Posts: 38
Joined: Dec 2011
Reputation: 0
Post: #30
Amadeus Wrote:Could people (such as Jabba - above) say what OS they're using? Just makes it easier to see whether it's likely to affect the rest of us.

thanks :-)

I did, I'm using Apple TV :-)
find
Thread Closed