XBMC Community Forum
[AppleTV2] MySQL database / library support? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: iOS support (/forumdisplay.php?fid=137)
+---- Thread: [AppleTV2] MySQL database / library support? (/showthread.php?tid=91485)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


- WisdomWolf - 2011-02-17 04:02

cgravelle Wrote:This is the same issue that I was having. Apparently it is fixed in the 2/14 nightly build but I haven't had a chance to install it myself.

Just ran the 2/14 build. No difference.
transcender Wrote:i understand the frustration. I too have an ipad. its seems confusing still all i know in the log when i saw the entry where it path subs //profile to //masterprofile i just arbitrarily tried profile and it worked first try.
<from>special://profile/Thumbnails/</from>
I did same w/ full perms on windows share, but i took the authentication (dont think any reason but the one i have on ipad now, does not have user@pass:ip just IP, have you tried that?)

Yes, I forgot to mention it but I tried that as well. I know the link is working, it just can't actually pull the files. I don't get it.


- joshua.lyon - 2011-02-17 04:25

WisdomWolf Wrote:Just ran the 2/14 build. No difference.

Yes, I forgot to mention it but I tried that as well. I know the link is working, it just can't actually pull the files. I don't get it.

The remote thumbnail fix isn't in the 2/14 build. If you check the git commit that was linked to by Senaxx, you will see that it was committed on 2/15. You'll have to wait for keith to roll a new build.


- WisdomWolf - 2011-02-17 05:37

joshua.lyon Wrote:The remote thumbnail fix isn't in the 2/14 build. If you check the git commit that was linked to by Senaxx, you will see that it was committed on 2/15. You'll have to wait for keith to roll a new build.

Ahh, see I didn't do that. I was going off one of the comments that said it was fixed in the 2/14 build. Guess I'll wait for the next build to see if it's fixed then.


- boogaloo - 2011-02-18 02:44

I just tried the new iOS build that was recently posted and :

<pathsubstitution>
<substitute>
<from>/var/mobile/Library/Preferences/XBMC/userdata/Thumbnails/</from>
<to>smb://192.168.1.105/d/XBMCTHUMBS/</to>
</substitute>
</pathsubstitution>

WORKED! I now have thumbnails on my ATV2 from my smb share. Awesome!


- transcender - 2011-02-18 07:06

boogaloo Wrote:I just tried the new iOS build that was recently posted and :

<pathsubstitution>
<substitute>
<from>/var/mobile/Library/Preferences/XBMC/userdata/Thumbnails/</from>
<to>smb://192.168.1.105/d/XBMCTHUMBS/</to>
</substitute>
</pathsubstitution>

WORKED! I now have thumbnails on my ATV2 from my smb share. Awesome!

ha never would have thought to try that one, nice work Tongue Ill try that next time if I have to.


- zosky - 2011-02-18 10:21

im so close but its driving me nuts.
what am i doing wrong Frown

my <substitute> string points from /mnt/homeNAS/ to smb://HOMENAS/Guest/

i added 2 sources on the phone ( /mnt/homeNAS/ & smb://HOMENAS/Guest/ )

in file mode... both sources play video
in library mode... it still tries to load from /mnt/homeNAS/ (& fails) Confused

log@pastbin

help please


- Memphiz - 2011-02-18 10:41

better use
Code:
<from>special://masterprofile/Thumbnails</from>
... it is more generic Smile


- Memphiz - 2011-02-18 10:43

@ zosky

your issue doesn't seem to be related to this topic (using a mysql db). Please open a new thread. Or post your advancedsettings.xml and give some more info what you wanted to do.


- zosky - 2011-02-18 16:26

Memphiz Wrote:@ zosky

your issue doesn't seem to be related to this topic (using a mysql db). Please open a new thread. Or post your advancedsettings.xml and give some more info what you wanted to do.

dude; really ?

have a look at the log ... the advancedsettings.xml is lines 22-38 ... it points to mySQL db & has a substitution for /mnt/homeNAS to smb://HOMENAS/Guest.

the substitution works when im browsing file mode
but when im browsing the (mySQL db) library (on the iphone4)
... it still tries to load /mnt/homeNAS/TV/show/101.avo

why is the substitution only working in file mode ?
________________________

EDIT: never mind ... it works now. i changed nothing, but library mode works now

i also added a 2nd substitution for special://masterprofile/Thumbnails
but i'm using the 2.07 build (so they dont load)
... waiting patiently for a new (2.16+) build

this is so cool!


- Memphiz - 2011-02-18 17:52

Ah sorry ... yeah there was the advancedsettings.xml and you used mysql ... ok - mea culpa Big Grin ... and there is a current build which should support remote thumbnails in the nightly builds thread ...