[WIN] - Scraper skipping Bluray folder over FTP
#16
are scrappers broken for dbmv folders over ftp?
Reply
#17
Haven't you already asked this once?

JR
Reply
#18
Yes, however no one has responded. Itit
Reply
#19
thread merge. Sometimes it takes a day or two to get an answer. Patience.
Reply
#20
ok. thanks ned. appreciate the help.
Reply
#21
What happens if try to scrape manually by hitting "Info" (keyboard "i") on the folder?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#22
good question...

File Structure FTP://IP/BD/
File Structure FTP://IP/BD/Movie Name (2009)/BDMV/

if I point the scrapper to FTP://IP/BD/ it scans and returns the the no (new) content.

if I point the scrapper to the FTP://IP/BD/Movie Name (2009)/ it walks down the path the Movie Name (2009)/BDMV/STREAM/Index.bdmv and appropriately scans the file in.

On SMB I can point to SMB://IP/BD/ and it scans them in. On other protocols, FTP, WebDAV it does not.
Reply
#23
vdrfan, actually, I am not sure if i answered your question or not.
Reply
#24
ok, if i hit "i" on main path ftp://IP/BD/ nothing happens
if i hit "i" on ftp://IP/BD/Movie Name (2009) i get "no files found in this path!"
Reply
#25
kedda Wrote:ok, if i hit "i" on main path ftp://IP/BD/ nothing happens
if i hit "i" on ftp://IP/BD/Movie Name (2009) i get "no files found in this path!"

Right, that's the reason it's not scanned and ignored. Make sure your VIDEO_TS and BDMV file and folder structure is sane.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#26
I believe that it is sane...because it works over smb. How it could it not be sane if it works over smb?
Reply
#27
any more thoughts vrfan? what else could be going on.... here is some more weird info.

ftp logs when I set scan on ftp://127.0.0.1 are different than when I scan on ftp://192.168.1.120 (same machine, no firewall). The most important difference is this...

On Loopback it executes the MDTM command.
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 230 Logged on
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> PWD
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 257 "/" is current directory.
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> MDTM BD/2012 (2009)/VIDEO_TS.IFO

On IP address it does not execute the command.
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 230 Logged on
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PWD
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 257 "/" is current directory.
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> disconnected.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD /




OVER 127.0.0.1 it is able to list all the contents and search the folders.

Quote:(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 230 Logged on
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> PWD
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 257 "/" is current directory.
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> CWD BD
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 250 CWD successful. "/BD" is current directory.
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> PASV
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,195,119)
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> TYPE A
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 200 Type set to A
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> LIST
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 150 Connection accepted
(000048) 12/4/2011 19:17:06 PM - anonymous (127.0.0.1)> 226 Transfer OK
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> Connected, sending welcome message...
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.40 beta
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse ([email protected])
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> USER anonymous
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 331 Password required for anonymous
(000049) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> PASS ***************
(000049) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 230 Logged on
(000049) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> PWD
(000049) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 257 "/" is current directory.
(000048) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> PASV
(000048) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,195,122)
(000049) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> disconnected.
(000048) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> LIST
(000048) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 150 Connection accepted
(000048) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 226 Transfer OK
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> Connected, sending welcome message...
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.40 beta
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse ([email protected])
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> USER anonymous
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> 331 Password required for anonymous
(000050) 12/4/2011 19:17:19 PM - (not logged in) (127.0.0.1)> PASS ***************
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 230 Logged on
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> PWD
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 257 "/" is current directory.
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> MDTM BD/2012 (2009)/VIDEO_TS.IFO
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 550 File not found
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> MDTM BD/2012 (2009)/VIDEO_TS/VIDEO_TS.IFO
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 550 File not found
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> MDTM BD/2012 (2009)/index.bdmv
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 550 File not found
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> MDTM BD/2012 (2009)/BDMV/index.bdmv
(000050) 12/4/2011 19:17:19 PM - anonymous (127.0.0.1)> 213 20100202203705

Over IP address it does not work.

Quote:(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 230 Logged on
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PWD
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 257 "/" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD BD
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/BD" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PASV
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 227 Entering Passive Mode (192,168,1,120,195,74)
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> TYPE A
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 200 Type set to A
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> LIST
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 150 Connection accepted
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 226 Transfer OK
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> Connected, sending welcome message...
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220-FileZilla Server version 0.9.40 beta
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220-written by Tim Kosse ([email protected])
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> USER anonymous
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 331 Password required for anonymous
(000034)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> PASS ***************
(000034)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 230 Logged on
(000034)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PWD
(000034)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 257 "/" is current directory.
(000034)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> disconnected.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD /
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD BD
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/BD" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD 2012 (2009)
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/BD/2012 (2009)" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PASV
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 227 Entering Passive Mode (192,168,1,120,195,77)
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> LIST
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 150 Connection accepted
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 226 Transfer OK
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> Connected, sending welcome message...
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220-FileZilla Server version 0.9.40 beta
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220-written by Tim Kosse ([email protected])
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> USER anonymous
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> 331 Password required for anonymous
(000035)12/4/2011 19:15:58 PM - (not logged in) (192.168.1.120)> PASS ***************
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 230 Logged on
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> PWD
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 257 "/" is current directory.
(000035)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> disconnected.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD /
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD BD
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> 250 CWD successful. "/BD" is current directory.
(000033)12/4/2011 19:15:58 PM - anonymous (192.168.1.120)> CWD Fast Five (2011)
Reply
#28
I'll try to reproduce.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#29
FYI, should be fixed in http://git.io/fA046A.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#30
thank you!!! check your PM!
Reply

Logout Mark Read Team Forum Stats Members Help
[WIN] - Scraper skipping Bluray folder over FTP0