Update Library on Startup Failing (Frodo)
#51
(2014-01-12, 19:08)Nagsterus Wrote: Forcing Windows to reconnect to the share on startup before running XBMC (even if the XBMC library is set up with the share UNC path and not a shared drive) may solve the "library doesn't scan for new files on XBMC start" issue for some. If your Windows starts up straight into XBMC, put a batch file in the Start Menu Startup folder with something like this to run XBMC instead:

Code:
net use M: /DELETE
net use M: \\server\share /user:share_user share_password
start "XBMC" "c:\program files\xbmc\xbmc.exe"

Replace the example values above with the correct information for your environment.

Hello Nagsterus,
Firstly, thank you for your help and for your script.
It is by seeing your ans that I had a "revelation".
I had not created between my HTPC and my NAS a network path with a letter (M: )
So I make a test before trying your script: associate my NAS in Windows as a network drive with a letter.
And indeed, this is great, my problem is solved ! Windows does well to start the link between the NAS and the HTPC and therefore XBMC is also here!
I would not have thought of something as stupid on my part ...
Really thank you for your help and for your script that really put me "chip in the ear" as we said in French :-)
A soon.
Kpitn
 
Reply


Messages In This Thread
RE: Update Library on Startup Failing (Frodo) - by Kpitn - 2014-01-14, 11:11
Logout Mark Read Team Forum Stats Members Help
Update Library on Startup Failing (Frodo)0