How can I purge a path from the video database?
#1
Here's the short version.

Code:
07:18:36 T:2999679888 M:821919744   DEBUG: OpenDir - Using authentication url smb://192.168.1.101/disk2/Television
07:18:36 T:2999679888 M:821919744   DEBUG: Hash[tvshows,smb:\\192.168.1.101\disk2\Television/]:DB=[310F955EB12C6A8CFA860F0D54664D37],Computed=[310F955EB12C6A8CFA860F0D54664D37]
07:18:36 T:2999679888 M:821919744   DEBUG: DoScan - Finished dir: smb:\\192.168.1.101\disk2\Television/
07:18:36 T:2999679888 M:821919744   DEBUG: Process - Finished scan

I want to remove "smb:\\192.168.1.101\disk2\Television" from the database so when it scans it will use "smb://192.168.1.101/disk2/Television".

Longer version

I am running Babylon Beta 1, and one of my TV shows isn't scanning in. It's the only show on disk2, and the shows on disk1 and disk5 all scan properly. During troubleshooting, I notice that the slashes in sources.xml are backslashes for disk2. I changed them in sources.xml, and I can still see the show in files view, but it won't scan into the Library.

I have a multipath source with three paths, one to the "Television" directory on each disk, and the source is set to "TV show" content. From the log, I can see that scanning doesn't progress into the "disk2/Television" directory, and the only difference I can find is the direction of the slashes.

I'm pretty sure that deleting the database would fix the problem, but having to fix all the "watched" items is not something I look forward to.

Edit: I just tried deleting the video database and rescanning from scratch. This does allow the show to be scanned properly. I'd still like to know the answer to the original question, though.

Edit 2: Tried sqlite3. Changed the '\' to '/', and things are good now.
Reply

Logout Mark Read Team Forum Stats Members Help
How can I purge a path from the video database?0