videos not showing up

View: New views
4 Messages — Rating Filter:   Alert me  

videos not showing up

by MDBailey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

having a little trouble getting videos to indexin gnump3d.
have root at /var/media , with symlinks going to my three media folders (music, movies, tvshows) but neither the Movie or TV Shows folders show up once the server starts, any idea why this would be?

Re: videos not showing up

by tigreton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

permissions?
put chmod 777 "folder" where folder its the name of the folder which contains music, no the link
MDBailey wrote:
having a little trouble getting videos to indexin gnump3d.
have root at /var/media , with symlinks going to my three media folders (music, movies, tvshows) but neither the Movie or TV Shows folders show up once the server starts, any idea why this would be?

Re: videos not showing up

by MDBailey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I believe that is the problem.
The media is stored on 2 seperate harddrives, one for the music, one for the video files. The music harddrive's owner is root, while the hd with the videos is mike-Mike. If I copy a video file onto the music hd it works fine, how do I go about changing the owner ship of the harddrive?

permissions?
put chmod 777 "folder" where folder its the name of the folder which contains music, no the link
MDBailey wrote:
having a little trouble getting videos to indexin gnump3d.
have root at /var/media , with symlinks going to my three media folders (music, movies, tvshows) but neither the Movie or TV Shows folders show up once the server starts, any idea why this would be?


Re: videos not showing up

by MDBailey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Used the command sudo chown -R root /media/MOVIES\&TV but I get this error
chown: changing ownership of `/media/MOVIES&TV/Movies/*': Operation not permitted
for all the files.
MDBailey wrote:
having a little trouble getting videos to indexin gnump3d.
have root at /var/media , with symlinks going to my three media folders (music, movies, tvshows) but neither the Movie or TV Shows folders show up once the server starts, any idea why this would be?