[AppleTV2]FAQ

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
1150A Offline
Junior Member
Posts: 2
Joined: Feb 2011
Reputation: 0
Post: #61
//
(This post was last modified: 2011-02-28 18:05 by 1150A.)
find quote
Senaxx Offline
Junior Member
Posts: 40
Joined: Jan 2011
Reputation: 0
Post: #62
Memphiz Wrote:@Senaxx please make a big fat entry in your first post about the following:

Issue: Settings are not saved, Updates don't work, Clone Settings from any XBMC to ATV2
Solution: Fix the permissions of the data folder by doing the following in ssh:

Code:
chown -R mobile.mobile /var/mobile/Library/Preferences/XBMC

I had to post this answer multiple times for very different issues. It all starts with copying stuff into the data folder of XBMC while using the user "root". So the files get the wrong owner and the user "mobile" which XBMC is run as doesn't have write access to the files.



ciao

Memphiz

Sorry i've been AFK for a while Wink I'll add it asap Smile
find quote
synapseattack Offline
Junior Member
Posts: 23
Joined: Sep 2009
Reputation: 0
Post: #63
Senaxx Wrote:Q: Settings are not saved, Updates don't work, Clone Settings from any XBMC to ATV2
A: Fix the permissions of the data folder by doing the following in ssh:
Code:
chown -R mobile.mobile /var/mobile/Library/Preferences/XBMC

I think this needs to be changed to:
Code:
chown -R mobile.mobile /private/var/mobile/Library/Preferences/XBMC
find quote
freaksworth Offline
Member
Posts: 82
Joined: May 2006
Reputation: 2
Post: #64
... you could also do:
Code:
chown -R mobile: /User/Library/Preferences/XBMC/
it's always the same path, just different symlinks.

freaksworth is not connected to or in any other way affiliated with XBMC, Team XBMC, or the XBMC Foundation.
find quote
thesuffering Offline
Senior Member
Posts: 251
Joined: Aug 2008
Reputation: 0
Post: #65
Posting this here until the sickbeard devs fix whatever is causing the issue, quite a few people seem to have had the same problem.

Issue:
TV Shows downloaded via sickbeard do not get the proper read permissions to be seen or used by xbmc on iOS.

Solution:

Adding a file permission for the everyone user to grant read access. You could do this one by one but its very tedious. To do it en masse via windows run a command prompt as administrator and type the following:
run a command prompt as administrator and type the following:

icacls "c:\media directory\*.*" /t /grant Everyone:R

Every file will now have read access given to the Everyone user and you will be able to use your previously unusable files. I have reported this in the sickbeard thread, but not sure if anything will be done about it right now.
find quote
Senaxx Offline
Junior Member
Posts: 40
Joined: Jan 2011
Reputation: 0
Post: #66
thesuffering Wrote:Posting this here until the sickbeard devs fix whatever is causing the issue, quite a few people seem to have had the same problem.

Issue:
TV Shows downloaded via sickbeard do not get the proper read permissions to be seen or used by xbmc on iOS.

Solution:

Adding a file permission for the everyone user to grant read access. You could do this one by one but its very tedious. To do it en masse via windows run a command prompt as administrator and type the following:
run a command prompt as administrator and type the following:

icacls "c:\media directory\*.*" /t /grant Everyone:R

Every file will now have read access given to the Everyone user and you will be able to use your previously unusable files. I have reported this in the sickbeard thread, but not sure if anything will be done about it right now.

But how does this go? Because sickbeard itself downloads nothing. It just downloads the nzb to sabnzbd+. So the files are generated by Sabnzb+. Or is it because you have the move/renaming function on sickbard and that does set some wrong file permissions?
find quote
thesuffering Offline
Senior Member
Posts: 251
Joined: Aug 2008
Reputation: 0
Post: #67
Senaxx Wrote:But how does this go? Because sickbeard itself downloads nothing. It just downloads the nzb to sabnzbd+. So the files are generated by Sabnzb+. Or is it because you have the move/renaming function on sickbard and that does set some wrong file permissions?

i would say it has something to do with the move/renaming function. Movies directly downloaded and/or sorted by sabnzbd work just fine. so far i have seen this only affects files sorted/renamed via sickbeard
find quote
Italo Disco Offline
Junior Member
Posts: 15
Joined: Feb 2011
Reputation: 1
Post: #68
thesuffering Wrote:i would say it has something to do with the move/renaming function. Movies directly downloaded and/or sorted by sabnzbd work just fine. so far i have seen this only affects files sorted/renamed via sickbeard

Exactly. Sickbeard moves the files from the download folder to the folder where the TV series are stored. That's when the file permissions are not set properly (i.e. to the permissions of the folder that the files are moved to)
find quote
jd2157 Offline
Fan
Posts: 643
Joined: Jan 2011
Reputation: 0
Location: Nova Scotia
Post: #69
The FAQ could use some info on iOS 4.3, easier said than done I guess... things seem a bit up in the air. Sounds like there's a tethered jailbreak available and now someone's saying they have an untethered one: http://www.iphoneincanada.ca/jailbreak/i...e-creator/
find quote
TheRealDL Offline
Junior Member
Posts: 27
Joined: Feb 2011
Reputation: 0
Location: Vermont, US
Post: #70
Italo Disco Wrote:Exactly. Sickbeard moves the files from the download folder to the folder where the TV series are stored. That's when the file permissions are not set properly (i.e. to the permissions of the folder that the files are moved to)

Who owns the Sickbeard process, hmm?
find quote
Post Reply