mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
What does this hash mean ? #447
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#447
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BakkFail on GitHub (Feb 20, 2019).
Hey guys, great work on this repo !
I'm trying to create automatically accounts for my users, but I want them not to have permissions such as admin, media deletion, etc.
I'm altering the database /var/lib/jellyfin/data/users.db, but for permissions I want to edit the file /etc/jellyfin/users//policy.xml. But where does this hash come from ?
Thanks for the help
@EraYaN commented on GitHub (Feb 20, 2019):
You might have more luck using parts of the API. Not sure if it is at all documented, but old Emby docs might work.
@Badidzetai commented on GitHub (Feb 21, 2019):
I am interested in this, too : how much of the old Emby docs are related to Jellyfin ?
@JustAMan commented on GitHub (Feb 21, 2019):
Your safe bet should be Emby 3.5.3 docs, anything newer might not work.