Transmission: XBMC does not see downloaded Folder/files
|
9th Oct, 2013, 01:47 AM
Post: #1
|
|||
|
|||
Transmission: XBMC does not see downloaded Folder/files
I have setup my Raspberry Pi, and I'm planning on using it as an always on torrentbox / occasional media player/server.
I was able to successfully install transmission and download a torrent, I used an android app also which worked very well! After I finished downloading the torrent, I tried to make XBMC detect the folder which is in /mnt/usbdrive/completed but it shows nothing. I used putty to see if the torrent did complete and it was there, and when I did an ls command it showed me the proper folder. I'm very new to Linux/RaspberryPi and Transmission, any help would be greatly appreciated. I also don't know how to choose a different folder like Movies/TV shows instead of the completed folder, but not sure how to choose different folders in transmission. |
|||
9th Oct, 2013, 09:50 AM
Post: #2
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
Did you rescan the medialibrary?
XBian Skin Beta Testing Clock Screensaver If you liked my help, click on "Thanks" to show your appreciation. |
|||
9th Oct, 2013, 12:11 PM
Post: #3
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
(9th Oct, 2013 09:50 AM)brantje Wrote: Did you rescan the medialibrary? I have tried to scan the library but it seems more like a permission issue because the folder itself is not visible in the completed folder. From the XBMC file browser I should be able to navigate to the folder even if the media isn't scraping. I just tried to see if I could see the folder in the file browser from within XBMC settings menu. It shows the the mat folder has 2.36 GB of data but when I open the folder completed it says path not found or invalid |
|||
9th Oct, 2013, 10:20 PM
Post: #4
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
What are the permissions of the folder?
XBian Skin Beta Testing Clock Screensaver If you liked my help, click on "Thanks" to show your appreciation. |
|||
9th Oct, 2013, 11:12 PM
Post: #5
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
I'm not sure what the permissions are actually? I thought I chmod'ed the entire usbdrive folder but probably didn't do it right.
If I want to give permissions to /mnt/usbdrive/ and everything in it to the user xbian, how would I go about doing that? Thanks! |
|||
11th Oct, 2013, 01:29 AM
Post: #6
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
I was able to resolve the issue using the sudo CHMOD -R 777 command on all folders on my external hard drive!
|
|||
11th Oct, 2013, 07:22 PM
Post: #7
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
Sorry for late response
ls -al /home/xbian/ will show the permissions of files in /home/xbian/ XBian Skin Beta Testing Clock Screensaver If you liked my help, click on "Thanks" to show your appreciation. |
|||
12th Oct, 2013, 02:41 AM
Post: #8
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
(11th Oct, 2013 01:29 AM)rizzyc Wrote: I was able to resolve the issue using the sudo CHMOD -R 777 command on all folders on my external hard drive! this might be only temporary solution. depending what user transmission is running under etc. what filesystem is your ext drive ? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Oct, 2013, 07:43 AM
Post: #9
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
My Hard drive is formatted as ext4. I belive this is the linux default. My transmission seems to be running well now. The permissions seem to stay after rebooting the system.
My only problem is that I have both movies and tv shows transferring to the completed folder, but I want to XBMC to recognize them, but my directory structure is not set up that way because I want to continue seeding them, I don't see any way to download a tv show to a TV show folder in Transmission. For now i can live with it because it is so easy, just doesn't look as pretty as it should because I can't scrape the TV shows data. |
|||
15th Oct, 2013, 08:21 AM
Post: #10
|
|||
|
|||
RE: Transmission: XBMC does not see downloaded Folder/files
I know what you mean.
There is a way. Create structure and don't copy the media files, but create hard links into them. Sym links (ln -s) are not enough as XBMC is not considering them, but will scrap hard links as they reports as files (size etc). But costs you no space because still it is just link and you still can have the file in Complete folder to allow seed back. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|