Android smb - file is no longer available - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164) +---- Thread: Android smb - file is no longer available (/showthread.php?tid=158904) |
smb - file is no longer available - xtfrost - 2013-03-10 Hi, I've just updated my two computers with the xbmc 12, and it's running very well. But when I tried to get my Nexus 7 up and running on xbmc it won't play any files, I just get the following message: "The file is no longer available" My setup is as following: advancedsettings.xml mysql server connection and Code: <substitute> sources.xml Code: <video> Everthing looks fine and the thumbnails is loading and all that. Could it be the smb connection? I've enabled debugging but I haven't managed to find any log (/data/data/org.xbmc.xbmc/cache/temp/xbmc.log) I hope someone can lead me in the right direction, thanks in advance. RE: smb - file is no longer available - Ned Scott - 2013-03-11 Do you have a passwords.xml file in the userdata folder on the PCs? If so, you might need to copy that xml file to the Nexus 7. RE: smb - file is no longer available - artrafael - 2013-03-11 Also may be worth a try to specify the IP address of your NAS instead: smb://user:[email protected]/movie/ RE: smb - file is no longer available - xtfrost - 2013-03-11 Hi again, I've changed the whole database from using network name to IP (should be a better solution anyhow) And I've tried using the password.xml and even removed the access restriction entirely but still no luck. An example to a path could be: smb://192.168.1.19/movie/beetlejuice My smb.conf is default: preferred master = no local master = no domain master = no client kanman auth = yes ...etc RE: smb - file is no longer available - xtfrost - 2013-03-12 I'd love to prove some kind of log, but I've looked everywhere, and can't find the log on my device RE: smb - file is no longer available - sparticle - 2013-03-18 I have exactly the same problem on my Android after installing FRODO. All fanart/thumbnails etc are there the library entries are all correct but I get the "The file is no longer available" message on all movies. TV shows play fine. This is the same problem as on my ATV2 install of FRODO my Ubuntu and XBMCbuntu clients work perfectly. All use exactly the same xml files. Any help appreciated as both my ATC2 and Android are useless. Cheers Spart RE: smb - file is no longer available - sparticle - 2013-03-18 FIXED on both my android and ATV2 devices by copying the passwords.xml from my ubuntu FRODO install. everything plays perfectly. Awesome. Example file content below. <passwords> <path> <from pathversion="1">smb://YOURSERVERNAME/SHARENAME</from> <to pathversion="1">smb:/username:password@YOURSERVERNAME/SHARENAME</to> </path> <path> <from pathversion="1">smb://YOURSERVERNAME/SHARENAME</from> <to pathversion="1">smb:/username:password@YOURSERVERNAME/SHARENAME</to> </path> </passwords> Cheers Spart RE: smb - file is no longer available - xtfrost - 2013-03-20 My files look as following, what have you done differently advancedsettings.xml (placed on each client) Code: <advancedsettings> sources.xml (placed on a central share) Code: <sources> password.xml (placed on each client) Code: <passwords> RE: smb - file is no longer available - xtfrost - 2013-03-20 When i try to browse the source I get this error: "Operation not permitted" ..when I click my other computer smb share I get promptet for password. so the problem might be on my Synology NAS smb share RE: smb - file is no longer available - xtfrost - 2013-03-20 Finally got it to work. I cleared my library, reinstalled xbmc on my Nexus 7 and added all the files from there. When it was done scraping I copied the files to my windows/android machines and now it all works flawlessly. The only real difference I can find is that I'm using Network name instead of IP and you have to enable guest account on the Synology NAS |