• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 9
XBMC 11.0 Eden: Beta3 available now
#16
nvm
#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.
#18
beta 3 doesn't even load for me. it completely freezes at the initial splash screen. Sad
Image
Image
Image
#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.
#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.
#21
How do I upgrade for the Mac version? Can't seem to find the menu item to update.
#22
no1john Wrote: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)?

http://wiki.xbmc.org/index.php?title=HOW...Apple_TV_2

Check the bottom of that page Big Grin
--
XBMC HUB - THE NEW HOME FOR ADD-ONS and PLUGINS
Read how my ATV2 installation went
ATV2 one week on ... it's getting better all the time
XBMC/ATV2 - Feeling the love
--
XBMC:
Platform - Darwin iOS (11.0.0 AppleTV2,1, Version 4.3 (Build 8F305)).
11.0-RC2 - Built on Mar 1 2012 (Git:20120229-f38655f)
Platform - Darwin OSX (8.8.2 i386, Version 10.4.7 (Build 8N6014)).
11.0-RC2 - Built on Mar 1 2012 (Git:20120229-f38655f)
#23
I've just upgraded to Beta 3 on my ATV 2 and I've lost all of my movie sets!!!!

I created them using XWMM

How do I get these back??
Image
#24
ady199 Wrote:I've just upgraded to Beta 3 on my ATV 2 and I've lost all of my movie sets!!!!

I created them using XWMM

How do I get these back??

try this one:
Settings > Videos > Library > Group movies in sets
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
#25
ronie Wrote:try this one:
Settings > Videos > Library > Group movies in sets

Thank god for that!! I thought I'd lost them

Thanks for the info
Image
#26
Jwbohrer Wrote:How do I upgrade for the Mac version? Can't seem to find the menu item to update.

There is no built in updater within the application menu.

You download the new dmg image, double click on it to mount it.
Drag the app icon over to the applications folder then select 'replace'.
Then right click on the mounted disc image on the desktop and select 'eject'.

You can then move the downloaded .dmg file to another location incase you want to install it again or you can just erase it.

You can download the new Mac OS X Eden Beta 3 from here: http://mirrors.xbmc.org/releases/osx/
- Blackstar
#27
mst3kroqs Wrote: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.

yeah, it never took that long before, so i assumed it was a bug.
Image
Image
Image
#28
Hi there..

Downloaded Beta 3 on Apple TV.....but does not work for me. I can't seem to access Films etc externally.... I can access my library but not external sources. Have reverted back to old Dharma which is fine.

Am I missing anything anyway?

Cheers,

M
#29
for once i am lucky Tongue
upgrade went fine with my mysql databse
previous upgrade screwed my db but beta3 upgraded fine Smile
also using no DBname tags in my advanced settings
Image
#30
My advanced settings for connecting to MySQL database:

Quote: <videodatabase>
<type>mysql</type>
<host>192.168.1.10</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>

Has worked fine with pre-eden, beta1 and beta2. However beta3 fails after migrating the two first tables. Nothing in log indicating why. Would suck to have to redo database and dds artwork, so hopefully migration will be fixed in beta4/release candidate1 or what ever next will be called.
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
XBMC 11.0 Eden: Beta3 available now2