Jump to content

setting up emby


Recommended Posts

PartlyCloudy
Posted

I want to start of with this, im am new to emby. So, when I was adding my first library , it says, "The directory '/media/ts82924001/Archive' cound not be found." I noticed that it says that I need to give emby rwx permission. I am not sure how to do that with emby. I did it with jellyfin, but I am not sure how to do it with emby.

Posted (edited)

Do a ls -l on that directory in terminal to find out the group that owns that folder. Then add the Emby user to the group. 
 

sudo usermod -aG groupname emby 

Edited by guunter
  • Like 1
PartlyCloudy
Posted
10 hours ago, guunter said:

Do a ls -l on that directory in terminal to find out the group that owns that folder. Then add the Emby user to the group. 
 

sudo usermod -aG groupname emby 

All of the folders say that they are in the emby group, but it still does not work.

 

https://pastebin.com/jeaY1ELm

Posted
8 hours ago, PartlyCloudy said:

First please post screen shots directly here, not only is it allowed it’s encouraged.

Next how is this drive mounted? /etc/fstab ? (preferred)

Then what does this command show?

nami -mo /media/ts82924001/Archive/emby

 

PartlyCloudy
Posted (edited)
19 hours ago, TMCsw said:

Next how is this drive mounted? /etc/fstab ? (preferred)

/dev/sdb1

 

Also, it is a new error now, screenshot attached.

 

emby has full rwx permissions as well.

19 hours ago, TMCsw said:

Then what does this command show?

nami -mo /media/ts82924001/Archive/emby

It gives and error, screenshot attached.

Screenshot 2024-09-27 140039.png

Screenshot 2024-09-27 135715.png

Screenshot 2024-09-27 135704.png

Edited by PartlyCloudy
Posted

Is this direct attached storage then? What way did you install Emby Server btw? I would not do snap if it was.

Posted

typo, i meant

namei -mo /media/ts82924001/Archive/emby

Is this a UBS drive?

PartlyCloudy
Posted
5 hours ago, TMCsw said:

Is this a UBS drive?

External HDD

 

5 hours ago, TMCsw said:
namei -mo /media/ts82924001/Archive/emby

 

The outcome of that is attached

Screenshot 2024-09-27 222711.png

PartlyCloudy
Posted
5 hours ago, guunter said:

Is this direct attached storage then? What way did you install Emby Server btw? I would not do snap if it was.

I installed Emby because Jellyfin just kinda broke on me. It wont show new media after full library scans and even after full reinstall. Also, it is an external HDD btw.

Posted
4 minutes ago, PartlyCloudy said:

So, i already have it mounted, like it works with everything else

HOW? Just because you see it , means mothing

Plz post /etc/fstab

PartlyCloudy
Posted
8 minutes ago, TMCsw said:

HOW? Just because you see it , means mothing

Plz post /etc/fstab

Alrighty, I completed all of the steps now.

  • Agree 1
Posted

Good! are you still having problems?

PartlyCloudy
Posted
4 minutes ago, TMCsw said:

Good! are you still having problems?

Yeah, same error. Also, I just wanted to say, thank you for all of your help so far.

Posted
5 hours ago, PartlyCloudy said:

I installed Emby because Jellyfin just kinda broke on me. It wont show new media after full library scans and even after full reinstall. Also, it is an external HDD btw.

I just meant docker,snap, or .deb? Or flatpack

Posted
9 hours ago, PartlyCloudy said:

Screenshot 2024-09-27 222711.png

 

What Linux distro?

Only root can get to ts82924001. Permissions are needed for access on every directory along the path.

chmod o+rx /media/ts82924001 /media/ts82924001/Archive

 

 

PartlyCloudy
Posted
6 hours ago, guunter said:

I just meant docker,snap, or .deb? Or flatpack

I installed it with .deb

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...