[Apple TV2] Won't scrape internal nfo files on NAS.
#1
Hi

I'm still having problems with my Tv Shows setup.
So I got tired of trying with the scrapers on the Apple TV and arranged all my media and added nfo files with the help of EMM.

I've erased all my old scraping info and restarted the Apple TV, but still no cigar...It still won't add my episodes.
Can someone please help me?



Platform: Apple TV2
Version of iOS: iOS 4.3.3 (8F455) Seas0npass
XBMC Build version and date compiled: 34f799e date: 20111010
Install Method: Ssh
FULL Debug Log:http://pastebin.ubuntu.com/706529/
Reply
#2
It will never scan .nfo files over upnp, the protocol just doesn't support it.
Use SMB, NFS or some other protocol to access your media and it should scan them.

e.g. from your logs using uPnP protocol:-
PHP Code:
00:01:44 T:129572864 WARNINGCreateLoader Unsupported protocol(upnpin upnp://7076436f-6e65-1063-8074-00d0b809b83e/3%2451%241684300901%241684301183//tvshow.nfo
00:01:44 T:129572864   DEBUGVideoInfoScannerNo NFO file foundUsing title search for 'upnp://7076436f-6e65-1063-8074-00d0b809b83e/3%2451%241684300901%241684301183//' 

from my logs using SMB protocol:-
PHP Code:
20:26:13 T:92454912 M98078720   DEBUGCFileSMB::Open opened Downloads2/Movies/The Running Man 1987 Xvid Croyd/172_The_Running_Man_1987.nfofd=10002
20
:26:13 T:92454912 M98078720   DEBUGCFileSMB::Close closing fd 10002
20
:26:13 T:92454912 M98078720   DEBUGVideoInfoScannerFound matching Full NFO filesmb://DESPAYRE/Downloads2/Movies/The Running Man 1987 Xvid Croyd/172_The_Running_Man_1987.nfo 
Reply
#3
Thank you!
You have just earned me a good nights sleepBig Grin
Reply

Logout Mark Read Team Forum Stats Members Help
[Apple TV2] Won't scrape internal nfo files on NAS.0