dimmiemedia 3 Posted June 24, 2016 Posted June 24, 2016 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 1
Abobader 3336 Posted June 24, 2016 Posted June 24, 2016 Good day, Make sure the profile user do not have this option selected: My best
dimmiemedia 3 Posted June 24, 2016 Author Posted June 24, 2016 Hi There Thanks for your reply.. I have checed this, but all other users are still able to delete movies from the set..
Puff 4 Posted June 26, 2016 Posted June 26, 2016 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.
Luke 40072 Posted June 26, 2016 Posted June 26, 2016 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 1305 Posted June 26, 2016 Posted June 26, 2016 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?
Luke 40072 Posted June 26, 2016 Posted June 26, 2016 No, that's just because it's the same generic delete message. 1
Happy2Play 9441 Posted June 26, 2016 Posted June 26, 2016 Just tested and no. Just a little confusing terminology.
dcook 289 Posted June 27, 2016 Posted June 27, 2016 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 3 Posted July 1, 2016 Author Posted July 1, 2016 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 Is there any workaround to hide this message? Greetzzz
horstepipe 377 Posted August 2, 2016 Posted August 2, 2016 please make an option that only admins can create, edit and delete collections. Regards
Luke 40072 Posted August 2, 2016 Posted August 2, 2016 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. 1
dcook 289 Posted August 3, 2016 Posted August 3, 2016 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? 1
Luke 40072 Posted August 3, 2016 Posted August 3, 2016 Yes that is what makes sense but i have not had a chance to get to that yet.
pir8radio 1305 Posted August 7, 2016 Posted August 7, 2016 (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 August 13, 2016 by pir8radio 1
dimmiemedia 3 Posted August 13, 2016 Author Posted August 13, 2016 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!!! 1
Guest Posted August 20, 2016 Posted August 20, 2016 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
Abobader 3336 Posted August 20, 2016 Posted August 20, 2016 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 1
pir8radio 1305 Posted August 20, 2016 Posted August 20, 2016 (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 August 20, 2016 by pir8radio
Luke 40072 Posted August 20, 2016 Posted August 20, 2016 Yea, so don't use that and then tell us that delete isn't working 1
pir8radio 1305 Posted October 6, 2016 Posted October 6, 2016 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 9441 Posted October 6, 2016 Posted October 6, 2016 (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 October 6, 2016 by Happy2Play
speechles 2010 Posted October 7, 2016 Posted October 7, 2016 (edited) @@pir8radio Which app (or is it apps?) are they using to delete your collections with? Curious... Edited October 7, 2016 by speechles
Luke 40072 Posted December 26, 2020 Posted December 26, 2020 This will be resolved in Emby Server 4.6. Thanks. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now