Jump to content

Recommended Posts

dimmiemedia
Posted

Hi, 

 

When i am making a new collection with movies as admin, other users are able to delete the collection that i have made. Is there a option that they can't? I also read about the parent control.... Anyone?

 

Thanks

  • Like 1
Posted

Good day,

 

Make sure the profile user do not have this option selected:

 

576d827fe0f1c_20160624_215601.jpg

 

My best

dimmiemedia
Posted

Hi There :)

Thanks for your reply.. I have checed this, but all other users are still able to delete movies from the set..

Posted

hmm I actually never verified if that works on my system.

 

None of my users would dare delete anything anyway lol

 

I will test and let you know if I have that problem.

Posted

Collections can be created and deleted by anyone. They are currently a shared feature. We may expand on this in the future, but for now that's where it stands.

pir8radio
Posted

 When you select DELETE in the collection you get the warning that this will be deleted in emby and the file system... But this doesn't actually delete the movies/media in this collection does it?

Posted

No, that's just because it's the same generic delete message.

  • Like 1
Happy2Play
Posted

Just tested and no.  Just a little confusing terminology.

Posted

Agreed this warning is very misleading, When I was deleting my collections I first copied all my folders to another disk, because I was worried based on this pop up warning that it would delete from the file system as well as the collection, when it turns out the warning was false and it only removed the collections.

 

Can we get this bug fixed in the future so the warning message is correct?

dimmiemedia
Posted

Thank god i am not the only one who find out that it's very misleading. I was in shock when i saw that message, and maybe my entire collection was gone :P Is there any workaround to hide this message?

 

Greetzzz

  • 1 month later...
horstepipe
Posted

please make an option that only admins can create, edit and delete collections.

 

Regards

Posted

Collections can be created and deleted by anyone. They are currently a shared feature. We may expand on this in the future, but for now that's where it stands.

  • Like 1
Posted

I think Collections should be created/edited/deleted by the user who created them, while allowing any user to view/play the collection.

While "Admin Users" should be able to edit any users collections as well.

 

It does not make sense that regular users are able to delete collections.

 

Can you please fix this in upcoming builds?

  • Like 1
Posted

Yes that is what makes sense but i have not had a chance to get to that yet.

pir8radio
Posted (edited)

I have a guest account setup, so I do not want random people editing or deleting  my collections. As a temporary work around, until the emby team gets to this, I hid the "Delete",  "Add To Collection", and "Remove From Collection" options using the branding/custom css settings in emby, please note this will hide the regular delete button if you have enabled access to delete items from emby as well as the option to manually add to collection yourself :

 

button[data-id=removefromcollection]  {
    display: none;
}
button[data-id=addtocollection]  {
    display: none;
}
button[data-id=groupvideos]  {
    display: none;
}
button[data-id=delete]  {
    display: none;
}
button.btnNewCollection {
    display: none;
}
 
Edited by pir8radio
  • Like 1
dimmiemedia
Posted

 

I have a guest account setup, so I do not want random people editing or deleting  my collections. As a temporary work around, until the emby team gets to this, I hid the "Delete",  "Add To Collection", and "Remove From Collection" options using the branding/custom css settings in emby, please note this will hide the regular delete button if you have enabled access to delete items from emby as well as the option to manually add to collection yourself :

 

button[data-id=removefromcollection]  {
    display: none;
}
button[data-id=addtocollection]  {
    display: none;
}
button[data-id=groupvideos]  {
    display: none;
}
button[data-id=delete]  {
    display: none;
}
button.btnNewCollection {
    display: none;
}
 

 

HERO!!! :P 

  • Like 1
Posted

 

I have a guest account setup, so I do not want random people editing or deleting  my collections. As a temporary work around, until the emby team gets to this, I hid the "Delete",  "Add To Collection", and "Remove From Collection" options using the branding/custom css settings in emby, please note this will hide the regular delete button if you have enabled access to delete items from emby as well as the option to manually add to collection yourself :

 

button[data-id=removefromcollection]  {
    display: none;
}
button[data-id=addtocollection]  {
    display: none;
}
button[data-id=groupvideos]  {
    display: none;
}
button[data-id=delete]  {
    display: none;
}
button.btnNewCollection {
    display: none;
}
 

 

Hero II

Posted

Good say,

 

Personal view here.

 

Admin's should only allowed to delete anything on the emby server, I know we talking here regarding db for collection, but why allowed it to normal users to be able to delete anything..

 

My best

  • Like 1
pir8radio
Posted (edited)

Please Note:  Who ever is using my CSS code above to hide these options...  

 

The below section will also hide the general DELETE option, meaning you wont be able to delete media, plugins, or other "delete" functions in emby even as an admin..  Without first changing the below to something like "delete1" and saving..  Just a warning so you don't complain to emby that a feature was removed LOL... : 

 

button[data-id=delete]  {
    display: none;
}
Edited by pir8radio
Posted

Yea, so don't use that and then tell us that delete isn't working :)

  • Like 1
  • 1 month later...
pir8radio
Posted

Any plans to fix this?   my users are deleting collections from the apps...  I cant block that like I can in the web gui...

Happy2Play
Posted (edited)

Any plans to fix this?   my users are deleting collections from the apps...  I cant block that like I can in the web gui...

@@pir8radio

A temporary workaround would be to make all the collections items "Read Only" (ie Marvel Collection folder) not the /data/Collection folder.

Edited by Happy2Play
Posted (edited)

@@pir8radio Which app (or is it apps?) are they using to delete your collections with? Curious...

Edited by speechles
pir8radio
Posted

looks like iphone app

  • 4 years later...
Posted

This will be resolved in Emby Server 4.6. Thanks.

  • Like 1

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...