Subtitle problem
#1
Hi all. Hope someone can help me.

I got two ATV2s and they are both on the same nightly (from yesterday). I configured one of them and then copied the XBMC folder to the other one.

Everything seems fine and plays fine except the subtitles. XBMC subtitles loads fine and i can get to choose the one i like however then is just hangs on "downloading". This only happens one i copied the XBMC folder to.

Logs are here:

http://pastebin.com/Ahw2GQju

It seems it has something to do with the zip subs.zip file.

Looking forward to input. Thanks in advance.
Reply
#2
I think it is a little more serious than that. Have a look at start of the log. There are sql errors and problem with addons - maybe because of the database problems.

You say the same nightly is on both atv2, yet it is trying to update the database - and failing.

You don't have enough privileges on the database to update the database so:

as Darkscout would say:
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';

There are also syntax errors in the plugins etc

Try fixing the database access first and see what happens.

Please provide a logfile from the original atv2 too.
Reply
#3
as of the log you only have setup mysql for video ... for music it uses a local sqlite db ... i think it might just be a permisson thing ... you have to chown the userdata folder to the user mobile like mentioned in the wiki faq somewhere ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#4
chown -R mobile:mobile /private/var/mobile/Library/Preferences/XBMC/userdata

This fixed it. Thanks guys.
Reply

Logout Mark Read Team Forum Stats Members Help
Subtitle problem0