Kodi Community Forum
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591)



- mra6368 - 2010-08-11

"Location: /Volumes/MediaDrive/TV/xxxxxx (dir is missing) "

I get this for every show, but the directories are there
This means that my SAB can not send shows to the dir
Any ideas?


- prae5 - 2010-08-11

mra6368 Wrote:"Location: /Volumes/MediaDrive/TV/xxxxxx (dir is missing) "

I get this for every show, but the directories are there
This means that my SAB can not send shows to the dir
Any ideas?

I've had this a couple of times too. I keep meaning to post about it but never got round to it.

In my case it has happened whilst i was working on my nas and the shares were unavailable. SickBeard was unable to access it so marked the dir as missing. When the NAS was back online it still marked it missing. It seems that once its in this state it is never checked again. The only way i could get it to work again was to readd all my shows.


- mra6368 - 2010-08-11

So i have to manually delete all shows and re add them one by one into Sickbeard?
That is a nightmare, anybody know why this happenedHuh


- prae5 - 2010-08-11

No need to delete them - just readd /Volumes/MediaDrive/TV/ and it will update everything.

Not ideal, but it is a quick work around.


- mra6368 - 2010-08-11

Quote:just read /Volumes/MediaDrive/TV/ and it will update everything

how do i do that?


- prae5 - 2010-08-11

Add Multiple Shows - the same way as you added it the first time round...


- mra6368 - 2010-08-11

I went to add multiple shows. Typed /Volumes/MediaDrive/TV and got:

Quote:2010-08-11 13:36:51.019237 CP Server Thread-9 :: The provided directory /Volumes/MediaDrive/TV doesn't exist



- prae5 - 2010-08-11

Well thats why its giving you that error.

Is the network source mounted? USB drive plugged in? Where are your tv shows located?


- qubilist - 2010-08-11

Is there a way to let us know in the Sickbeard program that there is an update available? Kind of like SABNZBD in the upper right it will say in green letters that there is an update available.

Also I couldn't get 'Dating in the dark' and 'The Bachelor pad' to work. It says that the Bachelor pad is ended and only finds first season of Dating in the dark.

TIA


- mattressfish - 2010-08-11

qubilist Wrote:Is there a way to let us know in the Sickbeard program that there is an update available? Kind of like SABNZBD in the upper right it will say in green letters that there is an update available.

Also I couldn't get 'Dating in the dark' and 'The Bachelor pad' to work. It says that the Bachelor pad is ended and only finds first season of Dating in the dark.

TIA

Are you sure that you added the exact proper shows?

http://www.thetvdb.com/?string=Dating+in+the+dark&searchseriesid=&tab=listseries&function=Search

http://www.thetvdb.com/?string=Bachelor+pad&searchseriesid=&tab=listseries&function=Search


- mra6368 - 2010-08-11

Quote:Well thats why its giving you that error.

Is the network source mounted? USB drive plugged in? Where are your tv shows located?

The shows are on the USB drive called MediaDrive and in folder TV
I have been using this drive and directories for months.
It is only recently that it has stopped working


- darkscout - 2010-08-11

mra6368 Wrote:The shows are on the USB drive called MediaDrive and in folder TV
I have been using this drive and directories for months.
It is only recently that it has stopped working

It's an OS X thing.
So say you have 2 drives, both named MediaDrive.
In unix world, 1 will show up as
/Volumes/MediaDrive
the other will show up as /Volumes/MediaDrive 1.

Now say something goes wrong and there is still stuff using /Volumes/MediaDrive. It could be that you tried to hot plug it, power cycled, etc. The OS Still thinks that something is using that drive, so it keeps the handle around. When you plug the same drive back in, it gets added as /Volumes/Media Drive 1 [2, 3 ,4 ,5, etc].

Open /Applications/Utilities/Terminal.app. Type in
Code:
ls -la /Volumes/

That will tell you what the handle actually is.

Or reboot.


- mra6368 - 2010-08-12

drwxrwxrwt@ 6 root admin 204 Aug 11 13:39 .
drwxrwxr-t@ 34 root admin 1224 Jul 24 00:37 ..
lrwxr-xr-x 1 root admin 1 Jul 26 08:18 HomeHD -> /
drwxr-xr-x+ 2 mra26 admin 68 Aug 4 23:19 MediaDrive
drwxrwxrwx@ 33 mra26 staff 1190 Jul 23 21:43 MediaDrive 1
drwxrwxr-x@ 21 root admin 782 Jun 15 04:20 SpareHD

This is what i get


- darkscout - 2010-08-12

mra6368 Wrote:drwxrwxrwt@ 6 root admin 204 Aug 11 13:39 .
drwxrwxr-t@ 34 root admin 1224 Jul 24 00:37 ..
lrwxr-xr-x 1 root admin 1 Jul 26 08:18 HomeHD -> /
drwxr-xr-x+ 2 mra26 admin 68 Aug 4 23:19 MediaDrive
drwxrwxrwx@ 33 mra26 staff 1190 Jul 23 21:43 MediaDrive 1
drwxrwxr-x@ 21 root admin 782 Jun 15 04:20 SpareHD

This is what i get

So exactly what I said.

Try

Code:
ls -la /Volumes/Media*

One will probably return with an error. The other will have all your stuff. You can either reboot. Or remove the disk drive.
Code:
sudo rm -rf /Volumes/MediaDrive*
Then reattach your device.


- mra6368 - 2010-08-12

Did a reboot

You are a star

Thanks