Jump to content

remove the playlist


Recommended Posts

Posted
Hi,

 

Is it possible to remove the playlist for all users?

Happy2Play
Posted (edited)

You could just delete the library for Dashboard-Library, but at some point it will return.

 

But with css you would first need to get the parentid for the url (open playlist library and look at the url).

 

Use your parentid for the library you wish to remove.

[data-id="Your Parentid"] {display: none; }

/*Remove a specific library*/
[data-id="e957f9042f99d8b3c9c0f7f4d81898b8"] {display: none; }
Edited by Happy2Play
Posted
Hi,

 

This is PlayList URL

web / index.html #! / list / list.html? parentId = 1071671e7bffa0532e930debee501d2e & serverId = d7858168c5144a3cb6699692fdfe0113

 

So I left it like this:

/ * Remove a specific library * /

[data-id = "1071671e7bffa0532e930debee501d2e"] {display: none; }

 

Is correct? Did not work

Happy2Play
Posted

 

Hi,
 
This is PlayList URL
web / index.html #! / list / list.html? parentId = 1071671e7bffa0532e930debee501d2e & serverId = d7858168c5144a3cb6699692fdfe0113
 
So I left it like this:
/ * Remove a specific library * /
[data-id = "1071671e7bffa0532e930debee501d2e"] {display: none; }
 
Is correct? Did not work

 

I was testing on beta so I don't know exact what is different on stable, just add !important.

/*Remove a specific library*/
[data-id="1071671e7bffa0532e930debee501d2e"]{display: none !important; }
Posted
Is it possible to remove this button?

 

aaaaaaaa.png?1570478548

Happy2Play
Posted (edited)

**Update in 4.3 Playlists become a library like Collections are in Dashboard-Library.  That would be the big difference in beta over stable.

 

So this will probably break on next server update.

Edited by Happy2Play
Posted
I didn't understand much. Does this mean it is not possible?
Happy2Play
Posted

 

Is it possible to remove this button?
 
aaaaaaaa.png?1570478548

 

 

 

I didn't understand much. Does this mean it is not possible?

 

We posted at the same time.  Are you saying the code above does not work on that button or is that button found somewhere else?

Posted
After entering the code, the button keeps appearing and it is possible to access it.

 

 


If it were possible, I would like to give all users no access to the playlist folder.

 

Happy2Play
Posted

 

After entering the code, the button keeps appearing and it is possible to access it.
 
 
If it were possible, I would like to give all users no access to the playlist folder.
 

 

 

I have no issue using this on 4.2.1.0 to remove Playlists from Home Screen.  Unless that button your are showing is somewhere else?

/*Remove a specific library*/
[data-id="1071671e7bffa0532e930debee501d2e"]{display: none !important; }
Posted
I am trying to remove it from the menu.

 

Menu that is hidden on the left side.

Happy2Play
Posted (edited)

 

I am trying to remove it from the menu.
 
Menu that is hidden on the left side.

 

Okay that would be

/*Remove a specific library and left Menu option*/
[data-id="1071671e7bffa0532e930debee501d2e"], [data-itemid="1071671e7bffa0532e930debee501d2e"] {display: none !important; }
Edited by Happy2Play
  • Like 1
Posted
Thank you very much. Super right

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