XBMC 11.0 Eden: Beta3 available now

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
TeKo Online
Posting Freak
Posts: 806
Joined: Dec 2011
Reputation: 6
Post: #11
MySQL db update worked for me.

I created the xbmc_video (no number) when I fiorst set it up and after updating to Beta3 I have the autocreated myvideo58 and now also the myvideo60.
find
jwdv22 Offline
Member
Posts: 71
Joined: Mar 2009
Reputation: 0
Location: Phoenixville, PA
Post: #12
TeKo Wrote:MySQL db update worked for me.

I created the xbmc_video (no number) when I fiorst set it up and after updating to Beta3 I have the autocreated myvideo58 and now also the myvideo60.

Can you explain further? First create a backup of your db's. Then rename myvideo58 to myvideo60?
find
no1john Offline
Junior Member
Posts: 9
Joined: Nov 2011
Reputation: 0
Post: #13
Thanks for the update guy's, looking forward to installing in on my apple TV2.

Does anyone know if I can update from Eden Beta 2 to Beta 3 using a command from inside putty (SSH)?
find
barramundi Offline
Junior Member
Posts: 17
Joined: Aug 2011
Reputation: 0
Post: #14
Yousty Wrote:Excuse my newbness when it comes to Linux, but if I want to install XBMCbuntu on my Acer Aspire Revo, what do I need to do? I've downloaded the iso file and extracted the contents, do I need to just throw them on a flash drive or is there something I need to do to make it bootable?

Burn the image in a cd or prepare a flash drive with (for example) unetbootin.



Farewell
find
Sp0rtsJunki3 Offline
Junior Member
Posts: 16
Joined: Dec 2004
Reputation: 0
Post: #15
bleze Wrote:Upgrading on Windows from beta2 to beta3. I've been running a central MySQL database which was version 58. Beta3 tries to upgrade this to version 60 but fails and crashes on each load of XBMC:



Looking at the server, the new database only contained the two first tables (actorlinkepisode and actorlinkmovie). I then tried to delete the database and try again, but no luck.
Reverting back to beta2...

I too had this problem. To get around it, I did the following:

  1. Back up my current database
  2. Exported my database via System >> Settings >> Video >> Export Video Library (followed the same setps for my music library)
  3. Deleted my current database
  4. Updated XBMC and let it automatically install the new database during its first boot.
  5. Imported the databases that were backed up in step 2.


While we shouldn't have to do this, it was quickest way to update to B3 using a shared mysql database. I tried several other options first, including granting all privileges to xbmc on the new database that was being created and nothing worked.

Now that the database is updated, I have 4 more XBMC clients to go get updated so that we're all using the new database (Video60).

And for what it's worth, here's the portion of my advancedsettings.xml file for the shared database:

Code:
<!--
     ################################################################################​#######
     Allows advanced customization of the default database settings for video.
     ################################################################################​#######
     -->
    
     <videodatabase>
       <type>mysql</type>
       <host>###.###.###.###</host>
       <user>xbmc</user>
       <pass>xbmc</pass>
     </videodatabase>
    
    <!--
     ################################################################################​#######
     Allows advanced customization of the default database settings for music.
     ################################################################################​#######
     -->
    
     <musicdatabase>
       <type>mysql</type>
       <host>###.###.###.###</host>
       <user>xbmc</user>
       <pass>xbmc</pass>
     </musicdatabase>
(This post was last modified: 2012-02-10 00:03 by Sp0rtsJunki3.)
find
oublie Offline
Junior Member
Posts: 13
Joined: Jan 2012
Reputation: 0
Post: #16
nvm
(This post was last modified: 2012-02-10 00:54 by oublie.)
find
oublie Offline
Junior Member
Posts: 13
Joined: Jan 2012
Reputation: 0
Post: #17
heres mine

Code:
<advancedsettings>
<loglevel hide="false">-1</loglevel>
  
    <videodatabase>
        <type>mysql</type>
        <host>STEVELAPTOP</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

  <pathsubstitution>
    <substitute>
      <from>I:\MOVIES\</from>
      <to>smb://STEVELAPTOP/H/MOVIES/</to> <!-- Note the difference between the usage of forward and backslashes -->
    </substitute>
    
    <substitute>
      <from>I:\</from>
      <to>smb://STEVELAPTOP/H/</to> <!-- Note the difference between the usage of forward and backslashes -->
    </substitute>
    
    <substitute>
        <from>special://masterprofile/Thumbnails/</from>
        <to>smb://STEVELAPTOP/H/userdata/Thumbnails/</to>
    </substitute>
    

    <substitute>  <!-- playlist share -->
        <from>special://masterprofile/playlists/</from>
        <to>SMB://STEVELAPTOP/H/userdata/playlists/</to>
    </substitute>
  
    <substitute>  <!-- Addon Data -->
        <from>special://masterprofile/addon_data/</from>
        <to>SMB://STEVELAPTOP/H/userdata/addon_data/</to>
    </substitute>

    <substitute>  <!-- Keymaps -->
        <from>special://masterprofile/keymaps/</from>
        <to>SMB://STEVELAPTOP/H/userdata/keymaps/</to>
    </substitute>
  
    <substitute>   <!-- Sources  -->
        <from>special://masterprofile/sources.xml</from>
        <to>SMB://STEVELAPTOP/H/userdata/sources.xml</to>
    </substitute>
  
    <substitute>  <!-- Media Sources -->
        <from>special://masterprofile/mediasources.xml</from>
        <to>SMB://STEVELAPTOP/H/userdata/mediasources.xml</to>
    </substitute>

    <substitute>  <!-- Rss Feeds  -->
        <from>special://masterprofile/RssFeeds.xml</from>
        <to>SMB://STEVELAPTOP/H/userdata/RssFeeds.xml</to>
    </substitute>

  </pathsubstitution>

  
</advancedsettings>

I'm naming the server rather than an i.p. but also using path substitution don't know if it makes any difference also i would be inclined to check the user permissions on the database and change as necessary.
find
Shinu Online
Posting Freak
Posts: 769
Joined: Jul 2010
Reputation: 3
Location: Trinidad &amp; Tobago
Post: #18
beta 3 doesn't even load for me. it completely freezes at the initial splash screen. Sad

[Image: sigpic_71695_ea6badd43f8af70382024c3e138d01b9.jpg]
[Image: watched-fanart.jpg]
[Image: widget]
find
mst3kroqs Offline
Junior Member
Posts: 37
Joined: Aug 2004
Reputation: 0
Post: #19
Shinu Wrote:beta 3 doesn't even load for me. it completely freezes at the initial splash screen. Sad

Initial startup for B3 on updated platform is slow, make sure you wait for it. My ATV1 displayed the splash screen about 90 seconds before it completed the update.
find
malibu327 Offline
Member
Posts: 88
Joined: Jan 2012
Reputation: 2
Post: #20
I did pretty much what Tuffy said to do in my test environment and also my actual xbmc server and it worked flawless.
My mysql is on windows 7, I only had to remove the database under C:\Users\Myusername\AppData\Roaming\XBMC\userdata\Database then myvideos58 and mymusic18 and this worked. I removed the one under c:\programdata and this didnt work, I actually added it back and then it worked. Good job Tuffy. If it werent for you I wouldnt have updated till someone posted some fix.
find
Thread Closed