Ive updated to the PlexConnect branch with the SSL fix. Since this version (maybe even before, not sure I haven't updated for a few days) I don't have any art work at all when Im in the main menu where I can select Movies / TVShows / music or whatever.
Basically my main questions are if theres a way to switch to english again, I really don't want german
and 2. is the missing art cover related to the new language?
I have PlexConnect running on a jailbroken ATV, and no artwork. If I move the exact install (i.e. /PlexConnect folder) to an external computer, modify config, update the ATV bag.plist (I am using the Add Site hack), Art works again, so it seems specific to PlexConnect running on the ATV for me...?
- this issue was raised about 2 month ago. I am pretty sure it was solved then.
- you have other problems - I never looked into running PlexConnect on the aTV itself. There really is not much I can do at the moment. How about checking with those guys in the bag.plist thread?
No artwork showing is often related to network/subnet issues. Are you using 127.0.0.1 or localhost in any of your config files? You might want to consider creating your own thread with the info we request in the sticky if you need further help.
I should have looked by DNSServer and PlexAPI both have hardcoded values for 127.0.0.1. The /photo:/transcode/... URL builder in PlexAPI relies on 127.0.0.1 string literal a few lines above.
My global script for IP.addr replace (find . -type f -exec sed -i.bak 's///g' {} \;) walked all over these literals when I was moving around between IPs, hosts, etc.
Replaced them back to trunk code values (127.0.0.1) and all is good.