View Full Version : Help with tv show scraping
yuchrome
2009-02-10, 01:07
First of all, congratulations to the devs for this powerful media center.
I really need your help with scanning my tv episodes into the library. I am trying to switch from Vista Media Center + media browser combo, so all my shows are sorted like this:
Seinfeld\Season 6\1 - The Chaperone
How do I get XBMC to scrape episodes? I tried adding the advanced config xml file to the xmbc/userdata directory, by using a sample script, and it didn't work.
Can a kind soul please write the xml file for me? I tried the instructions, perhaps it's a language problem (I'm not a native English speaker), I can't get it to work.
Thanks in advance!
I know this is not the best solution, but you could always use TV Rename. from tvrename.com to reformat your naming convention, it also does a check and tells you if you are missing any episodes. great program!
yuchrome
2009-02-10, 01:40
I tried to use that program, it scanned the files into its collection, and decided that only one series should be renamed. I didn't find a way to force renaming all of them.
In any case, the advancedconfig.xml looks like a cleaner solution, it's just that the example syntax is not clear to me. That's why I thought about asking you people.
ee gads dont rename !
heres a new regex:
season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\
feel free to experiment with it :)
yuchrome
2009-02-10, 12:48
ee gads dont rename !
heres a new regex:
season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\
feel free to experiment with it :)
It didn't work! I made an advancedsettings.xml file like this
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\</regexp>
</tvshowmatching>
and placed it into C:\Users\Mihailo\AppData\Roaming\XBMC\userdata
When I start up XBMC it recognized show names (ie CSI, Seinfeld...), but it still can't find any episodes. :sad:
Did I make the xml file wrong?
Did you close with an </advancedsettings> tag?
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\</regexp>
</tvshowmatching>
</advancedsettings>
yuchrome
2009-02-10, 13:20
Did you close with an </advancedsettings> tag?
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\</regexp>
</tvshowmatching>
</advancedsettings>
I didn't... Is my face red... Now I copied your post and it still isn't working.
yuchrome
2009-02-10, 13:30
Im posting more details just in case: 1. I added a folder named Video as source. Inside this folder are Series and Movies. I set content for Series as tv shows and Movies as movies. Inside series I got Show/Season #/1 - Episode. Inside Movies I have Movie Name/Movie Name.avi
XBMC only picks up the names of the shows and it dosen't even see movies. I'm using SVN Build 17317
yuchrome
2009-02-10, 13:49
debug log please
12:16:43 T:3292 M:2977484800 NOTICE: Mapping drive Z to C:\Users\Mihailo\AppData\Roaming\XBMC\cache
12:16:43 T:3292 M:2977468416 NOTICE: Mapping drive T to C:\Users\Mihailo\AppData\Roaming\XBMC\userdata
12:16:43 T:3292 M:2977468416 NOTICE: Mapping drive Q to C:\Program Files (x86)\XBMC
12:16:43 T:3292 M:2977468416 NOTICE: Mapping drive U to C:\Program Files (x86)\XBMC
12:16:43 T:3292 M:2977345536 NOTICE: -----------------------------------------------------------------------
12:16:43 T:3292 M:2977345536 NOTICE: Starting XBMC, Platform: Windows Vista, 32-bit Service Pack 1 build 6001. Built on Jan 24 2009 (compiler 1500)
12:16:43 T:3292 M:2977345536 NOTICE: Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz
12:16:43 T:3292 M:2977345536 NOTICE: Desktop Resolution: 1440x900 32Bit at 59Hz
12:16:43 T:3292 M:2977345536 NOTICE: Q is mapped to: C:\Program Files (x86)\XBMC
12:16:43 T:3292 M:2977345536 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
12:16:43 T:3292 M:2977345536 NOTICE: Log File is located: C:\Users\Mihailo\AppData\Roaming\XBMC\xbmc.log
12:16:43 T:3292 M:2977345536 NOTICE: -----------------------------------------------------------------------
12:16:43 T:3292 M:2977329152 NOTICE: Setup SDL
12:16:44 T:3292 M:2975293440 NOTICE: load settings...
12:16:44 T:3292 M:2975285248 NOTICE: Mapping drive P to C:\Users\Mihailo\AppData\Roaming\XBMC\userdata
12:16:44 T:3292 M:2975281152 NOTICE: loading C:\Users\Mihailo\AppData\Roaming\XBMC\userdata\gui settings.xml
12:16:44 T:3292 M:2974937088 NOTICE: Getting hardware information now...
12:16:44 T:3292 M:2974932992 NOTICE: Checking resolution 10
12:16:44 T:3292 M:2974920704 NOTICE: Setting autoresolution mode 1
12:16:44 T:3292 M:2974867456 NOTICE: Loaded advancedsettings.xml from C:\Users\Mihailo\AppData\Roaming\XBMC\userdata\adv ancedsettings.xml
12:16:44 T:3292 M:2974851072 NOTICE: Getting hardware information now...
12:16:44 T:3292 M:2974851072 NOTICE: Checking resolution 10
12:16:44 T:3292 M:2974851072 NOTICE: Setting autoresolution mode 1
12:16:44 T:3292 M:2974851072 NOTICE: Default Video Player: dvdplayer
12:16:44 T:3292 M:2974851072 NOTICE: Default Audio Player: paplayer
12:16:44 T:3292 M:2974834688 NOTICE: C:\Users\Mihailo\AppData\Roaming\XBMC\userdata\sou rces.xml
12:16:44 T:3292 M:2960146432 NOTICE: start dvd mediatype detection
12:16:44 T:3292 M:2960125952 NOTICE: initializing playlistplayer
12:16:44 T:3292 M:2960117760 NOTICE: DONE initializing playlistplayer
12:16:44 T:3292 M:2960101376 NOTICE: load default skin:[PM3.HD]
12:16:44 T:3292 M:2954915840 NOTICE: Updating video library on startup
12:16:44 T:3292 M:2954895360 ERROR: Control 402 in window 10133 has been asked to focus, but it can't
12:16:44 T:3292 M:2954526720 NOTICE: initialize done
12:16:44 T:3292 M:2954522624 NOTICE: Running the application...
12:16:44 T:3292 M:2953986048 NOTICE: ES: Starting event server
12:16:44 T:920 M:2953830400 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
12:16:44 T:920 M:2953822208 NOTICE: UDP: Listening on port 9777
12:16:45 T:3028 M:2932658176 NOTICE: My Videos: Scanning for video info using worker thread, operation took 00:00
12:18:13 T:3292 M:2920267776 WARNING: CUtil::GetMatchingSource... no matching source found for [Video Plugins]
12:19:07 T:2044 M:2913927168 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913927168 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913927168 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913927168 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913927168 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:07 T:2044 M:2913923072 ERROR: PCRE: \ at end of pattern. Compilation failed at offset 48 in expression 'season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\'
12:19:10 T:2044 M:2913353728 NOTICE: My Videos: Scanning for video info using worker thread, operation took 00:05
12:20:42 T:3292 M:2920996864 NOTICE: Storing total System Uptime
12:20:42 T:3292 M:2920996864 NOTICE: Saving settings
12:20:42 T:3292 M:2920935424 NOTICE: stop all
12:20:42 T:3292 M:2920935424 NOTICE: ES: Stopping event server
12:20:42 T:920 M:2920935424 NOTICE: ES: UDP Event server stopped
12:20:42 T:3292 M:2920960000 NOTICE: stop dvd detect media
12:20:42 T:3292 M:2920992768 NOTICE: stop sap announcement listener
12:20:42 T:3292 M:2920988672 NOTICE: clean cached files!
12:20:42 T:3292 M:2920984576 NOTICE: unload skin
12:20:42 T:3292 M:2931748864 NOTICE: stop python
12:20:42 T:3292 M:2931748864 NOTICE: stopped
12:20:42 T:3292 M:2931748864 NOTICE: destroy
12:20:42 T:3292 M:2931724288 NOTICE: unload sections
Is this it?
boxterduke
2009-02-10, 22:11
Im posting more details just in case: 1. I added a folder named Video as source. Inside this folder are Series and Movies. I set content for Series as tv shows and Movies as movies. Inside series I got Show/Season #/1 - Episode. Inside Movies I have Movie Name/Movie Name.avi
XBMC only picks up the names of the shows and it dosen't even see movies. I'm using SVN Build 17317
Did you set the content of the "Movies" folder to movies?
Also try to rename the "Series" folder to "TV Shows" and set its content to tv shows.
make sure you are not trying to scrape IMDB, and tick "use folder names for lookups"
Is this it?No, see my sig.
Also try to rename the "Series" folder to "TV Shows" .XBMC could not care less what the toplevel folder is called.
SickIcarus
2009-02-10, 22:51
Woops, I'm an idiot.
Misread your post - thought you were having probs with TV Eps not being scanned, when you were having probs with Movies not being scanned.
/backs out slowly
To solve your TV Show epsode problem ( Provided you used proper naming of it )
-> Right clikc on the tv show and click tv show information. A Dialog popups up and click on refresh tab. It should prompt refresh all epsidoes, say yes ..
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\</regexp>
</tvshowmatching>
</advancedsettings>
Isn't quite right. If you really want that last backslash then you need to have \\. At the moment you are escaping the < of the </regexp>. It doesn't look like you really need it though so probably you can get away with
<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -</regexp>
</tvshowmatching>
</advancedsettings>
Well spotted. That was probably my fault for not putting it in the XML format for him.
You do want the last \ but there should be a space after it.
<regexp>season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\ </regexp>
yuchrome
2009-02-11, 14:12
Well spotted. That was probably my fault for not putting it in the XML format for him.
You do want the last \ but there should be a space after it.
<regexp>season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\ </regexp>
tried this
<advancedsettings>
<tvshowmatching>
<regexp>season[\._ ]?0?([0-9]{1,2}).*?\/([0-9]{1,2})\ -\ </regexp>
</tvshowmatching>
</advancedsettings>
still not working... should I try something else? I placed the advancedsettings.xml in appdata/roaming/xbmc/userdata
another debug log (see sticky on how to do it or wiki)
use pastebin not here to post it
ta
I placed the advancedsettings.xml in appdata/roaming/xbmc/userdataAgain it entirely depends on what userdata folder your installation is using.
http://xbmc.org/wiki/?title=XBMC_for_Windows_specific_FAQ#Where_is_user _specific_data_stored.3F
http://xbmc.org/forum/showthread.php?p=282496#post282496
yuchrome
2009-02-12, 00:47
Again it entirely depends on what userdata folder your installation is using.
http://xbmc.org/wiki/?title=XBMC_for_Windows_specific_FAQ#Where_is_user _specific_data_stored.3F
http://xbmc.org/forum/showthread.php?p=282496#post282496
I used a svn build from the sticky thread. I didn't add any portable switches. I can try adding the xml file to the userdata folder in Program Files just in case.
I'll read up on debug logging and post it as soon as I can.
yuchrome
2009-02-12, 01:14
Here's the log http://paste2.org/p/145954
It was in the appdata/roaming/xbmc folder, so I guess it's not the p switch.
BTW I'm using Vista Home Premium x64.
any news? I also am haing problems, It scans Star Wars alright, but skips Desperate housewives. It only retrieves the season main thumb, but no information for the episodes.
I am having the same problem:
It scans movies just fine. But wont scan the tv shows. I have tried fresh installs and scanning per ytv show manually. But nothing seems to solve the problem. manually scanning the TV shows, will result in tvdb not finding the tv show.
Windows XP SP-2
XBMCSetup-Rev18307.exe (from sticky topic)
debug log:
http://pastebin.ca/1355801
I dont have any setting in advancedsettings.xml. Dont even have a advanced settings.xml file.
please advise. :sniffle:
I am having the same problem:
It scans movies just fine. But wont scan the tv shows. I have tried fresh installs and scanning per ytv show manually. But nothing seems to solve the problem. manually scanning the TV shows, will result in tvdb not finding the tv show.Just about everyone seems to be having this problem at the moment. There seems to be no solution available, and the root cause seems unknown. Have a look in the other platform subforums to see more.
Just about everyone seems to be having this problem at the moment. There seems to be no solution available, and the root cause seems unknown. Have a look in the other platform subforums to see more.
I tried updating to the newest svn 18333, but this did not change anything.
also changing scraper does not help. None of the scapers are able to finds episode information. Some do not even find the tv show itself.
can anyone analyse my pastebin in my previous post and tell me whats going wrong?
SlaveUnit
2009-03-08, 21:44
Yes, same issue with with me. None of the TV Show scrapers seems to be working. I am also using the subversion 18333 build. But as Sho stated, this seems to be an issue with all platforms (linux, windows, xbox and mac).
I checked over at thetvdb.com and there is a topic on XBMC.
They say that the thetvdb.com does not work well during weekends, because the website is just too busy. That is what my logs are saying too. Somewhere in my log I get timeout errors, because there was no activity for over 5 seconds.
I'll try updating the library tomorrow morning 7.00AM (Dutch time) and see if this is the case.
still strange though, that none of the scrapers work at this time.
I tried booting with Atlantis 8.10 BootCD. tried scraping my TV SHOWS, but also nothing. So I am guessing it is not XBMC, but an external problem...
"I hope"..........I'll update tomorrow morning....
I checked over at thetvdb.com and there is a topic on XBMC.
They say that the thetvdb.com does not work well during weekends, because the website is just too busy. That is what my logs are saying too. Somewhere in my log I get timeout errors, because there was no activity for over 5 seconds.
I'll try updating the library tomorrow morning 7.00AM (Dutch time) and see if this is the case.
still strange though, that none of the scrapers work at this time.
I tried booting with Atlantis 8.10 BootCD. tried scraping my TV SHOWS, but also nothing. So I am guessing it is not XBMC, but an external problem...
"I hope"..........I'll update tomorrow morning....
testedthis morning. It is now 7:30 Dutch time. But again no luck
http://pastebin.ubuntu.com/128626/
there seems to be something wrong at thetvdb.com website. It will not even find Battlestar Galactica or Star wars Clone Wars.
The log states that the website did not respond within 5 seconds and then drops the request, sating that the querry was unanswered.
I'm using Media Companion, so not sure if this will work for you (or even really why it works for me).
Try deleting the tvshow.nfo from the series folder, then rescanning. I was having the issue where none of my episodes were being added, and when I checked the media companion log, it was putting a double space in front of the show id in the tvdb xml url.
Like I said, not sure if it will help, but it may be worth a try.
I'm using Media Companion, so not sure if this will work for you (or even really why it works for me).
Try deleting the tvshow.nfo from the series folder, then rescanning. I was having the issue where none of my episodes were being added, and when I checked the media companion log, it was putting a double space in front of the show id in the tvdb xml url.
Like I said, not sure if it will help, but it may be worth a try.
I have no .nfo files in my folders. XBMC stores everything into one file.
mymovies.db
if I am correct.
but thanks for the help!
Yes, but if nfo files exist for the media, XBMC will scrape those instead of going to the internet and store the info in the database.
I have no .nfo files in my folders. XBMC stores everything into one file.
mymovies.db
if I am correct.
but thanks for the help!
Oh well, I tried. :grin:
Good luck!
rimmi2002
2009-03-11, 03:49
Hi I just dled XBMC. First installed jester-ext and then updated to Ikon Rev18364.
I originally had XBMC 8.1 atlantis. I copied and pasted my userdata and cache folder to the new install. The only problem I have is that theTvDB is not scraping anything. My movies scrape fine, but when I try to update TV shows it just hangs at scanning for new content. If I try to stop scanning or enter settings for theTVDb the program hangs for ever or crashes. All other tv scrapers work fine, but they don't have information on the shows I want to update. Below is the log to my debug file with multiple attempts to use thetvdb.com Thanks.
http://pastebin.com/m43d90831
Also one last quick thing. when I tried to export my library as separate files, it never gave me the option as to where to export it. Can anyone tell me where the file is exported? thanks.
althekiller
2009-03-11, 04:12
Please search before posting. thetvdb.com has been god awful painful slow the last few days and is causing issues with scraping. There are several threads stating this.
rimmi2002
2009-03-11, 04:38
sorry to bother. Thanks for the help.
Hello,
I've only had my XBMC for a few days and I'm trying to get it working in library mode.
I've followed all the instructions for naming my TV shows and when I go into library mode I can see the thumbnail for the show (Battlestar Galactica is what I've been testing with before renaming all my files) but when I go into the folder it appears to be empty in library mode.
Here is the naming convention I am using:
Root\TV Shows\Battlestar Galactica (2003)\Battlestar Galactica.sXXeXX.avi
I tried taking out the season folders... no luck.
Any suggestions would be really appreciated!
althekiller
2009-03-11, 07:43
Welcome to the forums.
This is probably just another case of thetvdb.com being slow. A debuglog on pastebin might be helpful if not.
I don't think its a slow scrapper as it's been like this for multiple days.
Where do I find this log and how do I go about posting it? :-\
http://xbmc.org/forum/showpost.php?p=233507&postcount=1
(or look at all the signatures of team members in this thread)
All platforms and all XBMC revisions are experiencing this... Oh and other TV scrapers work (within the limits of their status), no it can surely not be a problem at theTVDB.
PLEASE PLEASE PLEASE OH MIGHTY PLEASE STOP MAKING UNINFORMED GUESSES THAT GOES AGAINST THE INFORMATION PROVIDED BY THOSE WITH THE KNOW-HOW. IT ONLY SERVES TO CONFUSE OTHERS!
i am in constant contact with the tvdb server admin. we know what we are on about!
Welcome to the forums.
This is probably just another case of thetvdb.com being slow. A debuglog on pastebin might be helpful if not.
Ok here is the bug log:
http://pastebin.com/maff3a5f
Thanks for any help...
This morning I was able to update my TVShohws again using thetvdb.com...yessss.
I cleaned the library and scanned for new items. voila!
I changed nothing, because I read over at the forumof thetvdb.com that they were having problems with the load during the weekends. anyway...check ur setup and try again. It seems everything is fine now!
I tried what you said, I cleaned the library then I went in set content again and told it to scan for new content. It once again found only battlestar galactica, so I have the battlestar art but then I click on that and no shows are displayed... I have other shows named currently too... I really don't understand.
Within the last couple of days, TV show scraping went from perfect back to not working at all for me.
Edit: Here's a log- http://pastebin.com/m397530ae
your log is riddled with cannot http to every site it tries to contact. i wonder what might be up........................
Yes, I wonder, too. Any ideas? I can play videos from a network share with no problems. I can also stream movie trailers from Apple with no problems.
your log is riddled with cannot http to every site it tries to contact. i wonder what might be up........................